aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Give passnames to the printer classesChris Lattner2002-11-061-0/+6
* No need to explicitly inclue ExportSymbols nowChris Lattner2002-11-045-6/+5
* Simple passes that print out SCCs in the CFGs or in the CallGraph of a module.Vikram S. Adve2002-11-042-0/+186
* Implement a new -print-callgraph analysis that turns a callgraph into a dotChris Lattner2002-11-042-2/+90
* Disable correlated expressions pass until it is reliable.Vikram S. Adve2002-11-031-1/+1
* Reassociate now worksChris Lattner2002-10-311-3/+2
* Return 0 instead of 1 for correct execution. Makes automated testing happy.Misha Brukman2002-10-301-1/+1
* Jello now buildsChris Lattner2002-10-291-1/+1
* * Privatize the TargetNameChris Lattner2002-10-292-2/+2
* Allow TargetMachine to refuse static code genChris Lattner2002-10-291-4/+8
* Convert jello to use PassManagerChris Lattner2002-10-291-39/+26
* Rename Sparc.h TargetMachineImpls.hChris Lattner2002-10-291-1/+1
* * Remove explicit strcmp callsChris Lattner2002-10-291-3/+3
* After removing stuff from TargetMachine, we now no longer have to includeChris Lattner2002-10-281-1/+1
* Add codegen libraryChris Lattner2002-10-282-4/+24