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 0feb616cb Set ANDROID when any android abi is used, not just androideabi
new 387a685d2 [asan] Resolve FIXME by converting gtest into lit test
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/tests/asan_interface_test.cc | 17 -----------------
test/asan/TestCases/error_report_callback.cc | 20 ++++++++++++++++++++
2 files changed, 20 insertions(+), 17 deletions(-)
create mode 100644 test/asan/TestCases/error_report_callback.cc
--
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 lldb.
from e7cd494b9 Rollback r313704 because of the Windows build break
new 45fe989fa Signal polling is supported with pselect (re-land r313704 wit [...]
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/lldb/Host/MainLoop.h | 6 +++++-
source/Host/common/MainLoop.cpp | 4 ----
2 files changed, 5 insertions(+), 5 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 a4e2a1bb79 Add support for attribute 'noescape'.
new 8385a295e2 Revert "Add support for attribute 'noescape'."
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/AST/ASTContext.h | 27 +------
include/clang/AST/Type.h | 14 ----
include/clang/Basic/Attr.td | 6 --
include/clang/Basic/AttrDocs.td | 41 ----------
include/clang/Basic/DiagnosticGroups.td | 1 -
include/clang/Basic/DiagnosticSemaKinds.td | 5 --
lib/AST/ASTContext.cpp | 64 ++++-----------
lib/AST/ItaniumMangle.cpp | 3 -
lib/AST/TypePrinter.cpp | 2 -
lib/CodeGen/CGCall.cpp | 9 +--
lib/Sema/SemaDeclAttr.cpp | 19 -----
lib/Sema/SemaDeclCXX.cpp | 17 +---
lib/Sema/SemaDeclObjC.cpp | 8 --
lib/Sema/SemaOverload.cpp | 25 +-----
lib/Sema/SemaType.cpp | 5 --
test/CodeGenCXX/noescape.cpp | 67 ----------------
test/CodeGenObjC/noescape.m | 71 -----------------
test/Misc/ast-dump-attr.cpp | 8 --
...pragma-attribute-supported-attributes-list.test | 3 +-
test/Sema/noescape.c | 25 ------
test/SemaObjCXX/noescape.mm | 90 ----------------------
21 files changed, 24 insertions(+), 486 deletions(-)
delete mode 100644 test/CodeGenCXX/noescape.cpp
delete mode 100644 test/CodeGenObjC/noescape.m
delete mode 100644 test/Sema/noescape.c
delete mode 100644 test/SemaObjCXX/noescape.mm
--
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 e232c830608 AMDGPU: Move r600 only code into r600 only td file
new b5a9104224a [AMDGPU] Fixed memory leak with inliner replaced
new abd71f69bc6 [X86] Remove isel checks for immediate size on floating poi [...]
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/Target/AMDGPU/AMDGPUTargetMachine.cpp | 4 ++-
lib/Target/X86/X86InstrInfo.td | 8 -----
lib/Target/X86/X86InstrSSE.td | 50 +++++++++++++++----------------
lib/Target/X86/X86InstrXOP.td | 4 +--
4 files changed, 29 insertions(+), 37 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 b87abe7024 Revert "Add support for attribute 'noescape'."
new a4e2a1bb79 Add support for attribute 'noescape'.
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/AST/ASTContext.h | 27 ++++++-
include/clang/AST/Type.h | 14 ++++
include/clang/Basic/Attr.td | 6 ++
include/clang/Basic/AttrDocs.td | 41 ++++++++++
include/clang/Basic/DiagnosticGroups.td | 1 +
include/clang/Basic/DiagnosticSemaKinds.td | 5 ++
lib/AST/ASTContext.cpp | 64 +++++++++++----
lib/AST/ItaniumMangle.cpp | 3 +
lib/AST/TypePrinter.cpp | 2 +
lib/CodeGen/CGCall.cpp | 9 ++-
lib/Sema/SemaDeclAttr.cpp | 19 +++++
lib/Sema/SemaDeclCXX.cpp | 17 +++-
lib/Sema/SemaDeclObjC.cpp | 8 ++
lib/Sema/SemaOverload.cpp | 25 +++++-
lib/Sema/SemaType.cpp | 5 ++
test/CodeGenCXX/noescape.cpp | 67 ++++++++++++++++
test/CodeGenObjC/noescape.m | 71 +++++++++++++++++
test/Misc/ast-dump-attr.cpp | 8 ++
...pragma-attribute-supported-attributes-list.test | 3 +-
test/Sema/noescape.c | 25 ++++++
test/SemaObjCXX/noescape.mm | 90 ++++++++++++++++++++++
21 files changed, 486 insertions(+), 24 deletions(-)
create mode 100644 test/CodeGenCXX/noescape.cpp
create mode 100644 test/CodeGenObjC/noescape.m
create mode 100644 test/Sema/noescape.c
create mode 100644 test/SemaObjCXX/noescape.mm
--
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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from fba53ca tcwg-benchmark.sh: Fix handling of ignore_errors .
new 871eec5 start-container-docker.sh: Add --user option.
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:
start-container-docker.sh | 17 ++++++++++++-----
1 file changed, 12 insertions(+), 5 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 cb0d01de81 [Sema][ObjC] Warn about mismatches in attributes between ove [...]
new e077cfd4f9 Add support for attribute 'noescape'.
new b87abe7024 Revert "Add support for attribute 'noescape'."
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:
--
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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from b4fd833 jenkins-helpers.sh: Increase RAM allocation for build containers
new fba53ca tcwg-benchmark.sh: Fix handling of ignore_errors .
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:
tcwg-benchmark.sh | 2 +-
1 file changed, 1 insertion(+), 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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/bmk-scripts.
from be747fd run.sh: Fix wait condition when collecting results.
new 5822db2 run.sh: Update handling of --ignore_errors option.
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:
run.sh | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 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 a942315e5fd AMDGPU: Match load d16 hi instructions
new 2e5d75b42df [AMDGPU] Fix regression in test clang/test/CodeGen/backend- [...]
new e232c830608 AMDGPU: Move r600 only code into r600 only td file
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/Target/AMDGPU/AMDGPUInstructions.td | 53 ------------------------------
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 3 +-
lib/Target/AMDGPU/R600Instructions.td | 54 +++++++++++++++++++++++++++++++
3 files changed, 56 insertions(+), 54 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.