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 3d2a81a38 tsan: don't pass bogus PCs to __tsan_symbolize_external
new 809c05a0c tsan: fix darwin build
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/tsan/{ => Linux}/double_race.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename test/tsan/{ => Linux}/double_race.cc (98%)
--
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 ad5e611e52c [gcc] 2017-08-24 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new 7d753a1bf2b 2017-08-25 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
new 5af867261f0 Part 2/3 for contributing PPC64LE support for X86 SSE instr [...]
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 | 18 +-
gcc/config.gcc | 1 +
gcc/config/rs6000/rs6000-p8swap.c | 47 +-
gcc/config/rs6000/x86intrin.h | 2 +
gcc/config/rs6000/xmmintrin.h | 1821 +++++++++++++++++++++++++++++++++++++
5 files changed, 1880 insertions(+), 9 deletions(-)
create mode 100644 gcc/config/rs6000/xmmintrin.h
--
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 newlib.
from 524eb4dc2 RTEMS: Use __uint64_t for _CLOCK_T_
new a4961ccd3 Revert "headers: avoid bareword attributes" for clang
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:
newlib/libc/include/sys/cdefs.h | 30 ++++++++++++++++--------------
1 file changed, 16 insertions(+), 14 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 lldb.
from f34fe4ea0 Fixed a typo in the example (getName -> GetName) but while I [...]
new 9fe691ec5 Add support for the DWP debug info format
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/lldb-enumerations.h | 1 +
source/Core/Section.cpp | 2 +
source/Expression/IRExecutionUnit.cpp | 1 +
source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 18 +--
.../Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 1 +
source/Plugins/SymbolFile/DWARF/CMakeLists.txt | 3 +
.../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 22 ++++
source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | 7 ++
.../SymbolFile/DWARF/SymbolFileDWARFDwoDwp.cpp | 36 ++++++
.../SymbolFile/DWARF/SymbolFileDWARFDwoDwp.h | 34 +++++
.../SymbolFile/DWARF/SymbolFileDWARFDwp.cpp | 138 +++++++++++++++++++++
.../Plugins/SymbolFile/DWARF/SymbolFileDWARFDwp.h | 53 ++++++++
.../Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp | 15 +--
source/Symbol/ObjectFile.cpp | 1 +
14 files changed, 318 insertions(+), 14 deletions(-)
create mode 100644 source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwoDwp.cpp
create mode 100644 source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwoDwp.h
create mode 100644 source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwp.cpp
create mode 100644 source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwp.h
--
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 74e2e4864f0 Retabify 2017-08-24 Richard Biener <rguenther(a)suse.de> P [...]
new ad5e611e52c [gcc] 2017-08-24 Michael Meissner <meissner(a)linux.vnet.ibm.com>
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 | 34 ++++++++++++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 11 +++++++++++
2 files changed, 45 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 513af851dd0 [InstCombine] Consider more cases where SimplifyDemandedUse [...]
new f29303de236 Normlize to LF line endings.
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/RegionPass.cpp | 2 +-
lib/IR/IRPrintingPasses.cpp | 4 ++--
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 gcc.
from 2edde49591c Conversion operators have a special name * cp-tree.h (CPT [...]
new 1a0056ba145 PR81747, ICE in operator[]
new 1e2de45189a * class.c (method_name_cmp, resort_method_name_cmp): Metho [...]
new 74e2e4864f0 Retabify 2017-08-24 Richard Biener <rguenther(a)suse.de> P [...]
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 | 23 +++++++++++++++--------
gcc/cp/ChangeLog | 3 +++
gcc/cp/class.c | 25 ++++++-------------------
gcc/cse.c | 1 +
4 files changed, 25 insertions(+), 27 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 newlib.
from 406bd10fb newlib/libc/time/strptime.c(strptime_l) add %F %s support for [...]
new 7b2c36219 Make _CLOCK_T_ system configurable
new 524eb4dc2 RTEMS: Use __uint64_t for _CLOCK_T_
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:
newlib/libc/include/sys/_types.h | 3 +++
newlib/libc/sys/rtems/include/machine/_types.h | 3 +++
2 files changed, 6 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 newlib.
from 8324ab5e2 winsup/cygwin/libc/strptime.cc(__strptime) add %s support to [...]
new 406bd10fb newlib/libc/time/strptime.c(strptime_l) add %F %s support for [...]
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:
newlib/libc/time/strptime.c | 34 ++++++++++++++++++++++++++++++++--
1 file changed, 32 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 aoliva/SFN
in repository gcc.
from 68dd023676b SFN+IEPM docs: more on new debug insn types
new ecada30ae64 IEPM: create inline entry debug stmt with the call location [...]
new 54138a66716 SFN+IEPM: expand gimple docs
new 338f28c5316 SFN+IEPM: unify begin_stmt_marker and lexical_block rtl int [...]
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/cfgexpand.c | 4 ++--
gcc/doc/gimple.texi | 15 +++++++++++----
gcc/doc/rtl.texi | 34 +++++++++++++++++-----------------
gcc/final.c | 23 +++++++++++++++--------
gcc/recog.c | 3 +--
gcc/rtl.def | 5 +----
gcc/rtl.h | 16 +++++++---------
gcc/tree-inline.c | 3 +--
8 files changed, 55 insertions(+), 48 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.