summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/RISCV/RISCVAsmPrinter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [RISCV] Codegen support for memory operations on global addressesAlex Bradbury2017-11-081-1/+6
| | | | | | Differential Revision: https://reviews.llvm.org/D39103 llvm-svn: 317688
* [RISCV] Initial codegen support for ALU operationsAlex Bradbury2017-10-191-0/+67
This adds the minimum necessary to support codegen for simple ALU operations on RV32. Prolog and epilog insertion, support for memory operations etc etc follow in future patches. Leave guessInstructionProperties=1 until https://reviews.llvm.org/D37065 is reviewed and lands. Differential Revision: https://reviews.llvm.org/D29933 llvm-svn: 316188
OpenPOWER on IntegriCloud