This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a227166d0e1 [NFC] small addendum to r334242, FMF propagation new 68d8e287995 [MS Demangler] Don't crash as often when demangling. new 5999ebb85cc [MS Demangler] Properly demangle templated operators. new 39fff696974 [llvm-undname Add an option to dump back references. new bf6429d608c AMDGPU/R600: Convert kernel param loads to use PARAM_I_ADDRESS new 6bc30a81e71 [X86] Add test cases for the patterns used by __builtin_ffs. new 89d0eefc17e [X86] Canonicalize the pattern for __builtin_ffs in a simil [...]
The 6 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/Demangle/Demangle.h | 4 +- lib/Demangle/MicrosoftDemangle.cpp | 147 ++++++++++++++++------- lib/Target/AMDGPU/R600ISelLowering.cpp | 88 ++++++++++---- lib/Target/AMDGPU/R600ISelLowering.h | 8 +- lib/Target/X86/X86ISelLowering.cpp | 12 +- test/CodeGen/AMDGPU/kernel-args.ll | 19 +-- test/CodeGen/AMDGPU/r600.work-item-intrinsics.ll | 9 +- test/CodeGen/X86/dagcombine-select.ll | 49 ++++++++ test/Demangle/ms-back-references.test | 4 + test/Demangle/ms-mangle.test | 3 + tools/llvm-undname/llvm-undname.cpp | 10 +- 11 files changed, 260 insertions(+), 93 deletions(-)