Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Verifier] Add verification for TBAA metadata | Sanjoy Das | 2016-12-11 | 1 | -1/+2 |
* | [opaque pointer type] Add textual IR support for explicit type parameter to l... | David Blaikie | 2015-02-27 | 1 | -8/+8 |
* | IR: Make metadata typeless in assembly | Duncan P. N. Exon Smith | 2014-12-15 | 1 | -12/+12 |
* | TBAA: handle scalar TBAA format and struct-path aware TBAA format. | Manman Ren | 2013-09-27 | 1 | -6/+11 |
* | -enable-tbaa is on by default now. | Dan Gohman | 2010-12-16 | 1 | -1/+1 |
* | Add some comments. | Dan Gohman | 2010-10-20 | 1 | -0/+4 |
* | 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 | 1 | -0/+58 |