aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Revert my last (accidental) checkin, but keep the typeo fixChris Lattner2003-08-151-1/+0
* rename selection library to selectiondagChris Lattner2003-08-153-3/+4
* Incorporate mapping library into the sparc libraryChris Lattner2003-08-132-3/+2
* Initial checkin of the LLEE, the (LL)VM (E)xecution (E)nvironment.Misha Brukman2003-08-115-0/+223
* Include the new selection library for the X86 targetChris Lattner2003-08-112-1/+2
* Chomped spurious blank lines.Misha Brukman2003-08-082-4/+0
* File-related functions moved to FileUtilities.h .Misha Brukman2003-08-075-5/+5
* Completely remove mention of the correlated branch elimination pass. It hasChris Lattner2003-08-071-2/+0
* * The possessive third-person singular has no apostrophe (its)Misha Brukman2003-08-071-8/+9
* Re-grouped and alphabetized headers for easier reading and cleaner style.Misha Brukman2003-08-079-25/+25
* Fixed path for SystemUtils.h and a few code cleanups.Misha Brukman2003-08-071-7/+5
* Moved SystemUtils.h to include/Support and SystemUtils.cpp to lib/Support.Misha Brukman2003-08-077-243/+5
* If we're debugging the SimplifyCFG pass, we _REALLY_ don't want to use it forChris Lattner2003-08-053-8/+14
* Only test the vector of functions if it is non-empty.Misha Brukman2003-08-051-1/+1
* Do not attempt to reduce a test case if it is an empty set.Misha Brukman2003-08-041-1/+1
* Added code that ensures that we don't try to reduce an empty vector of basicJohn Criswell2003-08-041-1/+1
* Make sure to flush the output stream so that we get incremental updatesChris Lattner2003-08-041-11/+10
* Print accurate run instructions for when testing LLCChris Lattner2003-08-041-6/+20
* Fix problem I introduced in bugpoint with the cleanup functionsChris Lattner2003-08-031-8/+9
* DEBUG got moved to Debug.hChris Lattner2003-08-012-2/+2
* Use the new FileUtilities library to do diff'ing of filesChris Lattner2003-08-011-22/+9
* Use the C++, more portable, deleterChris Lattner2003-08-011-1/+1
* Don't emit modules with lots of cruft hanging off of them.Chris Lattner2003-08-011-4/+10
* Parameterize the performFinalCleanups a bitChris Lattner2003-08-012-5/+6
* Ignore intrinsic functions -- don't mangle their names or rewrite calls to them.Misha Brukman2003-07-301-1/+6
* CodeGeneratorBug.cpp:Misha Brukman2003-07-303-14/+39
* * Moved InputArgv out of anonymous scope to be extern'd in another file.Misha Brukman2003-07-301-32/+47
* Moved definition of InputArgv into ExecutionDriver.cpp -- it is only used there.Misha Brukman2003-07-302-8/+6
* Use a vector<char*> instead of char*[] so that we can add arbitrary number ofMisha Brukman2003-07-301-38/+35
* Add variable to capture arguments that should be passed to the user programChris Lattner2003-07-301-2/+5
* Revert change: default architecture is never set, it is guessed from inputMisha Brukman2003-07-301-8/+1
* * Disambiguate symbols before we start splitting module by functionsMisha Brukman2003-07-291-5/+6
* Implemented cleanups as suggested by Chris:Misha Brukman2003-07-281-41/+39
* Added comment to function isExecutingJIT()Misha Brukman2003-07-281-0/+2
* BugDriver.h:Misha Brukman2003-07-283-43/+235
* Add in support to load shared objects (-load is provided by Support library).Misha Brukman2003-07-281-1/+1
* Made a bunch of cleanups, as per Chris' recommendations:Misha Brukman2003-07-244-44/+61
* Major addition to bugpoint: ability to debug code generators (LLC and LLI).Misha Brukman2003-07-246-167/+620
* Fixed misspelling.Misha Brukman2003-07-211-1/+1
* Remove instloops libraryChris Lattner2003-07-211-1/+1
* Initialize the target architecture based on compiler defines, so if compiled onMisha Brukman2003-07-181-1/+8
* Added pass to instrument backedges for lightweight tracingAnand Shukla2003-07-181-2/+1
* The word `separate' only has one `e'.Misha Brukman2003-07-144-4/+4
* Converted tabs to spaces.Misha Brukman2003-07-101-1/+1
* Fixed indentation.Misha Brukman2003-07-071-1/+1
* * If compiling on X86 or Sparc, automagically enable the JIT for that archMisha Brukman2003-07-021-9/+25
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-302-7/+7
* Run the simplify CFG pass after instcombine which has the effect of deletingChris Lattner2003-06-261-0/+4
* Move the instcombine pass before globaldce, so that if globals are made dead ...Chris Lattner2003-06-261-4/+4
* Try to run cleanups even if nothing was modified in the preview passesChris Lattner2003-06-251-13/+11