summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMELFWriterInfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move the ARM reloc constants to Support/ELF.hJason W Kim2010-11-231-3/+4
| | | | llvm-svn: 120035
* Fix .o emission of ARM movt/movw. MCSymbolRefExpr::VK_ARM_(HI||LO)16 for the ↵Jason W Kim2010-11-181-2/+16
| | | | | | | | | .o path now works for ARM. Note: lo16AllZero remains in ARMInstrInfo.td - It can be factored out when Thumb movt is repaired. Existing tests cover this update. llvm-svn: 119760
* Jim Asked us to move DataLayout on ARM back to the most specialized classes. DoRafael Espindola2010-10-031-1/+2
| | | | | | | | so and also change X86 for consistency. Investigating if this can be improved a bit. llvm-svn: 115469
* 80-col fixups.Eric Christopher2010-09-281-2/+4
| | | | llvm-svn: 114943
* Odd additional stub framework for the ARM MC ELF emission.Rafael Espindola2010-09-271-0/+65
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
OpenPOWER on IntegriCloud