This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from f44b5cff85 [CodeGen] Emit parallel_loop_access for each loop in the loo [...]
new 4042ae53b1 [libclang 5/8] Add support for ObjC attributes without args
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-c/Index.h | 19 ++++++++++++++++++-
test/Index/index-attrs.m | 39 +++++++++++++++++++++++++++++++++++++++
tools/libclang/CIndex.cpp | 34 ++++++++++++++++++++++++++++++++++
tools/libclang/CXCursor.cpp | 17 +++++++++++++++++
4 files changed, 108 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 bf116bb82d0 [X86] Add R13D to the isInefficientLEAReg in FixupLEAs.
new f5ce968e81e [X86] Autogenerate complete checks. NFC
new be1098c24b9 [X86] When post-processing the DAG to remove zero extending [...]
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/X86/X86ISelDAGToDAG.cpp | 8 +++
test/CodeGen/X86/sha.ll | 135 +++++++++++++++++++++++++++----------
2 files changed, 109 insertions(+), 34 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 9824aedd2e [libclang 4/8] Add the clang_Type_getNullability() API
new f44b5cff85 [CodeGen] Emit parallel_loop_access for each loop in the loo [...]
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/CGLoopInfo.cpp | 15 +++++++++++++--
test/CodeGenCXX/pragma-loop-safety-nested.cpp | 21 +++++++++++++++++++++
test/CodeGenCXX/pragma-loop-safety-outer.cpp | 20 ++++++++++++++++++++
3 files changed, 54 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGenCXX/pragma-loop-safety-nested.cpp
create mode 100644 test/CodeGenCXX/pragma-loop-safety-outer.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 clang.
from 57ac6fbcbf [libclang 3/8] Add support for AttributedType
new 9824aedd2e [libclang 4/8] Add the clang_Type_getNullability() API
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-c/Index.h | 27 +++++++++++++++++++++++++++
test/Index/nullability.c | 10 ++++++++++
tools/c-index-test/c-index-test.c | 28 ++++++++++++++++++++++++++++
tools/libclang/CXType.cpp | 19 +++++++++++++++++++
tools/libclang/libclang.exports | 1 +
5 files changed, 85 insertions(+)
create mode 100644 test/Index/nullability.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 ff3bc9c864 [libclang 2/8] Add support for ObjCTypeParam
new 57ac6fbcbf [libclang 3/8] Add support for AttributedType
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-c/Index.h | 17 +++++++++++++++--
tools/libclang/CXType.cpp | 17 ++++++++++++++++-
tools/libclang/libclang.exports | 1 +
3 files changed, 32 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 d3ee85bfdd Sema: Fix explicit address space cast involving void pointers
new ff3bc9c864 [libclang 2/8] Add support for ObjCTypeParam
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-c/Index.h | 3 ++-
test/Index/print-type.m | 5 +++++
tools/libclang/CXType.cpp | 2 ++
3 files changed, 9 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 1435ef31d85 [X86] Autogenerate complete checks. NFC
new bf116bb82d0 [X86] Add R13D to the isInefficientLEAReg in FixupLEAs.
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/Target/X86/X86FixupLEAs.cpp | 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 clang.
from cfa6f95d76 [libclang 1/8] Add support for ObjCObjectType
new d3ee85bfdd Sema: Fix explicit address space cast involving void pointers
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/SemaCast.cpp | 21 ++++++++-----
test/CodeGenCXX/address-space-cast.cpp | 56 ++++++++++++++++++++++++++++++++--
2 files changed, 67 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 clang.
from b713312373 Fold two cast plus a cast in a loop into a variable.
new cfa6f95d76 [libclang 1/8] Add support for ObjCObjectType
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-c/Index.h | 41 ++++++++++++++++++++-
test/Index/objc-typeargs-protocols.m | 28 +++++++++++++++
test/Index/print-type.m | 2 +-
tools/c-index-test/c-index-test.c | 37 ++++++++++++++++++-
tools/libclang/CXType.cpp | 70 ++++++++++++++++++++++++++++++++++++
tools/libclang/libclang.exports | 5 +++
6 files changed, 180 insertions(+), 3 deletions(-)
create mode 100644 test/Index/objc-typeargs-protocols.m
--
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 3a225ef04 Update the changes to the array tests (that I committed yeste [...]
new e25adff05 Make my new test harness work w/c++03
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/support/test_comparisons.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.