aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMTargetObjectFile.cpp
AgeCommit message (Expand)Author
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-14Use TARGET2 relocation for TType references on ARM.Anton Korobeynikov
2012-06-19Move the support for using .init_array from ARM to the genericRafael Espindola
2012-01-25Properly emit ctors / dtors with priorities into desired sectionsAnton Korobeynikov
2011-12-03Emit the ctors in the proper order on ARM/EABI.Anton Korobeynikov
2011-03-05Some first rudimentary support for ARM EHABI: print exception table in "text ...Anton Korobeynikov
2011-01-23Remove more duplicated code.Rafael Espindola
2011-01-23Remove duplicated code.Rafael Espindola
2010-10-11Second set of ARM/MC/ELF changes.Jason W Kim
2010-04-08delete a forwarding function.Chris Lattner
2010-03-15Now that the default for Darwin platforms is to place the LSDA into the TEXTBill Wendling
2010-03-09The ARM EH experiment worked!Bill Wendling