summaryrefslogtreecommitdiff
path: root/lib/Analysis
Commit message (Expand)AuthorAge
* Changes to support making the shift instructions be true BinaryOperators.Reid Spencer2007-02-02
* Dump function names when debug-pass=Executions is used.Devang Patel2007-02-01
* Pretty print pass managerDevang Patel2007-02-01
* Fix a minor bug in my patch yesterday that broken ConstProp/bswap.llChris Lattner2007-01-31
* elimiante a temporary vectorChris Lattner2007-01-31
* Move some symbolic constant folding code out of instcombine into a placeChris Lattner2007-01-31
* The local "ConstantFold" method is now just a watered down version ofChris Lattner2007-01-30
* move a bunch of constant folding code f rom Transforms/Utils/Local.cpp intoChris Lattner2007-01-30
* adjust to constant folding api changes.Chris Lattner2007-01-30
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-30
* Use StartPassTimer() and StopPassManager()Devang Patel2007-01-29
* Measure timings.Devang Patel2007-01-29
* Remove dead code.Devang Patel2007-01-26
* Fix typo.Devang Patel2007-01-23
* Add CallGraphSCCPass::assignPassManager().Devang Patel2007-01-23
* For PR970:Reid Spencer2007-01-21
* For PR1043:Reid Spencer2007-01-19
* Add CGPassManager.Devang Patel2007-01-17
* Unbreak VC++ build.Jeff Cohen2007-01-15
* Constant fold llvm.powi.*. This speeds up tramp3d--v4 by 9.5%Chris Lattner2007-01-15
* rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.Chris Lattner2007-01-15
* Update code to eliminate calls to isInteger, calling isIntegral instead.Chris Lattner2007-01-15
* Fix correlated exprs regressionsChris Lattner2007-01-15
* fit to 80 cols.Chris Lattner2007-01-14
* Fix PR1101 and Analysis/ScalarEvolution/trip-count.llChris Lattner2007-01-14
* don't discriminate against boolChris Lattner2007-01-12
* remove unneeded special casesChris Lattner2007-01-12
* GEP operands can't be boolsChris Lattner2007-01-12
* Implement review feedback for the ConstantBool->ConstantInt merge. ChrisReid Spencer2007-01-12
* Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer2007-01-11
* For PR1043:Zhou Sheng2007-01-11
* Fix a bug in an assert that would never trigger.Reid Spencer2007-01-08
* Convert uses of getPrimitiveSize that should be getPrimitiveSizeInBits.Reid Spencer2007-01-08
* remove llvm.isunorderedChris Lattner2007-01-07
* Fix PR1015 and Transforms/IndVarsSimplify/2007-01-06-TripCount.ll, aChris Lattner2007-01-07
* cast of int to bool no longer does a compare, rendering this fixmeChris Lattner2007-01-07
* For PR950:Reid Spencer2006-12-31
* For PR950:Reid Spencer2006-12-23
* Add a FIXME about signedness.Reid Spencer2006-12-21
* Add some comments about things that can go away once signless types are in.Reid Spencer2006-12-21
* eliminate static ctors from StatisticsChris Lattner2006-12-19
* Fix a bug in GetConstantFactor for affine expressions, in which the existingChris Lattner2006-12-19
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-17
* Changed from PARALLEL_DIRS to DIRS since we're only building one directory.John Criswell2006-12-13
* Remove DSA.John Criswell2006-12-13
* Remove DSA.John Criswell2006-12-13
* Change the interface to SCEVExpander::InsertCastOfTo to take a cast opcodeReid Spencer2006-12-13
* Replace inferred getCast(V,Ty) calls with more strict variants.Reid Spencer2006-12-12
* Get even more accurate on the casting.Reid Spencer2006-12-12
* Change inferred getCast into specific getCast. Passes all tests.Reid Spencer2006-12-12