This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d603192 [PDB] Split item and type records when merging type streams
new 80aca9b [AMDGPU] Remove double map lookups in SI scheduler
new 65bb8ef [AMDGPU] Don't enforce constexpr, there are still old standar [...]
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/SIMachineScheduler.cpp | 41 ++++++++++----------------------
1 file changed, 12 insertions(+), 29 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 bab6d5e [InstCombine] Provide a way to calculate KnownZero/One for Ad [...]
new ab5b354 [X86][SSE] Add ashr + mask test cases.
new d603192 [PDB] Split item and type records when merging type streams
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/DebugInfo/CodeView/TypeStreamMerger.h | 5 +-
lib/DebugInfo/CodeView/TypeStreamMerger.cpp | 140 +++++++++++++--------
test/CodeGen/X86/combine-and.ll | 26 ++++
test/tools/llvm-readobj/codeview-merging.test | 56 ++++++++-
tools/llvm-readobj/COFFDumper.cpp | 49 ++++++--
tools/llvm-readobj/ObjDumper.h | 6 +-
tools/llvm-readobj/llvm-readobj.cpp | 10 +-
7 files changed, 215 insertions(+), 77 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 lld.
from 9bb0722 Return early.
new 484b289 [PDB] Split item and type records when merging type streams
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:
COFF/PDB.cpp | 70 ++++++++++++++++++++++++++++--------------------------
test/COFF/pdb.test | 14 +++++------
2 files changed, 43 insertions(+), 41 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 c651b5d [Compiler-rt][Builtins] Implement lit-test support (part 2 of 2)
new 9736f90 Revert "builtins: Select correct code fragments when compilin [...]
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/builtins/arm/aeabi_idivmod.S | 15 +++------------
lib/builtins/arm/aeabi_uidivmod.S | 8 --------
lib/builtins/arm/bswapdi2.S | 4 ++--
lib/builtins/arm/bswapsi2.S | 4 ++--
lib/builtins/arm/clzdi2.S | 4 ++--
lib/builtins/arm/clzsi2.S | 4 ++--
lib/builtins/arm/comparesf2.S | 38 ++++++++++++--------------------------
lib/builtins/arm/divmodsi4.S | 4 ++--
lib/builtins/arm/divsi3.S | 12 ++++++------
lib/builtins/arm/modsi3.S | 4 ++--
lib/builtins/arm/udivmodsi4.S | 9 +++++----
lib/builtins/arm/udivsi3.S | 29 +++++++++++++++--------------
lib/builtins/arm/umodsi3.S | 8 ++++----
lib/builtins/assembly.h | 29 +++++++----------------------
14 files changed, 64 insertions(+), 108 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 77d9e02 [OpenCL][Bug 10573] Don't set CXXOperatorNames flag
new 91167db Fix MSVC 'not all control paths return a value' warning.
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/Index/IndexingContext.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 b80243e Update debug_external.cc testcase to use TSan-invisible barri [...]
new c370919 builtins: Select correct code fragments when compiling for Th [...]
new c651b5d [Compiler-rt][Builtins] Implement lit-test support (part 2 of 2)
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/builtins/arm/aeabi_idivmod.S | 15 +++++--
lib/builtins/arm/aeabi_uidivmod.S | 8 ++++
lib/builtins/arm/bswapdi2.S | 4 +-
lib/builtins/arm/bswapsi2.S | 4 +-
lib/builtins/arm/clzdi2.S | 4 +-
lib/builtins/arm/clzsi2.S | 4 +-
lib/builtins/arm/comparesf2.S | 38 ++++++++++++------
lib/builtins/arm/divmodsi4.S | 4 +-
lib/builtins/arm/divsi3.S | 12 +++---
lib/builtins/arm/modsi3.S | 4 +-
lib/builtins/arm/udivmodsi4.S | 9 ++---
lib/builtins/arm/udivsi3.S | 29 +++++++-------
lib/builtins/arm/umodsi3.S | 8 ++--
lib/builtins/assembly.h | 29 ++++++++++----
test/builtins/CMakeLists.txt | 17 ++++++++
test/builtins/Unit/lit.cfg | 80 ++++++++++++++++++++++++++++++++++++++
test/builtins/Unit/lit.site.cfg.in | 12 ++++++
17 files changed, 217 insertions(+), 64 deletions(-)
create mode 100644 test/builtins/Unit/lit.cfg
create mode 100644 test/builtins/Unit/lit.site.cfg.in
--
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 663b4ab cygserver: Speed up non-debug scenario
new 0accc53 Document cygserver changes
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/release/2.8.0 | 3 +++
1 file changed, 3 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 llvm.
from 5792952 [AMDGPU] Fix SGPR usage count in SI scheduler
new bab6d5e [InstCombine] Provide a way to calculate KnownZero/One for Ad [...]
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/Analysis/ValueTracking.h | 5 ++
lib/Analysis/ValueTracking.cpp | 56 ++++++++++++++--------
.../InstCombine/InstCombineSimplifyDemanded.cpp | 9 ++--
3 files changed, 45 insertions(+), 25 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 8259db5 dlfcn: Remove stray debug output
new 8d6a522 cygserver: Seralize debug output to stdout to raise readability
new 838eaf6 cygserver: Only print basename of source in debug output to r [...]
new 0b73dba cygserver: raise number of worker threads on demand
new b80b2c0 cygserver: Revamp thread sleep handling
new 4dbcfeb cygserver: Small code cleanup
new 663b4ab cygserver: Speed up non-debug scenario
The 6 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/cygserver/bsd_helper.cc | 6 +-
winsup/cygserver/bsd_log.cc | 18 ++++-
winsup/cygserver/bsd_log.h | 22 +++++-
winsup/cygserver/bsd_mutex.cc | 150 +++++++++++++------------------------
winsup/cygserver/bsd_mutex.h | 18 +++--
winsup/cygserver/process.h | 6 +-
winsup/cygserver/sysv_msg.cc | 5 +-
winsup/cygserver/sysv_sem.cc | 3 +
winsup/cygserver/sysv_shm.cc | 6 ++
winsup/cygserver/threaded_queue.cc | 22 +++---
winsup/cygserver/threaded_queue.h | 1 +
winsup/cygserver/woutsup.h | 2 +-
12 files changed, 129 insertions(+), 130 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 4ec90bf [AMDGPU] Add a new line after a debug message
new 5792952 [AMDGPU] Fix SGPR usage count in SI scheduler
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/SIMachineScheduler.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.