correct encoding of Marina predicate bits
[fleet.git] / src / edu / berkeley / fleet / two / FleetTwoFleet.java
2009-03-20 megaczcorrect encoding of Marina predicate bits
2009-03-14 megaczeliminate ShipDescription.Constant class, use BitVector...
2009-03-14 megaczremove "looping" argument from Instruction
2009-03-14 megaczremove OS bit from encoding
2009-03-14 megaczupdate internal encoding for Marina2
2009-01-08 megaczfix encoding error that only shows up when all-zeroes...
2009-01-08 megaczadd commented-out versions of new internal encoding
2009-01-04 megaczupdate to 03-Jan-2009 am33: head, abort, and d-flag
2008-12-30 megaczadd PACKET_IS_TOKEN mask
2008-12-13 megaczuse equalsZeroExtended for comparing paths
2008-12-13 adamadd inverted-dc-bit-hack
2008-12-13 adamupdate PATH_XXX encoding and fix DC bug
2008-12-13 adamupdate predicate field encoding
2008-11-11 adamupdate internal encoding of Flush instruction
2008-11-11 adamupdate internal encoding of Set Flags
2008-11-08 adamfix ArrayIndexOutOfBoundsException in FleetTwoFleet
2008-11-08 adamchange polarity of I-bit
2008-11-03 adamadd Marina code
2008-11-03 adamchange readInstruction/writeInstruction to encodeInstru...
2008-11-03 adammake getDestAddr() return a BitVector
2008-11-03 adamadd Fleet.{getShiftWidth(),getSetWidth()}
2008-10-27 adamadd flush instruction to parser, grammar, and api
2008-10-27 adamadd MOVE bits to many of the MOVE subcodes in FleetTwoF...
2008-10-27 adamadd FleetTwoFleet.DISPATCH_INSTR
2008-10-27 adamadd FleetTwoFleet.WHOLE_WORD
2008-09-07 adamadd support for [olc=0] predicate
2008-08-21 adamremove TAPL, improve Instruction.toString(), add conven...
2008-08-21 adamupdate instruction encoding, remove ability to predicat...
2008-06-26 adamfinish overhaul of interpreter
2008-06-26 adamlift sloppy getPathByAddr() implementation into FleetTw...
2008-06-26 adamremove ugly FleetTwoFleet.getUniversalSource() method
2008-06-26 adamrefactor codebag-memory-block creation code
2008-06-25 adamrelocate InstructionEncoder to FleetTwoFleet and make...