[BBVectorize] Remove two more redundant assignments.
[oota-llvm.git] / lib / DebugInfo / DWARFCompileUnit.h
2014-10-08 Alexey Samsonov[DebugInfo] Pass DWARFSection down to DWARFUnit constru...
2014-09-15 Frederic RissIntroduce the DWARFUnitSection abstraction.
2014-09-04 Frederic RissAdd a DWARFContext& member in DWARFUnit.
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-04-24 Alexey Samsonov[DWARF parser] DWARFUnit ctor doesn't need both parsed...
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2013-09-23 David BlaikieExract most of DWARFCompileUnit into a new DWARFUnit...
2013-08-27 Alexey SamsonovAdd support for DebugFission to DWARF parser
2013-08-23 Alexey SamsonovMake DWARFCompileUnit non-copyable
2013-08-06 Alexey SamsonovStore compile unit corresponding to each chain of inlin...
2013-07-15 Alexey SamsonovDebugInfo: Factor out parsing compile unit DIEs to...
2013-01-25 Andrew KaylorAdd support for applying in-memory relocations to the...
2013-01-15 Eric ChristopherSplit address information for DWARF5 split dwarf propos...
2013-01-07 Eric ChristopherAdd support for separating strings for the split debug...
2013-01-02 Eric ChristopherExtend the dumping infrastructure to deal with additional
2012-09-04 Alexey SamsonovAdd support for fetching inlining context (stack of...
2012-07-19 Alexey SamsonovDebugInfo library: add support for fetching absolute...
2012-07-04 Alexey SamsonovFix a bug in DebugInfo lib, extend a comment for one...
2012-07-02 Alexey SamsonovThis patch extends the libLLVMDebugInfo which contains...
2011-09-15 Benjamin KramerDWARF: Print line tables per compile unit, so they...
2011-09-14 Benjamin KramerDWARF: Generate the address lookup table from the DIE...
2011-09-13 Benjamin KramerSketch out a DWARF parser.