[BBVectorize] Remove two more redundant assignments.
[oota-llvm.git] / lib / DebugInfo / DWARFUnit.h
2014-10-10 Fariborz JahanianAdd couple of missing 'override' keyword. NFC.
2014-10-08 Alexey Samsonov[DebugInfo] Pass DWARFSection down to DWARFUnit constru...
2014-10-08 Alexey Samsonov[DebugInfo] Pass DWARFSection into DWARFUnitSection...
2014-10-06 Yaron KerenResolve ambiguity between llvm::make_unique and std...
2014-10-06 Frederic RissFactor the Unit section parsing into the DWARFUnitSecti...
2014-09-29 Frederic RissStore TypeUnits in a SmallVector<DWARFUnitSection>...
2014-09-18 Frederic RissFix DWARFUnitSection::getUnitForOffset().
2014-09-16 Frederic RissMake DWARFUnitSection final and change base class to...
2014-09-15 Frederic RissFix a non-virtual destructor warning introduced in...
2014-09-15 Frederic RissFix ambiguous typedef introduced in r217747.
2014-09-15 Frederic RissIntroduce the DWARFUnitSection abstraction.
2014-09-05 Alexey Samsonov[DWARF parser] Fix nasty memory corruption in .dwo...
2014-09-04 Frederic RissAdd a DWARFContext& member in DWARFUnit.
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-07-31 Rafael EspindolaDWOHolder takes ownership of the argument constructor...
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-24 Alexey Samsonov[DWARF parser] Make a few methods non-public
2014-04-24 Alexey Samsonov[DWARF parser] DWARFUnit ctor doesn't need both parsed...
2014-04-18 Alexey Samsonov[DWARF parser] Refactor fetching DIE address ranges.
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-10-31 Alexey SamsonovDWARFUnit: kill dead code and make a couple of function...
2013-09-23 David BlaikieExract most of DWARFCompileUnit into a new DWARFUnit...