Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert rC322769: [RISCV] Propagate -mabi and -march values to GNU assembler. | Hiroshi Inoue | 2018-01-18 | 1 | -1/+0 |
| | | | | | | Temporarily revert rC322769 due to buildbot failurs. llvm-svn: 322816 | ||||
* | [RISCV] Propagate -mabi and -march values to GNU assembler. | Ana Pazos | 2018-01-17 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | When using -fno-integrated-as flag, the gnu assembler produces code with some default march/mabi which later causes linker failure due to incompatible mabi/march. In this patch we explicitly propagate -mabi and -march flags to the GNU assembler. In this patch we explicitly propagate -mabi and -march flags to the GNU assembler. Differential Revision: https://reviews.llvm.org/D41271 llvm-svn: 322769 | ||||
* | [RISCV] Add the RISCV target and compiler driver | Alex Bradbury | 2018-01-11 | 1 | -0/+1 |
As RV64 codegen has not yet been upstreamed into LLVM, we focus on RV32 driver support (RV64 to follow). Differential Revision: https://reviews.llvm.org/D39963 llvm-svn: 322276 |