summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/CFLAliasAnalysis
Commit message (Expand)AuthorAgeFilesLines
* [CFLAA] Add missing break; note things are broken.George Burgess IV2017-05-311-0/+18
* [Verifier] Add verification for TBAA metadataSanjoy Das2016-12-111-1/+1
* [CFLAA] Remove modref queries from CFLAA.George Burgess IV2016-08-017-19/+26
* [CFLAA] Add getModRefBehavior to CFLAnders.George Burgess IV2016-07-276-0/+25
* [CFLAA] Make a test tell the truth. NFC.George Burgess IV2016-07-191-2/+2
* [CFLAA] Add some interproc. analysis to CFLAnders.George Burgess IV2016-07-1913-0/+448
* [CFLAA] Add attributes handling for CFLAnders.George Burgess IV2016-07-152-0/+155
* [CFLAA] Add an initial CFLAnders implementation.George Burgess IV2016-07-154-0/+102
* [CFLAA] Split into Anders+Steens analysis.George Burgess IV2016-07-0634-62/+62
* [CFLAA] Add support for ModRef queries.George Burgess IV2016-06-301-0/+2
* [CFLAA] Propagate StratifiedAttrs in interproc. analysis.George Burgess IV2016-06-245-8/+113
* [CFLAA] Use better interprocedural function summaries.George Burgess IV2016-06-237-28/+17
* [CFLAA] Be more aggressive with interprocedural analysis.George Burgess IV2016-06-212-31/+1
* [CFLAA] Add interprocedural function summaries.George Burgess IV2016-06-2010-10/+355
* [CFLAA] Tag arguments as escaped instead of unknown.George Burgess IV2016-06-143-8/+73
* [CFLAA] Handle global/arg attrs more sanely.George Burgess IV2016-06-091-4/+18
* [CFLAA] Add AttrEscaped, remove bit twiddling functions.George Burgess IV2016-06-071-0/+18
* [CFLAA] Recognize builtin allocation functions.George Burgess IV2016-06-011-0/+30
* [CFLAA] Don't link GEP pointers to GEP indices.George Burgess IV2016-05-311-0/+14
* [CFLAA] Fix PR27213; incorrect tagging of args/globalsGeorge Burgess IV2016-04-052-5/+41
* [PM/AA] Wire up CFLAA to the new pass manager fully, and port one of itsChandler Carruth2016-02-201-0/+1
* [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatibleChandler Carruth2015-09-0910-11/+11
* Fix: CFLAA -- Mark no-args returns as unknownGeorge Burgess IV2015-08-281-0/+20
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-03-132-5/+5
* Added ConstantExpr support to CFLAA.George Burgess IV2015-03-103-5/+41
* Added special handling for inttoptr in CFLAA.George Burgess IV2015-03-101-0/+73
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-275-11/+11
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-276-18/+18
* Fixed a bug where CFLAA would crash the compiler.George Burgess IV2015-02-121-0/+16
* Fix incorrect partial aliasingDaniel Berlin2015-01-263-10/+29
* Added test to cover the CFLAA bitset indexing bug.George Burgess IV2015-01-211-0/+33
* IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith2014-12-151-6/+6
* [CFL-AA] CFL-AA should not assert on an va_arg instructionHal Finkel2014-10-141-0/+29
* [CFL-AA] Update for handling of globals and more testsHal Finkel2014-10-066-0/+146
* Add a CFL Alias Analysis implementationHal Finkel2014-09-028-0/+210
OpenPOWER on IntegriCloud