summaryrefslogtreecommitdiff
path: root/riscv
Commit message (Expand)AuthorAgeFilesLines
* Fix syscalls on RV64. Needed PC rel jump, and qword stack save.laksen2016-10-266-73/+164
* Fix emulated floating point double negation on 64bit architectures.laksen2016-10-243-17/+28
* Fix RV32 RTL.laksen2016-10-246-10/+295
* Fixed up RiscV 32bit code generation.laksen2016-10-2424-655/+683
* Add some simple peephole optimizations.laksen2016-10-233-13/+154
* Fix stack alignment for RV64, and fixed size calculation for float parameters.laksen2016-10-2211-117/+280
* Update to use AUIPC+JALR instead of JAL to jump and link.laksen2016-09-037-62/+75
* Make sure to include software mul for rv64i configurationslaksen2016-07-101-1/+2
* Rebuilt makefiles.laksen2016-07-0944-88/+1435
* Update RiscV64 support to 2.1 and privileged standard 1.9.laksen2016-07-0914-17/+184
* Rebuilt makefiles.laksen2016-06-1247-96/+1561
* Add RiscV support in RTL and needed packages.laksen2016-06-1211-52/+389
* Fix problem with set "*" operations getting treated like integer multiplicati...laksen2016-06-122-0/+14
* Merged from trunk.laksen2016-06-1226-636/+743
* Adds some Risc-V support. For now concentrating on Risc-V64 which is the most...laksen2016-06-12135-60/+15359
* Creating branch for RISC-V supportlaksen2016-06-1216357-0/+7265395
* Merged with trunk.laksen2014-11-01737-21636/+59120
* Fixed some warnings so the compiler can build with Make again.laksen2014-11-013-237/+4
* Fixed syntax error.laksen2014-11-011-0/+2
* Regenerated all makefiles.laksen2014-08-1239-98/+1415
* Forgot system.inc and systemh.inc in previous commit.laksen2014-08-122-0/+32
* RISC-V target added in base makefile.laksen2014-08-121-0/+3
* Added ANGEL target startup code to RISC-V embedded RTL compilation.laksen2014-08-121-0/+4
* Added RISC-V RTL support code.laksen2014-08-1213-0/+793
* Added initial backend for integer RISC-V 32 bit ISA. The code is highly based...laksen2014-08-1262-48/+9570
* Added RISC-V32 targets to fpcmakelaksen2014-08-122-45/+81
* Created branch for RISC-V port.laksen2014-08-1015347-0/+6237820