This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository openmp.
from 5afb0c9 Fix omp_sections_nowait.c test to address Bugzilla Bug 28336
new 4720bb4 Improve performance of #pragma omp single
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/src/kmp_runtime.c | 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 clang.
from 4b63fd0 Revert r274348 and r274349 until the Windows failures are fixed.
new 3e9183f Emit more intrinsics for builtin functions
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/CGBuiltin.cpp | 131 ++++++++++++++++++++++++++++++++--------------
test/CodeGen/builtins.c | 92 ++++++++++++++++++++++++++++++++
2 files changed, 184 insertions(+), 39 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 2b0881d Make extract_symbols.py be compatible with Python 3
new 8a6eecb Revert r274347 "[ARM] Refactor Thumb2 mul instruction descs"
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/ARM/ARMInstrThumb2.td | 471 +++++++++++++++++++++++++++------------
1 file changed, 327 insertions(+), 144 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 gcc-6-branch
in repository gcc.
from 147f055 gcc/ Backport from trunk 2016-07-01 Peter Bergner <bergne [...]
new 38420d6 [gcc]
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/ChangeLog | 34 +++++++++++
gcc/config/rs6000/rs6000-builtin.def | 33 ++++++++++
gcc/config/rs6000/rs6000.c | 73 +++++++++++++++++++++-
gcc/config/rs6000/rs6000.h | 6 +-
gcc/config/rs6000/rs6000.md | 32 +++++++++-
gcc/doc/extend.texi | 34 +++++++++++
gcc/testsuite/ChangeLog | 18 ++++++
gcc/testsuite/gcc.target/powerpc/abs128-1.c | 61 +++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/copysign128-1.c | 58 ++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/inf128-1.c | 55 +++++++++++++++++
gcc/testsuite/gcc.target/powerpc/nan128-1.c | 77 ++++++++++++++++++++++++
11 files changed, 478 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/abs128-1.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/copysign128-1.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/inf128-1.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/nan128-1.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 lldb.
from f27ba52 Skip TestDisassembleRawData when remote
new 3d23008 Added support for thread local variables on all Apple OS variants.
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/Expression/DWARFExpression.h | 12 +-
include/lldb/Target/DynamicLoader.h | 2 +-
include/lldb/Target/Thread.h | 4 +-
include/lldb/lldb-enumerations.h | 18 +--
.../test/lang/c/tls_globals/TestTlsGlobals.py | 1 -
.../Python/lldbsuite/test/lang/c/tls_globals/a.c | 6 +
.../lldbsuite/test/lang/c/tls_globals/main.c | 14 +-
source/API/SBBlock.cpp | 2 +
source/API/SBFrame.cpp | 51 +++---
source/API/SBValue.cpp | 4 +
source/Commands/CommandObjectFrame.cpp | 4 +
source/Commands/CommandObjectTarget.cpp | 5 +
source/Expression/DWARFExpression.cpp | 132 ++++++++++++++-
.../Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp | 5 +-
.../Hexagon-DYLD/DynamicLoaderHexagonDYLD.h | 2 +-
.../MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp | 178 ++++++++++++++++++---
.../MacOSX-DYLD/DynamicLoaderMacOSXDYLD.h | 14 ++
.../POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp | 5 +-
.../POSIX-DYLD/DynamicLoaderPOSIXDYLD.h | 2 +-
.../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 19 ++-
source/Symbol/SymbolContext.cpp | 4 +
source/Symbol/Variable.cpp | 8 +-
source/Target/Thread.cpp | 4 +-
23 files changed, 416 insertions(+), 80 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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/abe.
from 2c37def MakeRelease.job: Fix the option name.
new 59d5018 scripts/MakeRelease.job: Convert --extra option to --toolchainconfig
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:
scripts/MakeRelease.job | 12 ++++++++----
1 file changed, 8 insertions(+), 4 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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/abe.
from 82d1d3a Add support for an optional --extraconfig option to pass to ABE.
adds 2c37def MakeRelease.job: Fix the option name.
No new revisions were added by this update.
Summary of changes:
scripts/MakeRelease.job | 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.
unknown user pushed a change to branch master
in repository llvm.
from 7aad63c CodeGen: Use MachineInstr& in RegisterCoalescer, NFC
new 2b0881d Make extract_symbols.py be compatible with Python 3
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:
utils/extract_symbols.py | 34 +++++++++++++++++++++-------------
1 file changed, 21 insertions(+), 13 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 b9e2bc1 fix documentation comments; NFC
new 7aad63c CodeGen: Use MachineInstr& in RegisterCoalescer, NFC
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/RegisterCoalescer.cpp | 75 +++++++++++++++++++--------------------
1 file changed, 37 insertions(+), 38 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 lldb.
from 4c481e0 Fix for Windows builds.
new f27ba52 Skip TestDisassembleRawData when remote
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/python_api/disassemble-raw-data/TestDisassembleRawData.py | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.