This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from c9c2f251f1c [gcc] 2017-05-18 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new 7f2f4625aa9 PR go/80814 * Makefile.am (AM_GOCFLAGS): Define. * Makef [...]
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:
gotools/ChangeLog | 6 ++++++
gotools/Makefile.am | 1 +
gotools/Makefile.in | 3 ++-
3 files changed, 9 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 users/aoliva/SFN
in repository binutils-gdb.
from 7db7d40c98 LVU: don't compare equal to a NULL force_reset_view
new 47f2c44e01 LVU: fix forced-view-reset same-frag condition
new 2d2a3a89f6 LVU: defer *leb128 expression
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:
gas/dwarf2dbg.c | 4 ++--
gas/read.c | 2 +-
2 files changed, 3 insertions(+), 3 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 d687f9863ae [ADT] Fix some Clang-tidy modernize-use-using warnings; oth [...]
new 32baeeab7fa [NewGVN] Replace predicate info leftovers.
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/NewGVN.cpp | 6 ++++++
test/Transforms/NewGVN/pr32945.ll | 24 ++++++++++++++++++++++++
2 files changed, 30 insertions(+)
create mode 100644 test/Transforms/NewGVN/pr32945.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 8767cef2225 [InstCombine] add helper to foldXorOfICmps(); NFCI
new d687f9863ae [ADT] Fix some Clang-tidy modernize-use-using warnings; oth [...]
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/ADT/ImmutableList.h | 8 +--
include/llvm/ADT/ImmutableMap.h | 62 ++++++++---------
include/llvm/ADT/ImmutableSet.h | 121 +++++++++++++++++-----------------
include/llvm/ADT/IndexedMap.h | 16 ++---
include/llvm/ADT/IntervalMap.h | 49 +++++++-------
include/llvm/ADT/IntrusiveRefCntPtr.h | 18 +++--
include/llvm/ADT/MapVector.h | 24 ++++---
include/llvm/ADT/Optional.h | 33 ++++++----
include/llvm/ADT/PackedVector.h | 6 +-
include/llvm/ADT/PointerEmbeddedInt.h | 30 +++++----
include/llvm/ADT/PointerIntPair.h | 29 +++++---
include/llvm/ADT/PointerSumType.h | 49 +++++++-------
include/llvm/ADT/PointerUnion.h | 74 +++++++++++----------
include/llvm/ADT/simple_ilist.h | 33 ++++++----
14 files changed, 302 insertions(+), 250 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 lld.
from 4160f1f08 Set IMAGE_DLL_CHARACTERISTICS_NO_BIND.
new 31caced20 Use linker script commands in writeMapFile.
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/LinkerScript.cpp | 3 ---
ELF/MapFile.cpp | 17 +++++++++++------
ELF/MapFile.h | 5 ++---
ELF/Writer.cpp | 7 ++++++-
4 files changed, 19 insertions(+), 13 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 users/aoliva/SFN
in repository binutils-gdb.
from fe88cf8022 LVU: document .loc view
new 7db7d40c98 LVU: don't compare equal to a NULL force_reset_view
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:
gas/dwarf2dbg.c | 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 clang.
from 8f8b650525 When we enter a module within a linkage specification, switc [...]
new 86fb5b7268 clang-format: [JS] for await, and fix a crash with for loops.
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/Format/TokenAnnotator.cpp | 8 ++++----
lib/Format/UnwrappedLineParser.cpp | 4 ++--
unittests/Format/FormatTestJS.cpp | 5 ++---
3 files changed, 8 insertions(+), 9 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 0c3c8c6175f [InstSimplify] Make m_Not work for xor -1, X
new 8767cef2225 [InstCombine] add helper to foldXorOfICmps(); 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:
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 79 ++++++++++++----------
lib/Transforms/InstCombine/InstCombineInternal.h | 10 +--
2 files changed, 48 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 compiler-rt.
from f658c0403 [compiler-rt][cmake] Build unit tests conditionally with _FIL [...]
new 0d7dff404 [scudo] lower quarantine default sizes
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/scudo/scudo_flags.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.