summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/Targets/RISCV.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [PATCH] [RISCV] Extend getTargetDefines for RISCVTargetInfoShiva Chen2018-04-051-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 driverAlex Bradbury2018-01-111-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
OpenPOWER on IntegriCloud