1. 081c34b Get rid of static constructors for pass registration. Instead, every pass exposes an initializeMyPassFunction(), which by Owen Anderson · 14 years ago
  2. 90c579d Reapply r110396, with fixes to appease the Linux buildbot gods. by Owen Anderson · 14 years ago
  3. 1f74590 Revert r110396 to fix buildbots. by Owen Anderson · 14 years ago
  4. 9ccaf53 Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 14 years ago
  5. 48b17fa Switch from EXPECT_EQ({true,false, ...) to the more canonical by Chandler Carruth · 14 years ago
  6. 2decb22 introduce a new CallGraphSCC class, and pass it around by Chris Lattner · 14 years ago
  7. 2416115 Remove the last memory leak from the VMCore unit tests. by Jeffrey Yasskin · 15 years ago
  8. 9815582 Roll r94484 (avoiding RTTI problems in tests) forward again in a way that isn't by Jeffrey Yasskin · 15 years ago
  9. 8dd0ab0 Revert 94484. Re-disable unittests that need RTTI. by Bob Wilson · 15 years ago
  10. f5fe3be Re-enable unit tests disabled in r94164 by telling GTest about the lack of RTTI. by Jeffrey Yasskin · 15 years ago
  11. e73a31f Stop building RTTI information for *most* llvm libraries. Notable by Chris Lattner · 15 years ago
  12. 5e794d4 update unit test for previous change. by Chris Lattner · 15 years ago
  13. 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 15 years ago
  14. 31895e7 Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 15 years ago
  15. 0b19bb7 Fix unit tests for LLVMContext+Module. by Owen Anderson · 15 years ago
  16. 1970a89 Call doInitialization(), releaseMemory(), and doFinalization() for on-the-fly passes as well. by Torok Edwin · 15 years ago