Eliminate the concept of a deferred symbol table. The optimization really isn't,
[oota-llvm.git] / tools /
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 ***
2002-07-25 Chris LattnerNamespace correctness is good
2002-07-25 Chris Lattner*** empty log message ***
2002-07-25 Chris LattnerBe more namespace correct
2002-07-25 Chris LattnerREmove extra blank lines
2002-07-25 Chris Lattner*** empty log message ***
2002-07-24 Chris Lattner*** empty log message ***
2002-07-23 Chris Lattner*** empty log message ***
2002-07-23 Chris LattnerMinor changes due to code juggled around
2002-07-23 Chris LattnerUse the pass registration mechanism to populate command...
2002-07-23 Chris LattnerRaise pass requires an explicit TargetData member now.
2002-07-23 Chris Lattner*** empty log message ***
2002-07-23 Chris LattnerConvert over to new style of Makefile, where there...
2002-07-22 Chris LattnerFix synopsis
2002-07-22 Chris LattnerAdd description to Enum options.
2002-07-22 Chris Lattner*** empty log message ***
2002-07-22 Chris LattnerConvert command line option processing code over to...
2002-07-18 Chris LattnerAdd support for bottom up closure of ds analysis
2002-07-16 Anand ShuklaRemoved emitfuncs: now its part of instrument library
2002-07-12 Anand Shuklaadded emitfuncs pass, and disabled reassociate pass...
2002-07-12 Anand ShuklaAdded emitfuncs pass
2002-07-10 Chris LattnerRename DataStructure to LocalDataStructures
2002-07-09 Vikram S. AdveDisabling reassociate pass until it is fixed.
2002-06-30 Chris Lattner*** empty log message ***
2002-06-30 Chris LattnerClean up anands patch
2002-06-30 Chris LattnerStrip the symbols out of the bytecode to inflate genera...
2002-06-30 Chris LattnerYEs, we really do want to sort.
next