]> sourceware.org Git - systemtap.git/history - loc2c.c
update copyrights
[systemtap.git] / loc2c.c
2014-04-29 Jonathan Lebonupdate copyrights
2014-02-17 David SmithMerge branch 'dsmith/secure-boot' into master.
2014-02-12 Mark Wielaardloc2c.c (translate): Add unhandled error case for DW_OP...
2013-02-13 Frank Ch. EiglerPR15148, speculatively drop the PR15123-conflicting...
2013-01-05 Frank Ch. EiglerPR14997: DW_OP_rot mistranslation
2013-01-04 Frank Ch. Eiglerrhbz#847265 - systemtap emits too-large hexadecimal...
2012-12-13 Mark Wielaardrhbz#847265 - systemtap emits too-large decimal constants
2012-09-27 Josh StonePR13486: Always output a frame_base if needed
2011-10-24 David SmithMerge branch 'master' into dsmith/task_finder2
2011-09-22 Josh StoneMerge remote-tracking branch 'origin/master' into inode...
2011-08-30 Mark WielaardMerge branch 'master' of git://sources.redhat.com/git...
2011-08-21 Mark Wielaardloc2c.c (location_from_attr): Add pc address where...
2011-08-11 Josh StoneMerge remote-tracking branch 'origin/master' into inode...
2011-07-20 Lukas BerkProperly initialize variables
2011-07-19 Mark WielaardDepend on elfutils 0.142+. Remove various workarounds.
2011-05-21 Josh StonePR12770: In loc2c, discontiguify based on total_bytes
2011-05-11 Mark WielaardCVE-2011-1781, CVE-2011-1769: correct DW_OP_{mod,div...
2011-03-08 Dave BrolleyMerge branch 'master' of ssh://sourceware.org/git/systemtap
2011-03-02 Lukas BerkPR3823: Changes resulting from translator review
2010-12-06 rho@redhat.comMerge branch 'master' of ssh://sources.redhat.com/git...
2010-09-16 Frank Ch. Eiglerreleng: make build-compatible with old elfutils
2010-09-16 Mark WielaardGuard location_from_attr declaration and function with...
2010-09-15 Roland McGrathloc2c internal reorganization and DW_OP_GNU_implicit_po...
2010-08-26 Roland McGrathloc2c: Diagnose index into noncontiguous array whose...
2010-08-26 Roland McGrathloc2c: Handle arrays of computed values
2010-07-21 Roland McGrathPR11825: loc2c: Handle a computed-value piece.
2010-07-13 Roland McGrathPR11809: loc2c: handle empty pieces
2010-07-13 Roland McGrathPR11808: loc2c fix for fields of noncontiguous location
2010-05-06 Josh StonePR11556: Support array indexing on @cast pointers
2010-04-26 Roland McGrathloc2c: Do not barf on multiple values left on stack.
2010-01-21 Dave BrolleyMerge branch 'master' of ssh://sources.redhat.com/git...
2010-01-19 Roland McGrathSwap DW_OP_shr and DW_OP_shra.
2010-01-19 Roland McGrathUse signed division for DW_OP_div.
2010-01-07 Dave BrolleyMerge branch 'master' of ssh://sources.redhat.com/git...
2010-01-07 Mark WielaardFix multi-piece constant failure in vta-test.exp on...
2009-12-21 Dave BrolleyMerge branch 'master' of ssh://sources.redhat.com/git...
2009-12-20 Frank Ch. EiglerPR10601: comment on loc2c's use of [u]intptr_t for...
2009-12-14 Dave BrolleyMerge branch 'master' of ssh://sources.redhat.com/git...
2009-12-10 Tim MooreMerge commit 'origin/master'
2009-12-10 Roland McGrathBegin to parameterize loc2c for proper DWARF target...
2009-11-25 Dave BrolleyMerge branch 'master' of ssh://sources.redhat.com/git...
2009-11-24 Roland McGrathFix uninitialized fields in loc2c.
2009-11-11 Roland McGrathPR6979: fix loc2c handling of second and later pieces
2009-10-14 Roland McGrathReport experssion stack slot use back from loc2c.
2009-10-07 Tim MooreMerge commit 'origin/master'
2009-10-05 Mark WielaardMake sure loc2c declare_noncontig_union for different...
2009-10-02 Mark Wielaardloc2c discontiguify loops for not small enough loc_cons...
2009-09-24 Roland McGrathSupport DW_AT_const_value cases in loc2c and loc2c...
2009-09-18 Mark WielaardPR10417 Fix declare_noncontig_union struct emitting.
2009-09-18 Roland McGrathFix build error with elfutils < 0.142.
2009-09-18 Dave BrolleyMerge branch 'master' of ssh://sources.redhat.com/git...
2009-09-17 William CohenMerge branch 'master' of ssh://sources.redhat.com/git...
2009-09-17 Roland McGrathSupport DW_OP_implicit_value.
2009-09-17 Roland McGrathMerge branch 'master' of ssh://sources.redhat.com/git...
2009-09-17 Roland McGrathMerge DW_OP_stack_value support.
2009-09-17 Mark WielaardDon't invert the _ELFUTILS_PREREQ(0,143) test...
2009-09-17 Roland McGrathUnfinished nits in loc_value code.
2009-09-17 Mark Wielaarddwarf_getlocation_implicit_value() was/will be introduc...
2009-09-17 Mark WielaardPR10417 Pass around attributes for supporting DW_OP_...
2009-09-16 Roland McGrath* loc2c.c: Handle DW_OP_stack_value. Untested and...
2009-09-16 Dave BrolleyMerge branch 'master' of ssh://sources.redhat.com/git...
2009-09-16 Mark WielaardClean up dwflpp::translate_location workaround for...
2009-08-23 Frank Ch. Eiglerbuild fix: make buildable with elfutils < 0.142
2009-08-22 Josh StonePR10461: Add support for C++ classes and references
2009-08-04 Dave BrolleyMerge branch 'master' of git://sources.redhat.com/git...
2009-08-03 Josh StoneMerge branch 'array_index'
2009-08-03 Josh StonePR10475: ensure that loc2c can find its array size
2009-07-16 Dave BrolleyMerge branch 'master' of git://sources.redhat.com/git...
2009-07-15 Mark WielaardPR10388 Support DW_OP_call_frame_cfa.
2009-07-15 Josh StonePR4166: Allow array-like indexing on pointers
2009-07-08 Dave BrolleyMerge branch 'master' of git://sources.redhat.com/git...
2009-07-08 Mark WielaardAdd support for constant struct member field offsets.
2009-07-07 Mark WielaardPR10348 Compilation failure with gcc 4.5 snapshot:...
2009-02-20 Mark WielaardMerge branch 'master' into pr6866
2009-02-18 Josh StoneMerge branch 'master' of sourceware.org:/git/systemtap
2009-02-18 Josh StoneEnable typecasting with @cast
2009-02-18 Josh StoneEnable dwarf expansion of @casts
2009-02-04 ddomingoMerge branch 'master' of ssh://sources.redhat.com/git...
2009-02-04 Josh StoneUpdate a few more files with Vim modelines
2008-03-04 Frank Ch. EiglerMerge branch 'master' of git://sources.redhat.com/git...
2008-03-03 fchePR5516: assignment to $pointers
2007-10-21 Frank Ch. EiglerMerge branch 'master' of git://sources.redhat.com/git...
2007-10-15 roland2007-10-15 Roland McGrath <roland@redhat.com>
2007-06-15 fche2007-06-15 Frank Ch. Eigler <fche@elastic.org>
2007-06-14 fche2007-06-14 Frank Ch. Eigler <fche@elastic.org>
2007-06-06 fche2007-06-05 Frank Ch. Eigler <fche@redhat.com>
2007-03-30 fche2007-03-30 Frank Ch. Eigler <fche@redhat.com>
2007-02-19 fche2007-02-19 Frank Ch. Eigler <fche@elastic.org>
2006-04-05 roland2006-04-04 Roland McGrath <roland@redhat.com>
2005-11-28 roland2005-11-27 Roland McGrath <roland@redhat.com>
2005-11-28 roland2005-11-27 Roland McGrath <roland@redhat.com>
2005-11-28 roland(location_from_address): w/s tweak
2005-11-28 fche2005-11-27 Frank Ch. Eigler <fche@elastic.org>
2005-11-27 roland2005-11-26 Roland McGrath <roland@redhat.com>
2005-11-27 roland2005-11-26 Roland McGrath <roland@redhat.com>
2005-11-22 roland2005-11-21 Roland McGrath <roland@redhat.com>
2005-10-31 roland2005-10-31 Roland McGrath <roland@redhat.com>
2005-10-26 roland2005-10-26 Roland McGrath <roland@redhat.com>
2005-10-26 roland2005-10-25 Roland McGrath <roland@redhat.com>
2005-10-14 roland2005-10-14 Roland McGrath <roland@redhat.com>
next
This page took 0.553108 seconds and 108 git commands to generate.