make InterpreterDock c-flag depend on Dc bit, as it should
[fleet.git] / src / edu / berkeley / fleet / assembler /
2009-01-08 megaczcleaner allocation of ships when a single InterpreterFl...
2009-01-08 megaczmore pump=>dock renaming
2009-01-04 megaczupdate to 03-Jan-2009 am33: head, abort, and d-flag
2008-12-30 megaczMerge branch 'master' of git://git.hcoop.net/git/crawsh...
2008-12-25 megaczadd note that Parser.java is not a stable API
2008-12-18 David Crawshawmark static functions as such
2008-12-16 David Crawshawmake the asm parser public
2008-11-03 adamuse local (non-static) references in Parser.java
2008-11-03 adamuse getShiftWidth() in Parser.java
2008-11-03 adamadd Ship.getConstant()
2008-10-27 adamadd flush instruction to parser, grammar, and api
2008-09-07 adamfix parser bug
2008-08-28 adamallow hex digits in #expect directives
2008-08-26 adamupdate to new AM37 syntax
2008-08-21 adamremove TAPL, improve Instruction.toString(), add conven...
2008-08-21 adamimprove instruction dispatch code in Parser.java
2008-08-21 adamcleaner encoding of Shift instruction in Parser.java
2008-08-21 adamremove Memory.{outIhorn,inStride,inCount} ports
2008-06-26 adamfinish overhaul of interpreter
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...
2008-06-25 adamtotal overhaul: fleetcode-1.0 api finished
2008-02-14 adamsupport for [dl] and flags
2008-02-12 adameliminate standing bit
2008-02-12 adamuse repeat counter instead of 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-01 adamupdated interpeter to pre-am32 dock
2007-09-16 adamimprove synthesis flags
2007-08-28 adamupdates to fleet grammar
2007-08-26 adamfinal pass to update instruction encoding; should now...
2007-08-26 adamremove last vestiges of old literal system
2007-08-25 adamallow constants in literal clauses
2007-08-25 adamadd pump-local literals and convert Alu1 test case
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-20 adammore renaming slipway=>fpga
2007-08-20 adamrename slipway=>fpga
2007-07-15 adamadd support for #skip tests
2007-05-06 adamresolve conflict
2007-05-06 adamupdate grammar, move to new version of SBP
2007-03-04 adamfix grammar ambiguity
2007-02-28 adamfix parsing bug where BenkoBox is used instead of Desti...
2007-02-28 adamanother bugfix
2007-02-28 adambugfix
2007-02-28 adamresolve conflict
2007-02-26 adamspeed up separate parsing
2007-02-26 adammake parsing faster on multi-run test cases
2007-02-22 adammassive overhaul of FleetCode to support multiple desti...
2007-02-17 adamadd ship specific literals and a test case
2007-02-16 adamnew syntax: receive, notify, dismiss
2007-02-16 adamadd kill*
2007-02-12 adamremove superfluous computeOffset() and computeTarget()
2007-02-12 adamadded #expect and ArrayList hack to parser
2007-02-05 adammajor software code reorg
2007-02-05 adamgrammar fix
2007-02-03 adamfixes to grammar file
2007-01-29 adamsyntax fixes
2007-01-29 adamfix NPE due to misplaced grammar file
2007-01-27 adamseparated interpreter from assembler