1. 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
  2. ecb2908 Sink codegen optimization level into MCCodeGenInfo along side relocation model by Evan Cheng · 14 years ago
  3. 2e28697 Clean up a funky pass registration that got passed over when I got rid of static constructors. by Owen Anderson · 15 years ago
  4. 3dbe6cc Attach a GCModuleInfo to a MachineFunction. by Nicolas Geoffray · 15 years ago
  5. a7aed18 Reapply r110396, with fixes to appease the Linux buildbot gods. by Owen Anderson · 15 years ago
  6. bda59bd Revert r110396 to fix buildbots. by Owen Anderson · 15 years ago
  7. 755aceb Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 15 years ago
  8. 4fee6f3 Start function numbering at 0. by Dan Gohman · 15 years ago
  9. f226748 Give MachineModuleInfo an actual Module*. by Chris Lattner · 15 years ago
  10. 9f53dcd enhance MachineFunction to have a MMI pointer. by Chris Lattner · 15 years ago
  11. e468f88 rearrange MCContext ownership. Before LLVMTargetMachine created it by Chris Lattner · 16 years ago
  12. 6715952 make MachineFunction keep track of its ID and make by Chris Lattner · 16 years ago
  13. 6f67f89 Constify MachineFunctionAnalysis' TargetMachine reference. by Dan Gohman · 16 years ago
  14. 0840c82 Fix PR5087, patch by Jakub Staszak! by Chris Lattner · 16 years ago
  15. c120612 Give MachineFunctionAnalysis a destructor so it can verify that by Dan Gohman · 16 years ago
  16. 5ea74d5 Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsage by Dan Gohman · 16 years ago
  17. 5434756 Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and many by Daniel Dunbar · 16 years ago
  18. bcb44ba Manage MachineFunctions with an analysis Pass instead of the Annotable by Dan Gohman · 16 years ago