| Commit message (Expand) | Author | Age | Files | Lines |
* | Update aosp/master llvm for rebase to r233350 | Pirama Arumuga Nainar | 2015-04-09 | 12 | -180/+206 |
* | Update aosp/master LLVM for rebase to r230699. | Stephen Hines | 2015-03-23 | 14 | -148/+148 |
* | Update aosp/master LLVM for rebase to r222494. | Stephen Hines | 2014-12-02 | 3 | -2/+3 |
* | Update to LLVM 3.5a. | Stephen Hines | 2014-04-24 | 2 | -11/+11 |
* | Simplify testing case (Thanks Rafael for the testing case). | Manman Ren | 2013-10-22 | 1 | -28/+22 |
* | TBAA: fix PR17620. | Manman Ren | 2013-10-22 | 1 | -0/+51 |
* | TBAA: handle scalar TBAA format and struct-path aware TBAA format. | Manman Ren | 2013-09-27 | 13 | -63/+110 |
* | [tests] Cleanup initialization of test suffixes. | Daniel Dunbar | 2013-08-16 | 1 | -1/+0 |
* | FileCheckize some of the testcases. | Bill Wendling | 2013-08-05 | 1 | -1/+7 |
* | Extend 'readonly' and 'readnone' to work on function arguments as well as | Nick Lewycky | 2013-07-06 | 1 | -1/+1 |
* | Struct-path aware TBAA: change the format of TBAAStructType node. | Manman Ren | 2013-04-27 | 1 | -11/+11 |
* | Aliasing rules for struct-path aware TBAA. | Manman Ren | 2013-04-11 | 1 | -0/+392 |
* | Support in AAEvaluator to print alias queries of loads/stores with TBAA tags. | Manman Ren | 2013-03-22 | 1 | -0/+104 |
* | Use references to attribute groups on the call/invoke instructions. | Bill Wendling | 2013-02-22 | 1 | -2/+2 |
* | Modify the LLVM assembly output so that it uses references to represent funct... | Bill Wendling | 2013-02-20 | 2 | -8/+15 |
* | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ... | Eli Bendersky | 2012-02-16 | 2 | -3/+1 |
* | Change CaptureTracking to pass a Use* instead of a Value* when a value is | Nick Lewycky | 2011-12-28 | 1 | -1/+1 |
* | Reapply r131781, now that the GVN bug with partially-aliasing loads | Dan Gohman | 2011-06-04 | 1 | -0/+131 |
* | Remove this test, which should have been reverted along with r131781. | Dan Gohman | 2011-06-04 | 1 | -131/+0 |
* | Reapply r131781 (revert r131809), now that some BasicAA shortcomings | Dan Gohman | 2011-06-04 | 1 | -0/+131 |
* | Revert commit 131781, to see if it fixes the x86-64 dragonegg buildbot. | Duncan Sands | 2011-05-21 | 1 | -131/+0 |
* | When BasicAA can determine that two pointers have the same base but | Dan Gohman | 2011-05-21 | 1 | -0/+131 |
* | When analyzing functions known to only access argument pointees, | Dan Gohman | 2011-04-27 | 1 | -0/+27 |
* | -enable-tbaa is on by default now. | Dan Gohman | 2010-12-16 | 8 | -9/+9 |
* | Make memcpyopt TBAA-aware. | Dan Gohman | 2010-12-16 | 1 | -0/+23 |
* | Reapply r121520, PartialAlias implementation for BasicAA, now that | Dan Gohman | 2010-12-13 | 1 | -2/+27 |
* | Revert r121520, which may have introduced miscompilations. | Dan Gohman | 2010-12-10 | 1 | -27/+2 |
* | Implement PartialAlias checking in BasicAA. | Dan Gohman | 2010-12-10 | 1 | -2/+27 |
* | Delete unneeded ssp attributes. | Dan Gohman | 2010-11-11 | 1 | -1/+1 |
* | TBAA-enable ArgumentPromotion. | Dan Gohman | 2010-11-11 | 1 | -0/+31 |
* | Make Sink tbaa-aware. | Dan Gohman | 2010-11-11 | 1 | -0/+20 |
* | Add a testcase which demonstrates alias analysis pass precedence. | Dan Gohman | 2010-11-11 | 1 | -0/+21 |
* | Fully invalidate cached results when a prior query's size or | Dan Gohman | 2010-11-10 | 1 | -0/+91 |
* | Teach FunctionAttrs about the VAArg instruction. | Dan Gohman | 2010-11-09 | 1 | -0/+14 |
* | Add a testcase for a call which BasicAA says only accesses memory through | Dan Gohman | 2010-11-08 | 1 | -0/+30 |
* | Make FunctionAttrs TBAA-aware. | Dan Gohman | 2010-11-08 | 1 | -0/+37 |
* | Teach memdep to use pointsToConstantMemory to determine that loads | Dan Gohman | 2010-10-29 | 1 | -0/+23 |
* | Add a basic testcase for TBAA-aware DSE. | Dan Gohman | 2010-10-29 | 1 | -0/+43 |
* | Add some comments. | Dan Gohman | 2010-10-20 | 1 | -0/+4 |
* | Don't pass the raw invalid pointer used to represent conflicting | Dan Gohman | 2010-10-18 | 1 | -0/+28 |
* | Add a basic testcase for TBAA-aware LICM. | Dan Gohman | 2010-10-18 | 1 | -0/+33 |
* | Run tbaa before basicaa, since that's how it's expected to be used. | Dan Gohman | 2010-10-18 | 1 | -1/+1 |
* | Make TypeBasedAliasAnalysis default to doing nothing, with a command-line | Dan Gohman | 2010-10-18 | 1 | -1/+1 |
* | Make BasicAliasAnalysis a normal AliasAnalysis implementation which | Dan Gohman | 2010-10-18 | 1 | -1/+1 |
* | Add a simple testcase for tbaa. | Dan Gohman | 2010-10-11 | 2 | -0/+61 |