This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d9b4aa7 [PDB] Make streams carry their own endianness. new 1872f69 [CGP] Split some critical edges coming out of indirect branches new 294da8f Add test case for computing known bits of substraction operat [...]
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: lib/CodeGen/CodeGenPrepare.cpp | 157 +++++++++++ test/CodeGen/ARM/indirectbr.ll | 1 + test/CodeGen/MSP430/indirectbr2.ll | 2 +- test/CodeGen/PowerPC/indirectbr.ll | 36 ++- test/CodeGen/X86/known-bits.ll | 53 ++++ test/Transforms/CodeGenPrepare/X86/computedgoto.ll | 294 +++++++++++++++++++++ 6 files changed, 530 insertions(+), 13 deletions(-) create mode 100644 test/Transforms/CodeGenPrepare/X86/computedgoto.ll