oota-llvm.git
2002-05-10 Chris LattnerFix some bugs, straighten stuff out, more work needs...
2002-05-10 Chris LattnerInitial checkin of Statistic class
2002-05-10 Chris LattnerInitial checkin of Statistic class.
2002-05-10 Chris Lattner* Add support for the -stats command line option to...
2002-05-10 Chris LattnerNew testcase
2002-05-10 Chris Lattnerremove deprecated getInstType() method
2002-05-10 Chris LattnerExpose the pi node insertion pass.
2002-05-10 Chris LattnerInitial checkin of the PiNodeInsertion pass
2002-05-10 Chris LattnerAdd prototype for the PiNodeInserter pass
2002-05-10 Chris LattnerTest the Pi node inserter
2002-05-10 Chris LattnerInitial checkin of testcases for Pi node inserter
2002-05-09 Chris LattnerLast minor cleanups, this code still does not work...
2002-05-09 Chris LattnerTwo Cleanups to generated C code:
2002-05-09 Chris Lattner* Remove CInstPrintVisitor class, incorporating it...
2002-05-09 Chris LattnerRemove CLocalVars data structure entirely, instead...
2002-05-09 Chris LattnerSimplify code by removing InstLocalVarsVisitor, replaci...
2002-05-09 Chris Lattner* Clean up how PHI nodes are handled
2002-05-09 Chris LattnerHandle setcc <global*>, 0 instructions, Global pointers...
2002-05-09 Chris LattnerGive the longer name to the instruction that will proba...
2002-05-09 Chris LattnerNew testcase for wierd combine opportunity found in...
2002-05-09 Chris LattnerEmit:
2002-05-09 Chris Lattner* Print structures types correctly
2002-05-09 Chris Lattner* Continue cleanup of type printing code
2002-05-09 Chris LattnerGut the type printing code so there is only one copy...
2002-05-09 Chris Lattner* Remove dead "constant printing" code
2002-05-09 Chris LattnerRemove gross "Operand" instance variable
2002-05-09 Chris LattnerSimplify and clean up function calls.
2002-05-09 Chris Lattner* Remove dead function
2002-05-09 Chris LattnerMake Getelementptr, load & store all work the right...
2002-05-09 Chris LattnerMany random fixes:
2002-05-09 Chris LattnerIncorporate and purge function before and after printin...
2002-05-09 Chris LattnerFactor out the code to print a value to ONE place.
2002-05-09 Chris LattnerFirst wave of cleanups, looks like the first of many.
2002-05-09 Chris LattnerAdd ability to transform (x - (y - z)) into (x + (z...
2002-05-09 Chris LattnerFix broken testcase
2002-05-09 Chris LattnerClean up dis so that it does not print out code in...
2002-05-08 Chris LattnerAdd two new patterns that instcombine should or does...
2002-05-08 Chris LattnerPrint out post dominance data structures more nicely
2002-05-08 Chris Lattner* Combine: A-(-B) -> A + B
2002-05-08 Chris LattnerNew testcase for LICM reassociation
2002-05-08 Chris LattnerInitial checkin of expression reassociation pass
2002-05-08 Chris LattnerAdd expr reassociation pass prototype
2002-05-08 Chris LattnerExpose expression reassociation
2002-05-08 Chris LattnerRun expression reassociation as part of gccas
2002-05-08 Chris LattnerAdd some simple test of reassociation
2002-05-08 Chris Lattnerrun reassociate tests
2002-05-08 Chris LattnerVerify that function call arguments match the function...
2002-05-08 Sumant Kowshik*** empty log message ***
2002-05-07 Chris LattnerSpell aggressive correctly
2002-05-07 Chris LattnerGive the unified exit node a name
2002-05-07 Chris LattnerSpell aggressive right
2002-05-07 Chris LattnerFix misspelling
2002-05-07 Chris LattnerFix bug: test/Regression/Transforms/ADCE/2002-01-31...
2002-05-07 Chris LattnerNew testcase for adce
2002-05-07 Chris LattnerBuild the ADCE tests
2002-05-07 Chris LattnerADCE tests
2002-05-07 Chris LattnerImplement constant propogation of PHI instructions...
2002-05-07 Chris LattnerOops, forgot to check in makefile
2002-05-07 Chris LattnerAdd check that phi nodes get constant propogated away
2002-05-07 Chris Lattnerconstprop doesn't delete dead instructions, it just...
2002-05-07 Chris LattnerAdd testcase for not expressions
2002-05-07 Chris LattnerMerge all include/llvm/Transforms/Scalar/* into a singl...
2002-05-07 Chris LattnerMerge all individual .h files into a single Scalar...
2002-05-07 Chris LattnerThis doesn't use DCE!
2002-05-07 Chris LattnerExtend TargetData::getIndexedOffset to support arrays...
2002-05-07 Chris LattnerThese files are supersumed by include/llvm/Transforms...
2002-05-07 Chris LattnerNew header file to replace all of the Scalar/*.h files.
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 Lattnerfix comments and documentation in file
2002-05-07 Chris LattnerSplit ChangeAllocations.cpp into Raise & LowerAllocatio...
2002-05-07 Chris LattnerCheckin headers for Utils library
2002-05-07 Chris LattnerCleanup implementation a bit + comments
2002-05-07 Chris LattnerCleanup implementation a bit
2002-05-07 Chris LattnerChange script to not even look in test/ directory,...
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 LattnerUpdate header after moving file
2002-05-07 Chris LattnerRemove long dead file
2002-05-07 Chris LattnerStraighten out makefiles after moving code to new Trans...
2002-05-07 Chris LattnerFactor code out to the Transform Utils library
2002-05-07 Chris LattnerReduce dependance on TransformInternals.h, instead...
2002-05-07 Chris LattnerAdd #include no longer included by llvm/Transforms...
2002-05-07 Chris LattnerFactor code out to the TransformUtils library
2002-05-07 Chris LattnerFactor code out of TransformInternals into the Transfor...
2002-05-07 Chris LattnerBuild Transforms Utils library
2002-05-07 Chris LattnerAdd code pulled out of TransformInternals.cpp, ConstPro...
2002-05-07 Chris Lattner* Convert InstWorkList to vector instead of set, becaus...
2002-05-07 Chris Lattner* Remove all cfg simplification stuff for a new cfg...
2002-05-06 Chris LattnerFinish up the updates to the language reference
2002-05-06 Chris LattnerMark analyses that only depend on the CFG of a function
2002-05-06 Chris LattnerMake functions that preserve the CFG not invalidate...
2002-05-06 Chris LattnerAdd support for passes to announce that they only depen...
2002-05-06 Chris LattnerOnly do masking for unsigned values!
2002-05-06 Chris LattnerGCSE is faster than SCCP, and it makes SCCP's job easie...
2002-05-06 Chris Lattner* Eliminate dead code that should have been removed...
2002-05-06 Chris LattnerHandle X = phi Y --> X = Y
2002-05-06 Chris LattnerMake the testcase more interesting so that DCE does...
2002-05-06 Chris LattnerMove a bunch of code to a .cpp file, don't #include...
2002-05-06 Chris LattnerMove code out of header file
next