This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 4f38f40 [X86][SSE] Add vector test for (shl (or x, c1), c2) -> (or (s [...]
new c7bb88e Add a comment consumer mechanism to MCAsmLexer
new 9767640 Wdocumentation fix
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/CodeGen/DIE.h | 2 +-
include/llvm/MC/MCParser/MCAsmLexer.h | 19 +++++++++++++++++++
lib/MC/MCParser/AsmLexer.cpp | 15 +++++++++++++++
lib/MC/MCParser/MCAsmLexer.cpp | 3 ++-
4 files changed, 37 insertions(+), 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 llvm.
from 119507f [AVR] Add MIR tests for a few pseudo instructions
new 4f38f40 [X86][SSE] Add vector test for (shl (or x, c1), c2) -> (or (s [...]
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/CodeGen/X86/combine-shl.ll | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 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 libcxx.
from 52b1b17 Avoid C++17 guaranteed copy elision when testing for non-copyability
new 22e3b2a Add more test cases to packaged_task copyability 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:
.../thread/futures/futures.task/futures.task.members/ctor1.fail.cpp | 6 ++++--
1 file changed, 4 insertions(+), 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 libcxx.
from 014f0b0 Fix PR30323: numeric_limits<T>::max_digits10 when using 16 bit ints.
new 52b1b17 Avoid C++17 guaranteed copy elision when testing for non-copyability
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:
.../stream.buffers/streambuf/streambuf.cons/copy.fail.cpp | 4 ++--
.../thread/futures/futures.task/futures.task.members/ctor1.fail.cpp | 3 ++-
2 files changed, 4 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 openmp.
from 0fee15b fixed type in Windows-specific code
new 070870b Support of mips & mips64 for openmprtl
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:
runtime/CMakeLists.txt | 10 ++++++++--
runtime/README.txt | 1 +
runtime/cmake/LibompGetArchitecture.cmake | 4 ++++
runtime/cmake/LibompMicroTests.cmake | 3 +++
runtime/cmake/LibompUtils.cmake | 4 ++++
runtime/src/kmp_affinity.h | 23 +++++++++++++++++++++-
runtime/src/kmp_csupport.c | 2 +-
runtime/src/kmp_gsupport.c | 2 +-
runtime/src/kmp_os.h | 8 ++++----
runtime/src/kmp_platform.h | 14 +++++++++++--
runtime/src/kmp_runtime.c | 4 ++--
.../src/thirdparty/ittnotify/ittnotify_config.h | 14 ++++++++++++-
.../src/thirdparty/ittnotify/ittnotify_static.c | 2 +-
runtime/src/z_Linux_asm.s | 4 ++--
runtime/tools/lib/Platform.pm | 15 ++++++++++++--
runtime/tools/lib/Uname.pm | 4 ++++
www/README.txt | 1 +
www/index.html | 5 +++++
18 files changed, 101 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 gcc.
from fbf8561 P0003R5 - removal of dynamic exception specification from C+ [...]
new ace9019 Fix failing poly64 tests on ARM 2016-12-08 Christophe Lyon [...]
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/testsuite/ChangeLog | 6 ++++++
.../gcc.target/aarch64/advsimd-intrinsics/arm-neon-ref.h | 15 ---------------
2 files changed, 6 insertions(+), 15 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 d9bd6dd [AVR] Add an assertion to ensure we don't emit LPM when it's [...]
new 119507f [AVR] Add MIR tests for a few pseudo instructions
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/CodeGen/AVR/pseudo/ADDWRdRr.mir | 24 ++++++++++++++++++++++++
test/CodeGen/AVR/pseudo/LDDWRdPtrQ.mir | 24 ++++++++++++++++++++++++
test/CodeGen/AVR/pseudo/LDDWRdYQ.mir | 24 ++++++++++++++++++++++++
3 files changed, 72 insertions(+)
create mode 100644 test/CodeGen/AVR/pseudo/ADDWRdRr.mir
create mode 100644 test/CodeGen/AVR/pseudo/LDDWRdPtrQ.mir
create mode 100644 test/CodeGen/AVR/pseudo/LDDWRdYQ.mir
--
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 aoliva/SFN
in repository gcc.
from 235d77b not SFN: use is_gimple_debug instead of gimple_code in graphite
new 3dea8ba SFN: disregard debug stmts in omp-low.c:check_combined_parallel
new 7ad704d SFN: skip or handle debug stmts, mainly trailing ones, all ov [...]
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:
gcc/omp-low.c | 163 +++++++++++++++++++++++++++++++---------------------------
1 file changed, 86 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 llvm.
from 8bb25c4 LTO: Hash the parts of the LTO configuration that affect code [...]
new d9bd6dd [AVR] Add an assertion to ensure we don't emit LPM when it's [...]
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/AVR/AVRISelDAGToDAG.cpp | 2 ++
1 file changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.