aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/ARM/ARMTargetObjectFile.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-05-30MC: Clean up MCExpr naming. NFC.Jim Grosbach1-2/+2
2015-01-30Remove calls to bare getSubtarget and clean up the functionsEric Christopher1-2/+3
2015-01-29Compute the ELF SectionKind from the flags.Rafael Espindola1-4/+1
2014-05-07Allow using normal .eh_frame based unwinding on ARM. Use the sameJoerg Sonnenberger1-0/+5
2014-04-25[C++] Use 'nullptr'. Target edition.Craig Topper1-1/+1
2014-02-19move getNameWithPrefix and getSymbol to TargetMachine.Rafael Espindola1-1/+1
2014-02-19Add back r201608, r201622, r201624 and r201625Rafael Espindola1-5/+5
2014-02-19Revert r201622 and r201608.Daniel Jasper1-5/+5
2014-02-18Fix PR18743.Rafael Espindola1-5/+5
2014-02-09Use a consistent argument order in TargetLoweringObjectFile.Rafael Espindola1-5/+4
2014-02-08Pass the Mangler by reference.Rafael Espindola1-2/+2
2014-02-05ARM: Enable use of relocation type tlsldo in debug info for tls data.Kai Nacke1-0/+6
2014-02-04Revert: ARM: Enable use of relocation type tlsldo in debug info for tls data.Kai Nacke1-6/+0
2014-02-04ARM: Enable use of relocation type tlsldo in debug info for tls data.Kai Nacke1-0/+6
2014-01-07Move the llvm mangler to lib/IR.Rafael Espindola1-1/+1
2013-10-29Move getSymbol to TargetLoweringObjectFile.Rafael Espindola1-1/+1
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-3/+3
2012-11-14Use TARGET2 relocation for TType references on ARM.Anton Korobeynikov1-1/+14
2012-06-19Move the support for using .init_array from ARM to the genericRafael Espindola1-41/+2
2012-01-25Properly emit ctors / dtors with priorities into desired sectionsAnton Korobeynikov1-2/+33
2011-12-03Emit the ctors in the proper order on ARM/EABI.Anton Korobeynikov1-0/+1
2011-03-05Some first rudimentary support for ARM EHABI: print exception table in "text ...Anton Korobeynikov1-1/+2
2011-01-23Remove more duplicated code.Rafael Espindola1-4/+4
2011-01-23Remove duplicated code.Rafael Espindola1-3/+4
2010-10-11Second set of ARM/MC/ELF changes.Jason W Kim1-0/+6
2010-04-08delete a forwarding function.Chris Lattner1-6/+9
2010-03-15Now that the default for Darwin platforms is to place the LSDA into the TEXTBill Wendling1-18/+0
2010-03-09The ARM EH experiment worked!Bill Wendling1-0/+54