Age | Commit message (Expand) | Author |
2007-02-13 | Eliminate use of ctors that take vectors. | Chris Lattner |
2007-02-12 | stop using methods that take vectors. | Chris Lattner |
2007-02-11 | Simplify code by using value::takename | Chris Lattner |
2007-02-05 | Fix miscompilations of consumer-typeset, telecomm-gsm, and 176.gcc. | Chris Lattner |
2007-02-05 | fix a miscompilation of 176.gcc | Chris Lattner |
2007-02-05 | rewrite shift/shift folding, now that types are not signed. | Chris Lattner |
2007-02-04 | For PR1163: | Reid Spencer |
2007-02-03 | remove some dead code | Chris Lattner |
2007-02-02 | Remove dead code and fix indentation per Chris' review comments. | Reid Spencer |
2007-02-02 | Use short form of binary operator create functions. | Reid Spencer |
2007-02-02 | bugfix for reid's shift patch. | Chris Lattner |
2007-02-02 | Changes to support making the shift instructions be true BinaryOperators. | Reid Spencer |
2007-02-01 | Fix Transforms/InstCombine/2007-02-01-LoadSinkAlloca.ll, a serious code | Chris Lattner |
2007-01-31 | remove temporary vectors. | Chris Lattner |
2007-01-31 | Revert another incorrectly applied chunk, which fixes InstCombine/vec_insert_... | Chris Lattner |
2007-01-31 | eliminate temporary vectors | Chris Lattner |
2007-01-31 | Move symbolic constant folding code to libanalysis. | Chris Lattner |
2007-01-30 | Adjust #includes to match movement of constant folding code from transformuti... | Chris Lattner |
2007-01-30 | pass TD to constant folding apis | Chris Lattner |
2007-01-30 | remove some bits that are not yet meant to land. | Chris Lattner |
2007-01-30 | Symbolically evaluate constant expressions like &A[123] - &A[4].f. | Chris Lattner |
2007-01-30 | For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid | Reid Spencer |
2007-01-27 | Fix test/Transforms/InstCombine/2007-01-27-AndICmp.ll, a miscompilation of | Chris Lattner |
2007-01-22 | Cleanup checks in the load and store of casted pointer transforms. Two | Reid Spencer |
2007-01-20 | Revise the store V, (cast P) -> store (cast V) -> P transform. | Reid Spencer |
2007-01-20 | Teach TargetData to handle 'preferred' alignment for each target, and use | Chris Lattner |
2007-01-19 | For this transform: store V, (cast P) -> store (cast V), P | Reid Spencer |
2007-01-19 | For PR1043: | Reid Spencer |
2007-01-18 | Fix InstCombine/2007-01-18-VectorInfLoop.ll, a case where instcombine | Chris Lattner |
2007-01-18 | Clean up some code around the store V, (cast P) -> store (cast V), P | Reid Spencer |
2007-01-15 | Fix a regression in my isIntegral patch that broke 471.omnetpp. This is | Chris Lattner |
2007-01-15 | Implement InstCombine/phi.ll:test7, deletion of trivial value loops for | Chris Lattner |
2007-01-15 | simplify some code now that types are signless | Chris Lattner |
2007-01-15 | delete stores to allocas with one use. This is a trivial form of DSE which | Chris Lattner |
2007-01-15 | rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. | Chris Lattner |
2007-01-15 | Eliminate calls to isInteger, generalizing code and tightening checks as needed. | Chris Lattner |
2007-01-14 | instcombine has always been miscompiling fcmp x, x, disregarding possible | Chris Lattner |
2007-01-13 | Fix Transforms/InstCombine/2007-01-13-ExtCompareMiscompile.ll, which is part | Chris Lattner |
2007-01-12 | For PR1064: | Reid Spencer |
2007-01-12 | Implement review feedback for the ConstantBool->ConstantInt merge. Chris | Reid Spencer |
2007-01-11 | Rename BoolTy as Int1Ty. Patch by Sheng Zhou. | Reid Spencer |
2007-01-11 | Remove unnecessary boolean type check. | Zhou Sheng |
2007-01-11 | For PR1043: | Zhou Sheng |
2007-01-08 | Unbreak VC++ build. | Jeff Cohen |
2007-01-08 | Comparison of primitive type sizes should now be done in bits, not bytes. | Reid Spencer |
2007-01-07 | relax some types | Chris Lattner |
2007-01-06 | Fix regressions in InstCombine/call-cast-target.ll and InstCombine/2003-11-13... | Chris Lattner |
2007-01-06 | this final call to canLosslesslyBitCastTo is dead, because ValueRequiresCast | Chris Lattner |
2007-01-06 | simplify some more code now that there are not multiple different integer | Chris Lattner |
2007-01-06 | eliminate some uses of canLosslesslyBitCastTo, this actually makes the code s... | Chris Lattner |