aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* Remove codegen libraries to speed up linking optChris Lattner2003-04-161-3/+2
* Allow the user to disable the internalize passChris Lattner2003-04-161-4/+11
* Give verbose error messages if bytecode file cannot be parsedChris Lattner2003-04-164-8/+28
* Improve compatibility with system AS further by allowing input from stdinChris Lattner2003-04-161-16/+30
* * Get rid of using declarationChris Lattner2003-04-161-4/+12
* Namespacify command line optionsChris Lattner2003-04-161-13/+16
* Minor tweakChris Lattner2003-03-311-1/+1
* Make sure that intermediate code is verifier clean to avoid wierd problems.Chris Lattner2003-03-071-0/+5
* * Reduce the number of useless bytecode files produced by bugpoint.Chris Lattner2003-02-283-3/+50
* Rename -no-* to -disable-*Chris Lattner2003-02-261-2/+3
* Make printing messages nicerChris Lattner2003-02-241-4/+3
* Add new -no-verify optionChris Lattner2003-02-121-1/+5
* Add a new -no-output option, useful for -aa-eval tests.Chris Lattner2003-02-121-1/+5
* Fix build problem on sparcChris Lattner2003-01-291-1/+2
* Make bugpoint *much* more powerful, giving it the capability to delete instru...Chris Lattner2003-01-233-11/+113
* Allow creating of passes like levelraise which use a targetdata ctorChris Lattner2003-01-221-0/+5
* link with static versions of some libs to avoid having to pull in all of ipo/...Chris Lattner2003-01-221-2/+2
* Fix didn't fix the race condition in the makefilesChris Lattner2003-01-221-1/+1
* Fix race condition in MakefileChris Lattner2003-01-211-1/+1
* * Prune down library list. In particular, llc doesn't need all of IPO, and n...Chris Lattner2003-01-191-10/+6
* Rename headerChris Lattner2003-01-141-1/+1
* Link in lots o librariesChris Lattner2003-01-141-1/+1
* No longer need scalaropts libChris Lattner2003-01-131-1/+1
* Eliminate direct access to TargetData structureChris Lattner2002-12-281-1/+1
* Fix compilation on GCC 3.2Chris Lattner2002-12-242-0/+2
* Don't try to buidl jelloChris Lattner2002-12-241-5/+5
* Fixes to compile with GCC 3.2Chris Lattner2002-12-241-4/+4
* Jello is now part of LLIChris Lattner2002-12-247-544/+0
* Substantial changes to refactor LLI to incorporate both the Jello JIT andChris Lattner2002-12-232-60/+80
* X86 target machine is now parameterizableChris Lattner2002-12-231-1/+3
* New files for miscompilation detectionChris Lattner2002-12-234-0/+567
* Implement the start of the miscompilation detection stuffChris Lattner2002-12-235-56/+65
* brgBrian Gaeke2002-12-221-0/+3
* Make stuff compiled with gccld not dump into the debugger if there's a problemChris Lattner2002-12-141-1/+1
* Pass command line arguments to mainChris Lattner2002-12-133-5/+24
* Add statisticChris Lattner2002-12-131-3/+7
* Made status output debug-only (for testing diffs against lli).Misha Brukman2002-12-133-10/+13
* brgBrian Gaeke2002-12-131-1/+1
* Implement branchesChris Lattner2002-12-132-13/+32
* This checkin is brought to you by the brian gaeke allnighter fund.Brian Gaeke2002-12-121-0/+16
* ipa.a only needs to be mentioned once, and spaces should be used instead ofMisha Brukman2002-12-121-6/+3
* Fix link errors due to new IPModRef pass.Vikram S. Adve2002-12-091-2/+4
* Repeat ipa.a. Since IPModRef is currently only used in analysis.o,Vikram S. Adve2002-12-091-1/+1
* Add support to count the number of dynamic instructions executed by LLIChris Lattner2002-12-081-4/+1
* Only build jello when compiling on X86Chris Lattner2002-12-061-2/+11
* Fix to make jello compile on Sparc even though it won't run.Chris Lattner2002-12-061-0/+3
* Add support for global value referencesChris Lattner2002-12-043-1/+24
* Initial checkin of global var support codeChris Lattner2002-12-041-0/+90
* Implement simple global variable supportChris Lattner2002-12-041-1/+5
* Implement external function supportChris Lattner2002-12-041-1/+11