Don't use PassInfo* as a type identifier for passes. Instead, use the address of...
[oota-llvm.git] / tools / bugpoint / TestPasses.cpp
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2009-07-31 Owen AndersonMove a few more APIs back to 2.5 forms. The only remai...
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-13 Owen AndersonBegin the painful process of tearing apart the rat...
2009-02-18 Dan GohmanEliminate several more unnecessary intptr_t casts.
2007-12-29 Chris Lattnerremove attributions from tools.
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2005-04-22 Misha BrukmanRemove trailing whitespace
2005-03-17 Chris LattnerFix the missing symbols problem Bill was hitting. ...
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-03-17 Chris LattnerFix an iterator invalidation problem in a "buggy" pass
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 Chris Lattnerfix file headers
2003-10-20 John CriswellAdded copyright header to all C++ source files.
2003-08-07 Misha BrukmanRe-grouped and alphabetized headers for easier reading...
2003-04-23 Chris LattnerRemove unnecessary &*
2002-11-20 Chris LattnerInitial checkin of bugpoint