summaryrefslogtreecommitdiff
path: root/tools/bugpoint
Commit message (Expand)AuthorAge
* Renaming `dis' -> `llvm-dis'.Misha Brukman2003-08-28
* Kill warningChris Lattner2003-08-22
* Squash the warning that `Result' may not be initialized on all code paths.Misha Brukman2003-08-22
* no-strict-aliasing reduxChris Lattner2003-08-18
* The CBE generates code which violates the TBAA rules of C, thus we must disableChris Lattner2003-08-18
* Spell `necessary' correctly.Misha Brukman2003-08-18
* Give correct command line for making a shared objectChris Lattner2003-08-17
* Make sure that "newmain" gets names for its argumentsChris Lattner2003-08-17
* Fix messageChris Lattner2003-08-17
* File-related functions moved to FileUtilities.h .Misha Brukman2003-08-07
* Re-grouped and alphabetized headers for easier reading and cleaner style.Misha Brukman2003-08-07
* Fixed path for SystemUtils.h and a few code cleanups.Misha Brukman2003-08-07
* Moved SystemUtils.h to include/Support and SystemUtils.cpp to lib/Support.Misha Brukman2003-08-07
* If we're debugging the SimplifyCFG pass, we _REALLY_ don't want to use it forChris Lattner2003-08-05
* Only test the vector of functions if it is non-empty.Misha Brukman2003-08-05
* Do not attempt to reduce a test case if it is an empty set.Misha Brukman2003-08-04
* Added code that ensures that we don't try to reduce an empty vector of basicJohn Criswell2003-08-04
* Make sure to flush the output stream so that we get incremental updatesChris Lattner2003-08-04
* Print accurate run instructions for when testing LLCChris Lattner2003-08-04
* Fix problem I introduced in bugpoint with the cleanup functionsChris Lattner2003-08-03
* DEBUG got moved to Debug.hChris Lattner2003-08-01
* Use the new FileUtilities library to do diff'ing of filesChris Lattner2003-08-01
* Use the C++, more portable, deleterChris Lattner2003-08-01
* Don't emit modules with lots of cruft hanging off of them.Chris Lattner2003-08-01
* Parameterize the performFinalCleanups a bitChris Lattner2003-08-01
* Ignore intrinsic functions -- don't mangle their names or rewrite calls to them.Misha Brukman2003-07-30
* CodeGeneratorBug.cpp:Misha Brukman2003-07-30
* * Moved InputArgv out of anonymous scope to be extern'd in another file.Misha Brukman2003-07-30
* Moved definition of InputArgv into ExecutionDriver.cpp -- it is only used there.Misha Brukman2003-07-30
* Use a vector<char*> instead of char*[] so that we can add arbitrary number ofMisha Brukman2003-07-30
* Add variable to capture arguments that should be passed to the user programChris Lattner2003-07-30
* * Disambiguate symbols before we start splitting module by functionsMisha Brukman2003-07-29
* Implemented cleanups as suggested by Chris:Misha Brukman2003-07-28
* Added comment to function isExecutingJIT()Misha Brukman2003-07-28
* BugDriver.h:Misha Brukman2003-07-28
* Made a bunch of cleanups, as per Chris' recommendations:Misha Brukman2003-07-24
* Major addition to bugpoint: ability to debug code generators (LLC and LLI).Misha Brukman2003-07-24
* Fixed misspelling.Misha Brukman2003-07-21
* The word `separate' only has one `e'.Misha Brukman2003-07-14
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-30
* Try to run cleanups even if nothing was modified in the preview passesChris Lattner2003-06-25
* Run dead arg elimination, and tell it that it's ok to hack up non-internal fu...Chris Lattner2003-06-25
* Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms whereBrian Gaeke2003-06-17
* Actually, change it to use explicit new/delete, which is more likely to beChris Lattner2003-06-16
* Remove usage of allocaChris Lattner2003-06-16
* Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h",Brian Gaeke2003-06-16
* Remove stupid thinko that was preventing bugpoint from workingChris Lattner2003-06-02
* Give better information about how the passes crashChris Lattner2003-06-02
* Clarify BugDriver.cpp:BugDriver::ParseInputFile()'s return values in itsBrian Gaeke2003-05-23
* Allow disabling final cleanupsChris Lattner2003-05-21