summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Add new -no-verify optionChris Lattner2003-02-12
* Add a new -no-output option, useful for -aa-eval tests.Chris Lattner2003-02-12
* Fix build problem on sparcChris Lattner2003-01-29
* Make bugpoint *much* more powerful, giving it the capability to delete instru...Chris Lattner2003-01-23
* Allow creating of passes like levelraise which use a targetdata ctorChris Lattner2003-01-22
* link with static versions of some libs to avoid having to pull in all of ipo/...Chris Lattner2003-01-22
* Fix didn't fix the race condition in the makefilesChris Lattner2003-01-22
* Fix race condition in MakefileChris Lattner2003-01-21
* * Prune down library list. In particular, llc doesn't need all of IPO, and n...Chris Lattner2003-01-19
* Rename headerChris Lattner2003-01-14
* Link in lots o librariesChris Lattner2003-01-14
* No longer need scalaropts libChris Lattner2003-01-13
* Eliminate direct access to TargetData structureChris Lattner2002-12-28
* Fix compilation on GCC 3.2Chris Lattner2002-12-24
* Don't try to buidl jelloChris Lattner2002-12-24
* Fixes to compile with GCC 3.2Chris Lattner2002-12-24
* Jello is now part of LLIChris Lattner2002-12-24
* Substantial changes to refactor LLI to incorporate both the Jello JIT andChris Lattner2002-12-23
* X86 target machine is now parameterizableChris Lattner2002-12-23
* New files for miscompilation detectionChris Lattner2002-12-23
* Implement the start of the miscompilation detection stuffChris Lattner2002-12-23
* brgBrian Gaeke2002-12-22
* Make stuff compiled with gccld not dump into the debugger if there's a problemChris Lattner2002-12-14
* Pass command line arguments to mainChris Lattner2002-12-13
* Add statisticChris Lattner2002-12-13
* Made status output debug-only (for testing diffs against lli).Misha Brukman2002-12-13
* brgBrian Gaeke2002-12-13
* Implement branchesChris Lattner2002-12-13
* This checkin is brought to you by the brian gaeke allnighter fund.Brian Gaeke2002-12-12
* ipa.a only needs to be mentioned once, and spaces should be used instead ofMisha Brukman2002-12-12
* Fix link errors due to new IPModRef pass.Vikram S. Adve2002-12-09
* Repeat ipa.a. Since IPModRef is currently only used in analysis.o,Vikram S. Adve2002-12-09
* Add support to count the number of dynamic instructions executed by LLIChris Lattner2002-12-08
* Only build jello when compiling on X86Chris Lattner2002-12-06
* Fix to make jello compile on Sparc even though it won't run.Chris Lattner2002-12-06
* Add support for global value referencesChris Lattner2002-12-04
* Initial checkin of global var support codeChris Lattner2002-12-04
* Implement simple global variable supportChris Lattner2002-12-04
* Implement external function supportChris Lattner2002-12-04
* Initial checkin of Unresolved function fault handlerChris Lattner2002-12-04
* Implement lazy resolution of function callsChris Lattner2002-12-04
* Initial checkin of virtual machine implementation.Chris Lattner2002-12-03
* Disable timing of bytecode loaderChris Lattner2002-12-03
* Final tweak to printerChris Lattner2002-12-03
* Implement trivially simple debugger for MachineCodeEmitter interfaceChris Lattner2002-12-03
* Add initial support for machine code emissionChris Lattner2002-12-02
* Build bugpointChris Lattner2002-11-20
* Initial checkin of bugpointChris Lattner2002-11-20
* Move the function extractor pass from tools/extract into lib/Xform/IPOChris Lattner2002-11-19
* Remove extra target.a entryChris Lattner2002-11-19