This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6974a46 [X86] Change getHostCPUName to report Intel model 0x4e as "sk [...]
new 50116a2 MC: support passing search paths to the IAS
new 555794f [X86] Add Intel Kaby Lake model numbers to getHostCPUName ali [...]
The 2 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/MC/MCTargetOptions.h | 10 +++++++++-
lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp | 2 ++
lib/Support/Host.cpp | 6 ++++--
test/MC/AsmParser/include.ll | 13 +++++++++++++
test/MC/AsmParser/include/function.x | 3 +++
test/MC/AsmParser/include/module.x | 3 +++
tools/llc/llc.cpp | 3 +++
7 files changed, 37 insertions(+), 3 deletions(-)
create mode 100644 test/MC/AsmParser/include.ll
create mode 100644 test/MC/AsmParser/include/function.x
create mode 100644 test/MC/AsmParser/include/module.x
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 87a1420 Tentative fix for modules build.
new 6974a46 [X86] Change getHostCPUName to report Intel model 0x4e as "sk [...]
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/Support/Host.cpp | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 86d8413 Add AVR target and toolchain to Clang
new a758d03 [AVR] Support r26 through r31 in inline assembly
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/Targets.cpp | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 0738ab9 Per [temp.deduct.call], do not deduce an array bound of 0 fro [...]
new 86d8413 Add AVR target and toolchain to Clang
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/Targets.cpp | 93 ++++++++++++++++++++++++
lib/Driver/Driver.cpp | 3 +
lib/Driver/ToolChains.cpp | 9 +++
lib/Driver/ToolChains.h | 10 +++
lib/Driver/Tools.cpp | 16 +++++
lib/Driver/Tools.h | 13 ++++
test/Driver/avr-toolchain.c | 4 ++
test/Preprocessor/init.c | 171 ++++++++++++++++++++++++++++++++++++++++++++
8 files changed, 319 insertions(+)
create mode 100644 test/Driver/avr-toolchain.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 85294a2 Get test-suite configuring on Windows with clang-cl
new 976f3f3 Fix test suite configuration when no lit.site.cfg is available
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:
test/libcxx/test/config.py | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 3abdb9d [libFuzzer] use /tmp (or $TMPDIR, if present) to store temp f [...]
new 87a1420 Tentative fix for modules build.
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/llvm/module.modulemap | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from 1303510 fixing build, accidentally deleted two lines
new c786479 [sancov] enabling tests on ppc and s390
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:
test/sanitizer_common/TestCases/sanitizer_coverage_symbolize.cc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 0e1ad99 Fix build bots.
new 3abdb9d [libFuzzer] use /tmp (or $TMPDIR, if present) to store temp f [...]
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/Fuzzer/FuzzerIO.h | 3 +++
lib/Fuzzer/FuzzerIOPosix.cpp | 6 ++++++
lib/Fuzzer/FuzzerIOWindows.cpp | 2 ++
lib/Fuzzer/FuzzerMerge.cpp | 4 ++--
4 files changed, 13 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from dafa926 [sancov] workaround for absence of weak symbols on win
new 1303510 fixing build, accidentally deleted two lines
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/asan/asan_win.cc | 2 ++
1 file changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from b98cb95 Factor out more common logic in template argument deduction f [...]
new 0738ab9 Per [temp.deduct.call], do not deduce an array bound of 0 fro [...]
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/Sema/SemaTemplateDeduction.cpp | 4 +++-
test/SemaTemplate/deduction.cpp | 14 ++++++++++++++
2 files changed, 17 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.