This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 8821a24acb [UBSan] Add silence_unsigned_overflow flag.
new 9185e52f3e [CUDA] Use atexit() to call module destructor.
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/CGCUDANV.cpp | 13 +++++++++++++
lib/CodeGen/CodeGenModule.cpp | 5 ++---
test/CodeGenCUDA/device-stub.cu | 4 ++--
3 files changed, 17 insertions(+), 5 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 4c4e7ad46e Fix Cell debugging regression
new 141ec9f67f Copy gdb-gdb.py to build dir
new 68ad5fb9aa gdb-gdb.py.in: Fix ordering of TypeFlags objects with Python 3
new 189366cd86 gdb-gdb.py.in: Don't print value's tag_name
The 3 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 | 21 +++++++++++++++++++++
gdb/Makefile.in | 11 +++++++++--
gdb/configure | 9 ++++++++-
gdb/configure.ac | 2 +-
gdb/{gdb-gdb.py => gdb-gdb.py.in} | 7 ++++---
5 files changed, 43 insertions(+), 7 deletions(-)
rename gdb/{gdb-gdb.py => gdb-gdb.py.in} (98%)
--
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 294097505fe Avoid crash on friend in nested class template.
new d6c5e987e73 * config/v850/v850-modes.def (CCZ, CCNZ): Add new modes. [...]
new fe8bc499506 * config/v850/v850-protos.h (notice_update_cc): Remove. * [...]
new 24010b8db35 * config/v850/v850.md (addsi3_set_flags): New pattern. (s [...]
The 3 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 | 70 +++
gcc/config/v850/v850-modes.def | 2 +
gcc/config/v850/v850-protos.h | 1 -
gcc/config/v850/v850.c | 117 ++--
gcc/config/v850/v850.h | 17 -
gcc/config/v850/v850.md | 1271 +++++++++++++++++++++-------------------
6 files changed, 781 insertions(+), 697 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 752939e86ab [ThinLTO] Print names in function import debug messages whe [...]
new 3d6697fe50b [DAGCombiner] restrict (float)((int) f) --> ftrunc with no- [...]
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 | 9 +++++++--
test/CodeGen/AArch64/ftrunc.ll | 10 +++++----
test/CodeGen/PowerPC/fp-int128-fp-combine.ll | 29 +++++++++++++++++++++++++++
test/CodeGen/PowerPC/fp-to-int-to-fp.ll | 2 +-
test/CodeGen/PowerPC/ftrunc-vec.ll | 10 +++++----
test/CodeGen/PowerPC/no-extra-fp-conv-ldst.ll | 2 +-
test/CodeGen/X86/2011-10-19-widen_vselect.ll | 6 ++++--
test/CodeGen/X86/avx-cvttp2si.ll | 10 +++++----
test/CodeGen/X86/ftrunc.ll | 23 +++++++++++----------
test/CodeGen/X86/sse-cvttp2si.ll | 26 +++++++++++++-----------
10 files changed, 86 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 clang.
from baa2648969 [DebugInfo] Emit ObjC methods as part of interface
new 8821a24acb [UBSan] Add silence_unsigned_overflow flag.
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/UndefinedBehaviorSanitizer.rst | 7 +++++++
1 file changed, 7 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 compiler-rt.
from 1523dfc20 [sanitizer] zx_cprng_draw no longer takes the output argument
new e833fe37b [UBSan] Add silence_unsigned_overflow flag.
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/ubsan/ubsan_flags.inc | 3 +++
lib/ubsan/ubsan_handlers.cc | 4 ++++
test/ubsan/TestCases/Integer/no-recover.cpp | 2 ++
3 files changed, 9 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 43d4585d619 [MachineOutliner] Don't outline sequences where x16/x17/nzc [...]
new f602599e6b3 [Object] Allow iterating over an IRObjectFile's modules
new 752939e86ab [ThinLTO] Print names in function import debug messages whe [...]
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/IR/ModuleSummaryIndex.h | 7 +++++
include/llvm/Object/IRObjectFile.h | 11 +++++++
lib/Transforms/IPO/FunctionImport.cpp | 23 +++++++++-----
...ty_module_with_cache.ll => funcimport-debug.ll} | 6 ++--
test/ThinLTO/X86/deadstrip.ll | 14 ++++++++-
test/ThinLTO/X86/funcimport-debug.ll | 35 ++++++++++++++++++++++
6 files changed, 85 insertions(+), 11 deletions(-)
copy test/ThinLTO/X86/Inputs/{empty_module_with_cache.ll => funcimport-debug.ll} (63%)
create mode 100644 test/ThinLTO/X86/funcimport-debug.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 c86651469ca [InstCombine] add more tests for shuffle with different bin [...]
new 43d4585d619 [MachineOutliner] Don't outline sequences where x16/x17/nzc [...]
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/CodeGen/MachineOutliner.h | 24 +++
lib/CodeGen/MachineOutliner.cpp | 1 -
lib/Target/AArch64/AArch64InstrInfo.cpp | 65 +++++---
lib/Target/AArch64/AArch64InstrInfo.h | 3 -
.../AArch64/machine-outliner-bad-register.mir | 183 +++++++++++++++++++++
5 files changed, 248 insertions(+), 28 deletions(-)
create mode 100644 test/CodeGen/AArch64/machine-outliner-bad-register.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 master
in repository clang.
from 0783eeef9a Revert "[Analyzer] Moved RangeConstraintManager to header. NFC."
new baa2648969 [DebugInfo] Emit ObjC methods as part of interface
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/CGDebugInfo.cpp | 44 ++++++++++++++++++++++++++++
lib/CodeGen/CGDebugInfo.h | 4 +++
test/CodeGenObjC/debug-info-category.m | 52 ++++++++++++++++++++++++++++++++++
3 files changed, 100 insertions(+)
create mode 100644 test/CodeGenObjC/debug-info-category.m
--
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 f9e6514a028 [AArch64] Add support for Arm Cortex-A76
new 294097505fe Avoid crash on friend in nested class template.
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 | 5 +++
gcc/cp/name-lookup.c | 38 ++++++++++++++---------
gcc/testsuite/g++.dg/template/friend66.C | 9 ++++++
gcc/testsuite/g++.old-deja/g++.law/visibility13.C | 10 +++---
4 files changed, 44 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/template/friend66.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.