Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PATCH] [RISCV] Extend getTargetDefines for RISCVTargetInfo | Shiva Chen | 2018-04-05 | 1 | -0/+52 |
| | | | | | | | | | | | | | | Summary: This patch extend getTargetDefines and implement handleTargetFeatures and hasFeature. and define corresponding marco for those features. Reviewers: asb, apazos, eli.friedman Differential Revision: https://reviews.llvm.org/D44727 Patch by Kito Cheng. llvm-svn: 329278 | ||||
* | [RISCV] Add the RISCV target and compiler driver | Alex Bradbury | 2018-01-11 | 1 | -0/+52 |
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 |