1. 7bda195 CodeGen: Refactor MIR parsing by Matthias Braun · 8 years ago
  2. ed5eb93 Reverted: Track validity of pass results by Serge Pavlov · 9 years ago
  3. d409411 Track validity of pass results by Serge Pavlov · 9 years ago
  4. c437aa9 [MFProperties][NFC] Rename clear into reset to match BitVector naming. by Quentin Colombet · 9 years ago
  5. 733fe36 CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses by Matthias Braun · 9 years ago
  6. 8c3fbdc Revert r279564. It introduces undefined behavior (binding a reference to a by Richard Smith · 9 years ago
  7. 4c1f1f1 CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses by Matthias Braun · 9 years ago
  8. 7f66202 Revert "(HEAD -> master, origin/master, origin/HEAD) CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses" by Matthias Braun · 9 years ago
  9. fd93684 CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses by Matthias Braun · 9 years ago
  10. a7d6fc9 MachineFunction: Cleanup/simplify MachineFunctionProperties::print() by Matthias Braun · 9 years ago
  11. 1a44452 [PM] Convert IVUsers analysis to new pass manager. by Dehao Chen · 9 years ago
  12. 025191d Improve error message reporting for MachineFunctionProperties by Derek Schuff · 9 years ago
  13. 07636cd Add a print method to MachineFunctionProperties for better error messages by Derek Schuff · 10 years ago
  14. ad154c8 Introduce MachineFunctionProperties and the AllVRegsAllocated property by Derek Schuff · 10 years ago
  15. 61440d2 [PM] Port memdep to the new pass manager. by Chandler Carruth · 10 years ago
  16. 751337f Introduce DominanceFrontierAnalysis to the new PassManager to compute DominanceFrontier. NFC by Hongbin Zheng · 10 years ago
  17. ad782ce Revert "Introduce DominanceFrontierAnalysis to the new PassManager to compute DominanceFrontier. NFC" by Hongbin Zheng · 10 years ago
  18. 237197b Introduce DominanceFrontierAnalysis to the new PassManager to compute DominanceFrontier. NFC by Hongbin Zheng · 10 years ago
  19. 7b560d4 [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible by Chandler Carruth · 10 years ago
  20. 2f1fd16 [PM] Port ScalarEvolution to the new pass manager. by Chandler Carruth · 10 years ago
  21. 71f308a Re-sort #include lines using my handy dandy ./utils/sort_includes.py by Chandler Carruth · 11 years ago
  22. b81dfa6 [LPM] Stop using the string based preservation API. It is an abomination. by Chandler Carruth · 11 years ago
  23. 22b8ba2 [stackprotector] Use analysis from the StackProtector pass for stack layout in PEI a nd LocalStackSlot passes. by Josh Magee · 12 years ago
  24. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  25. 9b063df by David Greene · 16 years ago
  26. 389525b Revert 100204. It broke a bunch of tests and apparently changed what passes are run during codegen. by Evan Cheng · 16 years ago
  27. 8f32cb9 by David Greene · 16 years ago
  28. 5342dda Revert r100143. by Eric Christopher · 16 years ago
  29. 6789e21 by David Greene · 16 years ago
  30. 0998427 Add a form of addPreserved which takes a string argument, to allow passes by Dan Gohman · 16 years ago
  31. ff00c35 stop MachineFunctionPass from claiming that it preserves LoopDependence info, by Chris Lattner · 16 years ago
  32. 5ea74d5 Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsage by Dan Gohman · 16 years ago
  33. 5434756 Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and many by Daniel Dunbar · 16 years ago
  34. bcb44ba Manage MachineFunctions with an analysis Pass instead of the Annotable by Dan Gohman · 16 years ago