index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
passes
/
opt
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Switched most of "share" to dict<> and pool<>
Clifford Wolf
2014-12-29
1
-16
/
+17
*
using dict and pool in opt_reduce
Clifford Wolf
2014-12-28
1
-5
/
+5
*
bugfix in opt_share
Clifford Wolf
2014-12-28
1
-0
/
+1
*
Renamed hashmap.h to hashlib.h, some related improvements
Clifford Wolf
2014-12-28
4
-5
/
+5
*
More dict/pool related changes
Clifford Wolf
2014-12-27
1
-9
/
+9
*
More hashtable finetuning
Clifford Wolf
2014-12-27
3
-3
/
+3
*
Replaced std::unordered_set (nodict) with Yosys::pool
Clifford Wolf
2014-12-26
2
-3
/
+3
*
Replaced std::unordered_map as implementation for Yosys::dict
Clifford Wolf
2014-12-26
2
-2
/
+2
*
Added Yosys::{dict,nodict,vector} container types
Clifford Wolf
2014-12-26
4
-13
/
+17
*
Renamed extend() to extend_xx(), changed most users to extend_u0()
Clifford Wolf
2014-12-24
1
-3
/
+3
*
Improved TopoSort determinism
Clifford Wolf
2014-11-07
2
-4
/
+6
*
Added "opt -full" alias for all more aggressive optimizations
Clifford Wolf
2014-10-31
3
-7
/
+29
*
Fixed various VS warnings
Clifford Wolf
2014-10-18
2
-3
/
+3
*
Don't be too smart with $dff cells with "init" attribute on out signal
Clifford Wolf
2014-10-16
1
-1
/
+1
*
Some cleanups in opt_clean
Clifford Wolf
2014-10-16
1
-16
/
+9
*
Wrapped init in std::set constructor
William Speirs
2014-10-15
1
-2
/
+2
*
Do not the 'z' modifier in format string (another win32 fix)
Clifford Wolf
2014-10-11
1
-2
/
+2
*
Renamed SIZE() to GetSize() because of name collision on Win32
Clifford Wolf
2014-10-10
4
-113
/
+113
*
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
*
Added $_BUF_ cell type
Clifford Wolf
2014-10-03
1
-2
/
+2
*
remove buffers in opt_clean
Clifford Wolf
2014-10-03
1
-0
/
+13
*
resource sharing of $alu cells
Clifford Wolf
2014-10-03
1
-3
/
+21
*
Added support for "keep" on modules
Clifford Wolf
2014-09-29
2
-2
/
+2
*
namespace Yosys
Clifford Wolf
2014-09-27
8
-17
/
+45
*
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
*
Fixed wreduce $shiftx handling
Clifford Wolf
2014-09-15
1
-1
/
+1
*
Cleanup in wreduce
Clifford Wolf
2014-09-14
1
-11
/
+8
*
Corrected spelling mistakes found by lintian
Ruben Undheim
2014-09-06
1
-2
/
+2
*
Fixed "opt_const -fine" for $pos cells
Clifford Wolf
2014-09-04
1
-9
/
+4
*
Removed $bu0 cell type
Clifford Wolf
2014-09-04
3
-10
/
+7
*
Moved "share" and "wreduce" to passes/opt/
Clifford Wolf
2014-09-01
3
-0
/
+1342
*
Using std::vector<RTLIL::State> instead of RTLIL::Const for RTLIL::SigChunk::...
Clifford Wolf
2014-09-01
1
-1
/
+1
*
Added design->scratchpad
Clifford Wolf
2014-08-30
8
-64
/
+19
*
Optimize shift ops with constant rhs in opt_const
Clifford Wolf
2014-08-24
1
-0
/
+35
*
Added some additional log messages to opt_const
Clifford Wolf
2014-08-24
1
-1
/
+10
*
Renamed toposort.h to utils.h
Clifford Wolf
2014-08-17
1
-1
/
+1
*
Added "opt -fast"
Clifford Wolf
2014-08-16
1
-19
/
+45
*
Renamed $_INV_ cell type to $_NOT_
Clifford Wolf
2014-08-15
1
-6
/
+6
*
More idstring sort_by_* helpers and fixed tpl ordering in techmap
Clifford Wolf
2014-08-15
1
-2
/
+2
*
RIP $safe_pmux
Clifford Wolf
2014-08-14
3
-3
/
+2
*
Fixed a performance bug in opt_reduce
Clifford Wolf
2014-08-02
1
-2
/
+6
*
More cleanups related to RTLIL::IdString usage
Clifford Wolf
2014-08-02
4
-29
/
+30
*
Replaced sha1 implementation
Clifford Wolf
2014-08-01
2
-7
/
+1
[prev]
[next]