aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2013-10-16revamp hwacha; now runs in physical modeYunsup Lee1-1/+1
2013-08-11Instructions are no longer member functionsAndrew Waterman1-1/+1
2013-05-13change riscv-isa-run to spikeYunsup Lee1-1/+1
2013-02-12migrate to c++11Andrew Waterman1-1/+1
2013-01-25change htif to link against libfesvrAndrew Waterman1-1/+1
2011-06-19temporary undoing of renamingAndrew Waterman1-0/+103
2011-06-12[sim] renamed to riscv-isa-runAndrew Waterman1-103/+0
2011-05-29[sim,opcodes] improved sim build and run performanceAndrew Waterman1-1/+1
2010-08-18[sim] integrated SoftFloat-3 with ISA sim; removed SoftFloat-2bAndrew Waterman1-1/+1
2010-08-09[xcc,sim] implement FP using softfloatAndrew Waterman1-1/+1
The intersection of the Hauser FP and MIPS FP is implemented.
2010-07-18Reorganized directory structureAndrew Waterman1-0/+103
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/