1. a2a3bbc Minor cleanups to follow the common convention for pass registration variables. by Dan Gohman · 14 years ago
  2. 3cb9626 Move the bugpoint test passes to a plugin in preparation for having bugpoint by Rafael Espindola · 14 years ago[Renamed from tools/bugpoint/TestPasses.cpp]
  3. 90c579d Reapply r110396, with fixes to appease the Linux buildbot gods. by Owen Anderson · 14 years ago
  4. 1f74590 Revert r110396 to fix buildbots. by Owen Anderson · 14 years ago
  5. 9ccaf53 Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 14 years ago
  6. a7235ea Move a few more APIs back to 2.5 forms. The only remaining ones left to change back are by Owen Anderson · 15 years ago
  7. e922c02 Get rid of the Pass+Context magic. by Owen Anderson · 15 years ago
  8. 0a5372e Begin the painful process of tearing apart the rat'ss nest that is Constants.cpp and ConstantFold.cpp. by Owen Anderson · 15 years ago
  9. 865f006 Eliminate several more unnecessary intptr_t casts. by Dan Gohman · 16 years ago
  10. 21c62da remove attributions from tools. by Chris Lattner · 17 years ago
  11. 1997473 Drop 'const' by Devang Patel · 17 years ago
  12. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  13. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 17 years ago
  14. 3da94ae Remove trailing whitespace by Misha Brukman · 19 years ago
  15. 5b3a455 Fix the missing symbols problem Bill was hitting. Patch contributed by by Chris Lattner · 19 years ago
  16. 47b14a4 Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 20 years ago
  17. 9d5968d Fix an iterator invalidation problem in a "buggy" pass by Chris Lattner · 20 years ago
  18. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  19. 9432111 fix file headers by Chris Lattner · 21 years ago
  20. 7c0e022 Added copyright header to all C++ source files. by John Criswell · 21 years ago
  21. e49603d Re-grouped and alphabetized headers for easier reading and cleaner style. by Misha Brukman · 21 years ago
  22. 6e96a99c Remove unnecessary &* by Chris Lattner · 21 years ago
  23. afade92 Initial checkin of bugpoint by Chris Lattner · 22 years ago