aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/ARM/ARMTargetObjectFile.h
AgeCommit message (Expand)AuthorFilesLines
2016-04-22CodeGen: Use PLT relocations for relative references to unnamed_addr functions.Peter Collingbourne1-4/+4
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer1-2/+2
2014-04-28[C++] Use 'nullptr'.Craig Topper1-1/+1
2014-03-02Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper1-5/+4
2014-02-19Add back r201608, r201622, r201624 and r201625Rafael Espindola1-4/+4
2014-02-19Revert r201622 and r201608.Daniel Jasper1-4/+4
2014-02-18Fix PR18743.Rafael Espindola1-4/+4
2014-02-09Use a consistent argument order in TargetLoweringObjectFile.Rafael Espindola1-2/+2
2014-02-08Pass the Mangler by reference.Rafael Espindola1-1/+1
2014-02-08Add LLVM_OVERRIDE to a few declarations.Rafael Espindola1-6/+8
2014-02-07Remove dead code.Rafael Espindola1-4/+0
2014-02-05ARM: Enable use of relocation type tlsldo in debug info for tls data.Kai Nacke1-0/+3
2014-02-04Revert: ARM: Enable use of relocation type tlsldo in debug info for tls data.Kai Nacke1-3/+0
2014-02-04ARM: Enable use of relocation type tlsldo in debug info for tls data.Kai Nacke1-0/+3
2012-11-14Use TARGET2 relocation for TType references on ARM.Anton Korobeynikov1-0/+5
2012-06-19Move the support for using .init_array from ARM to the genericRafael Espindola1-4/+0
2012-01-25Properly emit ctors / dtors with priorities into desired sectionsAnton Korobeynikov1-0/+4
2010-10-11Second set of ARM/MC/ELF changes.Jason W Kim1-1/+10
2010-03-15Now that the default for Darwin platforms is to place the LSDA into the TEXTBill Wendling1-12/+0
2010-03-09The ARM EH experiment worked!Bill Wendling1-20/+22
2010-02-15Move TLOF implementations to libCodegen to resolve layering violation.Anton Korobeynikov1-2/+2
2009-08-13Change MCSectionELF to represent a section semantically instead ofBruno Cardoso Lopes1-4/+5
2009-08-11Whitespace cleanup. Remove trailing whitespace.Jim Grosbach1-3/+3
2009-08-081. Make MCSection an abstract class.Chris Lattner1-1/+1
2009-08-08now that getOrCreateSection is all object-file specific,Chris Lattner1-4/+4
2009-08-04Ooops, I was too fast to commit the wrong fix :(Anton Korobeynikov1-2/+2
2009-08-04Fix a typo - this unbreaks llvm-gcc build on armAnton Korobeynikov1-2/+2
2009-08-02convert ctors/dtors section to be in TLOF instead ofChris Lattner1-0/+38