1. 7c3e230 Reduce string trashing. by Benjamin Kramer · 16 years ago
  2. d5563f4 MC/Mach-O: Implement support for setting indirect symbol table offset in section header. by Daniel Dunbar · 16 years ago
  3. f16c12d MC/Mach-O: Remove some FIXMEs. by Daniel Dunbar · 16 years ago
  4. 2493ddf MC/Mach-O/x86_64: Darwin's special "signed_N" relocation types should only be by Daniel Dunbar · 16 years ago
  5. 53ce0e1 MC/Mach-O/x86_64: Fix PCrel adjustment for x86_64, which was using the fixup by Daniel Dunbar · 16 years ago
  6. 7c6f0e3 MC/Mach-O: As Kevin pointed out, 'Address' is really an offset -- rename to clarify. by Daniel Dunbar · 16 years ago
  7. 795baa1 MC/Mach-O: Fix a crash on invalid. by Daniel Dunbar · 16 years ago
  8. 7577898 MC/Mach-O: Fix another mismatch with .weak_definition, we shouldn't use a by Daniel Dunbar · 16 years ago
  9. 7de3106 MC/Mach-O: Factor out doesSymbolRequireExternRelocation. by Daniel Dunbar · 16 years ago
  10. 51bed9c Fix i386 relocations to Weak Definitions. The relocation entries should be by Kevin Enderby · 16 years ago
  11. f3a53ba MC/Mach-O: Mark absolute variable's appropriately, and add Mach-O support for by Daniel Dunbar · 16 years ago
  12. 027fa5f MC/Mach-O/x86_64: Relocations in debug sections should use local relocations by Daniel Dunbar · 16 years ago
  13. 53dd088 Various MSVC warning fixes about truncated 64 bit shifts and const pointers passed to free. by Benjamin Kramer · 16 years ago
  14. 2104b8d rename llvm::llvm_report_error -> llvm::report_fatal_error by Chris Lattner · 16 years ago
  15. c951562 MC/Mach-O/x86_64: Support @GOTPCREL on symbols, even for non-PCrel relocations! by Daniel Dunbar · 16 years ago
  16. 9514597 MC/Mach-O: Switch to MCSectionData::getOrdinal. by Daniel Dunbar · 16 years ago
  17. eaa792f Fix -Asserts warning. by Daniel Dunbar · 16 years ago
  18. 5b07334 MC: Route access to SectionData offset and file size through MCAsmLayout. by Daniel Dunbar · 16 years ago
  19. 2522dd1 MC: Route access to Fragment offset and effective size through MCAsmLayout. by Daniel Dunbar · 16 years ago
  20. 7c96955 MC: Direct all {fragment,section,symbol} address access through the MCAsmLayout object. by Daniel Dunbar · 16 years ago
  21. a75f01a Add a FIXME. by Daniel Dunbar · 16 years ago
  22. a0ab4bf MC: Change MCObjectWriter::RecordRelocation to take an MCFragment (instead of a MCDataFragment). Object files should only need the generic MCFragment features. by Daniel Dunbar · 16 years ago
  23. 5ea5fab Better fix for r98994, MachObjectWriterImpl wasn't intended to be virtual. by Daniel Dunbar · 16 years ago
  24. 07b4f8c Fix -Wnon-virtual-dtor warning. by Rafael Espindola · 16 years ago
  25. 1a81ad3 MC/Mach-O/x86_64: Add relocation support. by Daniel Dunbar · 16 years ago
  26. 79e0e5a MC/Mach-O: Move to MachObjectWriter.{h,cpp}. by Daniel Dunbar · 16 years ago