This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 62927b4e5f7 [Bugpoint redesign] Reduced scope of variables in Delta imp [...] new dbc62cefba1 [Bugpoint redesign] Added Pass to Remove Global Variables
The 1 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: .../{remove-funcs.py => remove-global-vars.py} | 2 +- test/Reduce/remove-funcs.ll | 2 +- test/Reduce/remove-global-vars.ll | 30 +++++++++ tools/llvm-reduce/CMakeLists.txt | 1 + tools/llvm-reduce/DeltaManager.h | 5 ++ tools/llvm-reduce/deltas/ReduceGlobalVars.cpp | 72 ++++++++++++++++++++++ .../{ReduceFunctions.h => ReduceGlobalVars.h} | 8 +-- 7 files changed, 114 insertions(+), 6 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%)