summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
* Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type ...Craig Topper2015-09-211-2/+2
* [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
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-235-7/+7
* Try to fix generation of LLVMExports.cmake under Visual Studio.Dan Liew2015-06-191-1/+1
* Make getRelocationSection MachO only.Rafael Espindola2015-06-191-2/+7
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-195-7/+7
* [DWARF] Fix a bug in line info handlingKeno Fischer2015-05-311-62/+43
* Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer2015-05-291-2/+2
* DebugInfo: .debug_line DWARF64 supportEd Maste2015-05-281-9/+18
* Refactor: Simplify boolean conditional return statements in llvm/lib/DebugInf...Benjamin Kramer2015-05-252-8/+3
* 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-194-16/+24
* [DWARF parser] Add basic support for DWZ DWARF multifile extensions.Alexey Samsonov2015-05-192-43/+51
* MC: MCCodeGenInfo naming update. NFC.Jim Grosbach2015-05-152-2/+2
* [DWARF] Add CIE header fields address_size and segment_size when generating d...Keith Walker2015-05-121-7/+18
* A few fixes for llvm-symbolizer on Windows.Zachary Turner2015-05-061-20/+50
* Fix build.Zachary Turner2015-05-011-1/+1
* [llvm-pdbdump] Support dynamic load address and external symbols.Zachary Turner2015-05-011-3/+11
* Add missing library dependency in libPDB.Pete Cooper2015-04-271-1/+1
* Make llvm-symbolizer work on Windows.Zachary Turner2015-04-272-0/+104
* Move DIContext.h to common DebugInfo location.Zachary Turner2015-04-233-20/+2
* [PDB] Support executables and source/line info.Zachary Turner2015-04-172-2/+74
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-113-14/+15
* Raising minimum required CMake version to 2.8.12.2.Chris Bieneman2015-03-231-1/+1
* Purge unused includes throughout libSupport.Benjamin Kramer2015-03-231-0/+1
* DWARFFormValue: Add getAsSignedConstant method.Frederic Riss2015-03-041-0/+19
* [llvm-pdbdump] Display full enum definitions.Zachary Turner2015-03-042-2/+14
* [llvm-pdbdump] Many minor fixes and improvementsZachary Turner2015-03-021-1/+19
* [llvm-pdbdump] Clean up method signatures.Zachary Turner2015-03-0132-165/+83
* [llvm-pdbdump] Better error handling.Zachary Turner2015-02-282-18/+35
* Replace std::copy with a back inserter with vector append where feasibleBenjamin Kramer2015-02-281-2/+1
* [llvm-pdbdump] Fix dumping of function pointers and basic types.Zachary Turner2015-02-261-25/+0
* [dwarfdump] Fix frame info register number dump.Frederic Riss2015-02-251-1/+1
* Try to appease buildbots.Frederic Riss2015-02-251-1/+1
* [dwarfdump] Make debug_frame dump actually useful.Frederic Riss2015-02-251-3/+136
* [dwarfdump] Don't print meaningless pointer.Frederic Riss2015-02-251-3/+0
* DWARFDebugFrame: Move some code around. NFC.Frederic Riss2015-02-251-13/+10
* DWARFDebugFrame: Add some trivial accessors. NFC.Frederic Riss2015-02-251-0/+5
* DWARFDebugFrame: Actually collect CIEs associated with FDEs.Frederic Riss2015-02-251-6/+11
* Revert "Raising minimum required CMake version to 2.8.12.2."Tobias Grosser2015-02-241-1/+1
* Revert "Revert "Raising minimum required CMake version to 2.8.12.2.""Chad Rosier2015-02-231-1/+1
* Revert "Raising minimum required CMake version to 2.8.12.2."Chad Rosier2015-02-231-1/+1
OpenPOWER on IntegriCloud