summaryrefslogtreecommitdiff
path: root/test/Analysis/BasicAA
Commit message (Expand)AuthorAge
...
* PR9634: Don't unconditionally tell the AliasSetTracker that the PreheaderLoadEli Friedman2011-04-07
* Revert r128140 for now.Anders Carlsson2011-03-23
* A global variable with internal linkage where all uses are in one function an...Anders Carlsson2011-03-23
* Add another rdar number.Dan Gohman2011-01-24
* Teach BasicAA to return PartialAlias in cases where both pointersDan Gohman2011-01-18
* fix rdar://8813415 - a miscompilation of 164.gzip that loop-idiomChris Lattner2011-01-03
* filecheckizeChris Lattner2011-01-03
* Move Sub simplifications and additional Add simplifications out ofDuncan Sands2010-12-15
* remove fixme comment too.Chris Lattner2010-11-30
* check in *all* files. This is now handled by my previous DSE commit.Chris Lattner2010-11-30
* Delete unneeded ssp attributes.Dan Gohman2010-11-11
* Make BasicAliasAnalysis a normal AliasAnalysis implementation whichDan Gohman2010-10-18
* PR7959: Handle negative scales in GEPs correctly in BasicAA for non-64-bitEli Friedman2010-09-15
* remove some noise from tests.Chris Lattner2010-09-02
* Fix constant-over-index.ll test on windows.Michael J. Spencer2010-08-30
* refix PR1143 by making basicaa analyze zexts of indices aggresively,Chris Lattner2010-08-18
* fix a buggy testChris Lattner2010-08-18
* fix PR7589: In brief:Chris Lattner2010-08-18
* filecheckize and detrivialize.Chris Lattner2010-08-18
* Implement a proper getModRefInfo for va_arg.Dan Gohman2010-08-06
* Implement AccessesArguments checking in the two-callsite formDan Gohman2010-08-05
* Fix memdep's code for reasoning about dependences between two calls. A RefDan Gohman2010-08-05
* Revert r110270 for now. It appears to uncover a memdep bug.Dan Gohman2010-08-05
* The trouble with testing for "ModRef" and "NoModRef" is thatDan Gohman2010-08-04
* The two-callsite form of AliasAnalysis::getModRefInfo is documentedDan Gohman2010-08-04
* Remove interprocedural-basic-aa and associated code. The AliasAnalysisDan Gohman2010-07-07
* Remove context sensitivity concerns from interprocedural-basic-aa, andDan Gohman2010-07-01
* Add a few more interesting testcases.Dan Gohman2010-06-29
* Add an Intraprocedural form of BasicAliasAnalysis, which aims toDan Gohman2010-06-29
* Fix Value::stripPointerCasts and BasicAA to avoid trouble onDan Gohman2010-06-28
* Pointers to zero-sized objects don't point to overlapping objects.Dan Gohman2010-04-08
* add newlines at the end of files.Chris Lattner2010-04-07
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-04
* Revert r100191 since it breaks objc in clang Mon P Wang2010-04-02
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-02
* Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots.Bob Wilson2010-03-30
* Added support for address spaces and added a isVolatile field to memcpy, memm...Mon P Wang2010-03-30
* Delete useless trailing semicolons.Dan Gohman2010-01-05
* gvn is optimizing this better now.Chris Lattner2009-12-06
* @test9 is a testcase for r89958. Before 89958, we misanalyzed theChris Lattner2009-11-26
* Implement PR1143 (at -m64) by making basicaa look through extensions. WeChris Lattner2009-11-26
* teach GetLinearExpression to be a bit more aggressive.Chris Lattner2009-11-26
* Teach basicaa that x|c == x+c when the c bits of x are clear. ThisChris Lattner2009-11-26
* teach basicaa that A[i] != A[i+1].Chris Lattner2009-11-26
* rename testChris Lattner2009-11-26
* Change the other half of aliasGEP (which handles GEP differencing) to use Dec...Chris Lattner2009-11-26
* add a new random feature testChris Lattner2009-11-26
* remove a silly condition that doesn't make a lot of sense anymore.Chris Lattner2009-11-22
* Make opt default to not adding a target data string and update tests that dep...Kenneth Uildriks2009-11-03
* Teach BasicAA how to analyze Select instructions, and make it moreDan Gohman2009-10-26