aboutsummaryrefslogtreecommitdiff
path: root/riscv/common.h
AgeCommit message (Collapse)AuthorFilesLines
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/