This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 998ea35e9f [Lex] Use WritableMemoryBuffer in ScratchBuffer.cpp new febf5cb710 [RISCV] Add the RISCV target and compiler driver
The 1 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/Basic/CMakeLists.txt | 1 + lib/Basic/Targets.cpp | 6 + lib/Basic/Targets/RISCV.cpp | 52 +++ lib/Basic/Targets/RISCV.h | 103 ++++++ lib/Driver/CMakeLists.txt | 1 + lib/Driver/ToolChains/Arch/RISCV.cpp | 61 ++++ lib/Driver/ToolChains/Arch/RISCV.h | 32 ++ lib/Driver/ToolChains/Clang.cpp | 39 ++ lib/Driver/ToolChains/Clang.h | 2 + lib/Driver/ToolChains/Gnu.cpp | 60 +++- lib/Driver/ToolChains/Linux.cpp | 23 ++ .../cuda => multilib_riscv_linux_sdk}/bin/.keep | 0 .../bin => multilib_riscv_linux_sdk/include}/.keep | 0 .../riscv64-unknown-linux-gnu/bin/ld} | 0 .../sysroot/lib}/.keep | 0 .../sysroot/lib32/ilp32}/.keep | 0 .../sysroot/lib32/ilp32d}/.keep | 0 .../sysroot/lib64/lp64}/.keep | 0 .../sysroot/lib64/lp64d}/.keep | 0 .../sysroot/usr/lib32/ilp32}/.keep | 0 .../sysroot/usr/lib32/ilp32d}/.keep | 0 .../sysroot/usr/lib64/lp64}/.keep | 0 .../sysroot/usr/lib64/lp64d}/.keep | 0 test/Driver/frame-pointer.c | 12 + test/Driver/riscv-abi.c | 47 +++ test/Driver/riscv-features.c | 4 + test/Driver/riscv32-toolchain.c | 75 ++++ test/Driver/riscv64-toolchain.c | 44 +++ test/Preprocessor/init.c | 395 +++++++++++++++++++++ 29 files changed, 956 insertions(+), 1 deletion(-) create mode 100644 lib/Basic/Targets/RISCV.cpp create mode 100644 lib/Basic/Targets/RISCV.h create mode 100644 lib/Driver/ToolChains/Arch/RISCV.cpp create mode 100644 lib/Driver/ToolChains/Arch/RISCV.h copy test/Driver/Inputs/{CUDA-macosx/usr/local/cuda => multilib_riscv_linux_sdk}/b [...] copy test/Driver/Inputs/{CUDA-macosx/usr/local/cuda/bin => multilib_riscv_linux_sd [...] copy test/Driver/Inputs/{basic_cross_linux_tree/usr/bin/i386-unknown-linux-gnu-as [...] copy test/Driver/Inputs/{CUDA-macosx/usr/local/cuda/bin => multilib_riscv_linux_sd [...] copy test/Driver/Inputs/{CUDA-macosx/usr/local/cuda/bin => multilib_riscv_linux_sd [...] copy test/Driver/Inputs/{CUDA-macosx/usr/local/cuda/bin => multilib_riscv_linux_sd [...] copy test/Driver/Inputs/{CUDA-macosx/usr/local/cuda/bin => multilib_riscv_linux_sd [...] copy test/Driver/Inputs/{CUDA-macosx/usr/local/cuda/bin => multilib_riscv_linux_sd [...] copy test/Driver/Inputs/{CUDA-macosx/usr/local/cuda/bin => multilib_riscv_linux_sd [...] copy test/Driver/Inputs/{CUDA-macosx/usr/local/cuda/bin => multilib_riscv_linux_sd [...] copy test/Driver/Inputs/{CUDA-macosx/usr/local/cuda/bin => multilib_riscv_linux_sd [...] copy test/Driver/Inputs/{CUDA-macosx/usr/local/cuda/bin => multilib_riscv_linux_sd [...] create mode 100644 test/Driver/riscv-abi.c create mode 100644 test/Driver/riscv-features.c create mode 100644 test/Driver/riscv32-toolchain.c create mode 100644 test/Driver/riscv64-toolchain.c