This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c81ec9b Fix build broken due to order of initialization problem. new 6f5aa79 [CodeGenPrepare] use branch weight metadata to decide if a se [...]
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/IR/Instruction.h | 5 +++++ include/llvm/IR/Instructions.h | 5 ----- include/llvm/Target/TargetLowering.h | 5 +++++ lib/CodeGen/CodeGenPrepare.cpp | 32 +++++++++++++++++++++----------- lib/CodeGen/TargetLoweringBase.cpp | 15 +++++++++++++++ lib/IR/Instructions.cpp | 22 ---------------------- lib/IR/Metadata.cpp | 24 ++++++++++++++++++++++++ test/CodeGen/X86/cmov-into-branch.ll | 29 ++++++++++++++++++++++++++--- 8 files changed, 96 insertions(+), 41 deletions(-)