aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMTargetObjectFile.h
AgeCommit message (Expand)Author
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
2010-10-11Second set of ARM/MC/ELF changes.Jason W Kim
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
2010-02-15Move TLOF implementations to libCodegen to resolve layering violation.Anton Korobeynikov
2009-08-13Change MCSectionELF to represent a section semantically instead ofBruno Cardoso Lopes
2009-08-11Whitespace cleanup. Remove trailing whitespace.Jim Grosbach
2009-08-081. Make MCSection an abstract class.Chris Lattner
2009-08-08now that getOrCreateSection is all object-file specific,Chris Lattner
2009-08-04Ooops, I was too fast to commit the wrong fix :(Anton Korobeynikov
2009-08-04Fix a typo - this unbreaks llvm-gcc build on armAnton Korobeynikov
2009-08-02convert ctors/dtors section to be in TLOF instead ofChris Lattner