1. 3d849f6 MachineModuleInfo: Store more specific reference to LLVMTargetMachine; NFC by Matthias Braun · 7 years ago
  2. f40707a [LiveIntervals] Handle moving up dead partial write by Tim Renouf · 8 years ago
  3. 43e94b1 Followup on Proposal to move MIR physical register namespace to '$' sigil. by Puyan Lotfi · 8 years ago
  4. 5c0ab47 Remove redundant includes from unittests. by Michael Zolotukhin · 8 years ago
  5. f842297 Rename LiveIntervalAnalysis.h to LiveIntervals.h by Matthias Braun · 8 years ago
  6. b3bde2e Fix a bunch more layering of CodeGen headers that are in Target by David Blaikie · 8 years ago
  7. 79e238a Delete Default and JITDefault code models by Rafael Espindola · 8 years ago
  8. 531f3a9 UnitTests: Followup to 305519 by Matthias Braun · 8 years ago
  9. 542b3ce UnitTests: Replace some if(x)report_fatal_error() with EXPECT_TRUE(!x) by Matthias Braun · 8 years ago
  10. 49220fb UnitTests: Do not use assert() for error checking by Matthias Braun · 8 years ago
  11. 9a67b07 Re-sort #include lines for unittests. This uses a slightly modified by Chandler Carruth · 8 years ago
  12. 7bda195 CodeGen: Refactor MIR parsing by Matthias Braun · 8 years ago
  13. b546174b Fix subreg value numbers in handleMoveUp by Stanislav Mekhanoshin · 9 years ago
  14. 1cba140 Test if we can use raw strings on all platforms compiling LLVM. by Matthias Braun · 9 years ago
  15. 733fe36 CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses by Matthias Braun · 9 years ago
  16. c3b2e80 MachineModuleInfo: Avoid dummy constructor, use INITIALIZE_TM_PASS by Matthias Braun · 9 years ago
  17. 8c3fbdc Revert r279564. It introduces undefined behavior (binding a reference to a by Richard Smith · 9 years ago
  18. 4c1f1f1 CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses by Matthias Braun · 9 years ago
  19. 7f66202 Revert "(HEAD -> master, origin/master, origin/HEAD) CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses" by Matthias Braun · 9 years ago
  20. fd93684 CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses by Matthias Braun · 9 years ago
  21. 333e468 MIRParser: Use dot instead of colon to mark subregisters by Matthias Braun · 9 years ago
  22. 3865b1d LiveIntervalAnalysis: Fix handleMoveDown() problem by Matthias Braun · 9 years ago
  23. 959a8c9 LiveIntervalAnalysis: findLastUseBefore() must ignore undef uses. by Matthias Braun · 9 years ago
  24. fc4c8a1 LiveIntervalAnalysis: Fix handleMove() re-using the wrong value number by Matthias Braun · 9 years ago
  25. 8c34dd8 Delete Reloc::Default. by Rafael Espindola · 9 years ago
  26. 7938eee Appease MSVC by Matthias Braun · 9 years ago
  27. 47cf918 LLVMTargetMachine: Add functions to create MIModuleInfo/MIFunction; NFC by Matthias Braun · 9 years ago
  28. 71474e8 LiveIntervalAnalysis: Fix handleMove() extending liverange for undef inputs by Matthias Braun · 9 years ago
  29. 3199c4e Add unittest for LiveIntervalAnalysis::handleMove() by Matthias Braun · 9 years ago
  30. c1857d1 Make a stub version of MITests, instead of reverting. by NAKAMURA Takumi · 10 years ago
  31. ac697c5 Revert "LiveIntervalAnalysis: Remove LiveVariables requirement" and LiveIntervalTest by Matthias Braun · 10 years ago
  32. c46d329 Remove an unnecessary std::move to fix -Wpessimizing-move warning. by Craig Topper · 10 years ago
  33. e4e9bfe Fix typo in LiveIntervalTest by Matthias Braun · 10 years ago
  34. a448f19 Add unittest for LiveIntervalAnalysis::handleMove() by Matthias Braun · 10 years ago