This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository newlib.
from 288df6f Add support for certain newer locales only available with Script
new 90e6582 Drop now useless comment from locale.c
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:
newlib/libc/locale/locale.c | 2 --
1 file changed, 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 newlib.
from 94f98f1 Drop has_localenames flag
new 288df6f Add support for certain newer locales only available with Script
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:
winsup/cygwin/nlsfuncs.cc | 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 newlib.
from e931b1a Drop has_broken_udf flag
new ed0ff4b Drop has_always_all_codepages flag
new 94f98f1 Drop has_localenames flag
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:
newlib/libc/locale/locale.c | 2 -
winsup/cygwin/nlsfuncs.cc | 261 +++++++++++---------------------------------
winsup/cygwin/wincap.cc | 14 ---
winsup/cygwin/wincap.h | 4 -
4 files changed, 65 insertions(+), 216 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 17a752b try to fix the MSVC build
new 85b4750 IgnoringImplicit matcher.
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:
docs/LibASTMatchersReference.html | 25 ++++++++++++++++++---
docs/tools/dump_ast_matchers.py | 0
include/clang/ASTMatchers/ASTMatchers.h | 26 ++++++++++++++++++++++
lib/ASTMatchers/Dynamic/Registry.cpp | 1 +
unittests/ASTMatchers/ASTMatchersTraversalTest.cpp | 10 +++++++++
5 files changed, 59 insertions(+), 3 deletions(-)
mode change 100644 => 100755 docs/tools/dump_ast_matchers.py
--
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 d4e8cce Fix build of ClangRenameTests
new ed81c08 Remove ignoringImplicit from clang-tidy.
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:
clang-tidy/modernize/LoopConvertCheck.cpp | 2 +-
clang-tidy/utils/Matchers.h | 5 -----
2 files changed, 1 insertion(+), 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 newlib.
from 6f56055 Drop supports_all_posix_ai_flags
new 380b9af Drop has_restricted_stack_args flag
new aacc4f6 Drop has_mandatory_integrity_control flag
new 222e412 Drop has_sendmsg flag
new e931b1a Drop has_broken_udf flag
The 4 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:
winsup/cygwin/exceptions.cc | 6 ----
winsup/cygwin/fhandler_socket.cc | 3 +-
winsup/cygwin/mount.cc | 15 ++-------
winsup/cygwin/path.cc | 26 ---------------
winsup/cygwin/sec_auth.cc | 69 ++++++++++++++++++----------------------
winsup/cygwin/wincap.cc | 29 -----------------
winsup/cygwin/wincap.h | 8 -----
7 files changed, 35 insertions(+), 121 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 11c2d4b AMDGPU: Add stub custom CodeGenPrepare pass
new 111ec25 Revert "Revert "[misched] Extend scheduler to handle unsuppor [...]
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/Target/TargetSchedule.td | 16 ++++++++++++++++
utils/TableGen/CodeGenSchedule.cpp | 30 +++++++++++++++++++++++++++++-
utils/TableGen/CodeGenSchedule.h | 8 ++++++++
3 files changed, 53 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 a606472 Remove hack introduced by r273641.
new 11c2d4b AMDGPU: Add stub custom CodeGenPrepare pass
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/AMDGPU/AMDGPU.h | 4 ++
lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp | 82 ++++++++++++++++++++++++++++
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 1 +
lib/Target/AMDGPU/CMakeLists.txt | 1 +
test/CodeGen/AMDGPU/amdgpu-codegenprepare.ll | 8 +++
5 files changed, 96 insertions(+)
create mode 100644 lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
create mode 100644 test/CodeGen/AMDGPU/amdgpu-codegenprepare.ll
--
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 9af2418 AMDGPU: Remove disable-irstructurizer subtarget feature
new 8b2f86f AMDGPU: Un-xfail and add tests
new a606472 Remove hack introduced by r273641.
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:
test/CodeGen/AMDGPU/cf-loop-on-constant.ll | 121 ++++++++++++++++++++
.../extract-vector-elt-build-vector-combine.ll | 126 +++++++++++++++++++++
test/CodeGen/AMDGPU/mad24-get-global-id.ll | 36 ++++++
test/CodeGen/AMDGPU/no-shrink-extloads.ll | 12 ++
test/CodeGen/AMDGPU/si-annotate-cf-assertion.ll | 25 ----
test/CodeGen/AMDGPU/si-annotate-cf.ll | 81 +++++++++++++
test/CodeGen/AMDGPU/si-annotate-cfg-loop-assert.ll | 4 +-
.../AMDGPU/unhandled-loop-condition-assertion.ll | 16 +--
test/DebugInfo/X86/pr28270.ll | 2 -
9 files changed, 386 insertions(+), 37 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/cf-loop-on-constant.ll
create mode 100644 test/CodeGen/AMDGPU/extract-vector-elt-build-vector-combine.ll
create mode 100644 test/CodeGen/AMDGPU/mad24-get-global-id.ll
delete mode 100644 test/CodeGen/AMDGPU/si-annotate-cf-assertion.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.