1. 90e3e3a macho-dump: Add support for dumping relocation entries. by Daniel Dunbar · 15 years ago
  2. 590956f Fix a comment. by Daniel Dunbar · 15 years ago
  3. 7976b88 Reduce nesting. by Daniel Dunbar · 15 years ago
  4. f52788f MC/Mach-O: Migrate more constants into MachOFormat.h. by Daniel Dunbar · 15 years ago
  5. 821ecd7 MC/Mach-O: Introduce Object/MachOFormat for describing purely platform / machine by Daniel Dunbar · 15 years ago
  6. f2dc4aa make isVirtualSection a virtual method on MCSection. Chris' suggestion. by Rafael Espindola · 15 years ago
  7. 115a3dd MC: Simplify Mach-O and ELF object writer implementations. by Daniel Dunbar · 15 years ago
  8. 3c38492 Trailing whitespace. by Jim Grosbach · 15 years ago
  9. c9d1439 Allow targets to specify the MachO CPUType/CPUSubtype information. by Jim Grosbach · 15 years ago
  10. 8f413fa On ELF we need to know which symbols are used in relocations to decide if by Rafael Espindola · 15 years ago
  11. 8c9aa92 This adds a Darwin x86_64 relocation encoding for a subtraction expression by Kevin Enderby · 15 years ago
  12. a8c02c3 Correctly produce R_X86_64_32 or R_X86_64_32S. by Rafael Espindola · 15 years ago
  13. 7070387 Make it possible for the MCObjectWriter to decide if a given fixup is fully by Rafael Espindola · 15 years ago
  14. b814110 Remove unused argument. by Rafael Espindola · 15 years ago
  15. 23bea41 MC/Mach-O/i386: Fix a crash in relocation handling. by Daniel Dunbar · 15 years ago
  16. abf8f9c silence a vc2010 warning: " result of 32-bit shift implicitly converted to by Chris Lattner · 15 years ago
  17. b0f3b3e Revert "MC/MachO: Fix possible null pointer dereference." by Michael J. Spencer · 15 years ago
  18. c1f354d MC/MachO: Fix possible null pointer dereference. by Michael J. Spencer · 15 years ago
  19. da3051a finish up support for callw: PR7195 by Chris Lattner · 15 years ago
  20. 5b96b26 The variable "Value" is carefully set to Layout.getSymbolAddress, by Duncan Sands · 15 years ago
  21. 1008d35 Get the addend correct for i386 pic. by Eric Christopher · 15 years ago
  22. 04b8d3c Update comment. by Eric Christopher · 15 years ago
  23. bc06737 In progress on 32-bit addends. by Eric Christopher · 15 years ago
  24. 843aa1f MC: Simplify MCAssembler::isSymbolLinkerVisible to only take an MCSymbol. by Daniel Dunbar · 15 years ago
  25. e48dbf8 Fix indentation. by Eric Christopher · 15 years ago
  26. c9ada47 Some more work on mach-o TLV relocations. by Eric Christopher · 15 years ago
  27. aeed4d8 Rearrange conditionals so we don't get caught with the correct type as wrong. by Eric Christopher · 15 years ago
  28. c90e30a MC: Eliminate MCAsmFixup, replace with MCFixup. by Daniel Dunbar · 15 years ago
  29. 482ad80 MC: Use accessors for access to MCAsmFixup. by Daniel Dunbar · 15 years ago
  30. 96ac515 Start adding mach-o tls reloc support. by Eric Christopher · 15 years ago
  31. c37791e Reduce string trashing. by Benjamin Kramer · 15 years ago
  32. 2ae4bfd MC/Mach-O: Implement support for setting indirect symbol table offset in section header. by Daniel Dunbar · 15 years ago
  33. 56279f4 MC/Mach-O: Remove some FIXMEs. by Daniel Dunbar · 15 years ago
  34. f0f6cdb MC/Mach-O/x86_64: Darwin's special "signed_N" relocation types should only be by Daniel Dunbar · 15 years ago
  35. db4c7e6 MC/Mach-O/x86_64: Fix PCrel adjustment for x86_64, which was using the fixup by Daniel Dunbar · 15 years ago
  36. 640e948 MC/Mach-O: As Kevin pointed out, 'Address' is really an offset -- rename to clarify. by Daniel Dunbar · 15 years ago
  37. ef4591e MC/Mach-O: Fix a crash on invalid. by Daniel Dunbar · 15 years ago
  38. a8251fa MC/Mach-O: Fix another mismatch with .weak_definition, we shouldn't use a by Daniel Dunbar · 15 years ago
  39. e9460ec MC/Mach-O: Factor out doesSymbolRequireExternRelocation. by Daniel Dunbar · 15 years ago
  40. a6eeb6e Fix i386 relocations to Weak Definitions. The relocation entries should be by Kevin Enderby · 15 years ago
  41. 2d7fd61 MC/Mach-O: Mark absolute variable's appropriately, and add Mach-O support for by Daniel Dunbar · 15 years ago
  42. ae7fb0b MC/Mach-O/x86_64: Relocations in debug sections should use local relocations by Daniel Dunbar · 15 years ago
  43. 454c4ce Various MSVC warning fixes about truncated 64 bit shifts and const pointers passed to free. by Benjamin Kramer · 15 years ago
  44. 75361b6 rename llvm::llvm_report_error -> llvm::report_fatal_error by Chris Lattner · 15 years ago
  45. 1de558b MC/Mach-O/x86_64: Support @GOTPCREL on symbols, even for non-PCrel relocations! by Daniel Dunbar · 15 years ago
  46. 8fb0403 MC/Mach-O: Switch to MCSectionData::getOrdinal. by Daniel Dunbar · 15 years ago
  47. b026d64 Fix -Asserts warning. by Daniel Dunbar · 15 years ago
  48. 5d42851 MC: Route access to SectionData offset and file size through MCAsmLayout. by Daniel Dunbar · 15 years ago
  49. 432cd5f MC: Route access to Fragment offset and effective size through MCAsmLayout. by Daniel Dunbar · 15 years ago
  50. 207e06e MC: Direct all {fragment,section,symbol} address access through the MCAsmLayout object. by Daniel Dunbar · 15 years ago
  51. 35b0657 Add a FIXME. by Daniel Dunbar · 15 years ago
  52. 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
  53. 873decb Better fix for r98994, MachObjectWriterImpl wasn't intended to be virtual. by Daniel Dunbar · 15 years ago
  54. a407fa8 Fix -Wnon-virtual-dtor warning. by Rafael Espindola · 15 years ago
  55. 602b40f MC/Mach-O/x86_64: Add relocation support. by Daniel Dunbar · 15 years ago
  56. 2df4ceb MC/Mach-O: Move to MachObjectWriter.{h,cpp}. by Daniel Dunbar · 15 years ago