This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 99605de2b [LLDB][MIPS] Fix typo in TestStepOverWatchpoint.py.
new ebbcc4701 Remove the home-grown android toolchain file and all referenc [...]
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/platforms/Android.cmake | 155 ------------------------------------------
www/build.html | 55 +++++++--------
2 files changed, 24 insertions(+), 186 deletions(-)
delete mode 100644 cmake/platforms/Android.cmake
--
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 b0cddaa1ccc * gnatvsn.ads (Library_Version): Bump to 8. Update comment.
new ca5084629a2 2017-04-25 Hristian Kirtchev <kirtchev(a)adacore.com>
new 31af80fe858 017-04-25 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
new cad15c33665 Code cleanup.
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/ada/ChangeLog | 47 ++++++++++++++++++++
gcc/ada/contracts.adb | 3 +-
gcc/ada/exp_attr.adb | 32 +++++++++-----
gcc/ada/exp_ch9.adb | 72 +++++++++++++++++++++++++-----
gcc/ada/par-prag.adb | 3 +-
gcc/ada/s-rident.ads | 60 +++++++++++++++++++++++--
gcc/ada/sem_ch12.adb | 18 ++++----
gcc/ada/sem_prag.adb | 70 ++++++++++++++++++++++++++---
gcc/ada/sem_util.adb | 15 +++++--
gcc/ada/snames.ads-tmpl | 5 ++-
gcc/ada/targparm.adb | 15 ++++++-
gcc/c-family/ChangeLog | 6 +++
gcc/c-family/c-common.c | 115 ------------------------------------------------
gcc/c-family/c-opts.c | 8 ++--
14 files changed, 303 insertions(+), 166 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 8d3cae1cf9f PR ada/78845
new ea24057889d * g++.dg/dg.exp (find-cxx-tests): New function. (main): U [...]
new 3db675d2aa2 2017-04-25 Pascal Obry <obry(a)adacore.com>
new 5364c448b6f 2017-04-25 Ed Schonberg <schonberg(a)adacore.com>
new 1ef2e6ef822 2017-04-25 Hristian Kirtchev <kirtchev(a)adacore.com>
new 74d7e7f58ba 2017-04-25 Ed Schonberg <schonberg(a)adacore.com>
new b0cddaa1ccc * gnatvsn.ads (Library_Version): Bump to 8. Update comment.
The 6 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/ada/ChangeLog | 83 +++++++++++++++++++++++++++++++++++++++++++
gcc/ada/aspects.adb | 3 +-
gcc/ada/aspects.ads | 5 ++-
gcc/ada/debug.adb | 13 +++++--
gcc/ada/exp_ch6.adb | 9 ++---
gcc/ada/g-sercom.ads | 52 ++++++++++++++++++++++++++-
gcc/ada/gnatvsn.ads | 6 ++--
gcc/ada/sem_aux.adb | 7 ++--
gcc/ada/sem_ch13.adb | 46 +++++++++++++++++++-----
gcc/ada/sem_ch6.adb | 26 +++++++++++---
gcc/ada/sem_elab.adb | 86 +++++++++++++++++++--------------------------
gcc/ada/sem_res.adb | 61 +++++++++++++++++++++++++-------
gcc/ada/sem_util.adb | 10 +++---
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/g++.dg/dg.exp | 42 +++++++---------------
15 files changed, 330 insertions(+), 124 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 055a715ed69 [SimplifyLibCalls] Fix infinite loop with fast-math optimization.
new cda4399247b [DAGCombiner] Add vector support for (srl (trunc (srl x, c1 [...]
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/DAGCombiner.cpp | 35 ++++++++++++++++----------------
test/CodeGen/X86/combine-srl.ll | 9 ++++----
2 files changed, 22 insertions(+), 22 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 1ef6a945eb9 [DAGCombiner] Use SDValue::getConstantOperandVal helper whe [...]
new 5c072c64103 [SelectionDAG] Recognise splat vector isKnownToBeAPowerOfTw [...]
new 055a715ed69 [SimplifyLibCalls] Fix infinite loop with fast-math optimization.
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:
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 4 +-
lib/Transforms/Utils/SimplifyLibCalls.cpp | 18 +++++
test/CodeGen/X86/combine-udiv.ll | 47 +++++++++++
test/CodeGen/X86/combine-urem.ll | 93 ++++++++++++++++++++++
.../Transforms/Util/libcalls-fast-math-inf-loop.ll | 60 ++++++++++++++
5 files changed, 220 insertions(+), 2 deletions(-)
create mode 100644 test/Transforms/Util/libcalls-fast-math-inf-loop.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 gcc.
from 9980ef9656d 2017-04-25 Richard Biener <rguenther(a)suse.de>
new 34975ce86d6 2017-04-25 Claire Dross <dross(a)adacore.com>
new 0a84689d687 Minor reformatting.
new c1c3ff0eed2 2017-04-25 Yannick Moy <moy(a)adacore.com>
new 485dbd2945a 2017-04-25 Yannick Moy <moy(a)adacore.com>
new 4f89de01ccc Code clean up.
new 8d3cae1cf9f PR ada/78845
The 6 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/ada/ChangeLog | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++
gcc/ada/a-ngcoar.adb | 4 ++-
gcc/ada/a-ngrear.adb | 4 ++-
gcc/ada/contracts.adb | 6 -----
gcc/ada/freeze.adb | 14 +++-------
gcc/ada/gnatfind.adb | 4 +--
gcc/ada/gnatxref.adb | 4 +--
gcc/ada/sem_ch6.adb | 36 +++++++++++++++++--------
gcc/ada/sem_dim.adb | 44 +++++++++++++++++++++++++-----
gcc/ada/sem_dim.ads | 6 ++++-
gcc/ada/sem_disp.adb | 2 +-
gcc/ada/sem_prag.adb | 10 ++++---
gcc/ada/sem_res.adb | 8 +++---
gcc/ada/sem_util.adb | 67 ++++++++++++++++++++++++++++++++++------------
gcc/ada/sem_util.ads | 21 ++++++++++-----
gcc/ada/sem_warn.adb | 49 ++++++++++++++++++++++++----------
16 files changed, 267 insertions(+), 86 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 fe7a7709e Fix transposed lines in 2.8.1 release text
new 9d32147e3 cygwin CONTRIBUTORS: Add Daniel Santos
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:
winsup/CONTRIBUTORS | 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 gcc.
from 30d41d6f8a0 Code clenups.
new 200b0679663 [ARC] Differentiate between ARCv1 and ARCv2 'h'-reg class f [...]
new 298f5e7754e [ARC] Differentiate between ARCv1 and ARCv2 'h'-reg class f [...]
new ff78e6861a9 [ARC] Allow extension core registers to be used for addresses.
new 306b55b316f 2017-04-25 Ed Schonberg <schonberg(a)adacore.com>
new 3786f7901d7 [ARC] Make D0, D1 double regs fix when not used.
new 773992cb63a [ARC] Use ACCL, ACCH registers whenever they are available.
new 7bfce2d5d98 [ARC] Fix calling multiple inheritances.
new 1ec1dc78b84 [ARC] Addresses can use long immediate for offsets.
new 281cf495db4 2017-04-25 Ed Schonberg <schonberg(a)adacore.com>
new 3928d7310fe Fix broken attr-alloc_size-10.c for avr
new 6ec9b7c8e37 2017-04-25 Justin Squirek <squirek(a)adacore.com>
new 98b2a090d08 Code cleanups.
new 9f17c71a949 2017-04-25 Ed Schonberg <schonberg(a)adacore.com>
new ad675b5627f 2017-04-25 Gary Dismukes <dismukes(a)adacore.com>
new 9980ef9656d 2017-04-25 Richard Biener <rguenther(a)suse.de>
The 15 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 | 49 ++++
gcc/ada/ChangeLog | 123 ++++++++
gcc/ada/a-ngelfu.adb | 6 +-
gcc/ada/a-ngelfu.ads | 6 +-
gcc/ada/exp_attr.adb | 3 +-
gcc/ada/exp_ch3.adb | 17 +-
gcc/ada/exp_ch4.adb | 61 ++--
gcc/ada/exp_util.adb | 452 ++++++++++++++++++------------
gcc/ada/exp_util.ads | 7 +-
gcc/ada/prj-attr.adb | 3 +-
gcc/ada/s-wchcnv.adb | 2 +-
gcc/ada/scng.adb | 4 +-
gcc/ada/sem_ch3.adb | 64 ++++-
gcc/ada/sem_ch4.adb | 7 +-
gcc/ada/sem_ch8.adb | 9 +-
gcc/ada/sem_disp.adb | 29 +-
gcc/ada/sem_disp.ads | 9 +-
gcc/ada/sem_prag.adb | 14 +-
gcc/ada/sem_type.adb | 12 +
gcc/ada/sem_util.adb | 12 +-
gcc/ada/snames.ads-tmpl | 1 +
gcc/alias.c | 12 +
gcc/config/arc/arc.c | 124 ++++++--
gcc/config/arc/arc.h | 20 +-
gcc/config/arc/arc.md | 28 +-
gcc/config/arc/predicates.md | 13 +
gcc/testsuite/ChangeLog | 10 +
gcc/testsuite/gcc.dg/attr-alloc_size-10.c | 3 +-
gcc/testsuite/gcc.dg/pr80492.c | 20 ++
gcc/tree-ssa-alias.c | 7 +-
30 files changed, 820 insertions(+), 307 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr80492.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 glibc.
from 9581e76dbb Macroize function declarations in math_private.h
new daeb1fa2e1 [BZ 21340] add support for POSIX_SPAWN_SETSID
new 249548e476 posix: Remove ununsed posix_spawn internal assignment
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:
ChangeLog | 20 +++++++++
NEWS | 5 +++
posix/Makefile | 2 +-
posix/spawn.h | 1 +
posix/spawnattr_setflags.c | 1 +
posix/tst-posix_spawn-setsid.c | 95 ++++++++++++++++++++++++++++++++++++++++
sysdeps/mach/hurd/spawni.c | 3 ++
sysdeps/posix/spawni.c | 7 ++-
sysdeps/unix/sysv/linux/spawni.c | 34 +++++++-------
9 files changed, 150 insertions(+), 18 deletions(-)
create mode 100644 posix/tst-posix_spawn-setsid.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 gcc.
from 70286dd7029 * gcc-interface/Makefile.in: Cleanup VxWorks targets.
new 99b8d543f3d 2017-04-25 Ed Schonberg <schonberg(a)adacore.com>
new 30d41d6f8a0 Code clenups.
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/ada/ChangeLog | 47 ++++++++++++++++++++++
gcc/ada/bindgen.adb | 2 +-
gcc/ada/exp_ch7.adb | 110 +++++++++++++++++++++++++--------------------------
gcc/ada/exp_util.adb | 12 ++++++
gcc/ada/exp_util.ads | 4 ++
gcc/ada/gnatchop.adb | 4 +-
gcc/ada/s-dimmks.ads | 7 +++-
gcc/ada/s-wchcnv.adb | 2 +-
gcc/ada/sem_ch10.adb | 2 +-
gcc/ada/sem_ch11.adb | 20 +++++++++-
gcc/ada/sem_ch3.adb | 37 +++++++++++++++++
gcc/ada/sem_ch8.adb | 13 ++++++
gcc/ada/sem_disp.adb | 4 +-
gcc/ada/sem_util.adb | 12 ++++++
gcc/ada/sem_util.ads | 4 ++
gcc/ada/sinput.adb | 4 +-
gcc/ada/sinput.ads | 4 +-
gcc/ada/styleg.adb | 9 +++--
18 files changed, 224 insertions(+), 73 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.