This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 9b237a500 [ELF] Remove Duplicate .ARM.exidx sections
new 3bed4d20d Handle a VersymIndex of 0 as an error.
new aa1f2d1e6 Delete a really large test output.
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:
ELF/InputFiles.cpp | 7 ++-----
test/ELF/aarch64-cortex-a53-843419-thunk.s | 3 +++
test/ELF/corrupted-version-reference.s | 3 +++
3 files changed, 8 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 gcc.
from 62c47568f5f gcc/ada/
new f3e5187b6b0 PR sanitizer/81281 * match.pd ((T)(P + A) - (T)P -> (T) A [...]
new 5b3e6491d2c PR tree-optimization/83269 * fold-const.c (fold_binary_lo [...]
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 | 17 +++++
gcc/fold-const.c | 19 +++--
gcc/match.pd | 45 ++++++-----
gcc/testsuite/ChangeLog | 8 ++
gcc/testsuite/gcc.c-torture/execute/pr83269.c | 14 ++++
gcc/testsuite/gcc.dg/pr81281-3.c | 105 ++++++++++++++++++++++++++
6 files changed, 182 insertions(+), 26 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr83269.c
create mode 100644 gcc/testsuite/gcc.dg/pr81281-3.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 694162331ff [X86] Add MWAITX/MONITORX schedule tests
new 147a40056ab [InlineCost] Find repeated loads in the callee
new 413da1b6010 [X86] Add RTM schedule tests
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:
include/llvm/Analysis/ValueTracking.h | 4 +
lib/Analysis/InlineCost.cpp | 56 ++++++++-
lib/Analysis/ValueTracking.cpp | 2 +-
test/CodeGen/X86/rtm-schedule.ll | 61 ++++++++++
test/Transforms/Inline/redundant-loads.ll | 186 ++++++++++++++++++++++++++++++
5 files changed, 303 insertions(+), 6 deletions(-)
create mode 100644 test/CodeGen/X86/rtm-schedule.ll
create mode 100644 test/Transforms/Inline/redundant-loads.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 lldb.
from 8e941b2c7 ObjectFileELF: Add support for compressed sections
new 401a5c546 Fix 32-bit builds broken by 320813
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:
source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 4 ++--
1 file changed, 2 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 master
in repository llvm.
from e41a4281091 Fix the second build bot break introduced by r320791.
new 694162331ff [X86] Add MWAITX/MONITORX schedule tests
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/mwaitx-schedule.ll | 65 +++++++++++++++++++++++++++++++++++++
1 file changed, 65 insertions(+)
create mode 100644 test/CodeGen/X86/mwaitx-schedule.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 lldb.
from c6226fb04 llgs-tests: Make addition of new tests easier
new 8e941b2c7 ObjectFileELF: Add support for compressed sections
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/Symbol/ObjectFile.h | 9 ++++
lit/CMakeLists.txt | 3 +-
lit/Modules/compressed-sections.yaml | 30 ++++++++++++++
lit/Modules/lit.local.cfg | 1 +
lit/lit.cfg | 7 ++++
lit/lit.site.cfg.in | 1 +
source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 55 +++++++++++++++++++++++++
source/Plugins/ObjectFile/ELF/ObjectFileELF.h | 7 ++++
tools/lldb-test/lldb-test.cpp | 3 +-
unittests/ObjectFile/ELF/TestObjectFileELF.cpp | 3 +-
10 files changed, 116 insertions(+), 3 deletions(-)
create mode 100644 lit/Modules/compressed-sections.yaml
create mode 100644 lit/Modules/lit.local.cfg
--
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 174edbde7e Update SPARC divrem generation to match output.
new 0c4fe28d7a Remove old po/ code for copying .po files from shared directory.
new f2da2fd81f Do not build .mo files in source directory (bug 14121).
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 | 13 +++++++++++++
po/Makefile | 31 +++++--------------------------
2 files changed, 18 insertions(+), 26 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 ccd83515f56 [X86] Add XOP schedule tests
new e41a4281091 Fix the second build bot break introduced by r320791.
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/PowerPC/PPCInstrInfo.cpp | 7 +++++++
1 file changed, 7 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 gcc.
from 5c222558975 2017-12-15 Richard Biener <rguenther(a)suse.de>
new 62c47568f5f gcc/ada/
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 | 59 ++++++++++++++++++++++
.../doc/gnat_rm/implementation_defined_pragmas.rst | 1 +
gcc/ada/einfo.ads | 4 +-
gcc/ada/exp_aggr.adb | 52 +++++++++++--------
gcc/ada/exp_ch4.adb | 16 ++++--
gcc/ada/gnat_rm.texi | 3 +-
gcc/ada/par-ch4.adb | 8 +--
gcc/ada/sem_attr.adb | 2 +-
gcc/ada/sem_ch13.adb | 6 +++
gcc/ada/sem_ch4.adb | 4 +-
gcc/ada/sem_ch6.adb | 4 +-
gcc/ada/sem_elab.adb | 10 ++++
gcc/ada/sem_prag.adb | 32 ++++++------
gcc/ada/sem_res.adb | 15 ++++++
gcc/ada/sem_util.adb | 23 +++++++--
gcc/testsuite/ChangeLog | 16 ++++++
gcc/testsuite/gnat.dg/component_size.adb | 37 ++++++++++++++
gcc/testsuite/gnat.dg/incomplete6.adb | 15 ++++++
gcc/testsuite/gnat.dg/incomplete6.ads | 22 ++++++++
gcc/testsuite/gnat.dg/initializes.adb | 33 ++++++++++++
gcc/testsuite/gnat.dg/initializes.ads | 13 +++++
21 files changed, 319 insertions(+), 56 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/component_size.adb
create mode 100644 gcc/testsuite/gnat.dg/incomplete6.adb
create mode 100644 gcc/testsuite/gnat.dg/incomplete6.ads
create mode 100644 gcc/testsuite/gnat.dg/initializes.adb
create mode 100644 gcc/testsuite/gnat.dg/initializes.ads
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.