aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/ARM/ARMTargetObjectFile.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-02-14[MC] Add MCSection::NonUniqueID and delete one MCContext::getELFSection overloadFangrui Song1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-09-06The initial .text section generated in object files was missing theEric Christopher1-1/+13
2018-02-08ARM: Remove dead code. NFCI.Peter Collingbourne1-3/+0
2017-07-01Rewrite ARM execute only support to avoid the use of a command line flag and ...Eric Christopher1-19/+15
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner1-2/+2
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2017-05-24[ARM] Remove ThumbTargetMachines. (NFC)Florian Hahn1-2/+2
2017-01-31[ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko1-4/+7
2016-12-15[ARM] Implement execute-only support in CodeGenPrakhar Bahuguna1-2/+34
2016-11-22CodeGen: simplify TargetMachine::getSymbol interface. NFC.Tim Northover1-1/+1
2016-09-16Move the Mangler from the AsmPrinter down to TLOF and clean up theEric Christopher1-5/+4
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