This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 13a2d87d4df [llvm-exegesis] Analysis: Display sched class for instructions. new 19d438a7013 Emit a left-shift instead of a power-of-two multiply for ju [...] new 9e38e3e26f4 Escape ]]> in xunit xml output
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/SelectionDAG/LegalizeDAG.cpp | 13 ++++- test/CodeGen/MSP430/jumptable.ll | 9 ++- test/CodeGen/Mips/2010-07-20-Switch.ll | 3 +- .../Mips/indirect-jump-hazard/jumptables.ll | 8 +-- test/CodeGen/Mips/jump-table-mul.ll | 66 ++++++++++++++++++++++ utils/lit/lit/Test.py | 4 +- utils/lit/tests/Inputs/xunit-output/bad&name.ini | 4 +- utils/lit/tests/xunit-output.py | 4 +- 8 files changed, 95 insertions(+), 16 deletions(-) create mode 100644 test/CodeGen/Mips/jump-table-mul.ll