Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MachO: direct-to-object attribute for data-in-code markers. | Jim Grosbach | 2012-10-01 | 1 | -5/+2 |
| | | | | | | | | | | The target backend can support data-in-code load commands even when the assembler doesn't, or vice-versa. Allow targets to opt-in for direct-to-object. PR13973. llvm-svn: 164974 | ||||
* | Tidy up. Trailing whitespace. | Jim Grosbach | 2012-05-11 | 1 | -1/+1 |
| | | | | llvm-svn: 156602 | ||||
* | Prune some includes and forward declarations. | Craig Topper | 2012-03-26 | 1 | -0/+1 |
| | | | | llvm-svn: 153429 | ||||
* | Section relative fixups are a coff concept, not a x86 one. Replace the | Rafael Espindola | 2011-12-24 | 1 | -1/+5 |
| | | | | | | x86 specific reloc_coff_secrel32 with a generic FK_SecRel_4. llvm-svn: 147252 | ||||
* | This patch addresses gp relative fixups/relocations for jump tables. | Akira Hatanaka | 2011-11-23 | 1 | -6/+10 |
| | | | | llvm-svn: 145112 | ||||
* | Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to ↵ | Evan Cheng | 2011-07-25 | 1 | -0/+37 |
createMCAsmBackend. llvm-svn: 136010 |