summaryrefslogtreecommitdiff
path: root/lib/Analysis
Commit message (Expand)AuthorAge
* ConstantFolding: Add a missing folding that leads to a miscompile.Benjamin Kramer2013-01-24
* ConstantFolding: Tweak r173289, it should evaluate in the intptr type, not th...Benjamin Kramer2013-01-23
* ConstantFolding: Evaluate GEP indices in the index type.Benjamin Kramer2013-01-23
* Begin fleshing out an interface in TTI for modelling the costs ofChandler Carruth2013-01-22
* Make APFloat constructor require explicit semantics.Tim Northover2013-01-22
* Switch CodeMetrics itself over to use TTI to determine if an instructionChandler Carruth2013-01-21
* Sink InlineCost.cpp into IPA -- it is now officially an interproceduralChandler Carruth2013-01-21
* Move the inline cost analysis's primary cost query to TTI instead of theChandler Carruth2013-01-21
* Now that the inline cost analysis is a pass, we can easily have itChandler Carruth2013-01-21
* Make the inline cost a proper analysis pass. This remains essentiallyChandler Carruth2013-01-21
* Introduce a generic interface for querying an operation's expectedChandler Carruth2013-01-21
* Revert CostTable algorithm, will re-writeRenato Golin2013-01-20
* Fix 80-col and early exit in cost modelRenato Golin2013-01-19
* Reverting r171325 & r172363. This was causing a mis-compile on the self-hoste...Bill Wendling2013-01-17
* Change CostTable model to be global to all targetsRenato Golin2013-01-16
* SCEVExpander fix. RAUW needs to update the InsertedExpressions cache.Andrew Trick2013-01-14
* fix compile-time regression report by Joerg Sonnenberger:Nuno Lopes2013-01-13
* Remove redundant 'llvm::' qualificationsDmitri Gribenko2013-01-13
* Update CMakeLists for CallPrinter.cpp.Andrew Trick2013-01-11
* Added -view-callgraph module pass.Andrew Trick2013-01-11
* ARM Cost model: Use the size of vector registers and widest vectorizable inst...Nadav Rotem2013-01-09
* Cost Model: Move the 'max unroll factor' variable to the TTI and add initial ...Nadav Rotem2013-01-09
* Move CallGraphSCCPass.h into the Analysis tree; that's where theChandler Carruth2013-01-07
* Switch the SCEV expander and LoopStrengthReduce to useChandler Carruth2013-01-07
* Move the initialization to the Analysis library as well as the pass.Chandler Carruth2013-01-07
* Make the popcnt support enums and methods have more clear names andChandler Carruth2013-01-07
* Move TargetTransformInfo to live under the Analysis library. This noChandler Carruth2013-01-07
* Switch the cost model analysis over to just the TTI interface.Chandler Carruth2013-01-05
* Memory Dependence Analysis: fix a miscompile that uses DT to approxmiate theManman Ren2013-01-04
* Actually update the CMake and Makefile builds correctly, and update theChandler Carruth2013-01-02
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Rename VMCore directory to IR.Chandler Carruth2013-01-02
* reimplement GetPointerBaseWithConstantOffset().Nuno Lopes2012-12-31
* recommit r171298 (add support for PHI nodes to ObjectSizeOffsetVisitor). Hope...Nuno Lopes2012-12-31
* Revert "add support for PHI nodes to ObjectSizeOffsetVisitor"Benjamin Kramer2012-12-31
* revert r171306, since we cannot compare APInts with different bitwidthsNuno Lopes2012-12-31
* use ValueTracking's GetPointerBaseWithConstantOffset() function instead of a ...Nuno Lopes2012-12-31
* minor code simplificationNuno Lopes2012-12-31
* add support for GlobalAlias to ObjectSizeOffsetVisitorNuno Lopes2012-12-31
* add support for PHI nodes to ObjectSizeOffsetVisitorNuno Lopes2012-12-31
* convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumu...Nuno Lopes2012-12-30
* Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling2012-12-30
* Nuke some dead code that snuck in some how. I thought I had alreadyChandler Carruth2012-12-28
* Fix a stunning oversight in the inline cost analysis. It was neverChandler Carruth2012-12-28
* Teach the inline cost analysis about calls that can be simplified andChandler Carruth2012-12-28
* Teach instsimplify to use the constant folder where appropriate forChandler Carruth2012-12-28
* Add entry points to instsimplify for simplifying calls. The entry pointsChandler Carruth2012-12-28
* Add LLVMContext::emitWarning methods and use them. <rdar://problem/12867368>Bob Wilson2012-12-24
* Update the docs of the cost model.Nadav Rotem2012-12-24
* Remove trailing whitespace.Craig Topper2012-12-22