total overhaul: fleetcode-1.0 api finished
[fleet.git] / src / edu / berkeley / fleet / ies44 / InstructionEncoder.java
2008-06-25 adamtotal overhaul: fleetcode-1.0 api finished
2008-04-13 adamclean up literal-setting code
2008-04-13 adamuse Mask.signExtend()
2008-04-13 adamuse bitmasks to set literals
2008-04-13 adamremove magic constant 19 from literal encodings
2008-02-14 adamsupport for [dl] and flags
2008-02-12 adamremove is_standing and kill counter
2008-02-12 adameliminate standing bit
2008-02-12 adamadd support for a "standing" count value
2008-02-12 adamadd predicates to instruction encoder/decoder
2008-02-11 adamadd support for predicates to parser and interpreter
2008-02-11 adamadd SetFlags instruction to API and interpreter
2008-01-25 adammajor overhaul: update dock to am33
2008-01-02 adamadd interpreter code and tests for loop counter instruc...
2008-01-02 adamsplit literals into low-half/high-half
2008-01-02 adamimplement support (fpga+interp+test) for massacre instr...
2008-01-02 adamalways set literal count to 0
2008-01-02 adamcheckpoint synthesizing
2008-01-02 adamused signed fields when readInstruction()ing a literal...
2008-01-01 adamupdated interpeter to pre-am32 dock
2007-08-28 adamproper encoding of kill count
2007-08-26 adamfinal pass to update instruction encoding; should now...
2007-08-26 adammake room for Ig bit
2007-08-26 adamremove last vestiges of old literal system
2007-08-25 adamadd pump-local literals and convert Alu1 test case
2007-08-25 adamadded working test case for send-without-destination
2007-08-25 adamchange benkobox=>pump
2007-08-23 adamunified horn for data and instructions
2007-08-21 adamadded dataOutDest
2007-08-21 adamcheckpoint
2007-08-21 adamcheckpoint
2007-08-20 adamrename recycle=>requeue
2007-08-20 adamfixed bug in InstructionEncoder
2007-08-20 adamclean up InstructionEncoder
2007-02-22 adamIES44: lots of cleanup, use safer bitfield operations
2007-02-17 adamadd initial support for virtual destinations
2007-02-16 adamfixed sign-extend bug
2007-02-16 adamadd kill*
2007-02-05 adamadded ies44 instruction encoder