summaryrefslogtreecommitdiff
path: root/test/Analysis/CFLAliasAnalysis
AgeCommit message (Expand)Author
2017-05-31[CFLAA] Add missing break; note things are broken.George Burgess IV
2016-12-11[Verifier] Add verification for TBAA metadataSanjoy Das
2016-08-01[CFLAA] Remove modref queries from CFLAA.George Burgess IV
2016-07-27[CFLAA] Add getModRefBehavior to CFLAnders.George Burgess IV
2016-07-19[CFLAA] Make a test tell the truth. NFC.George Burgess IV
2016-07-19[CFLAA] Add some interproc. analysis to CFLAnders.George Burgess IV
2016-07-15[CFLAA] Add attributes handling for CFLAnders.George Burgess IV
2016-07-15[CFLAA] Add an initial CFLAnders implementation.George Burgess IV
2016-07-06[CFLAA] Split into Anders+Steens analysis.George Burgess IV
2016-06-30[CFLAA] Add support for ModRef queries.George Burgess IV
2016-06-24[CFLAA] Propagate StratifiedAttrs in interproc. analysis.George Burgess IV
2016-06-23[CFLAA] Use better interprocedural function summaries.George Burgess IV
2016-06-21[CFLAA] Be more aggressive with interprocedural analysis.George Burgess IV
2016-06-20[CFLAA] Add interprocedural function summaries.George Burgess IV
2016-06-14[CFLAA] Tag arguments as escaped instead of unknown.George Burgess IV
2016-06-09[CFLAA] Handle global/arg attrs more sanely.George Burgess IV
2016-06-07[CFLAA] Add AttrEscaped, remove bit twiddling functions.George Burgess IV
2016-06-01[CFLAA] Recognize builtin allocation functions.George Burgess IV
2016-05-31[CFLAA] Don't link GEP pointers to GEP indices.George Burgess IV
2016-04-05[CFLAA] Fix PR27213; incorrect tagging of args/globalsGeorge Burgess IV
2016-02-20[PM/AA] Wire up CFLAA to the new pass manager fully, and port one of itsChandler Carruth
2015-09-09[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatibleChandler Carruth
2015-08-28Fix: CFLAA -- Mark no-args returns as unknownGeorge Burgess IV
2015-03-13[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2015-03-10Added ConstantExpr support to CFLAA.George Burgess IV
2015-03-10Added special handling for inttoptr in CFLAA.George Burgess IV
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2015-02-12Fixed a bug where CFLAA would crash the compiler.George Burgess IV
2015-01-26Fix incorrect partial aliasingDaniel Berlin
2015-01-21Added test to cover the CFLAA bitset indexing bug.George Burgess IV
2014-12-15IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith
2014-10-14[CFL-AA] CFL-AA should not assert on an va_arg instructionHal Finkel
2014-10-06[CFL-AA] Update for handling of globals and more testsHal Finkel
2014-09-02Add a CFL Alias Analysis implementationHal Finkel