make InterpreterDock c-flag depend on Dc bit, as it should
[fleet.git] / src / edu / berkeley / fleet / ir /
2009-01-08 megaczupdate Context.java to new head/abort/tail scheme
2009-01-04 megaczupdate to 03-Jan-2009 am33: head, abort, and d-flag
2008-12-13 adamadd CodeBag.java stub
2008-11-18 adamcleanup in Process.java
2008-11-17 adameliminate two counter ships that we do not need
2008-11-17 adamdecouple the insertion of shutdown commands from the...
2008-11-17 adamremove line we can no longer use (dip_peer.dock.getInst...
2008-11-17 adamvarious comment/cleanups, no net effect
2008-11-17 adamadd extratokens option to shutdown code
2008-11-17 adamre-order deliver() for more compact code
2008-11-17 adamremove extraneous abortLoopIfTorpedoPresent() which...
2008-11-10 adamsome updates to edu.berkeley.fleet.ir
2008-11-04 adamadd partial support for writeback to mergesort demo
2008-11-04 adamproper outWrite port on MemoryModule
2008-11-04 adammake DockOutPort deal with the case where it has no...
2008-11-04 adammake DockOutPort non-final
2008-11-03 adamadd write capability to Process.MemoryModule
2008-11-03 adamadd Port.getTokensToAbsorb()
2008-11-03 adammore sophisticated version of Process.verifyClean()
2008-11-03 adammove setAutoflush() lines
2008-11-03 adamlift restriction on torpedoing finite-count loops
2008-11-03 adamadd src/edu/berkeley/fleet/ir/Process.java
2008-11-03 adamadd ir.Counter
2008-11-03 adamadd src/edu/berkeley/fleet/ir/Gadgets.java
2008-11-03 adammake LoopFactory() private, rename Context.send() to...
2008-11-03 adamadd Context.allocateShip()
2008-11-03 adamadd Context.emit()
2008-11-03 adamadd Context.startupLoopFactories
2008-11-03 adamadd Context.flush()
2008-11-03 adamadd Context.setAutoflush(boolean)
2008-11-03 adamadd Context.literal(BitVector)
2008-11-03 adamchange pending_dest to pending_path
2008-11-03 adamadd Context.disableInstructionFifoOverflowCheck()
2008-11-03 adamadd error check to Context.makeNext()
2008-11-03 adammake Context.setNext() private
2008-11-03 adamadd Context.abortAndInvoke()
2008-11-03 adamimprove comments in Context.java
2008-11-03 adamde-staticize references in Context.java
2008-11-03 adamchange readWord()/dispatchXX() to recvWord()/sendXX...
2008-11-03 adamadd Junk.java
2008-11-03 adamadd ShipPool.java
2008-09-07 adamswitch demo from Util.java to LoopFactory, delete Util...
2008-09-07 adamimprovements to LoopFactory
2008-09-07 adamfix typo in ship name
2008-09-07 adamrename Alu2->Alu
2008-08-21 adamcheckpoint
2008-06-25 adamcollapse InterpreterDock and InstructionDock into one...
2008-06-25 adamtotal overhaul: fleetcode-1.0 api finished