This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from be2427a7f1 Don't defer to the GCC driver for linking arm-baremetal
new 945fecf7c7 Relax testcase to appease buildbots
new 4fe5879deb Revert MSVC CXXOperatorNames patch due to issues with Chromium
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:
lib/Frontend/CompilerInvocation.cpp | 2 +-
test/Driver/baremetal.cpp | 18 +++++++++---------
test/Parser/MicrosoftExtensions.cpp | 6 ++++--
test/Preprocessor/cxx_oper_keyword.cpp | 12 ------------
4 files changed, 14 insertions(+), 24 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-tools-extra.
from d21dac18 Clang-tidy doesn't understand -fno-ms-compatibility, so just [...]
new 5f802ead Revert 303872/303877 since the patch that caused these issues [...]
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:
.../readability-implicit-bool-cast-allow-conditional-casts.cpp | 2 +-
test/clang-tidy/readability-implicit-bool-cast.cpp | 2 +-
2 files changed, 2 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 libcxx.
from 8a80169b0 Mark LWG#2900 as complete - we already do this, and I checked [...]
new 3a07dd740 Fix a test that was failing in C++11 mode introduced in r303874
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:
.../util.smartptr.shared/function_type_default_deleter.fail.cpp | 6 +++++-
1 file changed, 5 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 compiler-rt.
from ff9d73170 [sanitizer] Pair atomic acquire with release in BlockingMutex [...]
new a6bbfb5d9 [sanitizer] Change the 32-bit Primary AllocateRegion to reduc [...]
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:
.../sanitizer_allocator_primary32.h | 63 ++++++++++++++++++----
1 file changed, 53 insertions(+), 10 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 libcxx.
from a3e0bf439 Add support for shared_ptr<FunctionType>
new 8a80169b0 Mark LWG#2900 as complete - we already do this, and I checked [...]
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:
www/cxx1z_status.html | 4 ++--
1 file changed, 2 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 clang-tools-extra.
from 58530336 Disable MSVC-Compat mode for two tests that use C++Operator Names
new d21dac18 Clang-tidy doesn't understand -fno-ms-compatibility, so just [...]
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/clang-tidy/readability-implicit-bool-cast.cpp | 4 ++--
1 file changed, 2 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 llvm.
from 81a4c4fa699 [InstCombine] Teach isAllocSiteRemovable to look through ad [...]
new 4133415c709 NewGVN: Fix PR 33119, PR 33129, due to regressed undef hand [...]
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/Transforms/Scalar/NewGVN.cpp | 64 +++++++++++++++++++++++++--------------
test/Transforms/NewGVN/pr32403.ll | 3 +-
2 files changed, 44 insertions(+), 23 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 7150b8bbaf Make git-clang-format python 3 compatible
new be2427a7f1 Don't defer to the GCC driver for linking arm-baremetal
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:
cmake/caches/BaremetalARM.cmake | 50 +++++
lib/Driver/CMakeLists.txt | 1 +
lib/Driver/Driver.cpp | 3 +
lib/Driver/ToolChains/BareMetal.cpp | 209 +++++++++++++++++++++
lib/Driver/ToolChains/BareMetal.h | 90 +++++++++
lib/Driver/ToolChains/Gnu.cpp | 43 +++++
lib/Driver/ToolChains/Linux.cpp | 43 -----
.../bin => baremetal_arm/include/c++/5.0.0}/.keep | 0
.../bin => baremetal_arm/include/c++/6.0.0}/.keep | 0
.../bin => baremetal_arm/include/c++/v1}/.keep | 0
test/Driver/baremetal.cpp | 77 ++++++++
test/Frontend/gnu-mcount.c | 13 +-
12 files changed, 482 insertions(+), 47 deletions(-)
create mode 100644 cmake/caches/BaremetalARM.cmake
create mode 100644 lib/Driver/ToolChains/BareMetal.cpp
create mode 100644 lib/Driver/ToolChains/BareMetal.h
copy test/Driver/Inputs/{CUDA-macosx/usr/local/cuda/bin => baremetal_arm/include/c [...]
copy test/Driver/Inputs/{CUDA-macosx/usr/local/cuda/bin => baremetal_arm/include/c [...]
copy test/Driver/Inputs/{CUDA-macosx/usr/local/cuda/bin => baremetal_arm/include/c [...]
create mode 100644 test/Driver/baremetal.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.