This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7cae0753be3 Reland "Refactor GetRegistersForValue. NFCI." new 4f613a607d8 Remove NameLen argument from newly-introduced IR C APIs. new 4b3832cfb3c Reapply r345008 "Split MachinePipeliner code into header an [...]
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-c/Core.h | 5 +- include/llvm/CodeGen/MachinePipeliner.h | 608 +++++++++++++++++++++++++++++++ lib/CodeGen/MachinePipeliner.cpp | 613 +------------------------------- lib/IR/Core.cpp | 11 +- 4 files changed, 633 insertions(+), 604 deletions(-) create mode 100644 include/llvm/CodeGen/MachinePipeliner.h