aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Initial checkin of Unresolved function fault handlerChris Lattner2002-12-041-0/+58
* Implement lazy resolution of function callsChris Lattner2002-12-043-1/+37
* Initial checkin of virtual machine implementation.Chris Lattner2002-12-034-54/+199
* Disable timing of bytecode loaderChris Lattner2002-12-031-0/+2
* Final tweak to printerChris Lattner2002-12-031-1/+3
* Implement trivially simple debugger for MachineCodeEmitter interfaceChris Lattner2002-12-031-1/+14
* Add initial support for machine code emissionChris Lattner2002-12-021-0/+21
* Build bugpointChris Lattner2002-11-201-1/+1
* Initial checkin of bugpointChris Lattner2002-11-208-0/+619
* Move the function extractor pass from tools/extract into lib/Xform/IPOChris Lattner2002-11-192-182/+18
* Remove extra target.a entryChris Lattner2002-11-191-1/+1
* Add a timer to evaluate bytecode load time and space requirementsChris Lattner2002-11-101-0/+4
* Don't build llc symbols by default.Vikram S. Adve2002-11-061-1/+0