This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 648d6ac [MIRParser] Delete dead code. NFCI. new b81a1e9 [ThinLTO] Emit files for distributed builds for all modules new 799bfde [LoopInterchange] Track all dependencies, not just anti depen [...]
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/LTO/LTO.h | 7 + lib/LTO/LTO.cpp | 40 ++--- lib/Transforms/Scalar/LoopInterchange.cpp | 97 +++++------ test/Transforms/LoopInterchange/interchange.ll | 192 +++++++++++++++++++++ .../gold/X86/v1.12/thinlto_emit_linked_objects.ll | 12 ++ tools/gold/gold-plugin.cpp | 39 ++++- 6 files changed, 316 insertions(+), 71 deletions(-)