This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d756621 Convert logical ops on integers to bitwise equivalent with -fdec.
new c6a7d9e input.c/libcpp: fix lifetimes of path buffers
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/input.c | 47 +++++++++++++++++++++++++++++++++++++++--------
libcpp/ChangeLog | 4 ++++
libcpp/files.c | 1 +
4 files changed, 54 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 da24afa [LV] Sink scalar operands of predicated instructions
new 301f71e Switch lowering: improve partitioning of jump tables
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/SelectionDAGBuilder.cpp | 45 ++++++++++++++++--------
test/CodeGen/AArch64/max-jump-table.ll | 17 +++++----
2 files changed, 39 insertions(+), 23 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 511cfbb [Driver] Disable OpenSUSE rules for OpenSUSE/SLES 10 and older
new 77bc8ef Reapply r284265: "[Sema] Refactor context checking for availa [...]
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/clang/Sema/Sema.h | 15 +---
lib/Sema/SemaDecl.cpp | 26 ------
lib/Sema/SemaDeclAttr.cpp | 147 ++++++++++++++++++++--------------
lib/Sema/SemaExpr.cpp | 38 +++------
test/SemaObjC/class-unavail-warning.m | 25 +++++-
5 files changed, 128 insertions(+), 123 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 5a31336 [InstCombine] add tests for missing icmp + shl nuw fold
new da24afa [LV] Sink scalar operands of predicated instructions
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/Vectorize/LoopVectorize.cpp | 91 ++++++++++++++++++----
.../LoopVectorize/consecutive-ptr-uniforms.ll | 10 +--
test/Transforms/LoopVectorize/if-pred-stores.ll | 10 +--
test/Transforms/LoopVectorize/induction.ll | 12 +--
4 files changed, 94 insertions(+), 29 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 0e4bd93 Fix 80-char violations. NFC.
new e05a7ff Remove debug location from common tail when tail-merging
new 5bd98bf Add -strip-nonlinetable-debuginfo capability
new 5a31336 [InstCombine] add tests for missing icmp + shl nuw fold
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:
include/llvm/IR/DebugInfo.h | 12 +
include/llvm/IR/Metadata.h | 6 +-
include/llvm/InitializePasses.h | 1 +
include/llvm/Transforms/IPO.h | 4 +
lib/CodeGen/BranchFolding.cpp | 7 +-
lib/IR/DebugInfo.cpp | 293 +++++++++++++++++++++
lib/IR/Metadata.cpp | 2 +-
lib/Transforms/Utils/CMakeLists.txt | 1 +
.../Utils/StripNonLineTableDebugInfo.cpp | 42 +++
lib/Transforms/Utils/Utils.cpp | 1 +
test/BugPoint/metadata.ll | 23 +-
test/BugPoint/named-md.ll | 2 +-
test/DebugInfo/COFF/local-variables.ll | 10 +-
test/DebugInfo/X86/tail-merge.ll | 76 ++++++
test/Transforms/InstCombine/icmp-shl-nuw.ll | 80 ++++++
...strip-nonlinetable-debuginfo-containingtypes.ll | 92 +++++++
.../Util/strip-nonlinetable-debuginfo-cus.ll | 24 ++
.../Util/strip-nonlinetable-debuginfo-localvars.ll | 36 +++
...strip-nonlinetable-debuginfo-subroutinetypes.ll | 22 ++
tools/bugpoint/CrashDebugger.cpp | 23 ++
20 files changed, 741 insertions(+), 16 deletions(-)
create mode 100644 lib/Transforms/Utils/StripNonLineTableDebugInfo.cpp
create mode 100644 test/DebugInfo/X86/tail-merge.ll
create mode 100644 test/Transforms/InstCombine/icmp-shl-nuw.ll
create mode 100644 test/Transforms/Util/strip-nonlinetable-debuginfo-containingtypes.ll
create mode 100644 test/Transforms/Util/strip-nonlinetable-debuginfo-cus.ll
create mode 100644 test/Transforms/Util/strip-nonlinetable-debuginfo-localvars.ll
create mode 100644 test/Transforms/Util/strip-nonlinetable-debuginfo-subroutinetypes.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 compiler-rt.
from 5452863 scripts: Document existing problems with the symbolizer build [...]
new e04d43d Remove a VS 2012 workaround, we require 2015 now.
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:
cmake/Modules/AddCompilerRT.cmake | 6 ------
1 file changed, 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 llvm.
from 59b2213 [unittests] STLExtrasTest: Remove an MSVC 2013 workaround, NFCI.
new 0e4bd93 Fix 80-char violations. 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/Transforms/Scalar/LoopUnrollPass.cpp | 15 ++++++++++-----
1 file changed, 10 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 gcc.
from 5f2a116 Implement ~line_maps ()
new d756621 Convert logical ops on integers to bitwise equivalent with -fdec.
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 | 6 +
gcc/fortran/gfortran.texi | 38 ++++++
gcc/fortran/resolve.c | 105 ++++++++++++++++
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/gfortran.dg/dec_bitwise_ops_1.f90 | 106 ++++++++++++++++
gcc/testsuite/gfortran.dg/dec_bitwise_ops_2.f90 | 155 ++++++++++++++++++++++++
6 files changed, 415 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/dec_bitwise_ops_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/dec_bitwise_ops_2.f90
--
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 a69463c [unittests] Remove an MSVC 2013 workaround, NFCI.
new 59b2213 [unittests] STLExtrasTest: Remove an MSVC 2013 workaround, NFCI.
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:
unittests/ADT/STLExtrasTest.cpp | 3 +--
1 file changed, 1 insertion(+), 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 c6d9700 * constexpr.c (maybe_constant_init): Pull out TARGET_EXPR_INITIAL.
new 5f2a116 Implement ~line_maps ()
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 | 5 +++++
gcc/toplev.c | 1 -
libcpp/ChangeLog | 7 +++++++
libcpp/include/line-map.h | 3 ++-
libcpp/line-map.c | 15 ++++++++-------
5 files changed, 22 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.