1. 689ff9c Implement GDB integration for source level debugging of code JITed using by Preston Gurd · 13 years ago
  2. f4eff4b Expose the ELFObjectFile class directly in the Object/ELF.h header, similarly by Eli Bendersky · 14 years ago
  3. 069df95 Object: avoid undefined behavior when bounds-checking by Dylan Noblesmith · 14 years ago
  4. 7f64823 Sink assert-only variables into the asserts by Matt Beaumont-Gay · 14 years ago
  5. ee705a7 Silence warnings in -asserts build by Matt Beaumont-Gay · 14 years ago
  6. 24973c1 Basic runtime dynamic loading capabilities added to ELFObjectFile, implemented by Eli Bendersky · 14 years ago
  7. b0436a7 Fixed ObjectFile functions: by Danil Malyshev · 14 years ago
  8. 790552c Revert r145180 as it is causing test failures on all the bots. by Chandler Carruth · 14 years ago
  9. 9b24738 Fixed ObjectFile functions: by Danil Malyshev · 14 years ago
  10. 9472b8d Expand relocation type field to 64 bits. MachO scattered relocations require 33 bits of type info. by Owen Anderson · 14 years ago
  11. 206d17c Object: Add some types to SymbolRef::Type. by Michael J. Spencer · 14 years ago
  12. 9b2b812 Object: Add isSymbolAbsolute and getSymbolSection. by Michael J. Spencer · 14 years ago
  13. c38c36a Object: Add isSymbolWeak. by Michael J. Spencer · 14 years ago
  14. ab6bcf3 Object: Implement casting for concrete classes. by Michael J. Spencer · 14 years ago
  15. 1130a79 Object: Fix redundant name. by Michael J. Spencer · 14 years ago
  16. 63b2f8c ELF: Fix the section that relocations apply to. Add test to verify. Patch by Danil Malyshev! by Michael J. Spencer · 14 years ago
  17. f77dea1 Elf_Word is not POD! Stop using it in a DenseMap. by Nick Lewycky · 14 years ago
  18. 18dcb87 lib/Object/ELFObjectFile.cpp: Fix undefined behavior for MC/ELF/many-section.s not to fail (on msvc). by NAKAMURA Takumi · 14 years ago
  19. bfbbe32 Reapply r141605 with fixes for appropriate handling of reserved section numbers by Nick Lewycky · 14 years ago
  20. 15c3f72 Add support for .symtab_shnidx. Unfortunately, doing this required breaking a by Nick Lewycky · 14 years ago
  21. fb05d3d Revert r141605 as it broke tests for llvm-nm. by Nick Lewycky · 14 years ago
  22. fad138d Add support for reading many-section ELF files. by Nick Lewycky · 14 years ago
  23. e2f2f07 Object: add getSectionAlignment. by Michael J. Spencer · 14 years ago
  24. 01a4db3 Fix GCC again. by Michael J. Spencer · 14 years ago
  25. 4344b1e Change relocation API to be per section. This time without breaking GCC. by Michael J. Spencer · 14 years ago
  26. a48ad13 Revert 141376 and 141377 due to breaking the build. by Bill Wendling · 14 years ago
  27. f1164a2 Change relocation API to be per section. by Michael J. Spencer · 14 years ago
  28. 13afc5e Object: Add isSection{Data,BSS}. by Michael J. Spencer · 14 years ago
  29. ac241fe Object: make the following changes into SymbolRef by Benjamin Kramer · 14 years ago
  30. 0fcab07 Add support for relocations to ObjectFile. by Benjamin Kramer · 14 years ago
  31. 07ea23a ObjectFile: Add a method to check whether a section contains a symbol. by Benjamin Kramer · 14 years ago
  32. 25b1577 Object: Add proper error handling. by Michael J. Spencer · 14 years ago
  33. 001c920 Make Binary the parent of ObjectFile and update children to new interface. by Michael J. Spencer · 14 years ago
  34. 5e45dc4 Revert the last two commits in the series. r132911, r132912. by Michael J. Spencer · 14 years ago
  35. 69aec36 Make Binary the parent of ObjectFile and update children to new interface. by Michael J. Spencer · 14 years ago
  36. 539d8d8 Assorted bugfixes in object file handling: by Eric Christopher · 14 years ago
  37. 7acdb4d Object: Fix type punned pointer issues by making DataRefImpl a union and using intptr_t. by Michael J. Spencer · 15 years ago
  38. b84551a Object: Add ELF support. by Michael J. Spencer · 15 years ago