1. 0feb6e5 Symbolize: Remove dead code. NFCI. by Peter Collingbourne · 6 years ago
  2. e183340 Recommit [Object] Change object::SectionRef::getContents() to return Expected<StringRef> by Fangrui Song · 6 years ago
  3. 4da9ff9 Revert r360876 "[Object] Change object::SectionRef::getContents() to return Expected<StringRef>" by Hans Wennborg · 6 years ago
  4. a076ec5 [Object] Change object::SectionRef::getContents() to return Expected<StringRef> by Fangrui Song · 6 years ago
  5. dd0e833 [llvm-symbolizer] Fix section index at the end of a section by Fangrui Song · 7 years ago
  6. cb300f1 [Symbolize] Uniquify sorted vector<pair<SymbolDesc, StringRef>> by Fangrui Song · 7 years ago
  7. afb54fd [Symbolize] Replace map<SymbolDesc, StringRef> with sorted vector by Fangrui Song · 7 years ago
  8. e2622b3 [Symbolize] Keep SymbolDescs with the same address and improve getNameFromSymbolTable heuristic by Fangrui Song · 7 years ago
  9. b2c4b8b [DebugInfo] follow up for "add SectionedAddress to DebugInfo interfaces" by Alexey Lapshin · 7 years ago
  10. 77fc1f6 [DebugInfo] add SectionedAddress to DebugInfo interfaces. by Alexey Lapshin · 7 years ago
  11. 123be5d [symbolizer] Avoid collecting symbols belonging to invalid sections. by Matt Davis · 7 years ago
  12. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  13. f78650a Remove trailing space by Fangrui Song · 7 years ago
  14. 264b5d9 Move Object format code to lib/BinaryFormat. by Zachary Turner · 8 years ago
  15. 44d9512 [MC] Fix some Clang-tidy modernize and Include What You Use warnings in SubtargetFeature; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  16. dafc5d7 Prune RelocVisitor.h include to avoid including COFF.h from MCJIT.h by Reid Kleckner · 9 years ago
  17. 931cb65 Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to allow by Kevin Enderby · 9 years ago
  18. 7bd8d99 Thread Expected<...> up from libObject’s getType() for symbols to allow llvm-objdump to produce a good error message. by Kevin Enderby · 10 years ago
  19. 81e8b7d Thread Expected<...> up from libObject’s getName() for symbols to allow llvm-objdump to produce a good error message. by Kevin Enderby · 10 years ago
  20. 5afbc1c Fix a crash in running llvm-objdump -t with an invalid Mach-O file already by Kevin Enderby · 10 years ago
  21. c038e2d [Symbolizer] Don't use PE symbol tables to override PDB symbols by Reid Kleckner · 10 years ago
  22. e46bd74 [LLVMSymbolize] Simplify SymbolizableObjectFile::symbolizeInlinedCode(). NFC. by Alexey Samsonov · 10 years ago
  23. 76f7ecb [LLVMSymbolize] Move printing the description of a global into a separate function. NFC. by Alexey Samsonov · 10 years ago
  24. 8df3a07 [LLVMSymbolize] Move ModuleInfo into a separate class (SymbolizableModule). by Alexey Samsonov · 10 years ago