Add new method
[oota-llvm.git] / tools / bugpoint / OptimizerDriver.cpp
2004-03-14 Chris LattnerAdd new method
2004-02-18 Chris LattnerDon't crash if there are no passes in the PassesToRun...
2004-01-14 Chris Lattnerfinegrainify namespacification
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-10-10 Brian GaekeDon't include <stdlib.h>.
2003-10-10 Misha BrukmanFix spelling.
2003-08-07 Misha BrukmanFile-related functions moved to FileUtilities.h .
2003-08-07 Misha BrukmanRe-grouped and alphabetized headers for easier reading...
2003-08-07 Misha BrukmanMoved SystemUtils.h to include/Support and SystemUtils...
2003-07-21 Misha BrukmanFixed misspelling.
2003-06-02 Chris LattnerGive better information about how the passes crash
2003-04-24 Chris LattnerMake sure to create a target data that matches the...
2003-04-24 Chris LattnerRemove support for "target data" pass ctors
2003-04-24 Chris LattnerImplement support for bugpoint to identify which FUNCTI...
2003-01-22 Chris LattnerAllow creating of passes like levelraise which use...
2002-12-23 Chris LattnerImplement the start of the miscompilation detection...
2002-11-20 Chris LattnerInitial checkin of bugpoint