index
:
sfcX
1.6.x
master
sfc-scala3
Scala FIRRTL Compiler for chiselX
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
scala
/
firrtl
/
passes
/
Inline.scala
Age
Commit message (
Expand
)
Author
2017-03-23
Pass now subclasses Transform (#477)
Adam Izraelevitz
2017-03-06
Addresses #459. Rewords transform annotations API.
Adam Izraelevitz
2017-03-03
Bugfix: InlineInstances must prefix instances
Adam Izraelevitz
2016-11-23
Stringified annotations (#367)
Adam Izraelevitz
2016-11-21
Rewrote inline xform to fix quadratic perf. bug (#377)
Adam Izraelevitz
2016-11-07
Fix annotations (#366)
Adam Izraelevitz
2016-11-04
Cleanup license at top of every file (#364)
Jack Koenig
2016-11-04
Refactor Compilers and Transforms
jackkoenig
2016-10-11
Scala style cleanup take 5 (#324)
Chick Markley
2016-09-25
remove unnecessary blocks
chick
2016-09-23
use .isEmpty, .nonEmpty, isDefined
chick
2016-09-13
use case object for Kind (#267)
Donggyu
2016-09-12
Rework map functions as class methods
jackkoenig
2016-09-07
clean up miscs
Donggyu Kim
2016-09-07
clean up Utils.scala
Donggyu Kim
2016-07-27
Reworked annotation system. Added tenacity and permissibility
Adam Izraelevitz
2016-07-21
Indentation support for the ANTLR parser (as discussed in #192) (#194)
Kamyar Mohajerani
2016-06-10
API Cleanup - AST
Jack
2016-06-10
API Cleanup - Statement
Jack
2016-06-10
API Cleanup - Module
Jack
2016-05-12
Restructured Compiler to use Transforms. Added an InlineInstance pass.
Adam Izraelevitz