New testcase
[oota-llvm.git] / tools /
2002-05-22 Chris LattnerBuild the extract utility
2002-05-22 Chris LattnerInitial checkin of the "extract" utility
2002-05-21 Chris LattnerExpose cfg simplification pass
2002-05-21 Chris LattnerSimplify CFG after code generation is done
2002-05-20 Chris LattnerFix tracing code support to link in the tracing routine...
2002-05-20 Chris LattnerRemove tracing code hack
2002-05-20 Chris LattnerUse literal newline instead of endl
2002-05-20 Chris LattnerDrop something that link will never support, use gccld...
2002-05-19 Vikram S. AdveAdd libsparc.a a second time to resolve link errors.
2002-05-19 Vikram S. AdveLink with test/Libraries/libinstr32.a for runtime routines
2002-05-14 Chris LattnerRun another local value numbering phase after redundanc...
2002-05-10 Chris Lattnerexpose LICM pass
2002-05-10 Chris LattnerAdd LICM pass to compiler
2002-05-10 Chris LattnerExpose the lowerallocs pass
2002-05-10 Chris LattnerExpose the pi node insertion pass.
2002-05-09 Chris LattnerClean up dis so that it does not print out code in...
2002-05-08 Chris LattnerExpose expression reassociation
2002-05-08 Chris LattnerRun expression reassociation as part of gccas
2002-05-08 Sumant Kowshik*** empty log message ***
2002-05-07 Chris LattnerSpell aggressive correctly
2002-05-07 Chris LattnerMerge all include/llvm/Transforms/Scalar/* into a singl...
2002-05-07 Chris LattnerFix makefiles after shuffling passes around the libraries
2002-05-07 Chris LattnerMove UnifyFunctionExitNodes to Utils library: final...
2002-05-07 Chris LattnerOops, somehow lost a slash. Fixed
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-05-06 Chris LattnerGCSE is faster than SCCP, and it makes SCCP's job easie...
2002-05-06 Chris LattnerInstruction Combination can create a ton of trivially...
2002-05-06 Chris LattnerRun DCE AFTER SCCP and GCSE!
2002-04-30 Chris LattnerRemove unneccesary pass.
2002-04-29 Chris LattnerThese aren't tools
2002-04-29 Chris LattnerMove constant merging pass earlier
2002-04-29 Chris LattnerRemove InstForest from analysis namespace
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-29 Chris LattnerAdd new optional getPassName() virtual function that...
2002-04-28 Chris LattnerRename functions to be more consistend with other pass...
2002-04-28 Chris LattnerTighten up the AnalysisUsage of lots of passes, primari...
2002-04-28 Chris LattnerEliminate the cfg namespace
2002-04-28 Chris LattnerExpose the internalize pass.
2002-04-28 Chris LattnerRun the internalize pass to mark all functions except...
2002-04-28 Chris LattnerUse operator << to print modules
2002-04-28 Chris LattnerRun GCSE as part of gccas.
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-10 Chris Lattner* The cleangcc pass is broken into two parts, we only...
2002-04-10 Chris LattnerThe cleangcc pass is brokeninto two pieces, execute...
2002-04-08 Chris LattnerRemove extranous #include
2002-04-08 Chris Lattners/PrintMethodPass/PrintFunctionPass
2002-04-08 Chris LattnerAdd #includes
2002-04-08 Chris LattnerAdd support for the gnu ld -s (strip) option
2002-04-08 Chris LattnerGCCLD actually does transformations to simplify the...
2002-04-07 Chris LattnerRemove asmwriter library from link line, because the...
2002-04-07 Chris LattnerPerform debug outputs with ->dump() instead of <<
2002-04-07 Chris Lattneruse dump method instead of Asm/Writer to do debug printing
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-04-01 Chris LattnerMove the PromoteMemoryToRegister pass to be run _after_...
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-27 Cameron BuschardtRename constructor function for mem2reg pass.
2002-03-26 Chris Lattner* Add support for DataStructure analysis
2002-03-24 Vikram S. AdveRename pass to DecomposeMultiDimRefs.
2002-03-21 Chris LattnerAdd a debugging option to gccas to cause it to not...
2002-03-14 Chris LattnerExpose dead instruction elimination pass
2002-03-12 Chris LattnerEcho the right tool name on error
2002-03-11 Chris LattnerRemove runtime library in favor of users linking agains...
2002-03-11 Chris Lattner* Implement linking to libraries
2002-03-06 Chris LattnerPull interprocedural analyses out of Analysis library...
2002-03-06 Chris LattnerDon't forget to build gccld!
2002-03-06 Chris LattnerSince verifier and SlotCalculator are now in VMCore...
2002-03-06 Chris LattnerPull callgraph out of Cfg namespace
2002-02-26 Chris LattnerChange to use new pass accessor functions
2002-02-26 Chris LattnerChange over to use new style pass mechanism, now passes...
2002-02-26 Chris Lattner* Make all command line arguments static
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-24 Chris LattnerRemove hack. This is better fixed in Makefile.common
2002-02-24 Chris LattnerCleanup to build with GCC 3.0.4
2002-02-24 Chris LattnerBuild with newer compiler, with same bug
2002-02-24 Chris LattnerGCC3.0.4 crashes when compiling this. Comment it out...
2002-02-24 Chris LattnerGenericize the ReversePostOrderIterator.
2002-02-20 Chris Lattner* Expose the verifier pass as one that can be ran
2002-02-12 Chris LattnerMethod.h no longer includes BasicBlock.h
2002-02-12 Chris LattnerEnable register promotion pass
2002-02-04 Chris LattnerTrim down makefile, again.
2002-02-04 Chris LattnerCut down number of times libraries are included to...
2002-02-03 Chris Lattner* Remove -noasm option. If we're not compiling, what...
2002-02-03 Chris LattnerSwitch over to a model where we compile each method...
2002-02-01 Chris LattnerCatch the parse exception if bad input is provided...
2002-02-01 Chris LattnerAdd mergereturn pass
2002-01-31 Chris LattnerAdd dependency
2002-01-31 Chris LattnerFix dependency problem
2002-01-31 Chris LattnerResolve deps
2002-01-31 Chris LattnerResolve dependencies
2002-01-31 Chris LattnerConvert to use new Pass framework...
next