This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 8277ad7473e [X86] Adding a test point for PR34149 'Suboptimal codegen f [...]
new 1a443ce0dd4 [dwarfdump] Verify line table prologue
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/DebugInfo/DWARF/DWARFVerifier.cpp | 41 ++++++
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp | 157 +++++++++++++++++++++++
2 files changed, 198 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 clang.
from 870b07b531 COFF: Implement ThinLTO cache and cache pruning support.
new 62fdde3717 Fix templated type alias completion when using global comple [...]
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/Frontend/ASTUnit.cpp | 3 ++-
lib/Parse/ParseTemplate.cpp | 9 +++++----
test/Index/code-completion.cpp | 12 ++++++++++++
3 files changed, 19 insertions(+), 5 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 c2ab975e2 [ELF] - Linkerscript: implement REGION_ALIAS.
new ccbcb4188 [ELF] - Simplify and improve symbols.s testcase.
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/ELF/linkerscript/symbols.s | 13 +++++--------
1 file changed, 5 insertions(+), 8 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 58a61b0fe5a 2017-09-08 Bob Duff <duff(a)adacore.com>
new a1a88d23784 2017-09-08 Arnaud Charlet <charlet(a)adacore.com>
new cdf5fa94668 2017-09-08 Arnaud Charlet <charlet(a)adacore.com>
new 942051cabbf 2017-09-08 Eric Botcazou <ebotcazou(a)adacore.com>
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 | 99 +++++++++++++
gcc/ada/debug.adb | 4 +-
gcc/ada/errout.adb | 4 -
gcc/ada/erroutc.ads | 16 +-
gcc/ada/exp_ch6.adb | 80 +++++++---
gcc/ada/freeze.adb | 34 +++--
gcc/ada/g-altive.ads | 365 +++++++++++++++++++++++++++++++++++++++++++--
gcc/ada/gnat1drv.adb | 2 +-
gcc/ada/opt.ads | 5 +
gcc/ada/repinfo.adb | 412 ++++++++++++++++++++++++++++++++-------------------
gcc/ada/sem_ch12.adb | 8 +-
gcc/ada/sem_ch3.adb | 1 +
gcc/ada/sem_ch8.adb | 21 ++-
gcc/ada/sem_prag.adb | 133 +++++------------
gcc/ada/sem_res.adb | 9 ++
gcc/ada/sem_util.adb | 27 +++-
gcc/ada/sem_util.ads | 19 ++-
gcc/ada/sem_warn.adb | 9 --
gcc/ada/switch-c.adb | 17 ++-
gcc/ada/usage.adb | 2 +-
20 files changed, 939 insertions(+), 328 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 6b1b54293c9 [llvm-dlltool] Mention arm64 in the lists of architecture a [...]
new 8277ad7473e [X86] Adding a test point for PR34149 'Suboptimal codegen f [...]
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/CodeGen/X86/pr34149.ll | 40 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
create mode 100644 test/CodeGen/X86/pr34149.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 ed7f78d7cc3 2017-09-08 Hristian Kirtchev <kirtchev(a)adacore.com>
new 78f327e2f29 2017-09-08 Hristian Kirtchev <kirtchev(a)adacore.com>
new 58a61b0fe5a 2017-09-08 Bob Duff <duff(a)adacore.com>
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 | 61 +++++++++++++++++++++++++++++++++++
gcc/ada/a-unccon.ads | 6 ++--
gcc/ada/a-uncdea.ads | 2 +-
gcc/ada/einfo.ads | 4 +--
gcc/ada/exp_ch4.adb | 4 ++-
gcc/ada/exp_ch9.adb | 79 ++++++++++++++++++++++++++--------------------
gcc/ada/exp_disp.adb | 5 +--
gcc/ada/freeze.adb | 60 +++++++++++++++++++++++++++++++++++
gcc/ada/gnat1drv.adb | 6 ++--
gcc/ada/repinfo.adb | 1 +
gcc/ada/sem_attr.adb | 3 +-
gcc/ada/sem_ch12.adb | 32 +++++++++++--------
gcc/ada/sem_ch13.adb | 2 +-
gcc/ada/sem_ch3.adb | 11 ++++++-
gcc/ada/sem_dim.adb | 29 ++++++++++-------
gcc/ada/sem_type.adb | 6 ++--
gcc/ada/sem_util.adb | 23 +++++++++++---
gcc/ada/sem_util.ads | 5 +--
gcc/ada/sigtramp-vxworks.c | 13 ++++++--
gcc/ada/sinfo.ads | 4 +--
gcc/ada/sinput-l.adb | 2 --
21 files changed, 267 insertions(+), 91 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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/abe.
from 97217bd7 Update ilp32 glibc repo.
new 809b5496 [Take 2] Start moving away from --enable-schroot-test to --te [...]
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/make.sh | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 83 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 b9e53b79c96 Minor clean up.
new ed7f78d7cc3 2017-09-08 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 | 56 +++++++++++++++++++++
gcc/ada/exp_disp.adb | 46 ++++++++++++-----
gcc/ada/exp_spark.adb | 72 +++++++++++++++++++++-----
gcc/ada/repinfo.adb | 30 +++++------
gcc/ada/sem_ch13.adb | 4 ++
gcc/ada/sem_dim.adb | 50 ++++++++++++++++++
gcc/ada/sem_prag.adb | 33 ++++++------
gcc/ada/sem_res.adb | 3 ++
gcc/ada/sem_type.adb | 5 +-
gcc/ada/sem_util.adb | 137 +++++++++++++++++++++++++++++++-------------------
gcc/ada/sem_util.ads | 17 +++++--
11 files changed, 341 insertions(+), 112 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.