summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMTargetObjectFile.cpp
Commit message (Expand)AuthorAge
* Allow using normal .eh_frame based unwinding on ARM. Use the sameJoerg Sonnenberger2014-05-07
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* move getNameWithPrefix and getSymbol to TargetMachine.Rafael Espindola2014-02-19
* 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
* 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
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-07
* Move getSymbol to TargetLoweringObjectFile.Rafael Espindola2013-10-29
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* 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
* Emit the ctors in the proper order on ARM/EABI.Anton Korobeynikov2011-12-03
* Some first rudimentary support for ARM EHABI: print exception table in "text ...Anton Korobeynikov2011-03-05
* Remove more duplicated code.Rafael Espindola2011-01-23
* Remove duplicated code.Rafael Espindola2011-01-23
* Second set of ARM/MC/ELF changes.Jason W Kim2010-10-11
* delete a forwarding function.Chris Lattner2010-04-08
* 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