aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis
Commit message (Expand)AuthorAgeFilesLines
* Clean up a bunch of caching stuff in memdep. This reduces the time to run GVNOwen Anderson2007-08-071-25/+38
* Improve the accuracy of memdep for determining the dependencies of loads.Owen Anderson2007-08-061-2/+13
* This resolves a regression of BasicAA which failed to find any memory informa...Chandler Carruth2007-08-061-4/+23
* Let scalar-evolution analyze loops with an unsigned comparison for the exitNick Lewycky2007-08-061-17/+35
* Don't assume it's safe to transform a loop just because it's dominated by anyNick Lewycky2007-08-061-1/+1
* Upgrade BasicAliasAnalysis::getModRefBehavior to not call Value::getName,Chris Lattner2007-08-051-4/+14
* Fix an iterator invalidation bug I induced.Chris Lattner2007-08-051-2/+1
* Switch some std::sets to SmallPtrSet. This speeds upChris Lattner2007-08-051-3/+3
* Switch the internal "Info" map from an std::map to a DenseMap. ThisChris Lattner2007-08-051-15/+12
* switch the DomTreeNodes and IDoms maps in idom/postidom to a Chris Lattner2007-08-041-4/+9
* This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth2007-08-041-3/+3
* Fix a bug that was causing several miscompilations on SPEC.Owen Anderson2007-08-021-3/+15
* Implement review feedback.Christopher Lamb2007-08-021-4/+4
* Teach BasicAA about noalias parameter attributes, but do it correctly this time.Christopher Lamb2007-08-021-1/+31
* Make non-local memdep not be recursive, and fix a bug on 403.gcc that this ex...Owen Anderson2007-08-011-46/+45
* More explicit keywords.Dan Gohman2007-08-012-2/+2
* Fix GLIBCXX_DEBUG error owing to dereference of end iterator. There'sDavid Greene2007-07-311-26/+33
* Revert overly aggressive interpretation of noaliasChristopher Lamb2007-07-311-32/+1
* Introduce Simple Analysis interface for loop passes.Devang Patel2007-07-311-0/+21
* Teach BasicAA about noalias function parameters. Passes all of DejaGNU and te...Christopher Lamb2007-07-311-1/+32
* Use more caching when computing non-local dependence. This makes bzip2 notOwen Anderson2007-07-301-0/+2
* Fix a bug introduced in my last commit.Owen Anderson2007-07-261-1/+7
* Fix a couple more bugs in the phi construction by pulling in code that doesOwen Anderson2007-07-261-3/+0
* Fix a bug in non-local memdep that was causing an infinite loop on 175.vpr.Owen Anderson2007-07-251-3/+12
* Add basic support for performing whole-function RLE.Owen Anderson2007-07-251-35/+34
* Add initial support for non-local memory dependence analysis.Owen Anderson2007-07-241-6/+53
* Unreachable block is not a root node in post dominator tree.Devang Patel2007-07-241-2/+6
* When removing instructions from the analysis, be sure to check the confirmedOwen Anderson2007-07-201-1/+2
* Verify loop info.Devang Patel2007-07-193-16/+16
* Replace mysterious code causing a g++-4.2 warningDuncan Sands2007-07-192-18/+9
* Add support for walking up memory def chains, which enables finding many moreOwen Anderson2007-07-161-18/+37
* Use ConstantFoldFP for folding all unary floating-point operations which mayDan Gohman2007-07-161-20/+25
* Fix comments about vectors to use the current wording.Dan Gohman2007-07-161-1/+1
* Handle decrementing loops properly. Fixes PR1533.Nick Lewycky2007-07-161-15/+13
* Let MemoryDependenceAnalysis take care of updating AliasAnalysis.Owen Anderson2007-07-121-0/+2
* Calculate the size of a array allocation correctly.Owen Anderson2007-07-101-2/+2
* Fix a crasher when finding the dependency of a call.Owen Anderson2007-07-101-1/+2
* Make this pass registration static as well.Owen Anderson2007-07-101-2/+2
* Handle vaarg instructions correctly.Owen Anderson2007-07-101-0/+9
* Volatile loads and stores depend on each other.Owen Anderson2007-07-101-0/+17
* Add support for finding the dependencies of call and invoke instructions.Owen Anderson2007-07-101-17/+64
* Fix the build, and fix the handling of pointer sizes.Owen Anderson2007-07-101-20/+19
* Fix a bunch of things from Chris' feedbackOwen Anderson2007-07-101-31/+45
* Move the APInt form of SCEVUnknown::getIntegerSCEV to SCEVConstant::get, andDan Gohman2007-07-091-15/+14
* A first stab at memory dependence analysis. This is an interface on top ofOwen Anderson2007-07-061-0/+171
* Add explicit keywords.Dan Gohman2007-07-022-2/+2
* Add loop info verification mechanism.Devang Patel2007-06-291-1/+13
* CallGraphSCCPass manager may require other passes.Devang Patel2007-06-211-1/+1
* Rename ScalarEvolution::deleteInstructionFromRecords toDan Gohman2007-06-191-14/+14
* In SCEVAddExpr::get, skip over any cast operands before looking for nestedDan Gohman2007-06-181-2/+5