[xcc] minor performance tweaks
[riscv-isa-sim.git] / riscv / processor.cc
2011-06-12 Andrew Waterman[xcc] minor performance tweaks
2011-06-12 Andrew Waterman[xcc] fixed simulator build time
2011-06-11 Andrew Waterman[xcc] cleaned up mmu code
2011-06-11 Andrew Waterman[sim, opcodes] made sim more decoupled from opcodes
2011-05-31 Andrew Waterman[sim] minor sim cleanup
2011-05-29 Andrew Waterman[sim,opcodes] improved sim build and run performance
2011-05-29 Andrew Waterman[fesvr,xcc,sim] fixed multicore sim for akaros
2011-05-23 Andrew Waterman[sim,xcc] add rdcycle/rdtime/rdinstret
2011-05-19 Yunsup Lee[sim] change default hwvl
2011-05-19 Yunsup Lee[sim] vlen calc reflects the hardware
2011-05-16 Andrew Waterman[sim,pk] cleanups & initial virtual memory support
2011-05-14 Andrew Waterman[sim] initial support for virtual memory
2011-05-01 Andrew Waterman[sim] hacked in a dcache simulator
2011-04-15 Andrew Waterman[sim] added icache simulator (disabled by default)
2011-04-12 Andrew Waterman[xcc,sim,opcodes] more rvc instructions and bug fixes
2011-04-10 Yunsup Lee[sim] add disable option for vector
2011-04-10 Yunsup Lee[sim] set SR_EV for uts
2011-04-10 Yunsup Lee[sim] add vt stuff
2011-04-10 Andrew Waterman[sim,pk] reorganized status register
2011-04-10 Andrew Waterman[xcc,pk,sim,opcodes] added first RVC instruction
2011-03-25 Andrew Waterman[xcc,pk,opcodes,sim] updated encoding/insn names
2011-02-05 Andrew Waterman[sim,pk] added interrupt-pending field to cause reg
2011-01-19 Andrew Waterman[opcodes, sim, xcc] made *w insns illegal in RV32
2010-11-22 Andrew Waterman[opcodes, pk, sim, xcc] Tweaked FP encoding
2010-10-26 Yunsup Lee[pk,sim,xcc] get rid of at register, introduce tp register
2010-10-16 Andrew Waterman[pk, sim] added FPU emulation support to proxy kernel
2010-10-05 Andrew Waterman[xcc,sim] eliminated vectored traps
2010-09-09 Andrew WatermanMerge branch 'master' of /project/eecs/parlab/git/proje...
2010-09-09 Andrew Waterman[pk, sim] added interrupt support to sim; added timer...
2010-09-08 Yunsup Lee[sim] add while to interactive_until
2010-09-07 Yunsup Lee[sim] fix stdint.h __STDC_LIMIT_MACROS problem
2010-09-07 Andrew Waterman[sim, xcc] branches now have 2-byte-aligned displacements
2010-09-07 Andrew Waterman[sim, xcc] bthread threading model exposed; insn encodi...
2010-08-24 Andrew Waterman[xcc] argc/argv work for 32b programs
2010-08-24 Andrew Waterman[sim] privileged mode support for 32-bit operation
2010-08-10 Andrew Waterman[xcc,sim] implement FP using softfloat
2010-08-05 Andrew Waterman[xcc,pk,sim] Added first part of FP support
2010-07-29 Andrew Waterman[sim,xcc] Changed instruction format to RISC-V
2010-07-22 Andrew Waterman[pk,sim] first cut of appserver communication link
2010-07-19 Andrew WatermanReorganized directory structure