This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 1cc9e59a93 Implement xdlopen, xdlsym and xdlclose routines which termin [...]
new c10c5267a8 Remove non-add-on Banner files.
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:
ChangeLog | 13 +++++++++++++
crypt/Banner | 1 -
manual/contrib.texi | 7 ++++---
nptl/Banner | 1 -
nptl/Makefile | 5 -----
nptl/version.c | 4 ++--
resolv/Banner | 1 -
soft-fp/Banner | 1 -
8 files changed, 19 insertions(+), 14 deletions(-)
delete mode 100644 crypt/Banner
delete mode 100644 nptl/Banner
delete mode 100644 resolv/Banner
delete mode 100644 soft-fp/Banner
--
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 20a3d67d3ac [DAGCombiner] Remove duplicate code from visitZERO_EXTEND
new 329d53a0601 [x86] add more tests for node-level FMF; 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:
test/CodeGen/X86/fmf-flags.ll | 45 +++++++++++++++++++++++++++++++++++++++++++
1 file 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 clang.
from 2fec54da55 [lit] Rename lld and clang lit configs to end in .py
new 3069e68753 [fixup][Sema] Allow in C to define tags inside enumerations.
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/Sema/SemaDecl.cpp | 3 ++-
test/Sema/enum.c | 3 ++-
2 files changed, 4 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 dcafc63419d Fix buildbot failures, add mtriple to gpr-vsr-spill.ll
new 20a3d67d3ac [DAGCombiner] Remove duplicate code from visitZERO_EXTEND
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 | 14 --------------
1 file changed, 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 clang.
from 23ae32d5ad [OPENMP] Use canonical declarations for redeclarations checks.
new 2fec54da55 [lit] Rename lld and clang lit configs to end in .py
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/CMakeLists.txt | 12 ++++++++----
test/Unit/{lit.cfg => lit.cfg.py} | 0
test/Unit/{lit.site.cfg.in => lit.site.cfg.py.in} | 2 +-
test/{lit.cfg => lit.cfg.py} | 0
test/{lit.site.cfg.in => lit.site.cfg.py.in} | 2 +-
5 files changed, 10 insertions(+), 6 deletions(-)
rename test/Unit/{lit.cfg => lit.cfg.py} (100%)
rename test/Unit/{lit.site.cfg.in => lit.site.cfg.py.in} (99%)
rename test/{lit.cfg => lit.cfg.py} (100%)
rename test/{lit.site.cfg.in => lit.site.cfg.py.in} (96%)
--
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 da1da1bb1 [MIPS] Explicitly list supported relocations for MIPS target. NFC
new 9babe29d5 [lit] Rename lld and clang lit configs to end in .py
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/CMakeLists.txt | 13 +++++++++----
test/Unit/{lit.cfg => lit.cfg.py} | 0
test/Unit/{lit.site.cfg.in => lit.site.cfg.py.in} | 2 +-
test/{lit.cfg => lit.cfg.py} | 0
test/{lit.site.cfg.in => lit.site.cfg.py.in} | 2 +-
5 files changed, 11 insertions(+), 6 deletions(-)
rename test/Unit/{lit.cfg => lit.cfg.py} (100%)
rename test/Unit/{lit.site.cfg.in => lit.site.cfg.py.in} (99%)
rename test/{lit.cfg => lit.cfg.py} (100%)
rename test/{lit.site.cfg.in => lit.site.cfg.py.in} (94%)
--
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 3dc558bb62b [demangler PATCH]: Revert and update generic lambda demangling
new f2740d9193c PR c/81882 - attribute ifunc documentation uses invalid code
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 | 6 ++++++
gcc/doc/extend.texi | 10 ++++++----
2 files changed, 12 insertions(+), 4 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 ab669421b20 llvm-dwarfdump: Add support for the --arch command line option.
new 6b798196cb7 [lit] Don't norm case when inserting into the config map.
new dcafc63419d Fix buildbot failures, add mtriple to gpr-vsr-spill.ll
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:
test/CodeGen/PowerPC/gpr-vsr-spill.ll | 2 +-
utils/lit/lit/discovery.py | 2 --
utils/lit/tests/Inputs/config-map-discovery/driver.py | 2 +-
utils/lit/tests/Inputs/config-map-discovery/lit.alt.cfg | 2 +-
utils/lit/tests/discovery.py | 2 +-
utils/llvm-lit/llvm-lit.in | 2 --
6 files changed, 4 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 llvm.
from 2462b0299b0 [lit] Add a test for the builtin config map.
new ab669421b20 llvm-dwarfdump: Add support for the --arch command line option.
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/tools/llvm-dwarfdump/X86/archive.test | 15 +++++-
tools/llvm-dwarfdump/llvm-dwarfdump.cpp | 73 +++++++++++++++++++++++-------
2 files changed, 71 insertions(+), 17 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 3ef466f15f4 Add missing file from r313884.
new 5185caa70db [Power9] Spill gprs to vector registers rather than stack
new 2462b0299b0 [lit] Add a test for the builtin config map.
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:
cmake/modules/AddLLVM.cmake | 9 ++-
lib/Target/PowerPC/PPCInstrInfo.cpp | 71 +++++++++++++++++++++-
lib/Target/PowerPC/PPCInstrVSX.td | 24 ++++++++
lib/Target/PowerPC/PPCRegisterInfo.cpp | 22 +++++++
lib/Target/PowerPC/PPCRegisterInfo.td | 5 ++
test/CodeGen/PowerPC/gpr-vsr-spill.ll | 24 ++++++++
utils/lit/CMakeLists.txt | 7 ++-
utils/lit/lit/util.py | 6 ++
.../tests/Inputs/config-map-discovery/driver.py | 14 +++++
.../Inputs/config-map-discovery/invalid-test.txt | 0
.../tests/Inputs/config-map-discovery/lit.alt.cfg | 9 +++
.../config-map-discovery/main-config/lit.cfg | 1 +
.../Inputs/config-map-discovery/tests/test1.txt | 0
.../Inputs/config-map-discovery/tests/test2.txt | 0
utils/lit/tests/discovery.py | 22 +++++++
15 files changed, 209 insertions(+), 5 deletions(-)
create mode 100644 test/CodeGen/PowerPC/gpr-vsr-spill.ll
create mode 100644 utils/lit/tests/Inputs/config-map-discovery/driver.py
copy bindings/python/llvm/__init__.py => utils/lit/tests/Inputs/config-map-discove [...]
create mode 100644 utils/lit/tests/Inputs/config-map-discovery/lit.alt.cfg
create mode 100644 utils/lit/tests/Inputs/config-map-discovery/main-config/lit.cfg
copy bindings/python/llvm/__init__.py => utils/lit/tests/Inputs/config-map-discove [...]
copy bindings/python/llvm/__init__.py => utils/lit/tests/Inputs/config-map-discove [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.