aboutsummaryrefslogtreecommitdiff
path: root/riscv/common.h
AgeCommit message (Collapse)AuthorFilesLines
2022-10-04Add UNUSED macro for suppressing unused-parameter/variable warningsAndrew Waterman1-0/+2
2022-07-18Fix load/store performance under clangAndrew Waterman1-0/+2
Hopefully for the last time :-)
2021-07-28Add NORETURN macroAndrew Waterman1-2/+4
2020-11-18Only use __builtin_expect for __GNUC__Andrew Waterman1-2/+7
2019-10-07Speed up compilation of disasm.cc, especially in clangAndrew Waterman1-0/+2
2013-03-25add BSD licenseAndrew Waterman1-0/+2
2013-02-12migrate to c++11Andrew Waterman1-2/+0
2011-06-19temporary undoing of renamingAndrew Waterman1-0/+9
2011-06-12[sim] renamed to riscv-isa-runAndrew Waterman1-28/+0
2011-05-29[sim,opcodes] improved sim build and run performanceAndrew Waterman1-0/+3
2010-07-28[sim,xcc] Changed instruction format to RISC-VAndrew Waterman1-0/+2
Massive changes to gcc, binutils to support new instruction encoding. Simulator reflects these changes.
2010-07-18Reorganized directory structureAndrew Waterman1-0/+23
Moved cross-compiler to /xcc/ rather than / Added ISA sim in /sim/ Added Proxy Kernel in /pk/ (to be cleaned up) Added opcode map to /opcodes/ (ditto) Added documentation to /doc/