1. d34e60c Rename DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
  2. cd5bc4a Take into account the cost of local intervals when selecting split candidate. by Marina Yatsina · 8 years ago
  3. f842297 Rename LiveIntervalAnalysis.h to LiveIntervals.h by Matthias Braun · 8 years ago
  4. 9d419d3 [CodeGen] Rename functions PrintReg* to printReg* by Francis Visoiu Mistrih · 8 years ago
  5. b3bde2e Fix a bunch more layering of CodeGen headers that are in Target by David Blaikie · 8 years ago
  6. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  7. dbcf9e2 LiveRegMatrix: Fix some subreg interference checks by Matthias Braun · 9 years ago
  8. 173e114 LIU:::Query: Query LiveRange instead of LiveInterval; NFC by Matthias Braun · 9 years ago
  9. 5db84df [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  10. ea9f8ce Implement LaneBitmask::any(), use it to replace !none(), NFCI by Krzysztof Parzyszek · 9 years ago
  11. 91b5cf8 Extract LaneBitmask into a separate type by Krzysztof Parzyszek · 9 years ago
  12. b7d3311 Move helpers into anonymous namespaces. NFC. by Benjamin Kramer · 9 years ago
  13. c804cdb TargetRegisterInfo: Introduce PrintLaneMask. by Matthias Braun · 10 years ago
  14. e6a2485 TargetRegisterInfo: Add typedef unsigned LaneBitmask and use it where apropriate; NFC by Matthias Braun · 10 years ago
  15. 9912bb8 MachineRegisterInfo: Remove UsedPhysReg infrastructure by Matthias Braun · 10 years ago
  16. 953393a RAGreedy: Keep track of allocated PhysRegs internally by Matthias Braun · 10 years ago
  17. d990388 [cleanup] Re-sort all the #include lines in LLVM using utils/sort_includes.py. by Chandler Carruth · 11 years ago
  18. 09afa1e LiveInterval: Use range based for loops for subregister ranges. by Matthias Braun · 11 years ago
  19. 587e274 LiveRegMatrix: Respect subregister liveness when allocating registers. by Matthias Braun · 11 years ago
  20. 307c2cb Remove unnecessary TargetMachine.h includes. by Eric Christopher · 11 years ago
  21. fc6de42 Have MachineFunction cache a pointer to the subtarget to make lookups by Eric Christopher · 11 years ago
  22. d913448 Remove the TargetMachine forwards for TargetSubtargetInfo based by Eric Christopher · 11 years ago
  23. 1b9dde0 [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE by Chandler Carruth · 11 years ago
  24. 56440fd Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 12 years ago
  25. 12ae04b This small change reduces compile time for small programs on targets that have by Puyan Lotfi · 12 years ago
  26. 34e1be9 Represent RegUnit liveness with LiveRange instance by Matthias Braun · 12 years ago
  27. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  28. 26c9d70 Make the LiveRegMatrix analysis available to targets. by Jakob Stoklund Olesen · 13 years ago
  29. 866908c Allow overlaps between virtreg and physreg live ranges. by Jakob Stoklund Olesen · 13 years ago
  30. 13dffcb Accept null PhysReg arguments to checkRegMaskInterference. by Jakob Stoklund Olesen · 13 years ago
  31. c26fbbf Sketch a LiveRegMatrix analysis pass. by Jakob Stoklund Olesen · 13 years ago