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