1. 117296c Use StringRef in Pass/PassManager APIs (NFC) by Mehdi Amini · 9 years ago
  2. 850043b [AArch64] Register passes so they can be run by llc by Diana Picus · 9 years ago
  3. ab53fd9 AArch64: Avoid implicit iterator conversions, NFC by Duncan P. N. Exon Smith · 9 years ago
  4. 1ac98bb Add optimization bisect opt-in calls for AArch64 passes by Andrew Kaylor · 10 years ago
  5. 9598f10 [AArch64][AdvSIMDScalar] Update the kill flags correctly. by Quentin Colombet · 10 years ago
  6. d3b9df0 AArch64: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
  7. 794b9b2 [AArch64] Register (existing) AArch64AdvSIMDScalar pass with LLVM pass manager. by Chad Rosier · 10 years ago
  8. fa3872e MachineInstr: Change return value of getOpcode() to unsigned. by Matthias Braun · 10 years ago
  9. f761d90 This only needs TargetInstrInfo, not the specialized one. by Eric Christopher · 11 years ago
  10. 6c90162 Migrate AArch64 except for TTI and AsmPrinter away from getSubtargetImpl. by Eric Christopher · 11 years ago
  11. d913448 Remove the TargetMachine forwards for TargetSubtargetInfo based by Eric Christopher · 11 years ago
  12. 5908ab4 [AArch64] Extend the number of scalar instructions supported in the AdvSIMD by Chad Rosier · 11 years ago
  13. 1f8930e Run sort_includes.py on the AArch64 backend. by Benjamin Kramer · 11 years ago
  14. 3b0846e AArch64/ARM64: move ARM64 into AArch64's place by Tim Northover · 11 years ago[Renamed (85%) from llvm/lib/Target/ARM64/ARM64AdvSIMDScalarPass.cpp]
  15. 788e5e3 [ARM64][fast-isel] Disable target specific optimizations at -O0. Functionally, by Chad Rosier · 11 years ago
  16. f85b7fc [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. ARM64 edition by Craig Topper · 12 years ago
  17. 0def8e2 [ARM64] Fix an issue where we were always assuming a copy was coming from a D subregister. by Chad Rosier · 12 years ago
  18. 84e68b2 [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE by Chandler Carruth · 12 years ago
  19. 16f98b2 Fix some doc and comment typos by Alp Toker · 12 years ago
  20. 00ed996 ARM64: initial backend import by Tim Northover · 12 years ago