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. 2b7fef6 Delete more dead code. by Rafael Espindola · 9 years ago
  4. 1ac98bb Add optimization bisect opt-in calls for AArch64 passes by Andrew Kaylor · 10 years ago
  5. 20be876 Fix -Wdocumentation warnings from r263853 by Duncan P. N. Exon Smith · 10 years ago
  6. c3fa1ed AArch64: Don't modify other modules in AArch64PromoteConstant by Duncan P. N. Exon Smith · 10 years ago
  7. 114fa1c Simplify some boolean conditional return statements in AArch64. by Eric Christopher · 10 years ago
  8. d3b9df0 AArch64: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
  9. 7819951 Rename inst_range() to instructions() for consistency. NFC by Nico Rieck · 10 years ago
  10. 799003b Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used. by Benjamin Kramer · 11 years ago
  11. e5d1466 [AArch64] fix an invalid-iterator-use bug. by Sanjoy Das · 11 years ago
  12. 69b4ad2 AArch64PromoteConstant: Modernize and resolve some Use<->User confusion. by Benjamin Kramer · 11 years ago
  13. 89e5306 Make the DenseMap bucket type configurable and use a smaller bucket for DenseSet. by Benjamin Kramer · 11 years ago
  14. 70573dc Update SetVector to rely on the underlying set's insert to return a pair<iterator, bool> by David Blaikie · 11 years ago
  15. 1f8930e Run sort_includes.py on the AArch64 backend. by Benjamin Kramer · 11 years ago
  16. 3b0846e AArch64/ARM64: move ARM64 into AArch64's place by Tim Northover · 11 years ago[Renamed (91%) from llvm/lib/Target/ARM64/ARM64PromoteConstant.cpp]
  17. 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
  18. 062a2ba [C++] Use 'nullptr'. Target edition. by Craig Topper · 12 years ago
  19. 84e68b2 [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE by Chandler Carruth · 12 years ago
  20. 6bfe18a [ARM64,C++11] Range'ify another loop. by Jim Grosbach · 12 years ago
  21. e75c048 Tidy up comments a bit. by Jim Grosbach · 12 years ago
  22. 75010e7 ARM64: Range based for loop in ARM64PromoteConstant pass by Jim Grosbach · 12 years ago
  23. 64a28e7 ARM64: Clean up file header comment a bit. by Jim Grosbach · 12 years ago
  24. b8bd4a5 Tidy up. Space before ':' in range-based for loops. by Jim Grosbach · 12 years ago
  25. 05abd70 [C++11,ARM64] Range based for loops in constant promotion. by Jim Grosbach · 12 years ago
  26. 1fd7210 Fix a few -Wdocumentation warnings by Dmitri Gribenko · 12 years ago
  27. 00ed996 ARM64: initial backend import by Tim Northover · 12 years ago