summaryrefslogtreecommitdiff
path: root/test/Analysis/BasicAA
Commit message (Expand)AuthorAge
* Merging r199351:Tom Stellard2014-04-11
* Merging r198400:Tom Stellard2014-04-11
* Merging r198290:Tom Stellard2014-04-11
* Use correct size for address space in BasicAA.Matt Arsenault2013-11-16
* Revert r193251 : Use address-taken to disambiguate global variable and indire...Shuxin Yang2013-10-27
* Use address-taken to disambiguate global variable and indirect memops.Shuxin Yang2013-10-23
* Use CHECK-LABELMatt Arsenault2013-09-30
* TBAA: handle scalar TBAA format and struct-path aware TBAA format.Manman Ren2013-09-27
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* Make BasicAliasAnalysis recognize the fact a noalias argument cannot alias an...Michael Kuperstein2013-05-28
* TBAA: remove !tbaa from testing cases if not used.Manman Ren2013-04-29
* Memory Dependence Analysis (not mem-dep test) take advantage of "invariant.lo...Shuxin Yang2013-03-06
* Use references to attribute groups on the call/invoke instructions.Bill Wendling2013-02-22
* Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling2013-02-20
* Optimistically analyse Phi cyclesArnold Schwaighofer2012-12-10
* Phi speculation improvement for BasicAAHal Finkel2012-11-17
* Don't infer whether a value is captured in the current function from theRichard Osborne2012-11-05
* BasicAA: Recognize cyclic NoAlias phisArnold Schwaighofer2012-09-06
* BasicAA: GEPs of NoAlias'ing base ptr with equivalent indices are NoAliasArnold Schwaighofer2012-09-06
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-02
* FileCheck-ize these tests. Harden some of them.Bill Wendling2012-04-24
* Duncan pointed out that if the alignment isn't explicitly specified, it defau...Eli Friedman2012-02-27
* Teach BasicAA about the LLVM IR rules that allow reading past the end of an o...Eli Friedman2012-02-27
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16
* Manually upgrade the test suite to specify the flag to cttz and ctlz.Chandler Carruth2011-12-12
* Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner2011-11-27
* PR10628: Fix getModRefInfo so it queries the underlying alias() implementatio...Eli Friedman2011-09-28
* Enhance alias analysis for atomic instructions a bit. Upgrade a couple alias...Eli Friedman2011-09-26
* Fix the logic in BasicAliasAnalysis::aliasGEP for comparing GEP's with variab...Eli Friedman2011-09-08
* Teach BasicAA about the aliasing properties of memset_pattern16.Owen Anderson2011-09-06
* Move the loads after the calls so that the fix forRafael Espindola2011-07-09
* Use CHECK-NEXT.Rafael Espindola2011-07-09
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-06-18
* make the asmparser reject function and type redefinitions. 'Merging' hasn't ...Chris Lattner2011-06-17
* Remove support for using "foo" as symbols instead of %"foo". This is ancientChris Lattner2011-06-17
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-17
* Reapply r131781, now that the GVN bug with partially-aliasing loadsDan Gohman2011-06-04
* Revert r131781 again. Apparently there is more going on here.Dan Gohman2011-06-04
* Reapply r131781 (revert r131809), now that some BasicAA shortcomingsDan Gohman2011-06-04
* Fix BasicAA's recursion detection so that it doesn't pessimizeDan Gohman2011-06-04
* When merging MustAlias and PartialAlias, chose PartialAlias insteadDan Gohman2011-06-03
* Make DecomposeGEPExpression check SimplifyInstruction onlyDan Gohman2011-05-24
* I missed a checking with my GVN change. Chris Lattner2011-05-22
* Revert commit 131781, to see if it fixes the x86-64 dragonegg buildbot.Duncan Sands2011-05-21
* When BasicAA can determine that two pointers have the same base butDan Gohman2011-05-21
* Teach BasicAA about arm.neon.vld1 and vst1.Dan Gohman2011-04-27
* When analyzing functions known to only access argument pointees,Dan Gohman2011-04-27
* 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