Increase odds that this won't bork things
[oota-llvm.git] / tools / bugpoint /
2003-05-21 Chris LattnerIncrease odds that this won't bork things
2003-05-12 Chris LattnerPrint filename correctly
2003-05-03 Chris LattnerMake a comment more accurate
2003-05-03 Chris LattnerAdd support for debugging miscompilations with the...
2003-05-03 Chris LattnerBugpoint is always verbose, eliminate option
2003-05-03 Misha BrukmanThe Grammar Police is out on patrol.
2003-04-25 Chris LattnerAdd options to disable simplification with passes,...
2003-04-25 Chris LattnerRename Kept -> Suffix
2003-04-25 Chris LattnerRename Kept -> Suffix
2003-04-25 Chris LattnerBig programs have tons of global variable initializers...
2003-04-25 Chris LattnerWhen cleaning up the final bytecode file, make sure...
2003-04-24 Chris LattnerSpeed up convergence significantly and also reduce...
2003-04-24 Chris LattnerThe big fix is this change:
2003-04-24 Chris LattnerRemove dead functions
2003-04-24 Chris LattnerMake sure that deleted functions have external linkage
2003-04-24 Chris LattnerUse the list reducer to improve convergence speed and...
2003-04-24 Chris LattnerAdjust to match new ListReducer interface
2003-04-24 Chris LattnerAllow reducer interfaces to mutate the lists passed in
2003-04-24 Chris LattnerMove function from Miscompilation.cpp
2003-04-24 Chris LattnerMove the ListReducer Class into it's own header file...
2003-04-24 Chris LattnerAllow bugpoint to try new an different methods for...
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-04-23 Chris LattnerPrint where reference output goes
2003-04-23 Chris LattnerAllow specifying an input file for the program being...
2003-04-23 Chris LattnerRemove unnecessary &*
2003-03-07 Chris LattnerMake sure that intermediate code is verifier clean...
2003-02-28 Chris Lattner* Reduce the number of useless bytecode files produced...
2003-01-29 Chris LattnerFix build problem on sparc
2003-01-23 Chris LattnerMake bugpoint *much* more powerful, giving it the capab...
2003-01-22 Chris LattnerAllow creating of passes like levelraise which use...
2003-01-14 Chris LattnerLink in lots o libraries
2002-12-24 Chris LattnerFix compilation on GCC 3.2
2002-12-23 Chris LattnerNew files for miscompilation detection
2002-12-23 Chris LattnerImplement the start of the miscompilation detection...
2002-11-20 Chris LattnerInitial checkin of bugpoint