Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove TargetELFWriterInfo. | Rafael Espindola | 2012-10-28 | 1 | -59/+0 |
| | | | | | | All the credit goes to Jan Voung for noticing it was dead! llvm-svn: 166902 | ||||
* | Prune some includes and forward declarations. | Craig Topper | 2012-03-25 | 1 | -0/+1 |
| | | | | llvm-svn: 153415 | ||||
* | Move the ARM reloc constants to Support/ELF.h | Jason W Kim | 2010-11-23 | 1 | -139/+0 |
| | | | | llvm-svn: 120035 | ||||
* | Complete listing of ARM/MC/ELF relocation enums | Jason W Kim | 2010-11-08 | 1 | -3/+134 |
| | | | | llvm-svn: 118413 | ||||
* | Odd additional stub framework for the ARM MC ELF emission. | Rafael Espindola | 2010-09-27 | 1 | -0/+66 |
llc now recognizes the "intent" to support MC/obj emission for ARM, but given that they are all stubs, it asserts on --filetype=obj --march=arm Patch by Jason Kim. llvm-svn: 114856 |