Fix broken test
[oota-llvm.git] / tools /
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.
2002-06-30 Chris LattnerYes, we REALLY DO want to run the reassociate pass.
2002-06-25 Anand ShuklaChanges for 64bit gcc
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-06-25 Chris LattnerMEGAPATCH checkin.
2002-06-25 Chris LattnerSimplify the code that adds passes so compilation can...
2002-06-24 Chris LattnerCheckin descriptive note
2002-05-23 Chris LattnerNo need to run dce with adce right behind!
2002-05-23 Chris LattnerMake sure the extracted function has external linkage...
2002-05-22 Chris LattnerAdd the ADCE pass to gccas finally!
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
next