aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis
Commit message (Expand)AuthorAgeFilesLines
* Fix a minor bug in my patch yesterday that broken ConstProp/bswap.llChris Lattner2007-01-311-1/+1
* elimiante a temporary vectorChris Lattner2007-01-311-3/+1
* Move some symbolic constant folding code out of instcombine into a placeChris Lattner2007-01-311-3/+136
* The local "ConstantFold" method is now just a watered down version ofChris Lattner2007-01-301-37/+3
* move a bunch of constant folding code f rom Transforms/Utils/Local.cpp intoChris Lattner2007-01-301-2/+155
* adjust to constant folding api changes.Chris Lattner2007-01-302-7/+8
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-306-10/+10
* Use StartPassTimer() and StopPassManager()Devang Patel2007-01-291-3/+2
* Measure timings.Devang Patel2007-01-291-2/+3
* Remove dead code.Devang Patel2007-01-261-9/+0
* Fix typo.Devang Patel2007-01-231-1/+1
* Add CallGraphSCCPass::assignPassManager().Devang Patel2007-01-231-0/+38
* For PR970:Reid Spencer2007-01-211-2/+1
* For PR1043:Reid Spencer2007-01-192-1/+2
* Add CGPassManager.Devang Patel2007-01-171-0/+124
* Unbreak VC++ build.Jeff Cohen2007-01-151-1/+1
* Constant fold llvm.powi.*. This speeds up tramp3d--v4 by 9.5%Chris Lattner2007-01-151-1/+12
* rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.Chris Lattner2007-01-153-16/+16
* Update code to eliminate calls to isInteger, calling isIntegral instead.Chris Lattner2007-01-152-17/+12
* Fix correlated exprs regressionsChris Lattner2007-01-151-2/+2
* fit to 80 cols.Chris Lattner2007-01-141-8/+6
* Fix PR1101 and Analysis/ScalarEvolution/trip-count.llChris Lattner2007-01-141-3/+5
* don't discriminate against boolChris Lattner2007-01-121-1/+1
* remove unneeded special casesChris Lattner2007-01-121-7/+0
* GEP operands can't be boolsChris Lattner2007-01-121-6/+3
* Implement review feedback for the ConstantBool->ConstantInt merge. ChrisReid Spencer2007-01-123-8/+8
* Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer2007-01-113-9/+9
* For PR1043:Zhou Sheng2007-01-114-45/+50
* Fix a bug in an assert that would never trigger.Reid Spencer2007-01-081-1/+1
* Convert uses of getPrimitiveSize that should be getPrimitiveSizeInBits.Reid Spencer2007-01-082-15/+14
* remove llvm.isunorderedChris Lattner2007-01-071-5/+0
* Fix PR1015 and Transforms/IndVarsSimplify/2007-01-06-TripCount.ll, aChris Lattner2007-01-071-1/+15
* cast of int to bool no longer does a compare, rendering this fixmeChris Lattner2007-01-071-1/+0
* For PR950:Reid Spencer2006-12-313-68/+21
* For PR950:Reid Spencer2006-12-237-204/+226
* Add a FIXME about signedness.Reid Spencer2006-12-211-0/+2
* Add some comments about things that can go away once signless types are in.Reid Spencer2006-12-211-1/+8
* eliminate static ctors from StatisticsChris Lattner2006-12-194-56/+41
* Fix a bug in GetConstantFactor for affine expressions, in which the existingChris Lattner2006-12-191-5/+9
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-172-5/+4
* Changed from PARALLEL_DIRS to DIRS since we're only building one directory.John Criswell2006-12-131-1/+1
* Remove DSA.John Criswell2006-12-1314-7235/+0
* Remove DSA.John Criswell2006-12-131-1/+1
* Change the interface to SCEVExpander::InsertCastOfTo to take a cast opcodeReid Spencer2006-12-131-19/+2
* Replace inferred getCast(V,Ty) calls with more strict variants.Reid Spencer2006-12-124-21/+42
* Get even more accurate on the casting.Reid Spencer2006-12-121-8/+5
* Change inferred getCast into specific getCast. Passes all tests.Reid Spencer2006-12-121-3/+9
* teach scev to analyze X*4|1 like X*4+c. This allows us to produce:Chris Lattner2006-12-121-1/+59
* clarify some comments, simplify some checks, fix:Chris Lattner2006-12-111-7/+7
* Removed more <iostream> includesBill Wendling2006-12-073-13/+10