Increase odds that this won't bork things
[oota-llvm.git] / tools / opt /
2003-04-24 Chris LattnerMake sure to create a target data that matches the...
2003-04-24 Chris LattnerRemove support for "target data" pass ctors
2003-04-16 Chris LattnerDon't support codegen passes in opt
2003-04-16 Chris LattnerRemove codegen libraries to speed up linking opt
2003-04-16 Chris LattnerGive verbose error messages if bytecode file cannot...
2003-02-26 Chris LattnerRename -no-* to -disable-*
2003-02-12 Chris LattnerAdd new -no-verify option
2003-02-12 Chris LattnerAdd a new -no-output option, useful for -aa-eval tests.
2002-12-12 Misha Brukmanipa.a only needs to be mentioned once, and spaces shoul...
2002-12-09 Vikram S. AdveRepeat ipa.a. Since IPModRef is currently only used...
2002-11-19 Chris LattnerRemove extra target.a entry
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-10-29 Chris LattnerRename Sparc.h TargetMachineImpls.h
2002-10-28 Chris LattnerAdd codegen library
2002-10-07 Chris Lattner - Implement a new -print-cfg option for analyze,...
2002-10-01 Chris LattnerTemporary change to make datastructure stuff link in...
2002-09-20 Vikram S. AdveRenamed library preselect to preopts.
2002-09-18 Vikram S. AdveKEEP_SYMBOLS by default.
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. AdveAdd support for optimization passes that use a TargetMa...
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-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-08 Chris Lattner- Cleaned up the interface to AnalysisUsage to take...
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-29 Chris LattnerSeperate analysis wrapper stuff to AnalysisWrappers.cpp
2002-07-26 Chris LattnerFactor PassNamePArser out into llvm/Support/PassNamePar...
2002-07-25 Chris Lattner*** empty log message ***
2002-07-23 Chris LattnerUse the pass registration mechanism to populate command...
2002-07-23 Chris Lattner*** empty log message ***
2002-07-22 Chris Lattner*** empty log message ***
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-06-30 Chris Lattner*** empty log message ***
2002-06-25 Anand Shuklacorrecting makefile: incorrectly checked in wrong versi...
2002-06-25 Anand ShuklaChanges for 64bit gcc
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-21 Chris LattnerExpose cfg simplification pass
2002-05-10 Chris Lattnerexpose LICM pass
2002-05-10 Chris LattnerExpose the lowerallocs pass
2002-05-10 Chris LattnerExpose the pi node insertion pass.
2002-05-08 Chris LattnerExpose expression reassociation
2002-05-07 Chris LattnerSpell aggressive correctly
2002-05-07 Chris LattnerMerge all include/llvm/Transforms/Scalar/* into a singl...
2002-05-07 Chris LattnerMove UnifyFunctionExitNodes to Utils library: final...
2002-05-07 Chris LattnerUpdates to move some header files out of include/llvm...
2002-05-07 Chris LattnerStraighten out makefiles after moving code to new Trans...
2002-04-28 Chris LattnerExpose the internalize pass.
2002-04-28 Chris LattnerExpose new GCSE pass
2002-04-27 Chris Lattners/Method/Function
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-04-18 Chris LattnerMake sure that there is no case where a signal can...
2002-04-13 Chris Lattner* Add the printm pass to allow dumping the entire modul...
2002-04-12 Chris LattnerExpose funcresolve pass through opt
2002-04-08 Chris Lattners/PrintMethodPass/PrintFunctionPass
2002-04-07 Chris LattnerRemove asmwriter library from link line, because the...
2002-03-28 Chris LattnerMakefile change for IPO's that use the Datastructure...
2002-03-28 Chris LattnerAdd hook for pool allocation pass
2002-03-28 Chris LattnerChecking for Cameron
2002-03-24 Vikram S. AdveRename pass to DecomposeMultiDimRefs.
2002-03-14 Chris LattnerExpose dead instruction elimination pass
2002-03-06 Chris LattnerPull interprocedural analyses out of Analysis library...
2002-02-26 Chris LattnerChange over to use new style pass mechanism, now passes...
2002-02-26 Chris LattnerMove ProfilePaths class into ProfilePaths library,...
2002-02-26 Anand ShuklaIncludes -paths option to trace paths in the program
2002-02-26 Anand ShuklaLink in the PathProfiles library
2002-02-20 Chris Lattner* Expose the verifier pass as one that can be ran
2002-02-12 Chris LattnerEnable register promotion pass
2002-02-01 Chris LattnerAdd mergereturn pass
2002-01-31 Chris LattnerResolve dependencies
2002-01-31 Chris LattnerConvert to use new Pass framework...
2002-01-22 Chris LattnerIn an amazing fit of stupidity, I flipped the condition...
2002-01-22 Chris LattnerRename LowerAllocations.h to ChangeAllocations.h since...
2002-01-22 Chris LattnerPull RaiseAllocations stuff out of the CleanGCC pass...
2002-01-21 Chris LattnerMove stuff out of the Optimizations directories into...
2002-01-21 Chris LattnerEliminate opt library
2002-01-21 Chris LattnerRename SwapStructureContents -> IPO/SimpleStructMutation
2002-01-21 Chris LattnerImplement a more powerful, simpler, pass system. This...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-14 Chris LattnerAdd instruction combining pass
2001-12-05 Chris LattnerRemove unnecesary namespace impot
2001-12-04 Chris LattnerUse new induction variable simplification code with...
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris Lattner* Add hooks to globaldce
2001-11-26 Chris LattnerLink to ipo library
2001-11-26 Chris LattnerChange swapstructs itf
2001-11-10 Chris LattnerAdd hooks to call the new swap structcontents pass
2001-11-10 Chris Lattneradd Yet Another Instance of a Static Library
2001-11-01 Chris LattnerMove the Raise xform from opt to transforms
2001-10-31 Chris LattnerAdd hook for GCC cleanup pass
2001-10-19 Chris LattnerFix to reference the right header
2001-10-18 Chris LattnerExpose more xforms to the opt utility
2001-10-18 Chris LattnerUse the standard header not the old one
next