aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/DWARFContext.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-19[DebugInfo] Move all DWARF headers to the public include directory.Frederic Riss1-3/+3
2014-11-14[dwarfdump] Handle relocations in Dwarf accelerator tablesFrederic Riss1-9/+15
2014-11-14Reapply "[dwarfdump] Add support for dumping accelerator tables."Frederic Riss1-0/+33
2014-11-13Revert "[dwarfdump] Add support for dumping accelerator tables."Frederic Riss1-33/+0
2014-11-12[dwarfdump] Add support for dumping accelerator tables.Frederic Riss1-0/+33
2014-10-20Constify input argument of RelocVisitor and DWARFContext constructors. NFC.Alexey Samsonov1-1/+1
2014-10-08Remove bogus std::error_code returns form SectionRef.Rafael Espindola1-6/+3
2014-10-08llvm-dwarfdump: Add support for some COFF relocationsDavid Majnemer1-6/+3
2014-10-08[DebugInfo] Pass DWARFSection into DWARFUnitSection constructor (NFC).Alexey Samsonov1-4/+4
2014-10-06Refactor RelocVisitor to take an object. This removes someEric Christopher1-1/+1
2014-10-06Factor the Unit section parsing into the DWARFUnitSection class.Frederic Riss1-60/+4
2014-09-29Store TypeUnits in a SmallVector<DWARFUnitSection> instead of a single DWARFU...Frederic Riss1-10/+16
2014-09-26Object: BSS/virtual sections don't have contentsDavid Majnemer1-0/+9
2014-09-26Revert "Store TypeUnits in a SmallVector<DWARFUnitSection> instead of a singl...Frederic Riss1-16/+10
2014-09-26Store TypeUnits in a SmallVector<DWARFUnitSection> instead of a single DWARFU...Frederic Riss1-10/+16
2014-09-24Revert 218406 - Refactor the RelocVisitor::visit methodRenato Golin1-1/+1
2014-09-24Refactor the RelocVisitor::visit methodRenato Golin1-1/+1
2014-09-24Revert "Refactor the RelocVisitor::visit method"Kaelyn Takata1-1/+1
2014-09-24Refactor the RelocVisitor::visit methodRenato Golin1-1/+1
2014-09-19Turn local DWARFContext helpers getFileNameForUnit() and getFileLineInfoForCo...Frederic Riss1-52/+14
2014-09-15Introduce the DWARFUnitSection abstraction.Frederic Riss1-29/+5
2014-09-04Rename DWARFContext::getLineTableForCompileUnit to getLineTableForUnit.Frederic Riss1-17/+17
2014-09-04Add a DWARFContext& member in DWARFUnit.Frederic Riss1-7/+7
2014-07-31Use a reference instead of a pointer.Rafael Espindola1-7/+7
2014-06-13Remove 'using std::errro_code' from lib.Rafael Espindola1-2/+1
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola1-0/+1
2014-05-15[DWARF parser] Use enums instead of bitfields in DILineInfoSpecifier.Alexey Samsonov1-44/+38
2014-04-30[DWARF parser] Cleanup code in DWARFDebugLine.Alexey Samsonov1-5/+8
2014-04-29[DWARF parser] Cleanup code in DWARFDebugLine.Alexey Samsonov1-1/+1
2014-04-25[DWARF parser] Cleanup code in DWARFDebugAranges.Alexey Samsonov1-0/+2
2014-04-25[DWARF parser] Cleanup code in DWARFDebugAbbrev.Alexey Samsonov1-2/+2
2014-04-24[DWARF parser] DWARFUnit ctor doesn't need both parsed and raw .debug_abbrev ...Alexey Samsonov1-13/+11
2014-04-21[Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth1-0/+2
2014-04-18[llvm-symbolizer] Print file/line for a PC even if there is no DIE describing...Alexey Samsonov1-9/+20
2014-04-18[DWARF parser] Turn DILineInfo into a struct.Alexey Samsonov1-54/+46
2014-04-15[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-8/+7
2014-04-05Simplify compression API by decompressing into a SmallVector rather than a Me...David Blaikie1-5/+6
2014-03-25DebugInfo: Support debug_loc under fissionDavid Blaikie1-0/+16
2014-03-14[C++11] Introduce SectionRef::relocations() to use range-based loopsAlexey Samsonov1-8/+6
2014-03-13[C++11] Introduce ObjectFile::sections().Alexey Samsonov1-17/+15
2014-03-13[C++11] DWARF parser: use SmallVector<std::unique_ptr> for parsed units in DW...Alexey Samsonov1-24/+15
2014-03-13[C++11] Convert DWARF parser to range-based for loopsAlexey Samsonov1-34/+34
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-5/+5
2014-03-05[C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles1-5/+5
2014-02-24llvm-dwarfdump: Support for debug_line.dwo section for file names for type un...David Blaikie1-0/+11
2014-02-10Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola1-6/+6
2014-01-30Simplify the handling of iterators in ObjectFile.Rafael Espindola1-5/+4
2014-01-24DWARFContext: Fix possible memory leak since r198908.NAKAMURA Takumi1-0/+1
2014-01-09llvm-dwarfdump: type unit dwo supportDavid Blaikie1-3/+36
2014-01-09Simplify/collapse/denest a conditions/blocks.David Blaikie1-32/+31