summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARFContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-2/+1
* [DebugInfo] Move all DWARF headers to the public include directory.Frederic Riss2014-12-191-3/+3
* [dwarfdump] Handle relocations in Dwarf accelerator tablesFrederic Riss2014-11-141-9/+15
* Reapply "[dwarfdump] Add support for dumping accelerator tables."Frederic Riss2014-11-141-0/+33
* Revert "[dwarfdump] Add support for dumping accelerator tables."Frederic Riss2014-11-131-33/+0
* [dwarfdump] Add support for dumping accelerator tables.Frederic Riss2014-11-121-0/+33
* Constify input argument of RelocVisitor and DWARFContext constructors. NFC.Alexey Samsonov2014-10-201-1/+1
* Remove bogus std::error_code returns form SectionRef.Rafael Espindola2014-10-081-6/+3
* llvm-dwarfdump: Add support for some COFF relocationsDavid Majnemer2014-10-081-6/+3
* [DebugInfo] Pass DWARFSection into DWARFUnitSection constructor (NFC).Alexey Samsonov2014-10-081-4/+4
* Refactor RelocVisitor to take an object. This removes someEric Christopher2014-10-061-1/+1
* Factor the Unit section parsing into the DWARFUnitSection class.Frederic Riss2014-10-061-60/+4
* Store TypeUnits in a SmallVector<DWARFUnitSection> instead of a single DWARFU...Frederic Riss2014-09-291-10/+16
* Object: BSS/virtual sections don't have contentsDavid Majnemer2014-09-261-0/+9
* Revert "Store TypeUnits in a SmallVector<DWARFUnitSection> instead of a singl...Frederic Riss2014-09-261-16/+10
* Store TypeUnits in a SmallVector<DWARFUnitSection> instead of a single DWARFU...Frederic Riss2014-09-261-10/+16
* Revert 218406 - Refactor the RelocVisitor::visit methodRenato Golin2014-09-241-1/+1
* Refactor the RelocVisitor::visit methodRenato Golin2014-09-241-1/+1
* Revert "Refactor the RelocVisitor::visit method"Kaelyn Takata2014-09-241-1/+1
* Refactor the RelocVisitor::visit methodRenato Golin2014-09-241-1/+1
* Turn local DWARFContext helpers getFileNameForUnit() and getFileLineInfoForCo...Frederic Riss2014-09-191-52/+14
* Introduce the DWARFUnitSection abstraction.Frederic Riss2014-09-151-29/+5
* Rename DWARFContext::getLineTableForCompileUnit to getLineTableForUnit.Frederic Riss2014-09-041-17/+17
* Add a DWARFContext& member in DWARFUnit.Frederic Riss2014-09-041-7/+7
* Use a reference instead of a pointer.Rafael Espindola2014-07-311-7/+7
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-131-2/+1
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* [DWARF parser] Use enums instead of bitfields in DILineInfoSpecifier.Alexey Samsonov2014-05-151-44/+38
* [DWARF parser] Cleanup code in DWARFDebugLine.Alexey Samsonov2014-04-301-5/+8
* [DWARF parser] Cleanup code in DWARFDebugLine.Alexey Samsonov2014-04-291-1/+1
* [DWARF parser] Cleanup code in DWARFDebugAranges.Alexey Samsonov2014-04-251-0/+2
* [DWARF parser] Cleanup code in DWARFDebugAbbrev.Alexey Samsonov2014-04-251-2/+2
* [DWARF parser] DWARFUnit ctor doesn't need both parsed and raw .debug_abbrev ...Alexey Samsonov2014-04-241-13/+11
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-211-0/+2
* [llvm-symbolizer] Print file/line for a PC even if there is no DIE describing...Alexey Samsonov2014-04-181-9/+20
* [DWARF parser] Turn DILineInfo into a struct.Alexey Samsonov2014-04-181-54/+46
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-8/+7
* Simplify compression API by decompressing into a SmallVector rather than a Me...David Blaikie2014-04-051-5/+6
* DebugInfo: Support debug_loc under fissionDavid Blaikie2014-03-251-0/+16
* [C++11] Introduce SectionRef::relocations() to use range-based loopsAlexey Samsonov2014-03-141-8/+6
* [C++11] Introduce ObjectFile::sections().Alexey Samsonov2014-03-131-17/+15
* [C++11] DWARF parser: use SmallVector<std::unique_ptr> for parsed units in DW...Alexey Samsonov2014-03-131-24/+15
* [C++11] Convert DWARF parser to range-based for loopsAlexey Samsonov2014-03-131-34/+34
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-5/+5
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-051-5/+5
* llvm-dwarfdump: Support for debug_line.dwo section for file names for type un...David Blaikie2014-02-241-0/+11
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-101-6/+6
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-301-5/+4
* DWARFContext: Fix possible memory leak since r198908.NAKAMURA Takumi2014-01-241-0/+1
* llvm-dwarfdump: type unit dwo supportDavid Blaikie2014-01-091-3/+36
OpenPOWER on IntegriCloud