[all-commits] [llvm/llvm-project] 062714: [clang][driver] Fix definition/declaration argumen...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Tue Nov 17 04:43:03 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0627140cd593e20b89b55e309c35c82ef618190e
      https://github.com/llvm/llvm-project/commit/0627140cd593e20b89b55e309c35c82ef618190e
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-11-17 (Tue, 17 Nov 2020)

  Changed paths:
    M clang/lib/Driver/ToolChains/AIX.cpp
    M clang/lib/Driver/ToolChains/CrossWindows.cpp

  Log Message:
  -----------
  [clang][driver] Fix definition/declaration argument name mismatches. NFCI.

AddCXXStdlibLibArgs args were using the names for the clang equivalent methods.

Silences cppcheck warnings.


  Commit: 7b099b1e1f66405bcc176e77a5b812f527b67be6
      https://github.com/llvm/llvm-project/commit/7b099b1e1f66405bcc176e77a5b812f527b67be6
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-11-17 (Tue, 17 Nov 2020)

  Changed paths:
    M llvm/test/CodeGen/X86/2011-10-19-widen_vselect.ll

  Log Message:
  -----------
  [X86] 2011-10-19-widen_vselect.ll - replace X32 check prefix with X86. NFC.

We typically use X32 for gnux32 triples


  Commit: 3c933043e8b9fc99612b117d396d900e1c26c953
      https://github.com/llvm/llvm-project/commit/3c933043e8b9fc99612b117d396d900e1c26c953
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-11-17 (Tue, 17 Nov 2020)

  Changed paths:
    M llvm/test/CodeGen/X86/avx-intel-ocl.ll

  Log Message:
  -----------
  [X86] avx-intel-ocl.ll - replace X32 check prefix with X86. NFC.

We typically use X32 for gnux32 triples


  Commit: 74f6493587bdd5ccabf2aa757a770396c6975753
      https://github.com/llvm/llvm-project/commit/74f6493587bdd5ccabf2aa757a770396c6975753
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-11-17 (Tue, 17 Nov 2020)

  Changed paths:
    M llvm/test/CodeGen/X86/insert-into-constant-vector.ll

  Log Message:
  -----------
  [X86] insert-into-constant-vector.ll - replace X32 check prefix with X86. NFC.

We typically use X32 for gnux32 triples


  Commit: 0765d78a41320c9924164e71befdbb9e974efd35
      https://github.com/llvm/llvm-project/commit/0765d78a41320c9924164e71befdbb9e974efd35
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-11-17 (Tue, 17 Nov 2020)

  Changed paths:
    M llvm/test/CodeGen/X86/vector-sext.ll

  Log Message:
  -----------
  [X86] vector-sext.ll - replace X32 check prefix with X86. NFC.

We typically use X32 for gnux32 triples


Compare: https://github.com/llvm/llvm-project/compare/661e4040ac60...0765d78a4132


More information about the All-commits mailing list