index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
passes
/
opt
/
share.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use C++11 final/override keywords.
whitequark
2020-06-18
1
-2
/
+2
*
Add flooring division operator
Xiretza
2020-05-28
1
-1
/
+3
*
Add flooring modulo operator
Xiretza
2020-05-28
1
-1
/
+3
*
kernel: big fat patch to use more ID::*, otherwise ID(*)
Eddie Hung
2020-04-02
1
-76
/
+76
*
Merge pull request #1845 from YosysHQ/eddie/kernel_speedup
Eddie Hung
2020-04-02
1
-8
/
+8
|
\
|
*
kernel: SigSpec use more const& + overloads to prevent implicit SigSpec
Eddie Hung
2020-03-13
1
-8
/
+8
*
|
Apply suggestions from code review
Eddie Hung
2020-03-30
1
-2
/
+1
*
|
kernel: clear some more ShareWorker state
Eddie Hung
2020-03-26
1
-0
/
+4
*
|
kernel: share a single CellTypes within a pass
Eddie Hung
2020-03-18
1
-14
/
+29
|
/
*
Use more ID::{A,B,Y,blackbox,whitebox}
Eddie Hung
2019-08-15
1
-35
/
+35
*
Use ID() macro in all of passes/opt/
Clifford Wolf
2019-08-11
1
-173
/
+173
*
stoi -> atoi
Eddie Hung
2019-08-07
1
-1
/
+1
*
Use std::stoi instead of atoi(<str>.c_str())
Eddie Hung
2019-08-06
1
-1
/
+1
*
Make liberal use of IdString.in()
Eddie Hung
2019-08-06
1
-2
/
+2
*
Bugfix in $memrd sharing
Clifford Wolf
2019-01-07
1
-2
/
+6
*
Consistent use of 'override' for virtual methods in derived classes.
Henner Zeller
2018-07-20
1
-2
/
+2
*
Added "yosys -D" feature
Clifford Wolf
2016-04-21
1
-1
/
+1
*
Fixed performance bug in "share" pass
Clifford Wolf
2016-04-21
1
-2
/
+51
*
Import more std:: stuff into Yosys namespace
Clifford Wolf
2015-10-25
1
-29
/
+29
*
Fixed sharing of $memrd cells
Clifford Wolf
2015-09-12
1
-0
/
+4
*
Spell check (by Larry Doolittle)
Clifford Wolf
2015-08-14
1
-1
/
+1
*
Fixed trailing whitespaces
Clifford Wolf
2015-07-02
1
-2
/
+2
*
Replaced ezDefaultSAT with ezSatPtr
Clifford Wolf
2015-02-21
1
-13
/
+13
*
Less aggressive "share" defaults
Clifford Wolf
2015-02-10
1
-4
/
+6
*
Added ENABLE_NDEBUG makefile options
Clifford Wolf
2015-01-24
1
-0
/
+4
*
Added statehash to ezSAT
Clifford Wolf
2014-12-29
1
-2
/
+6
*
Converting "share" to dict<> and pool<> complete
Clifford Wolf
2014-12-29
1
-34
/
+42
*
Switched most of "share" to dict<> and pool<>
Clifford Wolf
2014-12-29
1
-16
/
+17
*
Renamed hashmap.h to hashlib.h, some related improvements
Clifford Wolf
2014-12-28
1
-2
/
+2
*
More dict/pool related changes
Clifford Wolf
2014-12-27
1
-9
/
+9
*
Improved TopoSort determinism
Clifford Wolf
2014-11-07
1
-3
/
+5
*
Fixed various VS warnings
Clifford Wolf
2014-10-18
1
-2
/
+2
*
Renamed SIZE() to GetSize() because of name collision on Win32
Clifford Wolf
2014-10-10
1
-53
/
+53
*
sat encoding for exclusive $pmux ctrl inputs in "share" pass
Clifford Wolf
2014-10-03
1
-4
/
+16
*
added resource sharing of $macc cells
Clifford Wolf
2014-10-03
1
-3
/
+261
*
resource sharing of $alu cells
Clifford Wolf
2014-10-03
1
-3
/
+21
*
namespace Yosys
Clifford Wolf
2014-09-27
1
-1
/
+1
*
Re-enabled assert for new logic loops in "share" pass
Clifford Wolf
2014-09-21
1
-4
/
+1
*
Various improvements regarding logic loops in "share" results
Clifford Wolf
2014-09-21
1
-37
/
+108
*
Logic loop bugfix for "share" pass
Clifford Wolf
2014-09-21
1
-3
/
+7
*
Added "share -limit"
Clifford Wolf
2014-09-21
1
-1
/
+13
*
Still loop bug in "share": changed assert to warning
Clifford Wolf
2014-09-21
1
-13
/
+25
*
Do not introduce new logic loops in "share"
Clifford Wolf
2014-09-21
1
-6
/
+47
*
Assert on new logic loops in "share" pass
Clifford Wolf
2014-09-21
1
-0
/
+48
*
Removed $bu0 cell type
Clifford Wolf
2014-09-04
1
-1
/
+0
*
Moved "share" and "wreduce" to passes/opt/
Clifford Wolf
2014-09-01
1
-0
/
+987