1. 0c47611 Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM by Daniel Sanders · 6 years ago
  2. 2bea69b Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Register as started by r367614. NFC by Daniel Sanders · 6 years ago
  3. ae171f1 Hexagon: Rename another copy of Register class by Matt Arsenault · 6 years ago
  4. e7c5113 HexagonConstEvaluator::evaluateHexExt - check incoming opcodes. NFCI. by Simon Pilgrim · 6 years ago
  5. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  6. 4dc0b1a Fix clang -Wimplicit-fallthrough warnings across llvm, NFC by Reid Kleckner · 7 years ago
  7. d34e60c Rename DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
  8. 801bf7e [DebugInfo] Examine all uses of isDebugValue() for debug instructions. by Shiva Chen · 7 years ago
  9. 5f8f34e4 Remove \brief commands from doxygen comments. by Adrian Prantl · 8 years ago
  10. 96690ce [Hexagon] Recognize non-immediate constants in HexagonConstPropagation by Krzysztof Parzyszek · 8 years ago
  11. f1caa28 MachineFunction: Return reference from getFunction(); NFC by Matthias Braun · 8 years ago
  12. a8a83d1 [CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register. by Francis Visoiu Mistrih · 8 years ago
  13. 25528d6 [CodeGen] Unify MBB reference format in both MIR and debug output by Francis Visoiu Mistrih · 8 years ago
  14. 93ef145 [CodeGen] Print "%vreg0" as "%0" in both MIR and debug output by Francis Visoiu Mistrih · 8 years ago
  15. 9d7bb0c [CodeGen] Print register names in lowercase in both MIR and debug output by Francis Visoiu Mistrih · 8 years ago
  16. 9d419d3 [CodeGen] Rename functions PrintReg* to printReg* by Francis Visoiu Mistrih · 8 years ago
  17. b3bde2e Fix a bunch more layering of CodeGen headers that are in Target by David Blaikie · 8 years ago
  18. d72bd83 [Hexagon] Make getHexagonSubRegIndex take reference instead of pointer by Krzysztof Parzyszek · 8 years ago
  19. a3ad61d Exclude more unused functions from release build. by Florian Hahn · 8 years ago
  20. 6b3216a Guard print() functions only used by dump() functions. by Florian Hahn · 8 years ago
  21. e4fc6ee [Hexagon] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  22. adb80fb [Hexagon] Fix -Wimplicit-fallthrough warnings. NFCI. by Simon Pilgrim · 8 years ago
  23. 5e1697e [llvm] Remove double semicolons by Mandeep Singh Grang · 8 years ago
  24. f9f8c68 [Hexagon] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  25. a540997 [Hexagon] Separate Hexagon subreg indices for different register classes by Krzysztof Parzyszek · 9 years ago
  26. 117296c Use StringRef in Pass/PassManager APIs (NFC) by Mehdi Amini · 9 years ago
  27. 1d01a79 [Hexagon] Standardize next batch of pseudo instructions by Krzysztof Parzyszek · 9 years ago
  28. a338650 [Hexagon] Use integer instructions for floating point immediates by Krzysztof Parzyszek · 9 years ago
  29. d08e18f [HexagonConstPropagation] Remove dead code. by Davide Italiano · 9 years ago
  30. afff73c [Hexagon] Perform bit arithmetic on unsigned to avoid accidentally shifting negative values. by Benjamin Kramer · 9 years ago
  31. 0aaf6ba Fixed MSVC out of range shift warning by Simon Pilgrim · 9 years ago
  32. 6400dec Fix build breaks after r277028 by Krzysztof Parzyszek · 9 years ago
  33. 167d918 [Hexagon] Implement MI-level constant propagation by Krzysztof Parzyszek · 9 years ago