This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from acdc608bee5 [llvm-ifs][IFS] llvm Interface Stubs merging + object file [...] new 9609ba9d384 [MachinePipeliner] Separate schedule emission, NFC
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: include/llvm/CodeGen/MachinePipeliner.h | 76 +- include/llvm/CodeGen/ModuloSchedule.h | 259 +++++++ lib/CodeGen/CMakeLists.txt | 1 + lib/CodeGen/MachinePipeliner.cpp | 1170 ++---------------------------- lib/CodeGen/ModuloSchedule.cpp | 1190 +++++++++++++++++++++++++++++++ 5 files changed, 1496 insertions(+), 1200 deletions(-) create mode 100644 include/llvm/CodeGen/ModuloSchedule.h create mode 100644 lib/CodeGen/ModuloSchedule.cpp