This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from bb5badf Bug 20729: Include libc-internal.h where required.
new 6adaead Correct clog10 documentation (bug 19673).
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 | 6 ++++++
manual/math.texi | 4 ++--
2 files changed, 8 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 e7b36ad Test Commit, removed extraneous newline
new cb06b58 [InstCombine] clean up adjustMinMax(); NFCI
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/Transforms/InstCombine/InstCombineSelect.cpp | 179 +++++++++++------------
1 file changed, 87 insertions(+), 92 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 07abb90 xtensa: Fix PR target/78118
new 8613f7e PR target/78166 * config/pa/pa.md: Add new shift/add patter [...]
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/config/pa/pa.md | 30 ++++++++++++++++++++++++++++++
2 files changed, 36 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 gcc-6-branch
in repository gcc.
from aa5c81a * es.po: Update.
new 14883de PR target/78166 * config/pa/pa.md: Add new shift/add patter [...]
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/config/pa/pa.md | 30 ++++++++++++++++++++++++++++++
2 files changed, 36 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 llvm.
from a2791e7 [AMDGPU] Check if type transforms to i16 (VI+) when getting A [...]
new e7b36ad Test Commit, removed extraneous newline
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:
CREDITS.TXT | 1 -
1 file changed, 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 ee817c2 [InstCombine] add vector tests for ext+adjust min/max
new 3a876bd [CMake] Fix rpath construction for out-of-tree builds
new f89a6d6 [InstCombine] add helper function for adjustMinMax(); NFCI
new a2791e7 [AMDGPU] Check if type transforms to i16 (VI+) when getting A [...]
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:
CMakeLists.txt | 14 --
cmake/modules/AddLLVM.cmake | 37 ++++++
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 24 ++--
lib/Target/AMDGPU/AMDGPUISelLowering.h | 7 +
lib/Target/AMDGPU/AMDGPUSubtarget.h | 8 +-
lib/Transforms/InstCombine/InstCombineSelect.cpp | 25 +++-
test/CodeGen/AMDGPU/ctlz.ll | 6 +-
test/CodeGen/AMDGPU/ctlz_zero_undef.ll | 162 +++++++++++------------
8 files changed, 159 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 0ba26af [RISCV] Add stub backend
new ee817c2 [InstCombine] add vector tests for ext+adjust min/max
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/Transforms/InstCombine/adjust-for-minmax.ll | 120 ++++++++++++++++++++++-
1 file changed, 116 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 5216ee3 AMDGPU: Fix buildbots broken by r285704
new 0ba26af [RISCV] Add stub backend
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:
CMakeLists.txt | 1 +
CODE_OWNERS.TXT | 4 ++
docs/CompilerWriterInfo.rst | 4 ++
lib/Target/LLVMBuild.txt | 1 +
lib/Target/RISCV/CMakeLists.txt | 5 +++
lib/Target/RISCV/LLVMBuild.txt | 31 +++++++++++++
lib/Target/RISCV/RISCVTargetMachine.cpp | 58 +++++++++++++++++++++++++
lib/Target/RISCV/RISCVTargetMachine.h | 41 +++++++++++++++++
lib/Target/RISCV/TargetInfo/CMakeLists.txt | 3 ++
lib/Target/RISCV/TargetInfo/LLVMBuild.txt | 23 ++++++++++
lib/Target/RISCV/TargetInfo/RISCVTargetInfo.cpp | 35 +++++++++++++++
11 files changed, 206 insertions(+)
create mode 100644 lib/Target/RISCV/CMakeLists.txt
create mode 100644 lib/Target/RISCV/LLVMBuild.txt
create mode 100644 lib/Target/RISCV/RISCVTargetMachine.cpp
create mode 100644 lib/Target/RISCV/RISCVTargetMachine.h
create mode 100644 lib/Target/RISCV/TargetInfo/CMakeLists.txt
create mode 100644 lib/Target/RISCV/TargetInfo/LLVMBuild.txt
create mode 100644 lib/Target/RISCV/TargetInfo/RISCVTargetInfo.cpp
--
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 8687a64 [RISCV] Add missing RISCV.def
new 5216ee3 AMDGPU: Fix buildbots broken by r285704
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/AMDGPU/AMDGPUISelLowering.cpp | 3 +--
1 file changed, 1 insertion(+), 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 lldb.
from 0fa1688 Remove TimeValue usage from FileSpec.h
new a8a4d06 Fix RHEL 6 build with missing cerrno and some other Include W [...]
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/Host/posix/MainLoopPosix.cpp | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.