This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d8c0071 Refactor duplicated code. NFC. new 39639d9 [CFLAA] Use better interprocedural function summaries. new 22a6a11 Default to using the Unicode version of Win32 APIs instead of [...]
The 2 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: cmake/modules/HandleLLVMOptions.cmake | 6 + lib/Analysis/CFLAliasAnalysis.cpp | 202 +++++++++++---------- lib/Analysis/StratifiedSets.h | 20 ++ .../Analysis/CFLAliasAnalysis/interproc-ret-arg.ll | 2 +- .../interproc-ret-deref-arg-multilevel.ll | 4 - .../CFLAliasAnalysis/interproc-ret-deref-arg.ll | 3 - .../interproc-ret-ref-arg-multilevel.ll | 9 +- .../CFLAliasAnalysis/interproc-ret-ref-arg.ll | 7 +- .../interproc-store-arg-multilevel.ll | 9 +- .../CFLAliasAnalysis/interproc-store-arg.ll | 11 +- 10 files changed, 153 insertions(+), 120 deletions(-)