| Commit message (Expand) | Author | Age | Files | Lines |
* | silence a vc2010 warning: " result of 32-bit shift implicitly converted to | Chris Lattner | 2010-08-16 | 1 | -1/+1 |
* | Revert "MC/MachO: Fix possible null pointer dereference." | Michael J. Spencer | 2010-08-10 | 1 | -1/+1 |
* | MC/MachO: Fix possible null pointer dereference. | Michael J. Spencer | 2010-08-09 | 1 | -1/+1 |
* | finish up support for callw: PR7195 | Chris Lattner | 2010-07-07 | 1 | -0/+2 |
* | The variable "Value" is carefully set to Layout.getSymbolAddress, | Duncan Sands | 2010-06-29 | 1 | -4/+0 |
* | Get the addend correct for i386 pic. | Eric Christopher | 2010-06-22 | 1 | -1/+7 |
* | Update comment. | Eric Christopher | 2010-06-17 | 1 | -1/+2 |
* | In progress on 32-bit addends. | Eric Christopher | 2010-06-16 | 1 | -1/+7 |
* | MC: Simplify MCAssembler::isSymbolLinkerVisible to only take an MCSymbol. | Daniel Dunbar | 2010-06-16 | 1 | -2/+2 |
* | Fix indentation. | Eric Christopher | 2010-06-16 | 1 | -4/+4 |
* | Some more work on mach-o TLV relocations. | Eric Christopher | 2010-06-15 | 1 | -0/+38 |
* | Rearrange conditionals so we don't get caught with the correct type as wrong. | Eric Christopher | 2010-05-27 | 1 | -3/+3 |
* | MC: Eliminate MCAsmFixup, replace with MCFixup. | Daniel Dunbar | 2010-05-26 | 1 | -4/+4 |
* | MC: Use accessors for access to MCAsmFixup. | Daniel Dunbar | 2010-05-26 | 1 | -12/+14 |
* | Start adding mach-o tls reloc support. | Eric Christopher | 2010-05-26 | 1 | -2/+8 |
* | Reduce string trashing. | Benjamin Kramer | 2010-05-20 | 1 | -2/+2 |
* | MC/Mach-O: Implement support for setting indirect symbol table offset in sect... | Daniel Dunbar | 2010-05-18 | 1 | -3/+14 |
* | MC/Mach-O: Remove some FIXMEs. | Daniel Dunbar | 2010-05-18 | 1 | -7/+3 |
* | MC/Mach-O/x86_64: Darwin's special "signed_N" relocation types should only be | Daniel Dunbar | 2010-05-14 | 1 | -23/+23 |
* | MC/Mach-O/x86_64: Fix PCrel adjustment for x86_64, which was using the fixup | Daniel Dunbar | 2010-05-11 | 1 | -1/+2 |
* | MC/Mach-O: As Kevin pointed out, 'Address' is really an offset -- rename to c... | Daniel Dunbar | 2010-05-11 | 1 | -11/+11 |
* | MC/Mach-O: Fix a crash on invalid. | Daniel Dunbar | 2010-05-11 | 1 | -1/+4 |
* | MC/Mach-O: Fix another mismatch with .weak_definition, we shouldn't use a | Daniel Dunbar | 2010-05-10 | 1 | -9/+15 |
* | MC/Mach-O: Factor out doesSymbolRequireExternRelocation. | Daniel Dunbar | 2010-05-10 | 1 | -10/+20 |
* | Fix i386 relocations to Weak Definitions. The relocation entries should be | Kevin Enderby | 2010-05-07 | 1 | -1/+12 |
* | MC/Mach-O: Mark absolute variable's appropriately, and add Mach-O support for | Daniel Dunbar | 2010-05-05 | 1 | -2/+2 |
* | MC/Mach-O/x86_64: Relocations in debug sections should use local relocations | Daniel Dunbar | 2010-05-05 | 1 | -0/+11 |
* | Various MSVC warning fixes about truncated 64 bit shifts and const pointers p... | Benjamin Kramer | 2010-04-08 | 1 | -2/+2 |
* | rename llvm::llvm_report_error -> llvm::report_fatal_error | Chris Lattner | 2010-04-07 | 1 | -10/+10 |
* | MC/Mach-O/x86_64: Support @GOTPCREL on symbols, even for non-PCrel relocations! | Daniel Dunbar | 2010-03-29 | 1 | -2/+9 |
* | MC/Mach-O: Switch to MCSectionData::getOrdinal. | Daniel Dunbar | 2010-03-25 | 1 | -18/+4 |
* | Fix -Asserts warning. | Daniel Dunbar | 2010-03-25 | 1 | -2/+1 |
* | MC: Route access to SectionData offset and file size through MCAsmLayout. | Daniel Dunbar | 2010-03-25 | 1 | -7/+11 |
* | MC: Route access to Fragment offset and effective size through MCAsmLayout. | Daniel Dunbar | 2010-03-25 | 1 | -4/+4 |
* | MC: Direct all {fragment,section,symbol} address access through the MCAsmLayo... | Daniel Dunbar | 2010-03-24 | 1 | -36/+40 |
* | Add a FIXME. | Daniel Dunbar | 2010-03-22 | 1 | -0/+14 |
* | MC: Change MCObjectWriter::RecordRelocation to take an MCFragment (instead of... | Daniel Dunbar | 2010-03-22 | 1 | -12/+12 |
* | Better fix for r98994, MachObjectWriterImpl wasn't intended to be virtual. | Daniel Dunbar | 2010-03-20 | 1 | -8/+5 |
* | Fix -Wnon-virtual-dtor warning. | Rafael Espindola | 2010-03-19 | 1 | -0/+2 |
* | MC/Mach-O/x86_64: Add relocation support. | Daniel Dunbar | 2010-03-19 | 1 | -0/+213 |
* | MC/Mach-O: Move to MachObjectWriter.{h,cpp}. | Daniel Dunbar | 2010-03-19 | 1 | -0/+897 |