| Commit message (Expand) | Author | Age | Files | Lines |
| * | MC/ELF: Allow targets to set ABI version | Konstantin Zhuravlyov | 2019-02-14 | 1 | -2/+3 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | The initial .text section generated in object files was missing the | Eric Christopher | 2018-09-06 | 1 | -0/+3 |
| * | [mips] Do not pass redundant IsN64 flag to MCELFObjectTargetWriter. NFC | Simon Atanasyan | 2017-09-21 | 1 | -8/+4 |
| * | [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m... | Eugene Zelenko | 2017-02-07 | 1 | -3/+0 |
| * | Always sort by offset first. NFC. | Rafael Espindola | 2015-12-17 | 1 | -16/+0 |
| * | Pass a MCSymbol to needsRelocateWithSymbol. | Rafael Espindola | 2015-05-29 | 1 | -1/+1 |
| * | Re-enable target-specific relocation table sorting and use it for Mips | Petar Jovanovic | 2015-04-14 | 1 | -0/+21 |
| * | [MC] Pass MCSymbolData to needsRelocateWithSymbol | Ulrich Weigand | 2014-07-20 | 1 | -1/+2 |
| * | Completely rewrite ELFObjectWriter::RecordRelocation. | Rafael Espindola | 2014-03-29 | 1 | -34/+2 |
| * | Provide basic type safety for array_pod_sort comparators. | Benjamin Kramer | 2013-09-22 | 1 | -3/+3 |
| * | Cleanup relocation sorting for ELF. | Rafael Espindola | 2013-05-15 | 1 | -2/+16 |
| * | Remove MCELFObjectTargetWriter::adjustFixupOffset hack | Ulrich Weigand | 2013-05-15 | 1 | -4/+0 |
| * | This patch reworks how llvm targets set | Jack Carter | 2013-01-30 | 1 | -5/+0 |
| * | Initial TOC support for PowerPC64 object creation | Adhemerval Zanella | 2012-10-25 | 1 | -0/+8 |
| * | The ELF relocation record format is different for N64 | Jack Carter | 2012-06-27 | 1 | -2/+4 |
| * | Add a hook in MCELFObjectTargetWriter to allow targets to sort relocation | Akira Hatanaka | 2012-03-23 | 1 | -0/+8 |
| * | Define trivial destructor inline. | Rafael Espindola | 2011-12-24 | 1 | -3/+0 |
| * | Make GetRelocType pure virtual. | Rafael Espindola | 2011-12-24 | 1 | -8/+0 |
| * | Move PPC bits to lib/Target/PowerPC. | Rafael Espindola | 2011-12-22 | 1 | -0/+4 |
| * | Move the ARM specific parts of the ELF writer to Target/ARM. | Rafael Espindola | 2011-12-22 | 1 | -0/+14 |
| * | Move the X86 specific bits of the ELF writer to the Target/X86 directory. | Rafael Espindola | 2011-12-21 | 1 | -0/+8 |
| * | Reduce the exposure of Triple::OSType in the ELF object writer. This will | Rafael Espindola | 2011-12-21 | 1 | -2/+2 |
| * | Move some data to the TargetWriter. | Rafael Espindola | 2010-12-18 | 1 | -1/+6 |
| * | Stub out explicit MCELFObjectTargetWriter interface. | Rafael Espindola | 2010-12-17 | 1 | -0/+18 |