summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMTargetObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* The initial .text section generated in object files was missing theEric Christopher2018-09-061-1/+13
* ARM: Remove dead code. NFCI.Peter Collingbourne2018-02-081-3/+0
* Rewrite ARM execute only support to avoid the use of a command line flag and ...Eric Christopher2017-07-011-19/+15
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-2/+2
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [ARM] Remove ThumbTargetMachines. (NFC)Florian Hahn2017-05-241-2/+2
* [ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-01-311-4/+7
* [ARM] Implement execute-only support in CodeGenPrakhar Bahuguna2016-12-151-2/+34
* CodeGen: simplify TargetMachine::getSymbol interface. NFC.Tim Northover2016-11-221-1/+1
* Move the Mangler from the AsmPrinter down to TLOF and clean up theEric Christopher2016-09-161-5/+4
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-2/+2
* Remove calls to bare getSubtarget and clean up the functionsEric Christopher2015-01-301-2/+3
* Compute the ELF SectionKind from the flags.Rafael Espindola2015-01-291-4/+1
* Allow using normal .eh_frame based unwinding on ARM. Use the sameJoerg Sonnenberger2014-05-071-0/+5
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-1/+1
* move getNameWithPrefix and getSymbol to TargetMachine.Rafael Espindola2014-02-191-1/+1
* Add back r201608, r201622, r201624 and r201625Rafael Espindola2014-02-191-5/+5
* Revert r201622 and r201608.Daniel Jasper2014-02-191-5/+5
* Fix PR18743.Rafael Espindola2014-02-181-5/+5
* Use a consistent argument order in TargetLoweringObjectFile.Rafael Espindola2014-02-091-5/+4
* Pass the Mangler by reference.Rafael Espindola2014-02-081-2/+2
* ARM: Enable use of relocation type tlsldo in debug info for tls data.Kai Nacke2014-02-051-0/+6
* Revert: ARM: Enable use of relocation type tlsldo in debug info for tls data.Kai Nacke2014-02-041-6/+0
* ARM: Enable use of relocation type tlsldo in debug info for tls data.Kai Nacke2014-02-041-0/+6
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-071-1/+1
* Move getSymbol to TargetLoweringObjectFile.Rafael Espindola2013-10-291-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-3/+3
* Use TARGET2 relocation for TType references on ARM.Anton Korobeynikov2012-11-141-1/+14
* Move the support for using .init_array from ARM to the genericRafael Espindola2012-06-191-41/+2
* Properly emit ctors / dtors with priorities into desired sectionsAnton Korobeynikov2012-01-251-2/+33
* Emit the ctors in the proper order on ARM/EABI.Anton Korobeynikov2011-12-031-0/+1
* Some first rudimentary support for ARM EHABI: print exception table in "text ...Anton Korobeynikov2011-03-051-1/+2
* Remove more duplicated code.Rafael Espindola2011-01-231-4/+4
* Remove duplicated code.Rafael Espindola2011-01-231-3/+4
* Second set of ARM/MC/ELF changes.Jason W Kim2010-10-111-0/+6
* delete a forwarding function.Chris Lattner2010-04-081-6/+9
* Now that the default for Darwin platforms is to place the LSDA into the TEXTBill Wendling2010-03-151-18/+0
* The ARM EH experiment worked!Bill Wendling2010-03-091-0/+54
OpenPOWER on IntegriCloud