aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2002-12-04Initial checkin of Unresolved function fault handlerChris Lattner
2002-12-04Implement lazy resolution of function callsChris Lattner
2002-12-03Initial checkin of virtual machine implementation.Chris Lattner
2002-12-03Disable timing of bytecode loaderChris Lattner
2002-12-03Final tweak to printerChris Lattner
2002-12-03Implement trivially simple debugger for MachineCodeEmitter interfaceChris Lattner
2002-12-02Add initial support for machine code emissionChris Lattner
2002-11-20Build bugpointChris Lattner
2002-11-20Initial checkin of bugpointChris Lattner
2002-11-19Move the function extractor pass from tools/extract into lib/Xform/IPOChris Lattner
2002-11-19Remove extra target.a entryChris Lattner
2002-11-10Add a timer to evaluate bytecode load time and space requirementsChris Lattner
2002-11-06Don't build llc symbols by default.Vikram S. Adve
2002-11-06Give passnames to the printer classesChris Lattner
2002-11-04No need to explicitly inclue ExportSymbols nowChris Lattner
2002-11-04Simple passes that print out SCCs in the CFGs or in the CallGraph of a module.Vikram S. Adve
2002-11-04Implement a new -print-callgraph analysis that turns a callgraph into a dotChris Lattner
2002-11-03Disable correlated expressions pass until it is reliable.Vikram S. Adve
2002-10-31Reassociate now worksChris Lattner
2002-10-30Return 0 instead of 1 for correct execution. Makes automated testing happy.Misha Brukman
2002-10-29Jello now buildsChris Lattner
2002-10-29* Privatize the TargetNameChris Lattner
2002-10-29Allow TargetMachine to refuse static code genChris Lattner
2002-10-29Convert jello to use PassManagerChris Lattner
2002-10-29Rename Sparc.h TargetMachineImpls.hChris Lattner
2002-10-29* Remove explicit strcmp callsChris Lattner
2002-10-28After removing stuff from TargetMachine, we now no longer have to includeChris Lattner
2002-10-28Add codegen libraryChris Lattner
2002-10-25Initial checkin of LLVM JIT, codenamed jello. This tool is not built byChris Lattner
2002-10-25Added datastructure library to resolve link error.Vikram S. Adve
2002-10-12* Fix extract to work with constant pointer refs correctlyChris Lattner
2002-10-07 - Implement a new -print-cfg option for analyze, that causes it to print theChris Lattner
2002-10-07Avoid making external global variables internalChris Lattner
2002-10-06 - The extract tool now is sure to extract the function implementation forChris Lattner
2002-10-01Temporary change to make datastructure stuff link in rightChris Lattner
2002-09-25Change LowerAllocations pass to 'require' TargetData instead of it beingChris Lattner
2002-09-24Make sure to close the file before deleting itChris Lattner
2002-09-22* Remove the -stopraise option, which is no longer needed now that we haveChris Lattner
2002-09-20Renamed library preselect to preopts.Vikram S. Adve
2002-09-19Minor non-functionality changing changes.Chris Lattner
2002-09-19Indent a comment right, add a new oneChris Lattner
2002-09-18Avoid deleting the ostream more than once.Chris Lattner
2002-09-18KEEP_SYMBOLS by default.Vikram S. Adve
2002-09-18Compile sub-directories in parallel, because they don't have interdependenciesChris Lattner
2002-09-18gcc3.1.1 seems much more selective about what it loads from archives, andVikram S. Adve
2002-09-17Enable correct support for dynamic loading on LinuxChris Lattner
2002-09-17Enable correct support for dynamic loading on LinuxChris Lattner
2002-09-16Remove duplicate sparc entry.Vikram S. Adve
2002-09-16Use .o files instead of .a files for several cases (that don't actuallyVikram S. Adve
2002-09-16Change several entries to use the .o instead of .a to expose pass options.Vikram S. Adve