summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/BasicAA
Commit message (Expand)AuthorAgeFilesLines
* Implement a proper getModRefInfo for va_arg.Dan Gohman2010-08-061-0/+11
* Implement AccessesArguments checking in the two-callsite formDan Gohman2010-08-051-1/+15
* Fix memdep's code for reasoning about dependences between two calls. A RefDan Gohman2010-08-051-1/+0
* Revert r110270 for now. It appears to uncover a memdep bug.Dan Gohman2010-08-051-0/+1
* The trouble with testing for "ModRef" and "NoModRef" is thatDan Gohman2010-08-042-85/+85
* The two-callsite form of AliasAnalysis::getModRefInfo is documentedDan Gohman2010-08-042-4/+16
* Remove interprocedural-basic-aa and associated code. The AliasAnalysisDan Gohman2010-07-072-1747/+262
* Remove context sensitivity concerns from interprocedural-basic-aa, andDan Gohman2010-07-012-7/+1739
* Add a few more interesting testcases.Dan Gohman2010-06-291-0/+21
* Add an Intraprocedural form of BasicAliasAnalysis, which aims toDan Gohman2010-06-291-0/+42
* Fix Value::stripPointerCasts and BasicAA to avoid trouble onDan Gohman2010-06-281-0/+16
* Pointers to zero-sized objects don't point to overlapping objects.Dan Gohman2010-04-081-0/+10
* add newlines at the end of files.Chris Lattner2010-04-071-1/+1
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-041-2/+2
* Revert r100191 since it breaks objc in clang Mon P Wang2010-04-021-2/+2
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-021-2/+2
* Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots.Bob Wilson2010-03-301-2/+2
* Added support for address spaces and added a isVolatile field to memcpy, memm...Mon P Wang2010-03-301-2/+2
* Delete useless trailing semicolons.Dan Gohman2010-01-051-2/+2
* gvn is optimizing this better now.Chris Lattner2009-12-061-2/+2
* @test9 is a testcase for r89958. Before 89958, we misanalyzed theChris Lattner2009-11-261-1/+39
* Implement PR1143 (at -m64) by making basicaa look through extensions. WeChris Lattner2009-11-261-1/+16
* teach GetLinearExpression to be a bit more aggressive.Chris Lattner2009-11-261-0/+15
* Teach basicaa that x|c == x+c when the c bits of x are clear. ThisChris Lattner2009-11-261-0/+14
* teach basicaa that A[i] != A[i+1].Chris Lattner2009-11-261-0/+16
* rename testChris Lattner2009-11-261-0/+0
* Change the other half of aliasGEP (which handles GEP differencing) to use Dec...Chris Lattner2009-11-261-2/+59
* add a new random feature testChris Lattner2009-11-261-1/+17
* remove a silly condition that doesn't make a lot of sense anymore.Chris Lattner2009-11-221-0/+17
* Make opt default to not adding a target data string and update tests that dep...Kenneth Uildriks2009-11-036-1/+7
* Teach BasicAA how to analyze Select instructions, and make it moreDan Gohman2009-10-261-0/+73
* fix testChris Lattner2009-10-181-1/+1
* tighten up test3, add test3a for the converse Chris Lattner2009-10-181-3/+22
* tighten test2, add a test that it doesn't get transformed in the invalid edge...Chris Lattner2009-10-181-1/+12
* Merge tests into modref.ll. Also add a test for r84174 at Chris' behest!Nick Lewycky2009-10-183-31/+41
* Add a couple new testcases.Nick Lewycky2009-10-182-0/+30
* replace a useless test with a useful oneChris Lattner2009-10-171-13/+19
* Make use of the result of the loads even though that means adding -instcombine.Nick Lewycky2009-10-141-5/+5
* Another BasicAA fix. If a value does not alias a GEP's base pointer, then itEvan Cheng2009-10-141-0/+30
* Replace test with a simpler hand crafted one.Evan Cheng2009-10-141-76/+19
* Teach basic AA about PHI nodes. If all operands of a phi NoAlias another valu...Evan Cheng2009-10-131-0/+86
* don't use dead loads as tests.Chris Lattner2009-10-131-3/+4
* Teach BasicAA a little something about the atomic intrinsics: they can onlyNick Lewycky2009-10-131-0/+16
* Eliminate more redundant llvm-as calls.Dan Gohman2009-09-111-1/+1
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-1137-40/+40
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-092-4/+4
* Convert a few more opt | llvm-dis to opt -S.Dan Gohman2009-09-081-2/+2
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-0817-20/+20
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-0837-40/+40
* rename test so that name reflects what it is testing for.Chris Lattner2009-08-301-0/+0
OpenPOWER on IntegriCloud