aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-12Update RenameMap Scaladoc for self-rename, distincSchuyler Eldridge
2020-02-12Record self-renames in RenameMap, distinct renamesSchuyler Eldridge
2020-02-12Repl seq mem renaming (#1286)Jack Koenig
2020-02-12Update sbt-unidoc to 0.4.3 (#1345)Scala Steward
2020-02-12Update sbt-antlr4 to 0.8.2 (#1331)Scala Steward
2020-02-11Merge pull request #1387 from freechipsproject/InstanceGraph.staticInstanceCo...Schuyler Eldridge
2020-02-11Add InstanceGraph.staticInstanceCount testsSchuyler Eldridge
2020-02-11Report dead modules in staticInstanceCountSchuyler Eldridge
2020-02-12Removed unused imports in src/test/ (#1381)Jim Lawson
2020-02-12Update sbt to 1.3.8 (#1354)Scala Steward
2020-02-12Fixing lint error: x + -1 (#1374)Adam Izraelevitz
2020-02-12Update scalacheck to 1.14.3 (#1336)Scala Steward
2020-02-12Update sbt-scoverage to 1.6.1 (#1335)Scala Steward
2020-02-12Support MemConfs with very deep memories (#1367)Jerry Zhao
2020-02-12Add reviewer checklist / update contributor checklist (#1375)Adam Izraelevitz
2020-02-12Update commons-text to 1.8 (#1333)Scala Steward
2020-02-11Update junit to 4.13 (#1332)Scala Steward
2020-02-11Update protoc-jar to 3.11.1 (#1330)Scala Steward
2020-02-11Update sbt-unidoc to 0.4.2 (#1329)Scala Steward
2020-02-11Update sbt-buildinfo to 0.9.0 (#1328)Scala Steward
2020-02-11Update sbt-assembly to 0.14.10 (#1327)Scala Steward
2020-02-11Update sbt-scalafix to 0.9.11 (#1326)Scala Steward
2020-02-11[spec] Change sub(UInt, UInt) output type to UInt (#1378)Albert Magyar
2020-02-10Merge pull request #1370 from freechipsproject/issue-1309Schuyler Eldridge
2020-02-10Test EliminateTargetPaths ModuleTarget anno dupingSchuyler Eldridge
2020-02-10Rename modules when duplicating instancesSchuyler Eldridge
2020-02-10Add Target utility referringModuleSchuyler Eldridge
2020-02-07Merge pull request #1366 from freechipsproject/dueling-const-propAlbert Magyar
2020-02-07Add extra 'de-optimization' opportunity for register const prop testAlbert Magyar
2020-02-07Refactor handling of reg const prop entries to cover more casesAlbert Magyar
2020-02-06Better register const prop through speculative de-optimizationAlbert Magyar
2020-02-06Add constant prop to async regs (#1355)Adam Izraelevitz
2020-02-06Merge pull request #1362 from freechipsproject/andr-reduction-base-caseSchuyler Eldridge
2020-02-06Add note to spec about reductions on zero-width wiresAlbert Magyar
2020-02-06[Behavior change] Andr of zero-width wire now returns UIntLiteral(1)Albert Magyar
2020-02-06Emit 'else' case for trivial-valued async reset regs to avoid latches (#1359)Albert Magyar
2020-02-03Dedup: check if moduleOpt exists before getting (#1323)Albert Chen
2020-02-03Fix conversion of Reference-containing expressions to ReferenceTargets (#1349)Albert Magyar
2020-01-28add IsModule, IsMember, CompleteTarget serializers (#1321)Albert Chen
2020-01-21Refactoring checkCatArgumentLegality (#1317)Derek Pappas
2020-01-20clean up warnings: trim unused imports (#1315)John Ingalls
2020-01-15Verilog emitter transform InlineBitExtractions (#1296)John Ingalls
2020-01-15improve the tail ir usability. (#1241)Sequencer
2020-01-15Filter ResolvePaths in EliminateTargetPaths (#1310)Schuyler Eldridge
2020-01-10Change LoggerState.globalLevel to Warn (#1307)Jim Lawson
2020-01-10Change default LogLevel to Warn (#1305)Schuyler Eldridge
2020-01-09Dedup PassTests, add NoCircuitDedupAnnotations (#1302)Schuyler Eldridge
2020-01-07Merge pull request #1259 from freechipsproject/cleanup-testing-consoleJack Koenig
2020-01-07Change printing of FIRRTL runtime from error to warnJack Koenig
2020-01-07Remove printlns from testsJack Koenig