This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cd0223f [SimplifyCFG] Prefer a simplification based on a dominating c [...] new 98bdc0b [mips] Fix inconsistent .cprestore behaviour between direct o [...] new 179257b [CostModel][X86] Added costmodel tests for vector ctpop/ctlz/ [...]
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: .../Mips/MCTargetDesc/MipsTargetStreamer.cpp | 8 + lib/Target/Mips/MipsAsmPrinter.cpp | 20 +- lib/Target/Mips/MipsTargetStreamer.h | 5 + test/Analysis/CostModel/X86/ctbits-cost.ll | 481 +++++++++++++++++++++ test/MC/Mips/init-order-bug.ll | 12 + 5 files changed, 519 insertions(+), 7 deletions(-) create mode 100644 test/Analysis/CostModel/X86/ctbits-cost.ll create mode 100644 test/MC/Mips/init-order-bug.ll