summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMTargetObjectFile.h
AgeCommit message (Expand)Author
2017-07-01Rewrite ARM execute only support to avoid the use of a command line flag and ...Eric Christopher
2017-01-31[ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko
2016-12-15[ARM] Implement execute-only support in CodeGenPrakhar Bahuguna
2016-09-16Move the Mangler from the AsmPrinter down to TLOF and clean up theEric Christopher
2016-04-22CodeGen: Use PLT relocations for relative references to unnamed_addr functions.Peter Collingbourne
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer
2014-04-28[C++] Use 'nullptr'.Craig Topper
2014-03-02Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper
2014-02-19Add back r201608, r201622, r201624 and r201625Rafael Espindola
2014-02-19Revert r201622 and r201608.Daniel Jasper
2014-02-18Fix PR18743.Rafael Espindola
2014-02-09Use a consistent argument order in TargetLoweringObjectFile.Rafael Espindola
2014-02-08Pass the Mangler by reference.Rafael Espindola
2014-02-08Add LLVM_OVERRIDE to a few declarations.Rafael Espindola
2014-02-07Remove dead code.Rafael Espindola
2014-02-05ARM: Enable use of relocation type tlsldo in debug info for tls data.Kai Nacke
2014-02-04Revert: ARM: Enable use of relocation type tlsldo in debug info for tls data.Kai Nacke
2014-02-04ARM: Enable use of relocation type tlsldo in debug info for tls data.Kai Nacke
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