aboutsummaryrefslogtreecommitdiff
path: root/machine
AgeCommit message (Expand)AuthorFilesLines
2016-04-30Move DRAM to high addressesAndrew Waterman8-13/+28
2016-04-30Split out config string parserAndrew Waterman2-159/+167
2016-04-29ERET -> MRETAndrew Waterman3-10/+19
2016-04-29Remove mtime/mtimecmpAndrew Waterman6-32/+30
2016-04-29Use mbadaddr to speed up misaligned ld/st emulationAndrew Waterman1-2/+2
2016-04-06Don't assume existence of uarch countersAndrew Waterman1-34/+0
2016-03-22fix multilib build error. it's type casting related.SeungRyeol Lee1-1/+1
2016-03-10Misc improvementsAndrew Waterman2-6/+8
2016-03-10Make num_harts a uintptr_tAndrew Waterman2-4/+4
2016-03-10Update encodingAndrew Waterman1-6/+12
2016-03-10Remove dead codeAndrew Waterman2-3/+0
2016-03-10Set time comparator correctly on RV32Andrew Waterman1-4/+9
2016-03-09Factor emulation routines into multiple filesAndrew Waterman7-207/+233
2016-03-09Refactor pk, bbl, machine into separate librariesAndrew Waterman23-0/+3496