This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 2b4b03a Revert "Improve handling of __FUNCTION__ and other predefined [...]
new 97fb9e6 [analyzer] NumberObjectConversion: Workaround for a linker er [...]
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:
.../Checkers/NumberObjectConversionChecker.cpp | 38 +++++++++++-----------
1 file changed, 19 insertions(+), 19 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 0f03473 Object: replace backslashes with slashes in embedded relative [...]
new b451ba8 [C API] Prevent nullptr dereferences in C API for counting at [...]
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/Bindings/llvm-c/callsite_attributes.ll | 12 +++++
test/Bindings/llvm-c/function_attributes.ll | 7 +++
tools/llvm-c-test/CMakeLists.txt | 1 +
tools/llvm-c-test/attributes.c | 75 +++++++++++++++++++++++++++++
tools/llvm-c-test/llvm-c-test.h | 4 ++
tools/llvm-c-test/main.c | 4 ++
6 files changed, 103 insertions(+)
create mode 100644 test/Bindings/llvm-c/callsite_attributes.ll
create mode 100644 test/Bindings/llvm-c/function_attributes.ll
create mode 100644 tools/llvm-c-test/attributes.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 clang.
from 2162976 Improve handling of __FUNCTION__ and other predefined express [...]
new 2b4b03a Revert "Improve handling of __FUNCTION__ and other predefined [...]
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/AST/Expr.cpp | 23 ++++----
lib/CodeGen/CGExpr.cpp | 16 ++----
test/CodeGen/block-with-perdefinedexpr.cpp | 87 ------------------------------
test/CodeGenCXX/predefined-expr-cxx14.cpp | 4 +-
4 files changed, 16 insertions(+), 114 deletions(-)
delete mode 100644 test/CodeGen/block-with-perdefinedexpr.cpp
--
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 lld.
from 5aeac54 [COFF] Fix manifest resource file creation on Windows.
new 0dd8deb Use one task per iteration in parallel_for_loop.
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/lld/Core/Parallel.h | 8 ++------
1 file changed, 2 insertions(+), 6 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 746d008 Add .clang-format to libc++
new efd039a [libcxx] Mark xonstexpr-fns.pass.cpp as XFAIL: gcc.
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/numerics/c.math/constexpr-fns.pass.cpp | 4 ++++
1 file changed, 4 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 gcc.
from aed4a11 2016-11-15 Matthias Klose <doko(a)ubuntu.com>
new ef0792f 2016-11-15 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
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:
gcc/ChangeLog | 17 +++++
gcc/genattrtab.c | 187 ++++++++++++++++---------------------------------------
2 files changed, 72 insertions(+), 132 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 ccee12b [asan] Re-enable the use-after-scope-types.cc test on Darwin, [...]
new ec30112 Allow users to call ASan's deadly exception report mechanism
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 | 20 ++++++++++++++------
lib/asan/asan_win_dll_thunk.cc | 21 +++++++++++----------
2 files changed, 25 insertions(+), 16 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 42ca880 [AArch64] Add driver tests for Qualcomm's Falkor CPU.
new 2162976 Improve handling of __FUNCTION__ and other predefined express [...]
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/AST/Expr.cpp | 23 ++++----
lib/CodeGen/CGExpr.cpp | 16 ++++--
test/CodeGen/block-with-perdefinedexpr.cpp | 87 ++++++++++++++++++++++++++++++
test/CodeGenCXX/predefined-expr-cxx14.cpp | 4 +-
4 files changed, 114 insertions(+), 16 deletions(-)
create mode 100644 test/CodeGen/block-with-perdefinedexpr.cpp
--
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 1d353ca AMDGPU/SI: Fix pattern for i16 = sign_extend i1
new eb47aeb [AArch64] Add support for Qualcomm's Falkor CPU.
new 0f03473 Object: replace backslashes with slashes in embedded relative [...]
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/Support/AArch64TargetParser.def | 2 ++
lib/Object/ArchiveWriter.cpp | 6 ++++++
lib/Target/AArch64/AArch64.td | 10 ++++++++++
lib/Target/AArch64/AArch64Subtarget.cpp | 1 +
lib/Target/AArch64/AArch64Subtarget.h | 1 +
test/CodeGen/AArch64/cpus.ll | 1 +
test/CodeGen/AArch64/remat.ll | 1 +
test/Object/archive-thin-paths.test | 9 +++++++++
unittests/Support/TargetParserTest.cpp | 1 +
9 files changed, 32 insertions(+)
create mode 100644 test/Object/archive-thin-paths.test
--
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 release_39
in repository clang.
from e3bdc86 Merging r283223: r283223 | davidsh | 2016-10-04 10:41:36 -040 [...]
new 4d6150a Merging r287025: -------------------------------------------- [...]
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/CodeGen/CGStmtOpenMP.cpp | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.