1. ea60591 [ARM] Allow execute only code on Cortex-m23 by David Spickett · 7 years ago
  2. 0600c36 [ARM] Adjust the cost model for Exynos by Evandro Menezes · 7 years ago
  3. 8a6973d [ARM] Adjust the feature set for Exynos by Evandro Menezes · 7 years ago
  4. c62ab61 [ARM] Refactor Exynos feature set (NFC) by Evandro Menezes · 7 years ago
  5. 9a92fe0 [ARM] Replace processor check with feature by Evandro Menezes · 7 years ago
  6. 097a3e3 ARM: deduplicate hard-float detection code. NFC. by Tim Northover · 7 years ago
  7. a4852d2c X86/AArch64/ARM: Factor out common sincos_stret logic; NFCI by Matthias Braun · 8 years ago
  8. f1caa28 MachineFunction: Return reference from getFunction(); NFC by Matthias Braun · 8 years ago
  9. caf9ea6 Remove redundant includes from lib/Target/ARM. by Michael Zolotukhin · 8 years ago
  10. dc86e14 [ARM] Fix incorrect conversion of a tail call to an ordinary call by Momchil Velikov · 8 years ago
  11. 76d5ac4 [arm] Fix Unnecessary reloads from GOT. by Evgeniy Stepanov · 8 years ago
  12. adceba5 [ARM] Fix SJLJ exception handling when manually chosen on a platform where it isn't default by Martin Storsjo · 8 years ago
  13. b036757 [ARM] Reverse PostRASched subtarget feature logic by Sam Parker · 8 years ago
  14. c9f29c6 [ARM] GlobalISel: Select globals in PIC mode by Diana Picus · 8 years ago
  15. b252ffd [ARM][AArch64] Cortex-A75 and Cortex-A55 support by Sam Parker · 8 years ago
  16. 04a7db5 [ARM] Add PostRAScheduler option by Sam Parker · 8 years ago
  17. 61d71a1 Reapply "[GlobalISel] Remove the GISelAccessor API." by Quentin Colombet · 8 years ago
  18. d68bc7a [ARM] Emit error when ARM exec mode is not available. by Florian Hahn · 8 years ago
  19. 8dd90fb Revert "[GlobalISel] Remove the GISelAccessor API." by Quentin Colombet · 8 years ago
  20. c046208 [GlobalISel] Remove the GISelAccessor API. by Quentin Colombet · 8 years ago
  21. 250e050 [GlobalISel] Make GlobalISel a non-optional library. by Quentin Colombet · 8 years ago
  22. e3583bd [ARM] Add use-misched feature, to enable the MachineScheduler. by Florian Hahn · 8 years ago
  23. 67ddd1d [TargetParser] Use enum classes for various ARM kind enums. by Florian Hahn · 8 years ago
  24. b3ed4bc [ARM] Minor cosmetic edits (NFC) by Evandro Menezes · 8 years ago
  25. 3df231a Remove the default ARMSubtarget from the ARM TargetMachine. by Eric Christopher · 8 years ago
  26. 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
  27. 51b7af3 [ARM] Move GISel accessor initialization from TargetMachine to Subtarget. by Quentin Colombet · 8 years ago
  28. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  29. 60b5a1c Revert "Revert "[ARM] Add Kryo to available targets"" by Yi Kong · 8 years ago
  30. a994185 [ARM] Change TCReturn to tBL if tailcall optimization fails. by Sanne Wouda · 9 years ago
  31. e79c077 [ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  32. 13e9921 Fix for build warning in execute-only support by Prakhar Bahuguna · 9 years ago
  33. 52a7dd7 [ARM] Implement execute-only support in CodeGen by Prakhar Bahuguna · 9 years ago
  34. 2227493 [ARM] Add plumbing for GlobalISel by Diana Picus · 9 years ago
  35. 962eaae [Cortex-M0] Atomic lowering by Weiming Zhao · 9 years ago
  36. 732afdd Turn cl::values() (for enum) from a vararg function to using C++ variadic template by Mehdi Amini · 9 years ago
  37. 9797989 [ARM]: add missing switch case for cortex-r52 by Javed Absar · 9 years ago
  38. 46401544 [XRay] ARM 32-bit no-Thumb support in LLVM by Dean Michael Berris · 9 years ago
  39. 049f387 Revert "[XRay] ARM 32-bit no-Thumb support in LLVM" by Renato Golin · 9 years ago
  40. d257373 [ARM XRay] Try to fix Thumb-only failure by Renato Golin · 9 years ago
  41. 17d94e2 [XRay] ARM 32-bit no-Thumb support in LLVM by Dean Michael Berris · 9 years ago
  42. 70c6a39 Use isTargetMachO instead of isTargetDarwin. by Rafael Espindola · 9 years ago
  43. 53d55f4 Some places that could using TargetParser in LLVM. NFC. by Zijiao Ma · 9 years ago
  44. 8331aae [ARM] Add support for embedded position-independent code by Oliver Stannard · 9 years ago
  45. b772e40 [ARM] Do not test for CPUs, use SubtargetFeatures. Also remove 2 flags. by Diana Picus · 9 years ago
  46. db6bd02 Delete unused includes. NFC. by Rafael Espindola · 9 years ago
  47. 5ac8f5c Don't pass a Reloc::Model to GVIsIndirectSymbol. by Rafael Espindola · 9 years ago
  48. 3beef8d Move shouldAssumeDSOLocal to Target. by Rafael Espindola · 9 years ago
  49. eb1068a [ARM] Use member initializers in ARMSubtarget. NFCI by Diana Picus · 9 years ago
  50. 92423ce [ARM] Do not test for CPUs, use SubtargetFeatures (Part 2). NFCI by Diana Picus · 9 years ago
  51. eb3dd14 [ARM] Use member initializers in ARMSubtarget. NFCI by Diana Picus · 9 years ago
  52. c5baa43 [ARM] Do not test for CPUs, use SubtargetFeatures (Part 1). NFCI by Diana Picus · 9 years ago
  53. d906bf1 RAS extensions are part of ARMv8.2-A. This change enables them by introducing a by Sjoerd Meijer · 9 years ago
  54. eece113 Start using shouldAssumeDSOLocal on ARM. by Rafael Espindola · 9 years ago
  55. 042a6c1 ARMv7k: base ABI decision on v7k Arch rather than watchos OS. by Tim Northover · 10 years ago
  56. fed3e4a [ARM] Add ARMv8-M security extension instructions to ARMv8-M Baseline/Mainline by Bradley Smith · 10 years ago
  57. d4a0d18 Revert "[ARM] Add ARMv8-M security extension instructions to ARMv8-M Baseline/Mainline" by Reid Kleckner · 10 years ago
  58. 618712d [ARM] Add ARMv8-M security extension instructions to ARMv8-M Baseline/Mainline by Bradley Smith · 10 years ago
  59. 433c22e [ARM] Add ARMv8-A semaphore/atomic instructions to ARMv8-M Baseline/Mainline by Bradley Smith · 10 years ago
  60. a118910 [ARM] Add B.W and CBZ instructions to ARMv8-M Baseline by Bradley Smith · 10 years ago
  61. d9a99ce [ARM] Add MOVW/MOVT instructions to ARMv8-M Baseline/Mainline by Bradley Smith · 10 years ago
  62. e26f799 [ARM] Add ARMv8-M Baseline/Mainline LLVM targeting by Bradley Smith · 10 years ago
  63. 4c21cba [ARM] Split out ARMv8-A semaphores and atomics and ARMv7 clrex as separate features by Bradley Smith · 10 years ago
  64. 8addbf4 [ARM] Add subtarget features for ARMv8.2-A by Oliver Stannard · 10 years ago
  65. 747ae9a ARM: make sure backend is consistent about exception handling method. by Tim Northover · 10 years ago
  66. 982a888 [ARM] Default to ARMv4t in favour of adding Other to ARMArch by Bradley Smith · 10 years ago
  67. 4320205 [ARM] Properly initialize ARMArch in the ARM subtarget by Bradley Smith · 10 years ago
  68. f8e47e4 ARM: add support for WatchOS's compact unwind information. by Tim Northover · 10 years ago
  69. 8b40366 ARM: teach backend about WatchOS and TvOS libcalls. by Tim Northover · 10 years ago
  70. e0ccdc6 ARM: add backend support for the ABI used in WatchOS by Tim Northover · 10 years ago
  71. ad8a063 [ARM] Avoid redundant checks for isThumb1Only() after supportsTailCall() by Artyom Skrobov · 10 years ago
  72. cf29644 [ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.def by Artyom Skrobov · 10 years ago
  73. f2ed5c6 [ARM] Add option to force fast-isel by Oliver Stannard · 10 years ago
  74. a835956 Limit the range of processors supported by ARM fast isel to v6 or by Eric Christopher · 10 years ago
  75. 50f1723 Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago
  76. 153010c Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago
  77. c40de48 Revert r247684 - Replace Triple with a new TargetTuple ... by Daniel Sanders · 10 years ago
  78. 18d4b0d Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago
  79. 1cd6d88 use minSize wrapper; NFCI by Sanjay Patel · 10 years ago
  80. 924879a wrap OptSize and MinSize attributes for easier and consistent access (NFCI) by Sanjay Patel · 10 years ago
  81. 9c340ec ARM: remove horrible printf left over from debugging by Tim Northover · 10 years ago
  82. 910dde7 ARM: prefer allocating VFP regs at stride 4 on Darwin. by Tim Northover · 10 years ago
  83. 2670f4a [ARM] Define subtarget feature strict-align. by Akira Hatanaka · 10 years ago
  84. 2858152 [ARM] Define subtarget feature "reserve-r9", which is used to decide by Akira Hatanaka · 10 years ago
  85. 42427d2 Revert r242737. by Akira Hatanaka · 10 years ago
  86. 7482d40 [ARM] Define subtarget feature "reserve-r9", which is used to decide by Akira Hatanaka · 10 years ago
  87. 9e85980 ARM: Enable MachineScheduler and disable PostRAScheduler for swift. by Matthias Braun · 10 years ago
  88. 5a6d5bc Revert "ARM: Enable MachineScheduler and disable PostRAScheduler for swift." by Adam Nemet · 10 years ago
  89. 2d8315f ARM: Enable MachineScheduler and disable PostRAScheduler for swift. by Matthias Braun · 10 years ago
  90. 024d91a [ARM] Define a subtarget feature that is used to avoid using movt/movw by Akira Hatanaka · 10 years ago
  91. 157e5a6 Remove getDataLayout() from TargetSelectionDAGInfo (had no users) by Mehdi Amini · 10 years ago
  92. 1bc8af7 [ARM] Define a subtarget feature and use it to decide whether long calls should by Akira Hatanaka · 10 years ago
  93. 6a9d177 IR: Do not consider available_externally linkage to be linker-weak. by Peter Collingbourne · 10 years ago
  94. 39a2afc Rename TargetSubtargetInfo::enablePostMachineScheduler() to enablePostRAScheduler() by Matthias Braun · 10 years ago
  95. a73f1fd Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MCSubtargetInfo(). NFC. by Daniel Sanders · 10 years ago
  96. db0712f Use std::bitset for SubtargetFeatures. by Michael Kuperstein · 10 years ago
  97. ddf76aa Stop resetting NoFramePointerElim in TargetMachine::resetTargetOptions. by Akira Hatanaka · 10 years ago
  98. c3434b3 Reverting r237234, "Use std::bitset for SubtargetFeatures" by Michael Kuperstein · 10 years ago
  99. aba4a34 Use std::bitset for SubtargetFeatures by Michael Kuperstein · 10 years ago
  100. 824f42f Migrate existing backends that care about software floating point by Eric Christopher · 10 years ago