Initial checkin
[oota-llvm.git] / tools / bugpoint /
2003-08-18 Chris Lattnerno-strict-aliasing redux
2003-08-18 Chris LattnerThe CBE generates code which violates the TBAA rules...
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-08-17 Chris LattnerGive correct command line for making a shared object
2003-08-17 Chris LattnerMake sure that "newmain" gets names for its arguments
2003-08-17 Chris LattnerFix message
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 BrukmanFixed path for SystemUtils.h and a few code cleanups.
2003-08-07 Misha BrukmanMoved SystemUtils.h to include/Support and SystemUtils...
2003-08-05 Chris LattnerIf we're debugging the SimplifyCFG pass, we _REALLY_...
2003-08-05 Misha BrukmanOnly test the vector of functions if it is non-empty.
2003-08-04 Misha BrukmanDo not attempt to reduce a test case if it is an empty...
2003-08-04 John CriswellAdded code that ensures that we don't try to reduce...
2003-08-04 Chris LattnerMake sure to flush the output stream so that we get...
2003-08-04 Chris LattnerPrint accurate run instructions for when testing LLC
2003-08-03 Chris LattnerFix problem I introduced in bugpoint with the cleanup...
2003-08-01 Chris LattnerDEBUG got moved to Debug.h
2003-08-01 Chris LattnerUse the new FileUtilities library to do diff'ing of...
2003-08-01 Chris LattnerUse the C++, more portable, deleter
2003-08-01 Chris LattnerDon't emit modules with lots of cruft hanging off of...
2003-08-01 Chris LattnerParameterize the performFinalCleanups a bit
2003-07-30 Misha BrukmanIgnore intrinsic functions -- don't mangle their names...
2003-07-30 Misha BrukmanCodeGeneratorBug.cpp:
2003-07-30 Misha Brukman* Moved InputArgv out of anonymous scope to be extern...
2003-07-30 Misha BrukmanMoved definition of InputArgv into ExecutionDriver...
2003-07-30 Misha BrukmanUse a vector<char*> instead of char*[] so that we can...
2003-07-30 Chris LattnerAdd variable to capture arguments that should be passed...
2003-07-29 Misha Brukman* Disambiguate symbols before we start splitting module...
2003-07-28 Misha BrukmanImplemented cleanups as suggested by Chris:
2003-07-28 Misha BrukmanAdded comment to function isExecutingJIT()
2003-07-28 Misha BrukmanBugDriver.h:
2003-07-24 Misha BrukmanMade a bunch of cleanups, as per Chris' recommendations:
2003-07-24 Misha BrukmanMajor addition to bugpoint: ability to debug code gener...
2003-07-21 Misha BrukmanFixed misspelling.
2003-07-14 Misha BrukmanThe word `separate' only has one `e'.
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-25 Chris LattnerTry to run cleanups even if nothing was modified in...
2003-06-25 Chris LattnerRun dead arg elimination, and tell it that it's ok...
2003-06-17 Brian GaekeUse $(PLATFORMLIBDL) to selectively bring in -ldl only...
2003-06-16 Chris LattnerActually, change it to use explicit new/delete, which...
2003-06-16 Chris LattnerRemove usage of alloca
2003-06-16 Brian GaekeIsolate machine-dependent use of <alloca.h> in "Support...
2003-06-02 Chris LattnerRemove stupid thinko that was preventing bugpoint from...
2003-06-02 Chris LattnerGive better information about how the passes crash
2003-05-23 Brian GaekeClarify BugDriver.cpp:BugDriver::ParseInputFile()'s...
2003-05-21 Chris LattnerAllow disabling final cleanups
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