This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_60
in repository llvm.
from 72d068a93fe Merging r325894: ------------------------------------------ [...]
new 16ebb58ea40 [ReleaseNotes] More X86 updates
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/ReleaseNotes.rst | 22 +++++++++++++++++++++-
1 file changed, 21 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 gcc.
from 0b41735a24d * ipa-prop.c (ipa_vr_ggc_hash_traits::hash): Hash p->min a [...]
new cdde49dffbc 2018-02-23 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
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/trans-io.c | 6 +++---
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/inquire_19.f90 | 13 +++++++++++++
4 files changed, 27 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/inquire_19.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 gcc.
from 5b488d4060a 2018-02-23 Paul Thomas <pault(a)gcc.gnu.org>
new b19fea61d3f * lto-partition.c (lto_balanced_map): Watch overflow.
new 0b41735a24d * ipa-prop.c (ipa_vr_ggc_hash_traits::hash): Hash p->min 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:
gcc/ChangeLog | 5 +++++
gcc/ipa-prop.c | 13 +++++++------
gcc/lto/ChangeLog | 4 ++++
gcc/lto/lto-partition.c | 3 ++-
4 files changed, 18 insertions(+), 7 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/keiths/template-completion
in repository binutils-gdb.
at b1ecccc4cd Support template lookups in strncmp_iw_with_mode
This branch includes the following new commits:
new a1c8ba9846 Move find_toplevel_char to utils.[ch]
new f79a008250 Remove hard-coded line number from templates.exp
new b1ecccc4cd Support template lookups in strncmp_iw_with_mode
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.
--
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 01f7e10cf2 PR22881, null pointer dereference in assign_file_positions_f [...]
new 9d8780f0d0 dwarf: Make sect_offset 64-bits
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:
gdb/ChangeLog | 46 ++++++++
gdb/dwarf2read.c | 337 ++++++++++++++++++++++++++++---------------------------
gdb/gdbtypes.h | 10 +-
3 files changed, 225 insertions(+), 168 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 6de501024dc gcc/ChangeLog:
new 5b488d4060a 2018-02-23 Paul Thomas <pault(a)gcc.gnu.org>
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/trans-types.c | 1 +
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/pr83149_a.f90 | 11 +++++++++++
gcc/testsuite/gfortran.dg/pr83149_b.f90 | 16 ++++++++++++++++
5 files changed, 40 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/pr83149_a.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr83149_b.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 lldb.
from 99ee5076e Fix TestMultithreaded when there's no debugserver specified
new dd596edd4 Replace HashStringUsingDJB with llvm::djbHash
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/lldb/Core/MappedHash.h | 181 +--------------------
.../c/unicode}/Makefile | 2 +-
.../test/lang/c/unicode/TestUnicodeSymbols.py | 19 +++
.../Python/lldbsuite/test/lang/c/unicode/main.c | 5 +
.../Plugins/SymbolFile/DWARF/HashedNameToDIE.cpp | 21 +--
source/Plugins/SymbolFile/DWARF/HashedNameToDIE.h | 18 +-
.../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 46 +++---
source/Target/ObjCLanguageRuntime.cpp | 7 +-
8 files changed, 76 insertions(+), 223 deletions(-)
copy packages/Python/lldbsuite/test/{functionalities/breakpoint/address_breakpoint [...]
create mode 100644 packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py
create mode 100644 packages/Python/lldbsuite/test/lang/c/unicode/main.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 6ed382f4f6a [BPI] Detect branches in loops that make themselves not taken
new 799e36774a9 [Debug] Add dbg.value intrinsics for PHIs created during LCSSA.
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/Utils/LCSSA.cpp | 9 +-
lib/Transforms/Utils/Local.cpp | 7 +-
.../LCSSA/avoid-intrinsics-in-catchswitch.ll | 133 +++++++++++++++++++++
test/Transforms/LCSSA/basictest.ll | 6 +-
4 files changed, 147 insertions(+), 8 deletions(-)
create mode 100644 test/Transforms/LCSSA/avoid-intrinsics-in-catchswitch.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.