aboutsummaryrefslogtreecommitdiff
path: root/pk
AgeCommit message (Expand)AuthorFilesLines
2010-11-21[pk] various PK cleanups/speedupsAndrew Waterman10-97/+177
2010-11-21[xcc, sim, pk, opcodes] new instruction encoding!Andrew Waterman2-388/+388
2010-11-21[xcc, sim, pk] link register is now x1Andrew Waterman2-51/+52
2010-11-21[opcodes, pk, sim, xcc] made jumps shorter and PC-relativeAndrew Waterman2-64/+4
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 Waterman9-8/+721
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 Waterman6-79/+119
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 Waterman18-0/+1030