summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMTargetObjectFile.h
Commit message (Expand)AuthorAge
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* Add back r201608, r201622, r201624 and r201625Rafael Espindola2014-02-19
* Revert r201622 and r201608.Daniel Jasper2014-02-19
* Fix PR18743.Rafael Espindola2014-02-18
* Use a consistent argument order in TargetLoweringObjectFile.Rafael Espindola2014-02-09
* Pass the Mangler by reference.Rafael Espindola2014-02-08
* Add LLVM_OVERRIDE to a few declarations.Rafael Espindola2014-02-08
* Remove dead code.Rafael Espindola2014-02-07
* ARM: Enable use of relocation type tlsldo in debug info for tls data.Kai Nacke2014-02-05
* Revert: ARM: Enable use of relocation type tlsldo in debug info for tls data.Kai Nacke2014-02-04
* ARM: Enable use of relocation type tlsldo in debug info for tls data.Kai Nacke2014-02-04
* Use TARGET2 relocation for TType references on ARM.Anton Korobeynikov2012-11-14
* Move the support for using .init_array from ARM to the genericRafael Espindola2012-06-19
* Properly emit ctors / dtors with priorities into desired sectionsAnton Korobeynikov2012-01-25
* Second set of ARM/MC/ELF changes.Jason W Kim2010-10-11
* Now that the default for Darwin platforms is to place the LSDA into the TEXTBill Wendling2010-03-15
* The ARM EH experiment worked!Bill Wendling2010-03-09
* Move TLOF implementations to libCodegen to resolve layering violation.Anton Korobeynikov2010-02-15
* Change MCSectionELF to represent a section semantically instead ofBruno Cardoso Lopes2009-08-13
* Whitespace cleanup. Remove trailing whitespace.Jim Grosbach2009-08-11
* 1. Make MCSection an abstract class.Chris Lattner2009-08-08
* now that getOrCreateSection is all object-file specific,Chris Lattner2009-08-08
* Ooops, I was too fast to commit the wrong fix :(Anton Korobeynikov2009-08-04
* Fix a typo - this unbreaks llvm-gcc build on armAnton Korobeynikov2009-08-04
* convert ctors/dtors section to be in TLOF instead ofChris Lattner2009-08-02