[all-commits] [llvm/llvm-project] 563e84: [SystemZ] Support -msoft-float
Jonas Paulsson via All-commits
all-commits at lists.llvm.org
Tue Feb 4 07:34:00 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 563e84790f41f9f71c3cb10d0bb9feaa7a339c36
https://github.com/llvm/llvm-project/commit/563e84790f41f9f71c3cb10d0bb9feaa7a339c36
Author: Jonas Paulsson <paulsson at linux.vnet.ibm.com>
Date: 2020-02-04 (Tue, 04 Feb 2020)
Changed paths:
M clang/lib/Basic/Targets/SystemZ.h
M clang/lib/CodeGen/TargetInfo.cpp
M clang/lib/Driver/ToolChains/Arch/SystemZ.cpp
M clang/lib/Driver/ToolChains/Arch/SystemZ.h
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/test/CodeGen/systemz-abi.c
M clang/test/CodeGen/systemz-abi.cpp
M clang/test/CodeGen/target-data.c
A clang/test/Driver/systemz-float-01.c
A clang/test/Driver/systemz-float-02.c
M llvm/lib/Target/SystemZ/SystemZFeatures.td
M llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
M llvm/lib/Target/SystemZ/SystemZISelLowering.h
M llvm/lib/Target/SystemZ/SystemZSubtarget.cpp
M llvm/lib/Target/SystemZ/SystemZSubtarget.h
M llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp
M llvm/test/CodeGen/SystemZ/args-07.ll
A llvm/test/CodeGen/SystemZ/soft-float-01.ll
A llvm/test/CodeGen/SystemZ/soft-float-02.ll
A llvm/test/CodeGen/SystemZ/soft-float-03.ll
A llvm/test/CodeGen/SystemZ/soft-float-04.ll
A llvm/test/CodeGen/SystemZ/soft-float-args.ll
A llvm/test/CodeGen/SystemZ/soft-float-inline-asm-01.ll
A llvm/test/CodeGen/SystemZ/soft-float-inline-asm-02.ll
A llvm/test/CodeGen/SystemZ/soft-float-inline-asm-03.ll
M llvm/test/CodeGen/SystemZ/vec-abi-align.ll
M llvm/test/CodeGen/SystemZ/vec-args-06.ll
M llvm/test/CodeGen/SystemZ/vec-args-07.ll
Log Message:
-----------
[SystemZ] Support -msoft-float
This is needed when building the Linux kernel.
Review: Ulrich Weigand
Differential Revision: https://reviews.llvm.org/D72189
More information about the All-commits
mailing list