This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dab756ad3ec [Hexagon] Place globals with explicit .sdata section in small data new 8153acf695e [AMDGPU] Always pass TRI into findRegister[Use/Def]OperandIdx new 10702260719 [llvm-strings] Fix whitespaces to match strings output. new 6b4d662418d [DAGCombiner][X86][Mips] Enable combineShuffleOfScalars to [...]
The 3 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/DAGCombiner.cpp | 7 +- lib/Target/AMDGPU/AMDGPUMacroFusion.cpp | 5 +- lib/Target/AMDGPU/R600EmitClauseMarkers.cpp | 4 +- lib/Target/AMDGPU/R600InstrInfo.cpp | 4 +- lib/Target/AMDGPU/SIInstrInfo.cpp | 4 +- test/CodeGen/Mips/cconv/vector.ll | 121 +++++++++++----------------- test/CodeGen/X86/known-signbits-vector.ll | 7 +- test/CodeGen/X86/vec_cast.ll | 34 ++++---- test/CodeGen/X86/vec_int_to_fp.ll | 38 ++++----- test/CodeGen/X86/widen_conv-3.ll | 28 ++++--- test/CodeGen/X86/widen_conv-4.ll | 32 +++----- test/tools/llvm-strings/file-filename.test | 2 +- test/tools/llvm-strings/negative-char.test | 2 +- test/tools/llvm-strings/radix-filename.test | 36 +++++++++ test/tools/llvm-strings/radix.test | 55 +++++++------ test/tools/llvm-strings/whitespace.test | 2 + tools/llvm-strings/llvm-strings.cpp | 10 +-- 17 files changed, 198 insertions(+), 193 deletions(-) create mode 100644 test/tools/llvm-strings/radix-filename.test create mode 100644 test/tools/llvm-strings/whitespace.test