[all-commits] [llvm/llvm-project] 2f1fe9: [clang][CodeGen] Move riscv specific tests to RISC...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Fri Nov 20 04:08:00 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2f1fe9a3a60d6f18998c5f3b7e643d4cbaa4e65d
https://github.com/llvm/llvm-project/commit/2f1fe9a3a60d6f18998c5f3b7e643d4cbaa4e65d
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-11-20 (Fri, 20 Nov 2020)
Changed paths:
A clang/test/CodeGen/RISCV/riscv-atomics.c
A clang/test/CodeGen/RISCV/riscv-inline-asm.c
A clang/test/CodeGen/RISCV/riscv-metadata.c
A clang/test/CodeGen/RISCV/riscv-sdata-module-flag.c
A clang/test/CodeGen/RISCV/riscv32-ilp32-abi.c
A clang/test/CodeGen/RISCV/riscv32-ilp32-ilp32f-abi.c
A clang/test/CodeGen/RISCV/riscv32-ilp32-ilp32f-ilp32d-abi.c
A clang/test/CodeGen/RISCV/riscv32-ilp32d-abi.c
A clang/test/CodeGen/RISCV/riscv32-ilp32f-abi.c
A clang/test/CodeGen/RISCV/riscv32-ilp32f-ilp32d-abi.c
A clang/test/CodeGen/RISCV/riscv64-lp64-abi.c
A clang/test/CodeGen/RISCV/riscv64-lp64-lp64f-abi.c
A clang/test/CodeGen/RISCV/riscv64-lp64-lp64f-lp64d-abi.c
A clang/test/CodeGen/RISCV/riscv64-lp64d-abi.c
A clang/test/CodeGen/RISCV/riscv64-lp64f-lp64d-abi.c
R clang/test/CodeGen/riscv-atomics.c
R clang/test/CodeGen/riscv-inline-asm.c
R clang/test/CodeGen/riscv-metadata.c
R clang/test/CodeGen/riscv-sdata-module-flag.c
R clang/test/CodeGen/riscv32-ilp32-abi.c
R clang/test/CodeGen/riscv32-ilp32-ilp32f-abi.c
R clang/test/CodeGen/riscv32-ilp32-ilp32f-ilp32d-abi.c
R clang/test/CodeGen/riscv32-ilp32d-abi.c
R clang/test/CodeGen/riscv32-ilp32f-abi.c
R clang/test/CodeGen/riscv32-ilp32f-ilp32d-abi.c
R clang/test/CodeGen/riscv64-lp64-abi.c
R clang/test/CodeGen/riscv64-lp64-lp64f-abi.c
R clang/test/CodeGen/riscv64-lp64-lp64f-lp64d-abi.c
R clang/test/CodeGen/riscv64-lp64d-abi.c
R clang/test/CodeGen/riscv64-lp64f-lp64d-abi.c
Log Message:
-----------
[clang][CodeGen] Move riscv specific tests to RISCV subtarget folder
Minor cleanup to move more target specific tests out of the root codegen test folder
Commit: 822c5c50849a1f762c920d59baaa6a6edbb657ee
https://github.com/llvm/llvm-project/commit/822c5c50849a1f762c920d59baaa6a6edbb657ee
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-11-20 (Fri, 20 Nov 2020)
Changed paths:
A clang/test/CodeGen/WebAssembly/wasm-arguments.c
A clang/test/CodeGen/WebAssembly/wasm-call-main.c
A clang/test/CodeGen/WebAssembly/wasm-export-name.c
A clang/test/CodeGen/WebAssembly/wasm-import-module.c
A clang/test/CodeGen/WebAssembly/wasm-import-name.c
A clang/test/CodeGen/WebAssembly/wasm-main.c
A clang/test/CodeGen/WebAssembly/wasm-main_argc_argv.c
A clang/test/CodeGen/WebAssembly/wasm-regparm.c
A clang/test/CodeGen/WebAssembly/wasm-varargs.c
R clang/test/CodeGen/wasm-arguments.c
R clang/test/CodeGen/wasm-call-main.c
R clang/test/CodeGen/wasm-export-name.c
R clang/test/CodeGen/wasm-import-module.c
R clang/test/CodeGen/wasm-import-name.c
R clang/test/CodeGen/wasm-main.c
R clang/test/CodeGen/wasm-main_argc_argv.c
R clang/test/CodeGen/wasm-regparm.c
R clang/test/CodeGen/wasm-varargs.c
Log Message:
-----------
[clang][CodeGen] Move WebAssembly specific tests to WebAssembly subtarget folder
Minor cleanup to move more target specific tests out of the root codegen test folder
Compare: https://github.com/llvm/llvm-project/compare/0f69cbe2694a...822c5c50849a
More information about the All-commits
mailing list