This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 3c151fb Move GlobalDynIndex to SymbolBody.
new 9879ad4 Add a missing REQUIRES.
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/ELF/aarch64-tls-static.s | 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 llvm.
from 98090ec [BitCode] Make sure atomicrmw's argument is an actual PointerType
new ca2ccc3 [Internalize] Test that __stack_chk_{guard, fail} are not int [...]
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/Transforms/Internalize/stackguard.ll | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 test/Transforms/Internalize/stackguard.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 lld.
from 5c72653 Include version in --reproduce.
new 3c151fb Move GlobalDynIndex to SymbolBody.
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:
ELF/OutputSections.cpp | 8 ++++----
ELF/Symbols.h | 3 +--
test/ELF/aarch64-tls-static.s | 36 ++++++++++++++++++++++++++++++++++++
3 files changed, 41 insertions(+), 6 deletions(-)
create mode 100644 test/ELF/aarch64-tls-static.s
--
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 afe713a [BitCode] Make sure storeatomic's argument is an actual PointerType
new 98090ec [BitCode] Make sure atomicrmw's argument is an actual PointerType
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/Bitcode/Reader/BitcodeReader.cpp | 1 +
...act-0-indices.bc => invalid-nonpointer-atomicrmw.bc} | Bin 452 -> 452 bytes
test/Bitcode/invalid.test | 5 +++++
3 files changed, 6 insertions(+)
copy test/Bitcode/Inputs/{invalid-extract-0-indices.bc => invalid-nonpointer-atomi [...]
--
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 a55495a [PM] Port IndVarSimplify to the new pass manager
new 0b28fbb Add Visual Studio Visualizer for ArrayRef
new 780fc2c [BitCode] Don't allow constants of void type.
new e8dd99a [BitCode] Diagnose GEPs with no indices
new afe713a [BitCode] Make sure storeatomic's argument is an actual PointerType
The 4 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/Bitcode/Reader/BitcodeReader.cpp | 7 +++++++
...-extract-0-indices.bc => invalid-gep-no-operands.bc} | Bin 452 -> 452 bytes
...t-0-indices.bc => invalid-nonpointer-storeatomic.bc} | Bin 452 -> 452 bytes
...id-extract-0-indices.bc => invalid-void-constant.bc} | Bin 452 -> 452 bytes
test/Bitcode/invalid.test | 15 +++++++++++++++
utils/LLVMVisualizers/llvm.natvis | 13 ++++++++++++-
6 files changed, 34 insertions(+), 1 deletion(-)
copy test/Bitcode/Inputs/{invalid-extract-0-indices.bc => invalid-gep-no-operands. [...]
copy test/Bitcode/Inputs/{invalid-extract-0-indices.bc => invalid-nonpointer-store [...]
copy test/Bitcode/Inputs/{invalid-extract-0-indices.bc => invalid-void-constant.bc} (86%)
--
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 85c3541 Backport from mainline 2016-06-01 Uros Bizjak <ubizjak@gm [...]
new dde0133 gcc/testsuite/ChangeLog:
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/fortran/ChangeLog | 7 +++++++
gcc/fortran/trans-array.c | 7 ++++++-
gcc/testsuite/ChangeLog | 5 +++++
.../gfortran.dg/{class_array_11.f03 => class_array_22.f03} | 12 +++++++-----
4 files changed, 25 insertions(+), 6 deletions(-)
copy gcc/testsuite/gfortran.dg/{class_array_11.f03 => class_array_22.f03} (56%)
--
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 1518a5c [InstCombine] allow vector icmp bool transforms
new 7ae69db fix checks
new fa9013b [IndVars] Remove -liv-reduce
new a55495a [PM] Port IndVarSimplify to the new pass manager
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:
.../Scalar/{LoopRotation.h => IndVarSimplify.h} | 17 +++--
include/llvm/Transforms/Utils/SimplifyIndVar.h | 12 +---
lib/Passes/PassBuilder.cpp | 1 +
lib/Passes/PassRegistry.def | 1 +
lib/Transforms/Scalar/IndVarSimplify.cpp | 32 ++++++++--
lib/Transforms/Utils/SimplifyIndVar.cpp | 72 ----------------------
.../IndVarSimplify/backedge-on-min-max.ll | 1 +
test/Transforms/IndVarSimplify/iv-widen.ll | 1 +
test/Transforms/IndVarSimplify/overflowcheck.ll | 56 -----------------
test/Transforms/IndVarSimplify/sharpen-range.ll | 1 +
test/Transforms/InstCombine/set.ll | 6 +-
11 files changed, 43 insertions(+), 157 deletions(-)
copy include/llvm/Transforms/Scalar/{LoopRotation.h => IndVarSimplify.h} (50%)
delete mode 100644 test/Transforms/IndVarSimplify/overflowcheck.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 4023ab7 add tests to show missing vector transforms
new 1518a5c [InstCombine] allow vector icmp bool transforms
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/Transforms/InstCombine/InstCombineCompares.cpp | 2 +-
test/Transforms/InstCombine/cast.ll | 2 +-
test/Transforms/InstCombine/set.ll | 8 ++++----
3 files changed, 6 insertions(+), 6 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 8e3cd30 gcc/testsuite/ChangeLog:
new d0eb778 Protect allocator-overloads of tuple-from-tuple constructors [...]
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:
libstdc++-v3/ChangeLog | 9 ++++++
libstdc++-v3/include/std/tuple | 28 ++++++++++++-----
.../20_util/tuple/cons/nested_tuple_construct.cc | 35 ++++++++++++++++++++++
3 files changed, 64 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 llvm.
from af70a2b update test to use FileCheck
new be41fdc regenerate checks
new 4023ab7 add tests to show missing vector transforms
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:
test/Transforms/InstCombine/fcmp-special.ll | 135 ++++++++++++++++------------
test/Transforms/InstCombine/set.ll | 20 +++++
2 files changed, 98 insertions(+), 57 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.