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