This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 71411a68614 [FPEnv] Teach the IRBuilder about constrained FPTrunc and FPExt
new f53c9ad1350 [COFF] Change a variable type to be const in the HeapAllocS [...]
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/llvm/CodeGen/MachineFunction.h | 8 ++++----
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 2 +-
lib/CodeGen/AsmPrinter/CodeViewDebug.h | 3 ++-
lib/CodeGen/MachineFunction.cpp | 5 +++--
lib/CodeGen/SelectionDAG/FastISel.cpp | 2 +-
5 files changed, 11 insertions(+), 9 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 19057e1a3e [WebAssembly] Implement __builtin_wasm_tls_base intrinsic
new c9bffa4a37 [RISCV] Hard float ABI support
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/Basic/Targets/RISCV.cpp | 13 +-
lib/Basic/Targets/RISCV.h | 6 +-
lib/CodeGen/TargetInfo.cpp | 289 +++++++++++++++++++++++--
test/CodeGen/riscv32-ilp32-ilp32f-abi.c | 6 +-
test/CodeGen/riscv32-ilp32-ilp32f-ilp32d-abi.c | 4 +
test/CodeGen/riscv32-ilp32d-abi.c | 282 ++++++++++++++++++++++++
test/CodeGen/riscv32-ilp32f-abi.c | 45 ++++
test/CodeGen/riscv32-ilp32f-ilp32d-abi.c | 275 +++++++++++++++++++++++
test/CodeGen/riscv64-lp64-lp64f-abi.c | 2 +
test/CodeGen/riscv64-lp64-lp64f-lp64d-abi.c | 4 +
test/CodeGen/riscv64-lp64d-abi.c | 272 +++++++++++++++++++++++
test/CodeGen/riscv64-lp64f-lp64d-abi.c | 265 +++++++++++++++++++++++
test/Driver/riscv-abi.c | 20 +-
test/Preprocessor/riscv-target-features.c | 24 ++
14 files changed, 1474 insertions(+), 33 deletions(-)
create mode 100644 test/CodeGen/riscv32-ilp32d-abi.c
create mode 100644 test/CodeGen/riscv32-ilp32f-abi.c
create mode 100644 test/CodeGen/riscv32-ilp32f-ilp32d-abi.c
create mode 100644 test/CodeGen/riscv64-lp64d-abi.c
create mode 100644 test/CodeGen/riscv64-lp64f-lp64d-abi.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 lldb.
from 11b1351e5 Add offsetof support to expression evaluator.
new 3ad0515cc [lldb][swig] Fix autodocs flag parsing
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:
scripts/Python/prepare_binding_Python.py | 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 gcc.
from b92fd6eb44a PR target/91188 * config/i386/i386.md (*addqi_1_slp): Use [...]
new 1eda6a97f2b Update PowerPC compiler for pc-relative support.
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 | 36 ++++++++++++++++++++++++++++++++++++
gcc/config/rs6000/aix.h | 3 +--
gcc/config/rs6000/darwin.h | 3 +--
gcc/config/rs6000/linux64.h | 4 ++--
gcc/config/rs6000/rs6000.c | 28 ++++++++++++++++++++--------
gcc/config/rs6000/rs6000.h | 7 +++++++
gcc/config/rs6000/sysv4.h | 3 +--
7 files changed, 68 insertions(+), 16 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-next-allyesconfig
in repository toolchain/ci/base-artifacts.
from 4983e700 3: reset: linux-192f0f8e9db7efe4ac98d47f5fa4334e43c1204d: 17792
new 72a0ceff 4: update: linux-6d21a41b7b1f46d5d5c3ddc26b55c5c4a6a826b9: 17863
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:
01-reset_artifacts/console.log | 167 +-
02-build_llvm/console.log | 11654 ++++++++++++++++----------------
03-build_linux/console.log | 1830 ++---
05-check_regression/console.log | 20 +-
06-update_baseline/console.log | 36 +-
console.log | 13707 ++++++++++++++++++--------------------
jenkins/manifest.sh | 10 +-
reset-baseline | 0
results | 2 +-
9 files changed, 13250 insertions(+), 14176 deletions(-)
delete mode 100644 reset-baseline
--
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 e47ec1363d1 [WebAssembly] Implement __builtin_wasm_tls_base intrinsic
new 71411a68614 [FPEnv] Teach the IRBuilder about constrained FPTrunc and FPExt
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/llvm/IR/IRBuilder.h | 30 ++++++++++++++++++++++++++++++
unittests/IR/IRBuilderTest.cpp | 14 ++++++++++++++
2 files changed, 44 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards 1e5b1f6b 0: update: llvm-0e2b74a2b0b875a601851f389bf4bd2fa7b33735: boot
new 5174380d 0: update: llvm-linux: boot
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (1e5b1f6b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-s [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log | 175 +-
02-build_llvm/console.log | 11959 ++++++++++++++++-----------------
03-build_linux/console.log | 1624 +++--
04-boot_linux/console.log | 382 +-
console.log | 14140 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 11 +-
6 files changed, 14340 insertions(+), 13951 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.