oota-llvm.git
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.
2002-05-03 Chris LattnerWe currently don't allow unresolved opaque types!
2002-05-03 Chris LattnerAdd -d switch to test AsmWriter as well
2002-05-03 Chris LattnerAllow open/closing curly braces instead of begin/end...
2002-05-02 Chris LattnerEliminate usage of function level constant pool
2002-05-02 Chris LattnerUse unified diffs with gnu diff instead of old diffs
2002-05-02 Chris LattnerOk, really it only takes me 3 times to get this right!
2002-05-02 Chris LattnerOops, disable debugging code all the way. :)
2002-05-02 Chris Lattner* Finish the implementation of isEdgeFeasible this...
2002-05-02 Chris Lattner* Enable SCCP debugging to be turned on with a simple...
2002-05-02 Chris LattnerMore testcases for SCCP
2002-05-02 Chris Lattner* Simplify the code by not bothering to name the folded...
2002-05-02 Chris LattnerAdditional testcase
2002-05-02 Chris LattnerRun the SCCP test
2002-05-02 Chris LattnerFirst testcase for SCCP pass
2002-05-02 Chris LattnerSimplify the testcase a bit
2002-05-02 Chris LattnerNew testcase
2002-05-02 Chris LattnerImplement cast operations on booleans to allow casting...
2002-05-02 Chris Lattner* Fix a bug (test/Regression/Assembler/2002-05-02-Inval...
2002-05-02 Chris LattnerNew testcase for assembler failure
2002-05-02 Chris LattnerThe implementation keyword is no longer neccesary
2002-05-02 Chris LattnerThe "implementation" is now allowed but not required...
2002-05-02 Chris LattnerExprTypeConvert will already do this transformation...
2002-05-02 Chris LattnerBe a little more efficient, do not generate loads and...
2002-05-02 Chris LattnerFix bug: test/Regression/Transforms/LevelRaise/2002...
2002-05-02 Chris Lattner* Add ability to eliminate a bunch of different cascadi...
2002-05-02 Chris LattnerIntitial checkin of cast tests
2002-05-02 Chris LattnerNew testcase for bug found by Vikram
2002-05-02 Chris LattnerCheck another case
2002-05-01 Chris LattnerFixed bug: test/Regression/Transforms/Mem2Reg/2002...
2002-05-01 Chris LattnerNew bug testcase
2002-04-30 Chris LattnerRemove unneccesary pass.
2002-04-30 Chris LattnerRemove unneccesary pass
2002-04-30 Chris LattnerNew testcase
2002-04-30 Chris LattnerFix problem where subpasses would invalidate all analys...
2002-04-29 Chris LattnerAdd folding rules for mul X, 0 and mul X, 2
2002-04-29 Chris LattnerNew test cases for mul folding
2002-04-29 Chris LattnerSignificantly clean up SCCP pass. Now the two classes...
2002-04-29 Chris LattnerRange insertion now returns an iterator
2002-04-29 Chris LattnerMake the range insert operation return an iterator...
2002-04-29 Chris LattnerThese aren't tools
2002-04-29 Chris LattnerRemove unused files: This is the old induction varaibl...
2002-04-29 Chris LattnerMove constant merging pass earlier
2002-04-29 Chris LattnerFix for problem when allocating something like this:
2002-04-29 Chris LattnerMerge Chris's script with the one already checked in
2002-04-29 Chris LattnerFix #include broken by iMemory.h not including DerivedT...
2002-04-29 Chris LattnerAdd neccesary #include
2002-04-29 Chris Lattnerchanges because iMemory.h no longer #includes DerivedTy...
2002-04-29 Chris LattnerChanges so that iMemory.h doesn't include DerivedTypes.h
2002-04-29 Chris LattnerChange to allow iMemory.h to avoid including DerivedTypes.h
2002-04-29 Chris LattnerFix bug: test/Regression/Other/2002-04-29-NameBinding.ll
2002-04-29 Chris LattnerRemove InstForest from analysis namespace
next