1. 2ae4bfd MC/Mach-O: Implement support for setting indirect symbol table offset in section header. by Daniel Dunbar · 15 years ago
  2. 56279f4 MC/Mach-O: Remove some FIXMEs. by Daniel Dunbar · 15 years ago
  3. f0f6cdb MC/Mach-O/x86_64: Darwin's special "signed_N" relocation types should only be by Daniel Dunbar · 15 years ago
  4. db4c7e6 MC/Mach-O/x86_64: Fix PCrel adjustment for x86_64, which was using the fixup by Daniel Dunbar · 15 years ago
  5. 640e948 MC/Mach-O: As Kevin pointed out, 'Address' is really an offset -- rename to clarify. by Daniel Dunbar · 15 years ago
  6. ef4591e MC/Mach-O: Fix a crash on invalid. by Daniel Dunbar · 15 years ago
  7. a8251fa MC/Mach-O: Fix another mismatch with .weak_definition, we shouldn't use a by Daniel Dunbar · 15 years ago
  8. e9460ec MC/Mach-O: Factor out doesSymbolRequireExternRelocation. by Daniel Dunbar · 15 years ago
  9. a6eeb6e Fix i386 relocations to Weak Definitions. The relocation entries should be by Kevin Enderby · 15 years ago
  10. 2d7fd61 MC/Mach-O: Mark absolute variable's appropriately, and add Mach-O support for by Daniel Dunbar · 15 years ago
  11. ae7fb0b MC/Mach-O/x86_64: Relocations in debug sections should use local relocations by Daniel Dunbar · 15 years ago
  12. 454c4ce Various MSVC warning fixes about truncated 64 bit shifts and const pointers passed to free. by Benjamin Kramer · 15 years ago
  13. 75361b6 rename llvm::llvm_report_error -> llvm::report_fatal_error by Chris Lattner · 15 years ago
  14. 1de558b MC/Mach-O/x86_64: Support @GOTPCREL on symbols, even for non-PCrel relocations! by Daniel Dunbar · 15 years ago
  15. 8fb0403 MC/Mach-O: Switch to MCSectionData::getOrdinal. by Daniel Dunbar · 15 years ago
  16. b026d64 Fix -Asserts warning. by Daniel Dunbar · 15 years ago
  17. 5d42851 MC: Route access to SectionData offset and file size through MCAsmLayout. by Daniel Dunbar · 15 years ago
  18. 432cd5f MC: Route access to Fragment offset and effective size through MCAsmLayout. by Daniel Dunbar · 15 years ago
  19. 207e06e MC: Direct all {fragment,section,symbol} address access through the MCAsmLayout object. by Daniel Dunbar · 15 years ago
  20. 35b0657 Add a FIXME. by Daniel Dunbar · 15 years ago
  21. b751418 MC: Change MCObjectWriter::RecordRelocation to take an MCFragment (instead of a MCDataFragment). Object files should only need the generic MCFragment features. by Daniel Dunbar · 15 years ago
  22. 873decb Better fix for r98994, MachObjectWriterImpl wasn't intended to be virtual. by Daniel Dunbar · 15 years ago
  23. a407fa8 Fix -Wnon-virtual-dtor warning. by Rafael Espindola · 15 years ago
  24. 602b40f MC/Mach-O/x86_64: Add relocation support. by Daniel Dunbar · 15 years ago
  25. 2df4ceb MC/Mach-O: Move to MachObjectWriter.{h,cpp}. by Daniel Dunbar · 15 years ago