This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 0591b2b Avoid these headers looking like the same file on a content-a [...]
new f4da251 Proposal: Backward-edge CFI for return statements (RCFI)
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/ControlFlowIntegrityDesign.rst | 90 ++++++++++++++++++++++++++++++++++++-
1 file changed, 89 insertions(+), 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 f7acf05 [SCEV] Fix trip multiple calculation
new 3fd77c9 [Fuchsia] Use %gs for ABI slots under -mcmodel=kernel
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/X86/X86ISelLowering.cpp | 4 ++--
1 file changed, 2 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 gcc.
from 8e2bb75 [gcc]
new 96ffae6 PR c++/79519 - ICE with deleted template friend.
new a1f4b30 PR c++/80096 - ICE with C++17 non-type auto.
new 2446dba 2017-03-20 Aaron Sawdey <acsawdey(a)linux.vnet.ibm.com>
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 | 6 ++++++
gcc/config/rs6000/rs6000.md | 2 +-
gcc/cp/ChangeLog | 8 ++++++++
gcc/cp/decl.c | 4 ++--
gcc/cp/pt.c | 5 +++++
gcc/testsuite/g++.dg/cpp0x/deleted13.C | 12 ++++++++++++
gcc/testsuite/g++.dg/cpp1z/nontype-auto10.C | 9 +++++++++
7 files changed, 43 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/deleted13.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/nontype-auto10.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 llvm.
from fd60195 [X86] Clean up test/CodeGen/X86/2006-03-01-InstrSchedBug.ll
new f7acf05 [SCEV] Fix trip multiple calculation
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/Analysis/ScalarEvolution.cpp | 26 +++--
.../ScalarEvolution/tripmultiple_calculation.ll | 125 +++++++++++++++++++++
2 files changed, 141 insertions(+), 10 deletions(-)
create mode 100644 test/Analysis/ScalarEvolution/tripmultiple_calculation.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 7d6ca05 Explicitly add move constructor/assignment operators.
new fd60195 [X86] Clean up test/CodeGen/X86/2006-03-01-InstrSchedBug.ll
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/2006-03-01-InstrSchedBug.ll | 28 ++++++++++++++++++++--------
1 file changed, 20 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 clang.
from 2bf5f68 Reapply "Modules: Cache PCMs in memory and avoid a use-after-free"
new 65ecf3a Bump __cplusplus for C++17 to 201703L per the C++17 DIS.
new 0591b2b Avoid these headers looking like the same file on a content-a [...]
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/Frontend/InitPreprocessor.cpp | 6 ++++--
test/Modules/Inputs/system-out-of-date/X.h | 1 +
test/Modules/Inputs/system-out-of-date/Z.h | 1 +
test/Preprocessor/init.c | 4 ++--
4 files 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.
unknown user pushed a change to branch master
in repository gcc.
from 9a964bc PR c++/79640 - infinite recursion with generic lambda.
new 8e2bb75 [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 | 10 +++++++++
gcc/gimple-ssa-strength-reduction.c | 25 +++++++++++++++++----
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/torture/pr80054.C | 40 ++++++++++++++++++++++++++++++++++
4 files changed, 76 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr80054.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 llvm.
from 653b423 Add test case for merging of chained stores of mismatched type.
new 7d6ca05 Explicitly add move constructor/assignment operators.
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/TableGen/GlobalISelEmitter.cpp | 2 ++
1 file changed, 2 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 d3ffac8 Revert r298158.
new 1ae32f1 Add the rest of the error checking for Mach-O dyld compact bi [...]
new 653b423 Add test case for merging of chained stores of mismatched type.
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/Object/MachO.h | 111 +++++-
include/llvm/Support/LEB128.h | 32 +-
lib/Object/MachOObjectFile.cpp | 435 +++++++++++++++++++--
test/CodeGen/AArch64/pr27816.ll | 48 +++
.../Inputs/macho-bind-add-addr-imm-scaled | Bin 0 -> 8456 bytes
.../llvm-objdump/Inputs/macho-bind-add_addr_uleb | Bin 0 -> 8456 bytes
.../Inputs/macho-bind-bad-opcode-value | Bin 0 -> 8456 bytes
.../Inputs/macho-bind-bind-add-addr-uleb | Bin 0 -> 8456 bytes
.../Inputs/macho-bind-do-bind-no-segIndex | Bin 0 -> 8456 bytes
.../Inputs/macho-bind-dylib-ordinal-uleb | Bin 0 -> 8456 bytes
...macho-bind-dylib-ordinal-uleb-malformed-uleb128 | Bin 0 -> 8456 bytes
.../Inputs/macho-bind-dylib-ordinal-uleb-too-big | Bin 0 -> 8456 bytes
.../Inputs/macho-bind-dylib-special-imm | Bin 0 -> 8456 bytes
.../llvm-objdump/Inputs/macho-bind-seg-too-big | Bin 0 -> 8456 bytes
.../llvm-objdump/Inputs/macho-bind-segoff-too-big | Bin 0 -> 8456 bytes
.../llvm-objdump/Inputs/macho-bind-set-addend-sleb | Bin 0 -> 8456 bytes
.../llvm-objdump/Inputs/macho-bind-set-symbol | Bin 0 -> 8456 bytes
.../llvm-objdump/Inputs/macho-bind-set-type-imm | Bin 0 -> 8456 bytes
.../Inputs/macho-bind-uleb-times-skipping-uleb | Bin 0 -> 8456 bytes
.../Inputs/macho-do-bind-no-dylib-ordinal | Bin 0 -> 8456 bytes
.../llvm-objdump/Inputs/macho-do-bind-no-symbol | Bin 0 -> 8456 bytes
test/tools/llvm-objdump/X86/malformed-machos.test | 4 +-
test/tools/llvm-objdump/macho-bad-bind.test | 50 +++
tools/llvm-objdump/MachODump.cpp | 160 +-------
tools/llvm-objdump/llvm-objdump.cpp | 18 +-
tools/llvm-objdump/llvm-objdump.h | 16 +-
26 files changed, 671 insertions(+), 203 deletions(-)
create mode 100644 test/CodeGen/AArch64/pr27816.ll
create mode 100755 test/tools/llvm-objdump/Inputs/macho-bind-add-addr-imm-scaled
create mode 100755 test/tools/llvm-objdump/Inputs/macho-bind-add_addr_uleb
create mode 100755 test/tools/llvm-objdump/Inputs/macho-bind-bad-opcode-value
create mode 100755 test/tools/llvm-objdump/Inputs/macho-bind-bind-add-addr-uleb
create mode 100755 test/tools/llvm-objdump/Inputs/macho-bind-do-bind-no-segIndex
create mode 100755 test/tools/llvm-objdump/Inputs/macho-bind-dylib-ordinal-uleb
create mode 100755 test/tools/llvm-objdump/Inputs/macho-bind-dylib-ordinal-uleb-ma [...]
create mode 100755 test/tools/llvm-objdump/Inputs/macho-bind-dylib-ordinal-uleb-too-big
create mode 100755 test/tools/llvm-objdump/Inputs/macho-bind-dylib-special-imm
create mode 100755 test/tools/llvm-objdump/Inputs/macho-bind-seg-too-big
create mode 100755 test/tools/llvm-objdump/Inputs/macho-bind-segoff-too-big
create mode 100755 test/tools/llvm-objdump/Inputs/macho-bind-set-addend-sleb
create mode 100755 test/tools/llvm-objdump/Inputs/macho-bind-set-symbol
create mode 100755 test/tools/llvm-objdump/Inputs/macho-bind-set-type-imm
create mode 100755 test/tools/llvm-objdump/Inputs/macho-bind-uleb-times-skipping-uleb
create mode 100755 test/tools/llvm-objdump/Inputs/macho-do-bind-no-dylib-ordinal
create mode 100755 test/tools/llvm-objdump/Inputs/macho-do-bind-no-symbol
create mode 100644 test/tools/llvm-objdump/macho-bad-bind.test
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.