aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis
Commit message (Expand)AuthorAgeFilesLines
* Change stripAndComputeConstantOffsets to accept a NULL DataLayout pointerDan Gohman2013-01-311-10/+15
* Add a comment.Dan Gohman2013-01-311-0/+4
* Move isKnownNonNull out of AliasAnalysis.h and into ValueTracking.cpp sinceDan Gohman2013-01-313-17/+16
* Change GetPointerBaseWithConstantOffset's DataLayout argument from aDan Gohman2013-01-314-50/+49
* Minor code simplification.Dan Gohman2013-01-311-1/+1
* stripAndComputeConstantOffsets is only called on pointers; check thisDan Gohman2013-01-311-10/+1
* ConstantFolding: Add a missing folding that leads to a miscompile.Benjamin Kramer2013-01-241-4/+4
* ConstantFolding: Tweak r173289, it should evaluate in the intptr type, not th...Benjamin Kramer2013-01-231-18/+15
* ConstantFolding: Evaluate GEP indices in the index type.Benjamin Kramer2013-01-231-2/+11
* Begin fleshing out an interface in TTI for modelling the costs ofChandler Carruth2013-01-223-63/+159
* Make APFloat constructor require explicit semantics.Tim Northover2013-01-221-1/+1
* Switch CodeMetrics itself over to use TTI to determine if an instructionChandler Carruth2013-01-212-79/+6
* Sink InlineCost.cpp into IPA -- it is now officially an interproceduralChandler Carruth2013-01-213-1/+1
* Move the inline cost analysis's primary cost query to TTI instead of theChandler Carruth2013-01-211-4/+4
* Now that the inline cost analysis is a pass, we can easily have itChandler Carruth2013-01-211-12/+20
* Make the inline cost a proper analysis pass. This remains essentiallyChandler Carruth2013-01-211-5/+27
* Introduce a generic interface for querying an operation's expectedChandler Carruth2013-01-211-1/+122
* Revert CostTable algorithm, will re-writeRenato Golin2013-01-201-45/+0
* Fix 80-col and early exit in cost modelRenato Golin2013-01-191-12/+16
* Reverting r171325 & r172363. This was causing a mis-compile on the self-hoste...Bill Wendling2013-01-171-29/+12
* Change CostTable model to be global to all targetsRenato Golin2013-01-161-0/+41
* SCEVExpander fix. RAUW needs to update the InsertedExpressions cache.Andrew Trick2013-01-141-3/+2
* fix compile-time regression report by Joerg Sonnenberger:Nuno Lopes2013-01-131-9/+11
* Remove redundant 'llvm::' qualificationsDmitri Gribenko2013-01-131-1/+1
* Update CMakeLists for CallPrinter.cpp.Andrew Trick2013-01-111-0/+1
* Added -view-callgraph module pass.Andrew Trick2013-01-112-0/+89
* ARM Cost model: Use the size of vector registers and widest vectorizable inst...Nadav Rotem2013-01-091-0/+8
* Cost Model: Move the 'max unroll factor' variable to the TTI and add initial ...Nadav Rotem2013-01-091-0/+8
* Move CallGraphSCCPass.h into the Analysis tree; that's where theChandler Carruth2013-01-071-1/+1
* Switch the SCEV expander and LoopStrengthReduce to useChandler Carruth2013-01-072-6/+8
* Move the initialization to the Analysis library as well as the pass.Chandler Carruth2013-01-071-0/+1
* Make the popcnt support enums and methods have more clear names andChandler Carruth2013-01-071-5/+5
* Move TargetTransformInfo to live under the Analysis library. This noChandler Carruth2013-01-073-1/+272
* Switch the cost model analysis over to just the TTI interface.Chandler Carruth2013-01-051-20/+15
* Memory Dependence Analysis: fix a miscompile that uses DT to approxmiate theManman Ren2013-01-041-4/+34
* Actually update the CMake and Makefile builds correctly, and update theChandler Carruth2013-01-021-1/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-0247-170/+170
* Rename VMCore directory to IR.Chandler Carruth2013-01-021-7/+7
* reimplement GetPointerBaseWithConstantOffset().Nuno Lopes2012-12-311-31/+21
* recommit r171298 (add support for PHI nodes to ObjectSizeOffsetVisitor). Hope...Nuno Lopes2012-12-311-11/+26
* Revert "add support for PHI nodes to ObjectSizeOffsetVisitor"Benjamin Kramer2012-12-311-14/+3
* revert r171306, since we cannot compare APInts with different bitwidthsNuno Lopes2012-12-311-1/+1
* use ValueTracking's GetPointerBaseWithConstantOffset() function instead of a ...Nuno Lopes2012-12-311-36/+8
* minor code simplificationNuno Lopes2012-12-311-1/+1
* add support for GlobalAlias to ObjectSizeOffsetVisitorNuno Lopes2012-12-311-0/+9
* add support for PHI nodes to ObjectSizeOffsetVisitorNuno Lopes2012-12-311-3/+14
* convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumu...Nuno Lopes2012-12-301-3/+2
* Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling2012-12-303-7/+12
* Nuke some dead code that snuck in some how. I thought I had alreadyChandler Carruth2012-12-281-5/+0
* Fix a stunning oversight in the inline cost analysis. It was neverChandler Carruth2012-12-281-4/+16