This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 218112228c4 [Bugpoint redesign] Output option can now print to STDOUT new d2ce08c7fe2 [Bugpoint redesign] Added Pass to Remove Global Variables new 37d05935eda Move isPointerOffset function to ValueTracking (NFC).
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: include/llvm/Analysis/ValueTracking.h | 6 ++ lib/Analysis/ValueTracking.cpp | 83 ++++++++++++++++++++ lib/Transforms/Scalar/MemCpyOptimizer.cpp | 88 +--------------------- .../{remove-funcs.py => remove-global-vars.py} | 2 +- test/Reduce/remove-global-vars.ll | 29 +++++++ tools/llvm-reduce/CMakeLists.txt | 1 + tools/llvm-reduce/DeltaManager.h | 5 ++ tools/llvm-reduce/deltas/ReduceGlobalVars.cpp | 72 ++++++++++++++++++ .../{ReduceFunctions.h => ReduceGlobalVars.h} | 8 +- 9 files changed, 203 insertions(+), 91 deletions(-) copy test/Reduce/Inputs/{remove-funcs.py => remove-global-vars.py} (78%) create mode 100644 test/Reduce/remove-global-vars.ll create mode 100644 tools/llvm-reduce/deltas/ReduceGlobalVars.cpp copy tools/llvm-reduce/deltas/{ReduceFunctions.h => ReduceGlobalVars.h} (73%)