* Fix several register aliasing bugs
[oota-llvm.git] / tools /
2002-12-14 Chris LattnerMake stuff compiled with gccld not dump into the debugg...
2002-12-13 Chris LattnerPass command line arguments to main
2002-12-13 Chris LattnerAdd statistic
2002-12-13 Misha BrukmanMade status output debug-only (for testing diffs agains...
2002-12-13 Brian Gaekebrg
2002-12-13 Chris LattnerImplement branches
2002-12-12 Brian GaekeThis checkin is brought to you by the brian gaeke allni...
2002-12-12 Misha Brukmanipa.a only needs to be mentioned once, and spaces shoul...
2002-12-09 Vikram S. AdveFix link errors due to new IPModRef pass.
2002-12-09 Vikram S. AdveRepeat ipa.a. Since IPModRef is currently only used...
2002-12-08 Chris LattnerAdd support to count the number of dynamic instructions...
2002-12-06 Chris LattnerOnly build jello when compiling on X86
2002-12-06 Chris LattnerFix to make jello compile on Sparc even though it won...
2002-12-04 Chris LattnerAdd support for global value references
2002-12-04 Chris LattnerInitial checkin of global var support code
2002-12-04 Chris LattnerImplement simple global variable support
2002-12-04 Chris LattnerImplement external function support
2002-12-04 Chris LattnerInitial checkin of Unresolved function fault handler
2002-12-04 Chris LattnerImplement lazy resolution of function calls
2002-12-03 Chris LattnerInitial checkin of virtual machine implementation.
2002-12-03 Chris LattnerDisable timing of bytecode loader
2002-12-03 Chris LattnerFinal tweak to printer
2002-12-03 Chris LattnerImplement trivially simple debugger for MachineCodeEmit...
2002-12-02 Chris LattnerAdd initial support for machine code emission
2002-11-20 Chris LattnerBuild bugpoint
2002-11-20 Chris LattnerInitial checkin of bugpoint
2002-11-19 Chris LattnerMove the function extractor pass from tools/extract...
2002-11-19 Chris LattnerRemove extra target.a entry
2002-11-10 Chris LattnerAdd a timer to evaluate bytecode load time and space...
2002-11-06 Vikram S. AdveDon't build llc symbols by default.
2002-11-06 Chris LattnerGive passnames to the printer classes
2002-11-04 Chris LattnerNo need to explicitly inclue ExportSymbols now
2002-11-04 Vikram S. AdveSimple passes that print out SCCs in the CFGs or in...
2002-11-04 Chris LattnerImplement a new -print-callgraph analysis that turns...
2002-11-03 Vikram S. AdveDisable correlated expressions pass until it is reliable.
2002-10-31 Chris LattnerReassociate now works
2002-10-30 Misha BrukmanReturn 0 instead of 1 for correct execution. Makes...
2002-10-29 Chris LattnerJello now builds
2002-10-29 Chris Lattner* Privatize the TargetName
2002-10-29 Chris LattnerAllow TargetMachine to refuse static code gen
2002-10-29 Chris LattnerConvert jello to use PassManager
2002-10-29 Chris LattnerRename Sparc.h TargetMachineImpls.h
2002-10-29 Chris Lattner* Remove explicit strcmp calls
2002-10-28 Chris LattnerAfter removing stuff from TargetMachine, we now no...
2002-10-28 Chris LattnerAdd codegen library
2002-10-25 Chris LattnerInitial checkin of LLVM JIT, codenamed jello. This...
2002-10-25 Vikram S. AdveAdded datastructure library to resolve link error.
2002-10-12 Chris Lattner* Fix extract to work with constant pointer refs correctly
2002-10-07 Chris Lattner - Implement a new -print-cfg option for analyze,...
2002-10-07 Chris LattnerAvoid making external global variables internal
2002-10-06 Chris Lattner - The extract tool now is sure to extract the functio...
2002-10-01 Chris LattnerTemporary change to make datastructure stuff link in...
2002-09-25 Chris LattnerChange LowerAllocations pass to 'require' TargetData...
2002-09-24 Chris LattnerMake sure to close the file before deleting it
2002-09-22 Chris Lattner* Remove the -stopraise option, which is no longer...
2002-09-20 Vikram S. AdveRenamed library preselect to preopts.
2002-09-19 Chris LattnerMinor non-functionality changing changes.
2002-09-19 Chris LattnerIndent a comment right, add a new one
2002-09-18 Chris LattnerAvoid deleting the ostream more than once.
2002-09-18 Vikram S. AdveKEEP_SYMBOLS by default.
2002-09-18 Chris LattnerCompile sub-directories in parallel, because they don...
2002-09-18 Vikram S. Advegcc3.1.1 seems much more selective about what it loads...
2002-09-17 Chris LattnerEnable correct support for dynamic loading on Linux
2002-09-17 Chris LattnerEnable correct support for dynamic loading on Linux
2002-09-16 Vikram S. AdveRemove duplicate sparc entry.
2002-09-16 Vikram S. AdveUse .o files instead of .a files for several cases...
2002-09-16 Vikram S. AdveChange several entries to use the .o instead of .a...
2002-09-16 Vikram S. AdveMake all registered optimization passes available to...
2002-09-16 Vikram S. AdveAdd support for optimization passes that use a TargetMa...
2002-09-14 Misha BrukmanFunction.h is unnecessary when Module.h is included.
2002-09-13 Chris LattnerExport symbols for linux
2002-09-06 Chris Lattner* No longer need to run die after instcombine
2002-08-31 Chris Lattner - Converted CWriter to be an LLVM pass.
2002-08-31 Chris LattnerGet FindUsedTypes pass
2002-08-30 Chris Lattner- Reformat comments
2002-08-30 Chris Lattner- 'analyze' and 'as' now explicitly verify input becaus...
2002-08-30 Chris Lattner - 'analyze' and 'as' now explicitly verify input...
2002-08-30 Chris Lattner - Eliminate the last traces of the 'analysis' namespace
2002-08-30 Chris LattnerLink to analysis.o not analysis.a
2002-08-30 Chris Lattner - GCCAS now uses load value #ing for GCSE
2002-08-29 Chris LattnerNew datastructure analysis correctly uses TargetData
2002-08-27 Anand ShuklaAdded mapping lib in llc makefile
2002-08-21 Chris LattnerFixed linking problems that wanted me to link to analyz...
2002-08-21 Chris LattnerLink in all analyses so that we get pointer analysis...
2002-08-17 Chris LattnerDo not leak memory for passes when using -stopAfterNPas...
2002-08-17 Chris LattnerRun GlobalDCE before deadtypeelim so that we do not...
2002-08-08 Chris Lattner- Cleaned up the interface to AnalysisUsage to take...
2002-08-07 Chris LattnerOnly include the sparc.o file once!
2002-08-01 Chris LattnerReorder tool building sequence to more closely match...
2002-07-31 Chris LattnerChanges to be GCC3.1 friendly
2002-07-31 Chris LattnerChange command line option message on -q to make it...
2002-07-30 Chris LattnerPrint the tool name when an error comes from so that...
2002-07-30 Chris LattnerPrint the tool name when an error comes from so that...
2002-07-30 Chris LattnerPrint the tool name when an error comes from so that...
2002-07-30 Chris LattnerRemove extraneous #includes
2002-07-29 Chris LattnerUse a module analysis
2002-07-29 Chris LattnerSeperate analysis wrapper stuff to AnalysisWrappers.cpp
2002-07-27 Chris LattnerMake analyze use the Pass repository to populate it...
2002-07-26 Chris LattnerFactor PassNamePArser out into llvm/Support/PassNamePar...
2002-07-26 Chris Lattner*** empty log message ***
next