aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-19streamline sbtYunsup Lee
2016-04-19Change pass name printing to info. Print pass runtime.jackkoenig
2016-04-16Return to parallel execution of testsjackkoenig
2016-04-16Add Namespace for thread-safe creation of names and temporary namesjackkoenig
2016-04-16Add useful traits for Names and Declarationsjackkoenig
2016-04-16Add license to testsjackkoenig
2016-04-16Add some Parser testsjackkoenig
2016-04-16Add more keywords to Id listjackkoenig
2016-04-16Add safety to Visitor.visitStmt to first check for TerminalNodejackkoenig
2016-04-15Fix Verilog emission for Modelsim compliationAndrew Waterman
2016-04-15Replace fork := true with parallelExecution in Test := falsejackkoenig
2016-04-14Improve performance of CSE passAndrew Waterman
2016-04-14Factor DCE re-running more cleanlyAndrew Waterman
2016-04-14Add CSE passAndrew Waterman
2016-04-13Extend mux constant propagationAndrew Waterman
2016-04-13Add shift/concat constant propagationAndrew Waterman
2016-04-09Use "sbt test" for test-scala.Jim Lawson
2016-04-09Use find instead of sbt to determine (potential) sources.Jim Lawson
2016-04-09Update Makefile to use sbt to determine sources; make build-scala the default...Jim Lawson
2016-04-09Adds check for type of DefRegister initializationjackkoenig
2016-04-09Fix bundle type equalityAdam Izraelevitz
2016-04-09Make sbt fork := truejackkoenig
2016-04-08Fixed bug in Remove Accesses where a WSubAccess's index was not checked for a...Adam Izraelevitz
2016-04-08Add small test for issue #105jackkoenig
2016-04-07Add primitive dead code elimination passAndrew Waterman
2016-04-07Split ConstProp pass into own file; propagate lits through nodesAndrew Waterman
2016-04-07Add constant propagation for muxes on UIntAndrew Waterman
2016-04-07Add basic constant propagation for logical operatorsAndrew Waterman
2016-04-07Make ConstProp pass more conciseAndrew Waterman
2016-04-06Merge pull request #102 from ucb-bar/propagate-mem-port-typesAdam Izraelevitz
2016-04-04Wrapped delay in ifndef verilator, as it is not supported by verilatorAdam Izraelevitz
2016-04-01Propagate memory port types in EmitterAndrew Waterman
2016-04-01Update sbt to version 0.13.11Andrew Waterman
2016-03-24Merge pull request #93 from ucb-bar/fix-chirrtl-serializeAndrew Waterman
2016-03-24Fix Chirrtl serialization bugjackkoenig
2016-03-18Merge pull request #92 from ucb-bar/guard-printf-stopAndrew Waterman
2016-03-18Add guard to emission of simulation constructsjackkoenig
2016-03-15Change non-reentrant VerilogEmitter from object to classJack
2016-03-15Revamp string literal handlingjackkoenig
2016-03-10Add support for right shift by amount larger than argument widthjackkoenig
2016-03-10Add Module Mappersjackkoenig
2016-03-09Merge pull request #88 from davidbiancolin/grammar_strlit_fixAndrew Waterman
2016-03-09Fix StringLit to ignore escaped double quotesdavidbiancolin
2016-03-06Merge pull request #83 from ucb-bar/travisJack Koenig
2016-03-05Fix the stanza wrapper for TravisPalmer Dabbelt
2016-03-05Use $(MAKE), not makePalmer Dabbelt
2016-03-03Remove unused files: DebugUtils and original Passesjackkoenig
2016-03-03Merge pull request #81 from ucb-bar/add-testsAndrew Waterman
2016-03-03Add some integration tests: successful compilation and executionjackkoenig
2016-03-02Remove implicits from serializejackkoenig