summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
* [LLVMSymbolize] Reduce indentation by using helper function. NFC.Alexey Samsonov2015-11-041-21/+24
* [LLVMSymbolize] Properly propagate object parsing errors from the library.Alexey Samsonov2015-11-041-90/+107
* [LLVMSymbolize] Factor out the logic for printing structs from DIContext. NFC.Alexey Samsonov2015-11-033-61/+76
* [LLVMSymbolize] Move demangling away from printing routines. NFC.Alexey Samsonov2015-11-031-28/+33
* Let the users of LLVMSymbolizer decide whether they want to symbolize inlined...Alexey Samsonov2015-10-301-12/+30
* [LLVMSymbolize] Simplify SymbolizableObjectFile::symbolizeInlinedCode(). NFC.Alexey Samsonov2015-10-301-17/+9
* [LLVMSymbolize] Move printing the description of a global into a separate fun...Alexey Samsonov2015-10-293-19/+28
* [LLVMSymbolize] Move ModuleInfo into a separate class (SymbolizableModule).Alexey Samsonov2015-10-294-218/+353
* [LLVMSymbolize] Don't use LLVMSymbolizer::Options in ModuleInfo. NFC.Alexey Samsonov2015-10-261-16/+16
* Fix build failure on GCC 4.7 (old libstdc++ doesn't have std::map::emplace).Alexey Samsonov2015-10-261-2/+3
* Remove use of std::map<>::emplace which is not supported on some older versio...David Blaikie2015-10-261-1/+1
* [LLVMSymbolize] Use symbol table only if function linkage name was requested.Alexey Samsonov2015-10-261-2/+4
* Fix build error by fully qualifying llvm::make_unique.Alexey Samsonov2015-10-261-1/+1
* [LLVMSymbolize] Use std::unique_ptr more extensively to clarify ownership.Alexey Samsonov2015-10-261-11/+12
* Move parts of llvm-symbolizer tool into LLVMSymbolize library.Alexey Samsonov2015-10-267-5/+691
* Use numeric_limits instead of LLONG_MAXMatt Arsenault2015-10-211-2/+2
* [llvm-symbolizer] Make --relative-address work with DWARF contextsReid Kleckner2015-10-091-17/+4
* 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
OpenPOWER on IntegriCloud