This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from ea1f4b8 2017-01-06 Ed Schonberg <schonberg(a)adacore.com>
new 73d47cb 2017-01-06 Yannick Moy <moy(a)adacore.com>
new 84a9792 2017-01-06 Justin Squirek <squirek(a)adacore.com>
new 180e56c 2017-01-06 Ed Schonberg <schonberg(a)adacore.com>
new 0008135 2017-01-06 Gary Dismukes <dismukes(a)adacore.com>
The 4 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 | 58 +++++++++++++++++++++++++++++++++++++++++++++++++
gcc/ada/einfo.adb | 12 +++++++++-
gcc/ada/einfo.ads | 8 +++++++
gcc/ada/exp_ch6.adb | 14 ++++++++++++
gcc/ada/exp_ch9.adb | 1 +
gcc/ada/par-prag.adb | 1 +
gcc/ada/s-tpobop.adb | 10 ++++-----
gcc/ada/sem_attr.adb | 36 ++++++++++++++++++++++++++----
gcc/ada/sem_attr.ads | 8 +++----
gcc/ada/sem_ch6.adb | 24 ++++++++++++++++++++
gcc/ada/sem_prag.adb | 33 +++++++++++++++++++++++-----
gcc/ada/sem_res.adb | 4 +++-
gcc/ada/sinfo.adb | 9 ++++++++
gcc/ada/sinfo.ads | 3 +++
gcc/ada/snames.adb-tmpl | 2 +-
gcc/ada/snames.ads-tmpl | 5 ++++-
16 files changed, 206 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 4c61c46 [CostModel][X86] Add SDIV/UDIV cost tests for a wider range o [...]
new e5088f5 [CostModel][X86] Fix 512-bit SDIV/UDIV 'big' costs.
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/Target/X86/X86TargetTransformInfo.cpp | 34 ++++++++++++++++---------------
test/Analysis/CostModel/X86/vdiv-cost.ll | 6 ++----
2 files changed, 20 insertions(+), 20 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 9b9db7f CodeGen: address post commit review comments for r291123
new 95ab339 Constify UsingPackDecl::getInstantiatedFromUsingDecl(), 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:
include/clang/AST/DeclCXX.h | 2 +-
1 file changed, 1 insertion(+), 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 llvm.
from e8aae1b Move test input to directory called Inputs.
new 4c61c46 [CostModel][X86] Add SDIV/UDIV cost tests for a wider range o [...]
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/Analysis/CostModel/X86/vdiv-cost.ll | 68 +++++++++++++++++++++++---------
1 file changed, 50 insertions(+), 18 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 156fe8b Minor reformatting.
new e60047e 2017-01-06 Ed Schonberg <schonberg(a)adacore.com>
new 0c4abd5 2017-01-06 Ed Schonberg <schonberg(a)adacore.com>
new 000dac1 2017-01-06 Justin Squirek <squirek(a)adacore.com>
new db1db24 2017-01-06 Ed Schonberg <schonberg(a)adacore.com>
new ea1f4b8 2017-01-06 Ed Schonberg <schonberg(a)adacore.com>
The 5 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 | 88 ++++++++++++++++++++++++++++++++++++++
gcc/ada/checks.adb | 27 ++++++++++--
gcc/ada/checks.ads | 13 ++++--
gcc/ada/errout.adb | 2 +-
gcc/ada/exp_attr.adb | 111 ++++++++++++++++++++++++++++++++++++++++++++++++
gcc/ada/exp_ch5.adb | 10 +++--
gcc/ada/exp_ch9.adb | 5 ++-
gcc/ada/s-tpoben.ads | 5 ++-
gcc/ada/s-tpobop.adb | 62 +++++++++++++++++----------
gcc/ada/sem_attr.adb | 17 ++++++++
gcc/ada/sem_attr.ads | 12 +++++-
gcc/ada/sem_ch3.adb | 21 +++++++--
gcc/ada/sem_ch4.adb | 11 ++++-
gcc/ada/sem_ch5.adb | 13 ++++++
gcc/ada/sem_disp.adb | 10 ++++-
gcc/ada/sem_eval.adb | 9 +++-
gcc/ada/sem_res.adb | 6 ++-
gcc/ada/snames.ads-tmpl | 2 +
gcc/ada/stylesw.adb | 6 +--
19 files changed, 379 insertions(+), 51 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 5d5958d 2017-01-06 Justin Squirek <squirek(a)adacore.com>
new 3f1429c 2017-01-06 Yannick Moy <moy(a)adacore.com>
new e36f3eb 2017-01-06 Tristan Gingold <gingold(a)adacore.com>
new 156fe8b Minor reformatting.
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 | 34 +++++++++++
gcc/ada/exp_ch9.adb | 169 ++++++++++++++++++++++++---------------------------
gcc/ada/exp_util.adb | 47 +++++++++++++-
gcc/ada/ghost.adb | 31 +++++-----
gcc/ada/raise-gcc.c | 7 +--
gcc/ada/s-rident.ads | 1 -
gcc/ada/s-tpoben.adb | 30 ++++-----
gcc/ada/s-tpoben.ads | 20 +++---
gcc/ada/sem_ch10.adb | 3 +
gcc/ada/sem_util.adb | 5 +-
gcc/ada/sem_util.ads | 8 +--
11 files changed, 212 insertions(+), 143 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 7b7a32b [llvm-config] Add --cmakedir to obtain CMake module location
new e8aae1b Move test input to directory called Inputs.
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/MC/AsmParser/{include => Inputs}/function.x | 0
test/MC/AsmParser/{include => Inputs}/module.x | 0
test/MC/AsmParser/include.ll | 2 +-
3 files changed, 1 insertion(+), 1 deletion(-)
rename test/MC/AsmParser/{include => Inputs}/function.x (100%)
rename test/MC/AsmParser/{include => Inputs}/module.x (100%)
--
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 e5e3e86 Consolidate file handle usage in Editline.cpp
new 666ba3c Revert "XFAIL an lldb-mi test"
new 561ef4a Fix clang build for r291198
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:
packages/Python/lldbsuite/test/tools/lldb-mi/stack/TestMiStack.py | 2 --
source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | 2 +-
2 files changed, 1 insertion(+), 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 1109e22 Fix entry
new 482e8fb 2017-01-06 Hristian Kirtchev <kirtchev(a)adacore.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/ada/ChangeLog | 42 ++++++++++++++++++++
gcc/ada/a-exexpr-gcc.adb | 5 ++-
gcc/ada/ali-util.ads | 4 +-
gcc/ada/ali.adb | 5 +--
gcc/ada/exp_attr.adb | 40 +++++++++++--------
gcc/ada/g-socket.adb | 91 ++++++++++++++++++++++++++++++------------
gcc/ada/g-socket.ads | 28 ++++++++++---
gcc/ada/g-sothco.ads | 5 +--
gcc/ada/lib-writ.ads | 8 ++--
gcc/ada/s-oscons-tmplt.c | 7 +++-
gcc/ada/sem_case.adb | 101 ++++++++++++++++++++++++++++++++++++-----------
gcc/ada/sem_ch8.adb | 7 ++--
gcc/ada/sem_elab.adb | 15 +++++--
gcc/ada/sem_prag.adb | 4 +-
14 files changed, 267 insertions(+), 95 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.