1. 015dc20 Rewrite ARM execute only support to avoid the use of a command line flag and unqualified ARMSubtarget lookup. by Eric Christopher · 8 years ago
  2. 342257e [ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  3. 52a7dd7 [ARM] Implement execute-only support in CodeGen by Prakhar Bahuguna · 9 years ago
  4. 4367c7f Move the Mangler from the AsmPrinter down to TLOF and clean up the by Eric Christopher · 9 years ago
  5. 265ebd7 CodeGen: Use PLT relocations for relative references to unnamed_addr functions. by Peter Collingbourne · 10 years ago
  6. a7c40ef Canonicalize header guards into a common format. by Benjamin Kramer · 11 years ago
  7. e73658d [C++] Use 'nullptr'. by Craig Topper · 12 years ago
  8. 7315602 Switch all uses of LLVM_OVERRIDE to just use 'override' directly. by Craig Topper · 12 years ago
  9. daeafb4 Add back r201608, r201622, r201624 and r201625 by Rafael Espindola · 12 years ago
  10. 7e198ad Revert r201622 and r201608. by Daniel Jasper · 12 years ago
  11. 09dcc6a Fix PR18743. by Rafael Espindola · 12 years ago
  12. 15b2669 Use a consistent argument order in TargetLoweringObjectFile. by Rafael Espindola · 12 years ago
  13. fa0f728 Pass the Mangler by reference. by Rafael Espindola · 12 years ago
  14. 1070501 Add LLVM_OVERRIDE to a few declarations. by Rafael Espindola · 12 years ago
  15. b3b52a7 Remove dead code. by Rafael Espindola · 12 years ago
  16. 382c140 ARM: Enable use of relocation type tlsldo in debug info for tls data. by Kai Nacke · 12 years ago
  17. ab7ee46 Revert: ARM: Enable use of relocation type tlsldo in debug info for tls data. by Kai Nacke · 12 years ago
  18. 5e8c30f ARM: Enable use of relocation type tlsldo in debug info for tls data. by Kai Nacke · 12 years ago
  19. e42af36 Use TARGET2 relocation for TType references on ARM. by Anton Korobeynikov · 13 years ago
  20. ca3e0ee Move the support for using .init_array from ARM to the generic by Rafael Espindola · 13 years ago
  21. 7722a2d Properly emit ctors / dtors with priorities into desired sections by Anton Korobeynikov · 14 years ago
  22. 109ff29 Second set of ARM/MC/ELF changes. by Jason W Kim · 15 years ago
  23. bbcaa40 Now that the default for Darwin platforms is to place the LSDA into the TEXT by Bill Wendling · 16 years ago
  24. 9481181 The ARM EH experiment worked! by Bill Wendling · 16 years ago
  25. ab663a0 Move TLOF implementations to libCodegen to resolve layering violation. by Anton Korobeynikov · 16 years ago
  26. 607cd3b Change MCSectionELF to represent a section semantically instead of by Bruno Cardoso Lopes · 16 years ago
  27. f24f9d9 Whitespace cleanup. Remove trailing whitespace. by Jim Grosbach · 16 years ago
  28. 1cb9396 1. Make MCSection an abstract class. by Chris Lattner · 16 years ago
  29. ce7d140 now that getOrCreateSection is all object-file specific, by Chris Lattner · 16 years ago
  30. d0a53d3 Ooops, I was too fast to commit the wrong fix :( by Anton Korobeynikov · 16 years ago
  31. 3c5b68e Fix a typo - this unbreaks llvm-gcc build on arm by Anton Korobeynikov · 16 years ago
  32. 4e7dfaf convert ctors/dtors section to be in TLOF instead of TAI. by Chris Lattner · 16 years ago