summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm-dwp] Emit a rather fictional debug_cu_indexDavid Blaikie2015-12-021-12/+4
* Replace dyn_cast with isa in places that weren't using the returned value for...Craig Topper2015-11-181-1/+1
* dwarfdump: Reference the appropriate line table segment when dumping dwp filesDavid Blaikie2015-11-171-1/+4
* dwarfdump: Use the index to find the right abbrev offset in DWP filesDavid Blaikie2015-11-171-0/+22
* dwarfdump: Added macro support to llvm-dwarfdump tool.Amjad Aboud2015-11-121-0/+16
* dwarfdump: Add error checking to fix the buildbots/correctnessDavid Blaikie2015-11-121-4/+4
* dwarfdump: DWP type unit index dumping skeletonDavid Blaikie2015-11-111-0/+10
* Format my previous commitDavid Blaikie2015-11-111-1/+2
* dwarfdump: First piece of support for DWP dumpingDavid Blaikie2015-11-111-0/+10
* [dwarfdump] Do not apply relocations in mach-o files if there is no LoadedObj...Frederic Riss2015-08-231-0/+8
* Fix some comment typos.Benjamin Kramer2015-08-081-2/+2
* Convert getSymbolSection to return an ErrorOr.Rafael Espindola2015-08-071-1/+1
* [dwarfdump] Ignore scattered relocations for mach-o.Frederic Riss2015-07-311-3/+9
* [RuntimeDyld] Make LoadedObjectInfo::getLoadedSectionAddress take a SectionRefLang Hames2015-07-281-4/+7
* Return ErrorOr from getSymbolAddress.Rafael Espindola2015-07-031-1/+7
* Don't return error_code from a function that doesn't fail.Rafael Espindola2015-06-301-4/+1
* Don't return error_code from a function that doesn't fail.Rafael Espindola2015-06-301-2/+1
* Don't return error_code from function that never fails.Rafael Espindola2015-06-291-2/+1
* Make getRelocationSection MachO only.Rafael Espindola2015-06-191-2/+7
* Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer2015-05-291-2/+2
* Make it easier to use DwarfContext with MCJITKeno Fischer2015-05-211-3/+41
* [DWARF parser] Make DWARF parser more robust against missing compile/type units.Alexey Samsonov2015-05-191-8/+11
* Move DebugInfo to DebugInfo/DWARF.Zachary Turner2015-01-301-0/+696
OpenPOWER on IntegriCloud