aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMTargetObjectFile.h
AgeCommit message (Expand)Author
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