1. cd1201b Enable *BasicBlockPass::createPrinterPass() by Sergei Larin · 13 years ago
  2. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  3. ef860a2 Rename VMCore directory to IR. by Chandler Carruth · 13 years ago[Renamed (97%) from llvm/lib/VMCore/PrintModulePass.cpp]
  4. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  5. df7a4f2 Now with fewer extraneous semicolons! by Owen Anderson · 15 years ago
  6. 3061485 Remove redundant inline keywords. by Dan Gohman · 15 years ago
  7. a7aed18 Reapply r110396, with fixes to appease the Linux buildbot gods. by Owen Anderson · 15 years ago
  8. bda59bd Revert r110396 to fix buildbots. by Owen Anderson · 15 years ago
  9. 755aceb Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 15 years ago
  10. a57b97e Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). by Owen Anderson · 15 years ago
  11. 9b063df by David Greene · 16 years ago
  12. 389525b Revert 100204. It broke a bunch of tests and apparently changed what passes are run during codegen. by Evan Cheng · 16 years ago
  13. 8f32cb9 by David Greene · 16 years ago
  14. 5342dda Revert r100143. by Eric Christopher · 16 years ago
  15. 6789e21 by David Greene · 16 years ago
  16. 5f2433e Change errs() to dbgs(). by David Greene · 16 years ago
  17. 974e12b Remove includes of Support/Compiler.h that are no longer needed after the by Nick Lewycky · 16 years ago
  18. 02d5f77 Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. by Nick Lewycky · 16 years ago
  19. f7db87f It's not necessary for PrintModulePass to flush the output streams by Dan Gohman · 17 years ago
  20. 38a9631 Eliminate several more unnecessary intptr_t casts. by Dan Gohman · 17 years ago
  21. 81b5fa5 Move Print*Pass to use raw_ostream. by Daniel Dunbar · 17 years ago
  22. 54d5b9e Privatize PrintModulePass and PrintFunctionPass and add by Daniel Dunbar · 17 years ago