move InterpreterDestination serial number into the Interpreter class
[fleet.git] / src / edu / berkeley / fleet / interpreter /
2009-01-08 megaczmove InterpreterDestination serial number into the...
2009-01-08 megaczmove the packet queue out of InterpreterDestination...
2009-01-08 megaczchange internal uses of "port" to "dock"
2009-01-08 megaczminor reshuffling of InterpreterShip/InterpreterDock
2009-01-08 megaczmake fields of InterpreterPath private
2009-01-08 megaczmake fields of interpreter.Packet private, add access...
2009-01-04 megaczupdate to 03-Jan-2009 am33: head, abort, and d-flag
2008-12-27 David Crawshawstore .ship files in fleet.jar
2008-12-16 David Crawshawprovide an interface for initializing an InterpreterPro...
2008-12-16 David Crawshawremove redundant isInputDock()
2008-12-13 megaczfix bug in Interpreter.getDestAddr()
2008-12-13 megaczdo not double-increment in InterpreterDestination
2008-12-13 megaczMake several fields of the Interpreter non-private...
2008-12-13 megaczAdd DebugDock.java
2008-12-13 megaczMake InterpreterProcess public, add step() methods
2008-12-13 megaczCause interpreter to return after one step if no instru...
2008-11-03 adamchange readWord()/dispatchXX() to recvWord()/sendXX...
2008-11-03 adammake getDestAddr() return a BitVector
2008-11-03 adammake InterpreterPath extend FleetTwoPath
2008-10-27 adamadd FleetProcess.{flush,dispatchWord,dispatchToken}
2008-10-27 adamadd InterpreterDock.peekDataForShip()
2008-10-27 adamadd Interpreter.getFleet()
2008-08-26 adamreturn ship if already created in Interpreter
2008-08-21 adamremove TAPL, improve Instruction.toString(), add conven...
2008-08-21 adamcleaner implementation of Shift instruction in Interpre...
2008-06-26 adaminterpreter updates
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 adamfirst pass overhaul of interpreter; still does not...
2008-06-25 adamcollapse InterpreterDock and InstructionDock into one...
2008-06-25 adamrelocate InstructionEncoder to FleetTwoFleet and make...
2008-06-25 adamtotal overhaul: fleetcode-1.0 api finished
2008-02-14 adamsupport for [dl] and flags
2008-02-12 adamcleanup obsolete stuff
2008-02-12 adamupdate interpreter to reset counters on kill/massacre
2008-02-12 adamadd support for a "standing" count value
2008-02-11 adamadd support for predicates to parser and interpreter
2008-02-11 adamfix bugs in handling of DecrLoop operation
2008-02-11 adamadd SetFlags instruction to API and interpreter
2008-02-04 adamadd Rotator ship
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 adamfix counting of kill instructions in interpreter
2008-01-01 adamupdated interpeter to pre-am32 dock
2007-08-26 adamfinal pass to update instruction encoding; should now...
2007-08-26 adamremove last vestiges of old literal system
2007-08-25 adamchange benkobox=>pump
2007-08-24 adamimplement bitfifo (software only for now)
2007-08-23 adamimplement am26 support for constants
2007-08-21 adamadded dataOutDest
2007-08-20 adamrename recycle=>requeue
2007-08-10 adamdont downcase names
2007-03-01 adammake api.Destination a class rather than an interface
2007-02-28 adamexperimental: make BenkoBox not extend Destination
2007-02-25 adamtweak box semantics in fleeterpreter to make them have...
2007-02-22 adammassive overhaul of FleetCode to support multiple desti...
2007-02-20 adamsupport for disabling terminal colors
2007-02-17 adamadd initial support for virtual destinations
2007-02-16 adamfix how the fleeterpreter deals with kill*
2007-02-16 adamadd kill*
2007-02-12 adammove edu.berkeley.fleet.ships to edu.berkeley.fleet...
2007-02-12 adamupdate everything to naming conventions agreed upon...
2007-02-12 adammore fixes to bring things up to date with the new...
2007-02-05 adammajor software code reorg
2007-02-03 adamadded "mem" ship
2007-01-30 adamsupport for fpga client/server network access
2007-01-30 adamsecond massive overhaul of slipway; now it works on...
2007-01-29 adammassive overhaul of slipway (fpga-fleet)
2007-01-29 adamupdates to make fpga-code instruction generation work...
2007-01-28 adamfix bug in Inbox (thank Dominic)
2007-01-27 adamallow data->token
2007-01-27 adammake readyForItemFromShip() public
2007-01-27 adamseparated interpreter from assembler
2007-01-26 adamimport slipway (fpga-fleet) code
2007-01-26 adamupdated to AM14, AM15