1. cb0bab8 [CodeGen] Fix inconsistent declaration parameter name by Fangrui Song · 7 years ago
  2. 70f0270 Account for undef values from predecessors in extendSegmentsToUses by Krzysztof Parzyszek · 7 years ago
  3. 5df3d89 [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  4. a6e7740 LiveRangeCalc: Slightly improve map usage; NFC by Matthias Braun · 8 years ago
  5. 91b5cf8 Extract LaneBitmask into a separate type by Krzysztof Parzyszek · 9 years ago
  6. 3bf4aec Do not consider subreg defs as reads when computing subrange liveness by Krzysztof Parzyszek · 9 years ago
  7. a7ed090 Create subranges for new intervals resulting from live interval splitting by Krzysztof Parzyszek · 9 years ago
  8. 71f9564 LiveIntervalAnalysis: Rework constructMainRangeFromSubranges() by Matthias Braun · 9 years ago
  9. 740af6f Revert "LiveIntervalAnalysis: Rework constructMainRangeFromSubranges()" by Tom Stellard · 9 years ago
  10. 8d6e57b LiveIntervalAnalysis: Rework constructMainRangeFromSubranges() by Matthias Braun · 9 years ago
  11. e6a2485 TargetRegisterInfo: Add typedef unsigned LaneBitmask and use it where apropriate; NFC by Matthias Braun · 10 years ago
  12. a25e13a Do not track subregister liveness when it brings no benefits by Matthias Braun · 11 years ago
  13. 11042c8 LiveRangeCalc: Rename some parameters from kill to use, NFC. by Matthias Braun · 11 years ago
  14. 1aed6ff LiveRangeCalc: Rewrite subrange calculation by Matthias Braun · 11 years ago
  15. c3a72c2 Revert "LiveRangeCalc: Rewrite subrange calculation" by Matthias Braun · 11 years ago
  16. 0352201 LiveRangeCalc: Rewrite subrange calculation by Matthias Braun · 11 years ago
  17. 2f66232 LiveIntervalAnalysis: Compute subregister ranges. by Matthias Braun · 11 years ago
  18. a7c40ef Canonicalize header guards into a common format. by Benjamin Kramer · 11 years ago
  19. ada0857 [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 11 years ago
  20. d5d16d5 LiveRangeCalc.h: Update a description corresponding to r192396. [-Wdocumentation] by NAKAMURA Takumi · 12 years ago
  21. 2d5c32b Work on LiveRange instead of LiveInterval where possible by Matthias Braun · 12 years ago
  22. 079b96e Revert "Give internal classes hidden visibility." by Benjamin Kramer · 12 years ago
  23. 6a44af362 Give internal classes hidden visibility. by Benjamin Kramer · 12 years ago
  24. 874c412 Remove declaration of nonexistant function. by Jakob Stoklund Olesen · 12 years ago
  25. b389271 Copy single reaching defs directly into the LiveInterval. by Jakob Stoklund Olesen · 13 years ago
  26. 3d604ab Be more verbose when detecting dominance problems. by Jakob Stoklund Olesen · 13 years ago
  27. 989b3b1 Implement LiveRangeCalc::extendToUses() and createDeadDefs(). by Jakob Stoklund Olesen · 13 years ago
  28. 5ef0e0b Pass context pointers to LiveRangeCalc::reset(). by Jakob Stoklund Olesen · 13 years ago
  29. cac923b Unbreak msvc. by NAKAMURA Takumi · 14 years ago
  30. 487f2a3 Extract live range calculations from SplitKit. by Jakob Stoklund Olesen · 14 years ago