- 70d6e0e Correctly produce R_X86_64_32 or R_X86_64_32S. by Rafael Espindola · 15 years ago
- 2ebaee9 Make it possible for the MCObjectWriter to decide if a given fixup is fully by Rafael Espindola · 15 years ago
- cceded4 Remove unused argument. by Rafael Espindola · 15 years ago
- 35a7a0e MC/Mach-O/i386: Fix a crash in relocation handling. by Daniel Dunbar · 15 years ago
- 1218ed8 silence a vc2010 warning: " result of 32-bit shift implicitly converted to by Chris Lattner · 15 years ago
- 18bf25f Revert "MC/MachO: Fix possible null pointer dereference." by Michael J. Spencer · 15 years ago
- 4a5167c MC/MachO: Fix possible null pointer dereference. by Michael J. Spencer · 15 years ago
- 05ea2a4 finish up support for callw: PR7195 by Chris Lattner · 15 years ago
- 1245e4c The variable "Value" is carefully set to Layout.getSymbolAddress, by Duncan Sands · 15 years ago
- 7f85520 Get the addend correct for i386 pic. by Eric Christopher · 15 years ago
- 93f1637 Update comment. by Eric Christopher · 15 years ago
- 74892d4 In progress on 32-bit addends. by Eric Christopher · 15 years ago
- aa627c3 MC: Simplify MCAssembler::isSymbolLinkerVisible to only take an MCSymbol. by Daniel Dunbar · 15 years ago
- 2092dc2 Fix indentation. by Eric Christopher · 15 years ago
- a86c2bd Some more work on mach-o TLV relocations. by Eric Christopher · 15 years ago
- eaddfac Rearrange conditionals so we don't get caught with the correct type as wrong. by Eric Christopher · 16 years ago
- b34440a MC: Eliminate MCAsmFixup, replace with MCFixup. by Daniel Dunbar · 16 years ago
- 353a91ff MC: Use accessors for access to MCAsmFixup. by Daniel Dunbar · 16 years ago
- e7b64dc Start adding mach-o tls reloc support. by Eric Christopher · 16 years ago
- 7c3e230 Reduce string trashing. by Benjamin Kramer · 16 years ago
- d5563f4 MC/Mach-O: Implement support for setting indirect symbol table offset in section header. by Daniel Dunbar · 16 years ago
- f16c12d MC/Mach-O: Remove some FIXMEs. by Daniel Dunbar · 16 years ago
- 2493ddf MC/Mach-O/x86_64: Darwin's special "signed_N" relocation types should only be by Daniel Dunbar · 16 years ago
- 53ce0e1 MC/Mach-O/x86_64: Fix PCrel adjustment for x86_64, which was using the fixup by Daniel Dunbar · 16 years ago
- 7c6f0e3 MC/Mach-O: As Kevin pointed out, 'Address' is really an offset -- rename to clarify. by Daniel Dunbar · 16 years ago
- 795baa1 MC/Mach-O: Fix a crash on invalid. by Daniel Dunbar · 16 years ago
- 7577898 MC/Mach-O: Fix another mismatch with .weak_definition, we shouldn't use a by Daniel Dunbar · 16 years ago
- 7de3106 MC/Mach-O: Factor out doesSymbolRequireExternRelocation. by Daniel Dunbar · 16 years ago
- 51bed9c Fix i386 relocations to Weak Definitions. The relocation entries should be by Kevin Enderby · 16 years ago
- f3a53ba MC/Mach-O: Mark absolute variable's appropriately, and add Mach-O support for by Daniel Dunbar · 16 years ago
- 027fa5f MC/Mach-O/x86_64: Relocations in debug sections should use local relocations by Daniel Dunbar · 16 years ago
- 53dd088 Various MSVC warning fixes about truncated 64 bit shifts and const pointers passed to free. by Benjamin Kramer · 16 years ago
- 2104b8d rename llvm::llvm_report_error -> llvm::report_fatal_error by Chris Lattner · 16 years ago
- c951562 MC/Mach-O/x86_64: Support @GOTPCREL on symbols, even for non-PCrel relocations! by Daniel Dunbar · 16 years ago
- 9514597 MC/Mach-O: Switch to MCSectionData::getOrdinal. by Daniel Dunbar · 16 years ago
- eaa792f Fix -Asserts warning. by Daniel Dunbar · 16 years ago
- 5b07334 MC: Route access to SectionData offset and file size through MCAsmLayout. by Daniel Dunbar · 16 years ago
- 2522dd1 MC: Route access to Fragment offset and effective size through MCAsmLayout. by Daniel Dunbar · 16 years ago
- 7c96955 MC: Direct all {fragment,section,symbol} address access through the MCAsmLayout object. by Daniel Dunbar · 16 years ago
- a75f01a Add a FIXME. by Daniel Dunbar · 16 years ago
- 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
- 5ea5fab Better fix for r98994, MachObjectWriterImpl wasn't intended to be virtual. by Daniel Dunbar · 16 years ago
- 07b4f8c Fix -Wnon-virtual-dtor warning. by Rafael Espindola · 16 years ago
- 1a81ad3 MC/Mach-O/x86_64: Add relocation support. by Daniel Dunbar · 16 years ago
- 79e0e5a MC/Mach-O: Move to MachObjectWriter.{h,cpp}. by Daniel Dunbar · 16 years ago