This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from ee2737c903 [OPENMP] Mark global tors/dtors as used.
new 263aec894d [X86] Only enable the __ud2 and __int2c builtins if intrin.h [...]
new 113fcfe647 [OpenCL] Fix typos in emitted enqueue kernel function names
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/clang/Basic/BuiltinsX86.def | 4 ++--
lib/CodeGen/CGBuiltin.cpp | 8 ++++----
test/CodeGenOpenCL/cl20-device-side-enqueue.cl | 18 +++++++++---------
3 files changed, 15 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 compiler-rt.
from d111ca4e5 [sanitizer] Correct 64-bit atomic_store on 32-bit "other" platforms
new 82735237b [libFuzzer] Disable print-func.test on Darwin.
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/fuzzer/print-func.test | 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 lldb.
from ce05f5be5 [lit, lldbsuite] Add a bug reference to the failing TestLinux [...]
new b035d3f8b General cleanup to minimize the .debug_types patch
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/lldb-forward.h | 1 +
.../SymbolFile/DWARF/DWARFASTParserClang.cpp | 6 +-
.../Plugins/SymbolFile/DWARF/DWARFASTParserGo.cpp | 3 +-
source/Plugins/SymbolFile/DWARF/DWARFAttribute.cpp | 3 +-
.../Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp | 13 +-
source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h | 23 +-
source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp | 6 +
source/Plugins/SymbolFile/DWARF/DWARFDIE.h | 10 +
.../SymbolFile/DWARF/DWARFDataExtractor.cpp | 2 +-
.../Plugins/SymbolFile/DWARF/DWARFDataExtractor.h | 2 +-
source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp | 269 +--------------------
source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.h | 7 -
.../SymbolFile/DWARF/DWARFDebugInfoEntry.cpp | 16 +-
source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp | 26 +-
source/Plugins/SymbolFile/DWARF/DWARFUnit.h | 49 +++-
.../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 9 +-
16 files changed, 110 insertions(+), 335 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 binutils-gdb.
from 60cb2c8a33 Fix typo in od-macho.c
new 37d9e06231 gdb: xtensa: handle privileged registers
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:
gdb/ChangeLog | 9 +++++++++
gdb/xtensa-linux-tdep.c | 6 ++++++
gdb/xtensa-tdep.c | 12 ++++--------
3 files changed, 19 insertions(+), 8 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 e12196c6346 /cp 2018-05-09 Paolo Carlini <paolo.carlini(a)oracle.com>
new e63d7dc8d2c /cp 2018-05-09 Paolo Carlini <paolo.carlini(a)oracle.com>
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/g++.dg/cpp1y/pr84588.C | 0
1 file changed, 0 insertions(+), 0 deletions(-)
delete mode 100644 gcc/testsuite/g++.dg/cpp1y/pr84588.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 compiler-rt.
from 45688582b Add basic compiler-rt builtins support for hexagon.
new d111ca4e5 [sanitizer] Correct 64-bit atomic_store on 32-bit "other" platforms
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/sanitizer_common/sanitizer_atomic_clang_other.h | 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 8d032600bea [DAGCombine] Change store merge candidates check cut off to 1024.
new 3b0f8c0f128 [InstCombine] snprintf optimizations
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/Transforms/Utils/SimplifyLibCalls.h | 2 +
lib/Transforms/Utils/SimplifyLibCalls.cpp | 90 +++++++++++++++
test/Transforms/InstCombine/snprintf.ll | 138 +++++++++++++++++++++++
3 files changed, 230 insertions(+)
create mode 100644 test/Transforms/InstCombine/snprintf.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 gcc.
from dffc468e6d8 [openacc, libgomp] Use GOMP_ASYNC_SYNC in GOACC_declare
new e12196c6346 /cp 2018-05-09 Paolo Carlini <paolo.carlini(a)oracle.com>
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/cp/ChangeLog | 11 +++++++++++
gcc/cp/parser.c | 2 --
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/g++.dg/cpp1y/pr84588.C | 10 ----------
4 files changed, 20 insertions(+), 12 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 85c337e7098 Add ax_pthread.m4 for use in binutils-gdb
new dffc468e6d8 [openacc, libgomp] Use GOMP_ASYNC_SYNC in GOACC_declare
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:
libgomp/ChangeLog | 6 ++++++
libgomp/oacc-parallel.c | 8 ++++----
2 files changed, 10 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.
unknown user pushed a change to branch master
in repository llvm.
from fdba35eadd9 [Hexagon] Fix sanitizer error about using -1u in variable o [...]
new 8d032600bea [DAGCombine] Change store merge candidates check cut off to 1024.
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/SelectionDAG/DAGCombiner.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.