summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* 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
* Add a timer to evaluate bytecode load time and space requirementsChris Lattner2002-11-10
* Don't build llc symbols by default.Vikram S. Adve2002-11-06
* Give passnames to the printer classesChris Lattner2002-11-06
* No need to explicitly inclue ExportSymbols nowChris Lattner2002-11-04
* Simple passes that print out SCCs in the CFGs or in the CallGraph of a module.Vikram S. Adve2002-11-04
* Implement a new -print-callgraph analysis that turns a callgraph into a dotChris Lattner2002-11-04
* Disable correlated expressions pass until it is reliable.Vikram S. Adve2002-11-03
* Reassociate now worksChris Lattner2002-10-31
* Return 0 instead of 1 for correct execution. Makes automated testing happy.Misha Brukman2002-10-30
* Jello now buildsChris Lattner2002-10-29
* * Privatize the TargetNameChris Lattner2002-10-29
* Allow TargetMachine to refuse static code genChris Lattner2002-10-29
* Convert jello to use PassManagerChris Lattner2002-10-29
* Rename Sparc.h TargetMachineImpls.hChris Lattner2002-10-29
* * Remove explicit strcmp callsChris Lattner2002-10-29
* After removing stuff from TargetMachine, we now no longer have to includeChris Lattner2002-10-28
* Add codegen libraryChris Lattner2002-10-28