1. d34e60c Rename DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
  2. f842297 Rename LiveIntervalAnalysis.h to LiveIntervals.h by Matthias Braun · 8 years ago
  3. 8065f0b Mark all library options as hidden. by Zachary Turner · 8 years ago
  4. b3bde2e Fix a bunch more layering of CodeGen headers that are in Target by David Blaikie · 8 years ago
  5. 618c555 [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  6. 5fbc870 RA: Replace asserts related to empty live intervals by Matt Arsenault · 8 years ago
  7. 6a963f7 RA: Remove assert on empty live intervals by Matt Arsenault · 8 years ago
  8. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  9. 9f15a79 Timer: Track name and description. by Matthias Braun · 9 years ago
  10. a7ed090 Create subranges for new intervals resulting from live interval splitting by Krzysztof Parzyszek · 9 years ago
  11. b550cb1 [NFC] Header cleanup by Mehdi Amini · 9 years ago
  12. 9a16d65 Recommit r265547, and r265610,r265639,r265657 on top of it, plus by Wei Mi · 9 years ago
  13. 5a7723c Revert r265547 "Recommit r265309 after fixed an invalid memory reference bug happened" by Hans Wennborg · 9 years ago
  14. 18293be Recommit r265309 after fixed an invalid memory reference bug happened by Wei Mi · 9 years ago
  15. fb5252c Revert r265309 and r265312 because they caused some errors I need to investigate. by Wei Mi · 9 years ago
  16. ffbc9c7 Replace analyzeSiblingValues with new algorithm to fix its compile by Wei Mi · 9 years ago
  17. 799003b Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used. by Benjamin Kramer · 11 years ago
  18. a799e2e [RegAllocGreedy] Introduce a late pass to repair broken hints. by Quentin Colombet · 11 years ago
  19. cf0444b Move register class name strings to a single array in MCRegisterInfo to reduce static table size and number of relocation entries. by Craig Topper · 11 years ago
  20. 307c2cb Remove unnecessary TargetMachine.h includes. by Eric Christopher · 11 years ago
  21. 1b9dde0 [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE by Chandler Carruth · 11 years ago
  22. c0196b1 [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 11 years ago
  23. abb90c9 Phase 1 of refactoring the MachineRegisterInfo iterators to make them suitable by Owen Anderson · 12 years ago
  24. 2867140 Fix typo by Manman Ren · 12 years ago
  25. 059e800 DEBUG shouldEvict decisions by Andrew Trick · 12 years ago
  26. d12ccbd [weak vtables] Remove a bunch of weak vtables by Juergen Ributzka · 12 years ago
  27. 49109a2 Revert r194865 and r194874. by Alexey Samsonov · 12 years ago
  28. dbedae8 [weak vtables] Remove a bunch of weak vtables by Juergen Ributzka · 12 years ago
  29. f6fe6bf Print register in LiveInterval::print() by Matthias Braun · 12 years ago
  30. 7200a46 Emit a better error when running out of registers on inline asm. by Benjamin Kramer · 12 years ago
  31. f9ea885 Track new virtual registers by register number. by Mark Lacey · 12 years ago
  32. 9fdc70e Make constant string pointer into an array to remove a pointer lookup for every access. by Craig Topper · 12 years ago
  33. 26c9d70 Make the LiveRegMatrix analysis available to targets. by Jakob Stoklund Olesen · 13 years ago
  34. ed119d5 Revert r168630, r168631, and r168633 as these are causing nightly test failures. by Chad Rosier · 13 years ago
  35. a44e182 Now that the X86 Maximal Stack Alignment Check pass has been removed (i.e., by Chad Rosier · 13 years ago
  36. 2d2dec9 Remove LiveIntervalUnions from RegAllocBase. by Jakob Stoklund Olesen · 13 years ago
  37. 03b87d5 Convert RABasic to using LiveRegMatrix interference checking. by Jakob Stoklund Olesen · 13 years ago
  38. a1f43dc Avoid iterating with LiveIntervals::iterator. by Jakob Stoklund Olesen · 13 years ago
  39. be33629 Also compute MBB live-in lists in the new rewriter pass. by Jakob Stoklund Olesen · 13 years ago
  40. c141ba5 Move LiveUnionArray into LiveIntervalUnion.h by Jakob Stoklund Olesen · 13 years ago
  41. 46d229c Don't print register names in LiveIntervalUnion::print(). by Jakob Stoklund Olesen · 13 years ago
  42. f3f7d6f Simplify LiveInterval::print(). by Jakob Stoklund Olesen · 13 years ago
  43. 54038d7 Switch all register list clients to the new MC*Iterator interface. by Jakob Stoklund Olesen · 13 years ago
  44. 1654732 Don't look for empty live ranges in the unions. by Jakob Stoklund Olesen · 13 years ago
  45. 3ca96f9 Moved LiveRangeEdit.h so that it can be called from other parts of the backend, not just libCodeGen by Pete Cooper · 13 years ago
  46. 1d32658 Use uint16_t to store register overlaps to reduce static data. by Craig Topper · 14 years ago
  47. 73edbf1 Sink spillInterferences into RABasic. by Jakob Stoklund Olesen · 14 years ago
  48. a818d80 Move RegAllocBase into its own cpp file separate from RABasic. by Jakob Stoklund Olesen · 14 years ago