summaryrefslogtreecommitdiff
path: root/lib/DebugInfo/Symbolize
AgeCommit message (Expand)Author
2017-12-13Remove redundant includes from lib/DebugInfo.Michael Zolotukhin
2017-07-30DebugInfo: Provide option for explicitly specifying the name of the DWP fileDavid Blaikie
2017-07-19Use delegation instead of inheritance.Rafael Espindola
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
2017-06-06Fix another ordering constraint with windows.h and comment aboutChandler Carruth
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-04-27Rename some PDB classes.Zachary Turner
2017-02-09[MC] Fix some Clang-tidy modernize and Include What You Use warnings in Subta...Eugene Zelenko
2017-02-06Get function start line number from DWARF infoDavid Blaikie
2017-01-31Add a verbose/human readable mode to llvm-symbolizer to investigate discrimin...David Blaikie
2016-09-01Fix the ASan fuse-lld.cc test after LLD r280012Reid Kleckner
2016-08-09CodeView: extract the OMF Directory HeaderSaleem Abdulrasool
2016-07-06Prune RelocVisitor.h include to avoid including COFF.h from MCJIT.hReid Kleckner
2016-06-24Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to ...Kevin Enderby
2016-06-08Apply most suggestions of clang-tidy's performance-unnecessary-value-paramBenjamin Kramer
2016-06-06Try one more time to pacify -Wpessimizing-move, MSVC, libstdc++4.7, and the w...Reid Kleckner
2016-06-06Attempt to work around lack of std::map::emplace in libstdc++4.7Reid Kleckner
2016-06-03Fix non-Windows build when inserting a move only type into a mapReid Kleckner
2016-06-03[Symbolize] Check if the PE file has a PDB and emit an error if we can't load itReid Kleckner
2016-05-31Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby
2016-05-09Fix some Clang-tidy modernize-deprecated-headers and Include What You Use war...Eugene Zelenko
2016-05-06Drop error when trying to fallback from PDB to DWARF.Zachary Turner
2016-05-06Port DebugInfoPDB over to using llvm::Error.Zachary Turner
2016-05-04Move pdb code into pdb namespace.Zachary Turner
2016-05-02Thread Expected<...> up from libObject’s getType() for symbols to allow llv...Kevin Enderby
2016-04-20Thread Expected<...> up from libObject’s getName() for symbols to allow llv...Kevin Enderby
2016-04-06Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby
2016-03-28Fix Clang-tidy modernize-deprecated-headers warnings in some files; other min...Eugene Zelenko
2016-03-23Fix a crash in running llvm-objdump -t with an invalid Mach-O file alreadyKevin Enderby
2016-01-26Remove autoconf supportChris Bieneman
2016-01-09fixing type.Mike Aizatsky
2016-01-09llvm/lib/DebugInfo/Symbolize/DIPrinter.cpp: Fix build in -m32. 1L is incompat...NAKAMURA Takumi
2016-01-09[llvm-symbolizer] -print-source-context-lines option to print source code aro...Mike Aizatsky
2015-12-18[Symbolize] Improve the ownership of parsed objects.Alexey Samsonov
2015-11-13[Symbolizer] Don't use PE symbol tables to override PDB symbolsReid Kleckner
2015-11-11[Symbolizer]: Add -pretty-print optionHemant Kulkarni
2015-11-11Reverting r252760Colin LeMahieu
2015-11-11[Symbolizer]: Add -pretty-print optionHemant Kulkarni
2015-11-04[LLVMSymbolize] Reduce indentation by using helper function. NFC.Alexey Samsonov
2015-11-04[LLVMSymbolize] Properly propagate object parsing errors from the library.Alexey Samsonov
2015-11-03[LLVMSymbolize] Factor out the logic for printing structs from DIContext. NFC.Alexey Samsonov
2015-11-03[LLVMSymbolize] Move demangling away from printing routines. NFC.Alexey Samsonov
2015-10-30Let the users of LLVMSymbolizer decide whether they want to symbolize inlined...Alexey Samsonov
2015-10-30[LLVMSymbolize] Simplify SymbolizableObjectFile::symbolizeInlinedCode(). NFC.Alexey Samsonov
2015-10-29[LLVMSymbolize] Move printing the description of a global into a separate fun...Alexey Samsonov
2015-10-29[LLVMSymbolize] Move ModuleInfo into a separate class (SymbolizableModule).Alexey Samsonov
2015-10-26[LLVMSymbolize] Don't use LLVMSymbolizer::Options in ModuleInfo. NFC.Alexey Samsonov
2015-10-26Fix build failure on GCC 4.7 (old libstdc++ doesn't have std::map::emplace).Alexey Samsonov
2015-10-26Remove use of std::map<>::emplace which is not supported on some older versio...David Blaikie
2015-10-26[LLVMSymbolize] Use symbol table only if function linkage name was requested.Alexey Samsonov