summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* 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
* Revert change: default architecture is never set, it is guessed from inputMisha Brukman2003-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
* Add in support to load shared objects (-load is provided by Support library).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
* Remove instloops libraryChris Lattner2003-07-21
* Initialize the target architecture based on compiler defines, so if compiled onMisha Brukman2003-07-18
* Added pass to instrument backedges for lightweight tracingAnand Shukla2003-07-18
* The word `separate' only has one `e'.Misha Brukman2003-07-14
* Converted tabs to spaces.Misha Brukman2003-07-10
* Fixed indentation.Misha Brukman2003-07-07
* * If compiling on X86 or Sparc, automagically enable the JIT for that archMisha Brukman2003-07-02
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-30
* Run the simplify CFG pass after instcombine which has the effect of deletingChris Lattner2003-06-26
* Move the instcombine pass before globaldce, so that if globals are made dead ...Chris Lattner2003-06-26
* 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
* Add tail duplication pass to the pipeline, move the verifier pass to the frontChris Lattner2003-06-22
* Minor cleanupsChris Lattner2003-06-20
* Funcresolve no longer performs nicification of resolved functionsChris Lattner2003-06-19
* tools/llc/llc.cpp: Make "-o -" work.Brian Gaeke2003-06-18
* lib/Target/Sparc/Sparc.cpp:Brian Gaeke2003-06-18
* Reindent code to match the rest of the fileChris Lattner2003-06-18
* Add new DAE pass to gccld. It does not add cause any regressions in the test...Chris Lattner2003-06-18
* Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms whereBrian Gaeke2003-06-17
* Life is too short. Link in too much stuff on Linux to make building on sun e...Chris Lattner2003-06-17
* The never-ending odyssey trying to get sparc to linkChris Lattner2003-06-17
* Make sure to get the value of ARCH before we use itChris Lattner2003-06-17
* Do not link in the Sparc JIT when building on X86. Eventually the sparc will...Chris Lattner2003-06-17
* Whoops, didn't mean to check that in :(Chris Lattner2003-06-17