summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMTargetObjectFile.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* 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-2/+0
* [ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-01-311-6/+6
* [ARM] Implement execute-only support in CodeGenPrakhar Bahuguna2016-12-151-0/+7
* Move the Mangler from the AsmPrinter down to TLOF and clean up theEric Christopher2016-09-161-5/+5
* CodeGen: Use PLT relocations for relative references to unnamed_addr functions.Peter Collingbourne2016-04-221-4/+4
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* [C++] Use 'nullptr'.Craig Topper2014-04-281-1/+1
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-5/+4
* Add back r201608, r201622, r201624 and r201625Rafael Espindola2014-02-191-4/+4
* Revert r201622 and r201608.Daniel Jasper2014-02-191-4/+4
* Fix PR18743.Rafael Espindola2014-02-181-4/+4
* Use a consistent argument order in TargetLoweringObjectFile.Rafael Espindola2014-02-091-2/+2
* Pass the Mangler by reference.Rafael Espindola2014-02-081-1/+1
* Add LLVM_OVERRIDE to a few declarations.Rafael Espindola2014-02-081-6/+8
* Remove dead code.Rafael Espindola2014-02-071-4/+0
* ARM: Enable use of relocation type tlsldo in debug info for tls data.Kai Nacke2014-02-051-0/+3
* Revert: ARM: Enable use of relocation type tlsldo in debug info for tls data.Kai Nacke2014-02-041-3/+0
* ARM: Enable use of relocation type tlsldo in debug info for tls data.Kai Nacke2014-02-041-0/+3
* Use TARGET2 relocation for TType references on ARM.Anton Korobeynikov2012-11-141-0/+5
* Move the support for using .init_array from ARM to the genericRafael Espindola2012-06-191-4/+0
* Properly emit ctors / dtors with priorities into desired sectionsAnton Korobeynikov2012-01-251-0/+4
* Second set of ARM/MC/ELF changes.Jason W Kim2010-10-111-1/+10
* Now that the default for Darwin platforms is to place the LSDA into the TEXTBill Wendling2010-03-151-12/+0
* The ARM EH experiment worked!Bill Wendling2010-03-091-20/+22
* Move TLOF implementations to libCodegen to resolve layering violation.Anton Korobeynikov2010-02-151-2/+2
* Change MCSectionELF to represent a section semantically instead ofBruno Cardoso Lopes2009-08-131-4/+5
* Whitespace cleanup. Remove trailing whitespace.Jim Grosbach2009-08-111-3/+3
* 1. Make MCSection an abstract class.Chris Lattner2009-08-081-1/+1
* now that getOrCreateSection is all object-file specific,Chris Lattner2009-08-081-4/+4
* Ooops, I was too fast to commit the wrong fix :(Anton Korobeynikov2009-08-041-2/+2
* Fix a typo - this unbreaks llvm-gcc build on armAnton Korobeynikov2009-08-041-2/+2
* convert ctors/dtors section to be in TLOF instead ofChris Lattner2009-08-021-0/+38
OpenPOWER on IntegriCloud