This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 17ea6c1 Fix calls to SelectionDAG::getStore new 723a3ff [CFLAA] Add an initial CFLAnders implementation. new c700450 [PowerPC] Set kill flag for scratch register when spilling th [...] new 2347de1 [CFLAA] Add attributes handling for CFLAnders.
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Analysis/CFLAndersAliasAnalysis.h | 73 ++- lib/Analysis/AliasAnalysisSummary.h | 28 +- lib/Analysis/CFLAndersAliasAnalysis.cpp | 530 ++++++++++++++++++++- lib/Analysis/CFLGraph.h | 51 +- lib/Target/PowerPC/PPCFrameLowering.cpp | 2 +- test/Analysis/CFLAliasAnalysis/Andersen/assign.ll | 24 + test/Analysis/CFLAliasAnalysis/Andersen/assign2.ll | 23 + .../CFLAliasAnalysis/Andersen/attrs-below.ll | 61 +++ .../attr-escape.ll => Andersen/attrs.ll} | 4 +- test/Analysis/CFLAliasAnalysis/Andersen/cycle.ll | 34 ++ .../Analysis/CFLAliasAnalysis/Andersen/memalias.ll | 21 + 11 files changed, 811 insertions(+), 40 deletions(-) create mode 100644 test/Analysis/CFLAliasAnalysis/Andersen/assign.ll create mode 100644 test/Analysis/CFLAliasAnalysis/Andersen/assign2.ll create mode 100644 test/Analysis/CFLAliasAnalysis/Andersen/attrs-below.ll copy test/Analysis/CFLAliasAnalysis/{Steensgaard/attr-escape.ll => Andersen/attrs. [...] create mode 100644 test/Analysis/CFLAliasAnalysis/Andersen/cycle.ll create mode 100644 test/Analysis/CFLAliasAnalysis/Andersen/memalias.ll