aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-26[pk,sim,xcc] get rid of at register, introduce tp registerYunsup Lee4-18/+11
2010-10-25[sim,xcc,pk,opcodes] static rounding modes for FP insnsAndrew Waterman2-38/+113
2010-10-20[pk] assume FSR exists even if FP is unsupportedAndrew Waterman1-6/+3
2010-10-18[pk] improved performance of fp emulationAndrew Waterman7-277/+230
2010-10-17Revert "[pk] restore correct value to $x1/$x2 after trap"Andrew Waterman1-1/+1
2010-10-17[pk] restore correct value to $x1/$x2 after trapAndrew Waterman1-1/+1
2010-10-17[pk] cleaned up FP initialization codeAndrew Waterman1-37/+38
2010-10-17[pk] zero out fp regsYunsup Lee3-0/+50
2010-10-15[pk, sim] added FPU emulation support to proxy kernelAndrew Waterman14-22/+829
2010-10-11[pk] no amos for now, add a sync before triggering the frontendYunsup Lee2-2/+10
2010-10-05[xcc,sim] eliminated vectored trapsAndrew Waterman5-62/+65
2010-09-14[xcc] the great assembler cleanup, part 6Andrew Waterman1-1/+0
2010-09-10[sim, pk] cleaned up exception vectors and FP exc flagsAndrew Waterman3-7/+16
2010-09-09[pk, sim] added interrupt support to sim; added timer interruptAndrew Waterman3-8/+30
2010-09-07[pk] new register namesYunsup Lee2-89/+92
2010-09-07[pk] new register mappingsYunsup Lee1-4/+4
2010-09-06[sim, xcc] added PCRs to replace k0 and k1Andrew Waterman4-74/+96
2010-09-06[pk] use __sync_* builtins for atomicsAndrew Waterman1-6/+2
2010-08-24[pk] proxy kernel support for mixed 32b/64b operationAndrew Waterman8-79/+179
2010-08-24[fesvr] added support for 32b and 64b ELFsAndrew Waterman2-18/+0
2010-08-22[pk] Fixed broken PK build process (moved boot into a .c file)Andrew Waterman6-30/+24
2010-08-18[pk,fesvr] improved proxykernel build systemAndrew Waterman30-16/+9872
2010-08-04[xcc] Removed ctc1, cfc1 instructions; added fp move test caseAndrew Waterman1-915/+0
2010-08-04[xcc,pk,sim] Added first part of FP supportAndrew Waterman8-27/+1024
2010-08-03[pk,sim,xcc] Renamed instructions to RISC-V specAndrew Waterman5-24/+24
2010-08-03[fesvr,pk,xcc] support argc and argvYunsup Lee2-4/+26
2010-07-22[pk] change fromhost loop conditionYunsup Lee1-1/+1
2010-07-22[pk] fixed open syscall parameter being discardedAndrew Waterman3-5/+5
2010-07-22[pk,libgloss] added more front-end system callsAndrew Waterman5-13/+83
2010-07-21[pk,sim] removed cop0 console i/o supportAndrew Waterman1-11/+1
2010-07-21[pk,sim] first cut of appserver communication linkAndrew Waterman7-16/+133
2010-07-19[pk,sim] added temporary "exit" functionalityAndrew Waterman3-3/+7
2010-07-18Reorganized directory structureAndrew Waterman9-0/+733