oota-llvm.git
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
2002-05-06 Chris Lattner* Use simplified interface to constant propogation...
2002-05-06 Chris LattnerAdd #include removed from ConstantHandling.h
2002-05-06 Chris LattnerNew testcase for PHI folding
2002-05-06 Chris LattnerClean up ADCE by removing extraneous wrapper class
2002-05-06 Chris LattnerCombine not (not X) -> X
2002-05-06 Chris LattnerNew testcase to make sure not instructions get combined
2002-05-06 Chris LattnerInstruction Combination can create a ton of trivially...
2002-05-06 Chris LattnerSupport more cases...
2002-05-06 Chris LattnerMore tests
2002-05-06 Chris LattnerAdd testcase for -(-A)
2002-05-06 Chris LattnerChange usage of isPointerType to use isa
2002-05-06 Chris LattnerReplace all usages of Type::isPointerType with isa...
2002-05-06 Chris LattnerImplement getPrimitiveSize()
2002-05-06 Chris LattnerAdd many more instruction combination simplifications
2002-05-06 Chris Lattner* Add getPrimitiveSize method
2002-05-06 Chris LattnerFix testcase, the 'shift out all bits' doesn't apply...
2002-05-06 Chris LattnerVoid and Label values cannot be acted on directly so...
2002-05-06 Chris LattnerMore testcases I don't want to forget about
2002-05-06 Chris LattnerNew testcases so I don't forget about these algebraic...
2002-05-06 Chris LattnerNew testcase so I don't forget about this.
2002-05-06 Chris LattnerTestcase for missed merge opportunity
2002-05-06 Chris LattnerRun DCE AFTER SCCP and GCSE!
2002-05-06 Chris LattnerBuild CFGsimplify directory
2002-05-06 Chris LattnerUpdated documentation a _LOT_
2002-05-06 Chris LattnerRemove dead code
2002-05-06 Chris LattnerMerge blocks like this:
2002-05-06 Chris LattnerImplement constant propogation of shift instructions
2002-05-06 Chris LattnerImplement constant propogation of shifts
2002-05-06 Chris LattnerPrint functions with curly braces instead of begin/end
2002-05-06 Chris LattnerAdd a range remove method
2002-05-06 Chris LattnerImplement two iterator remove method
2002-05-06 Chris LattnerInitial testcases for CFG simplify (which is part of...
2002-05-06 Chris LattnerTest moved to SCCP test directory
2002-05-03 Chris LattnerImplement remainder
2002-05-03 Chris LattnerImplement remainder
2002-05-03 Chris LattnerNew testcase for bugs in the constant propogator
2002-05-03 Chris LattnerAdd tests for floating point remainder elimination
2002-05-03 Chris LattnerNew testcase to see if constant propogation of remainde...
2002-05-03 Chris LattnerThis testcase is a sanity check
2002-05-03 Chris LattnerFix bug: test/Regression/Transforms/SCCP/2002-05-03...
2002-05-03 Chris LattnerAdd new testcase for general constant prop.
2002-05-03 Chris LattnerAdd const prop pass to eliminate dead branches
2002-05-03 Chris LattnerImplement the NOT operator.
next