This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 511bc9330d [sanitizer-coverage] Allow using KASAN instrumentation with sancov new e1dfc7c6f6 Frontend support for Nios2 target.
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: include/clang/Basic/BuiltinsNios2.def | 70 ++++++++++++++++ include/clang/Basic/TargetBuiltins.h | 10 +++ lib/Basic/Targets.cpp | 145 ++++++++++++++++++++++++++++++++++ lib/Driver/ToolChains/CommonArgs.cpp | 19 +++++ test/Driver/nios2-cpu.c | 26 ++++++ 5 files changed, 270 insertions(+) create mode 100644 include/clang/Basic/BuiltinsNios2.def create mode 100644 test/Driver/nios2-cpu.c