aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Run dead arg elimination, and tell it that it's ok to hack up non-internal fu...Chris Lattner2003-06-251-0/+1
* Add tail duplication pass to the pipeline, move the verifier pass to the frontChris Lattner2003-06-221-6/+4
* Minor cleanupsChris Lattner2003-06-201-22/+10
* Funcresolve no longer performs nicification of resolved functionsChris Lattner2003-06-191-0/+5
* tools/llc/llc.cpp: Make "-o -" work.Brian Gaeke2003-06-181-12/+16
* lib/Target/Sparc/Sparc.cpp:Brian Gaeke2003-06-182-62/+50
* Reindent code to match the rest of the fileChris Lattner2003-06-181-38/+30
* Add new DAE pass to gccld. It does not add cause any regressions in the test...Chris Lattner2003-06-181-0/+4
* Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms whereBrian Gaeke2003-06-175-5/+5
* Life is too short. Link in too much stuff on Linux to make building on sun e...Chris Lattner2003-06-171-4/+3
* The never-ending odyssey trying to get sparc to linkChris Lattner2003-06-171-1/+1
* Make sure to get the value of ARCH before we use itChris Lattner2003-06-171-0/+5
* Do not link in the Sparc JIT when building on X86. Eventually the sparc will...Chris Lattner2003-06-171-6/+6
* Whoops, didn't mean to check that in :(Chris Lattner2003-06-171-3/+19
* Use more structured command line option processingChris Lattner2003-06-171-19/+3
* Actually, change it to use explicit new/delete, which is more likely to beChris Lattner2003-06-161-6/+7
* Remove usage of allocaChris Lattner2003-06-161-6/+6
* Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h",Brian Gaeke2003-06-161-1/+1
* Fix major bug in my last checkin. :(Chris Lattner2003-06-132-0/+2
* Remove obsolete comments about llvm-arChris Lattner2003-06-122-22/+0
* Remove duplicate passChris Lattner2003-06-051-4/+0
* Remove stupid thinko that was preventing bugpoint from workingChris Lattner2003-06-021-11/+16
* Give better information about how the passes crashChris Lattner2003-06-021-2/+17