This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f798bee7712 [MIPS GlobalISel] Legalize i8 and i16 add new 5eb83c58cd5 [IR] Begin removal of TerminatorInst by removing successor [...]
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/CFG.h | 158 +++++++++++++++-- include/llvm/IR/InstrTypes.h | 186 --------------------- include/llvm/IR/Instruction.h | 10 ++ include/llvm/IR/Instructions.h | 76 +++++++++ lib/Analysis/LoopInfo.cpp | 4 +- lib/Analysis/MemorySSAUpdater.cpp | 2 +- lib/CodeGen/GlobalISel/IRTranslator.cpp | 4 +- lib/IR/BasicBlock.cpp | 2 +- lib/IR/Instruction.cpp | 36 ++++ lib/IR/Instructions.cpp | 40 ----- .../InstCombine/InstructionCombining.cpp | 2 +- lib/Transforms/Scalar/GVNHoist.cpp | 6 +- lib/Transforms/Scalar/LoopInterchange.cpp | 4 +- lib/Transforms/Utils/BasicBlockUtils.cpp | 2 +- lib/Transforms/Utils/CloneFunction.cpp | 2 +- lib/Transforms/Utils/Local.cpp | 2 +- lib/Transforms/Utils/LoopRotationUtils.cpp | 3 +- lib/Transforms/Utils/SimplifyCFG.cpp | 2 +- 18 files changed, 282 insertions(+), 259 deletions(-)