index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
register.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed comment parsing in Pass::call()
Clifford Wolf
2014-12-29
1
-3
/
+8
*
Added newline support to Pass::call() parser
Clifford Wolf
2014-12-29
1
-0
/
+12
*
Added support for empty lines to here documents
Clifford Wolf
2014-10-29
1
-2
/
+2
*
Added run_command() api to replace system() and popen()
Clifford Wolf
2014-10-12
1
-1
/
+1
*
Using next_token() to parse commands
Clifford Wolf
2014-10-10
1
-24
/
+24
*
Corrected spelling mistakes found by lintian
Ruben Undheim
2014-09-06
1
-3
/
+3
*
Removed compatbility.{h,cc}: Not using open_memstream/fmemopen anymore
Clifford Wolf
2014-08-23
1
-16
/
+8
*
Changed frontend-api from FILE to std::istream
Clifford Wolf
2014-08-23
1
-9
/
+14
*
Changed backend-api from FILE to std::ostream
Clifford Wolf
2014-08-23
1
-12
/
+16
*
Added Frontend "+/" filename syntax for files from proc_share_dir
Clifford Wolf
2014-08-15
1
-1
/
+4
*
No implicit conversion from IdString to anything else
Clifford Wolf
2014-08-02
1
-2
/
+2
*
Added per-pass cpu usage statistics
Clifford Wolf
2014-08-01
1
-7
/
+35
*
Moved some stuff to kernel/yosys.{h,cc}, using Yosys:: namespace
Clifford Wolf
2014-07-31
1
-18
/
+16
*
Added write_file command
Clifford Wolf
2014-07-30
1
-3
/
+5
*
Renamed "write_autotest" to "test_autotb" and moved to passes/tests/
Clifford Wolf
2014-07-29
1
-1
/
+3
*
Using log_assert() instead of assert()
Clifford Wolf
2014-07-28
1
-8
/
+7
*
Added support for here documents
Clifford Wolf
2014-07-26
1
-1
/
+30
*
Added "cover" command
Clifford Wolf
2014-07-24
1
-12
/
+16
*
Added call_on_selection() and call_on_module() API
Clifford Wolf
2014-07-20
1
-4
/
+30
*
Improved error message for options after front-end filename arguments
Clifford Wolf
2014-06-04
1
-0
/
+4
*
workaround for OpenBSD 'stdout' implementation
Clifford Wolf
2014-05-03
1
-1
/
+2
*
workaround for OpenBSD 'stdin' implementation
Clifford Wolf
2014-05-02
1
-1
/
+2
*
Merged OSX fixes from Siesh1oo with some modifications
Clifford Wolf
2014-03-13
1
-2
/
+3
*
Merged a few fixes for non-posix systems from github.com/Siesh1oo/yosys
Clifford Wolf
2014-03-11
1
-0
/
+1
*
Fixed small memory leak in Pass::call()
Clifford Wolf
2014-02-23
1
-1
/
+4
*
Added echo command
Clifford Wolf
2014-02-07
1
-3
/
+45
*
Added support for #-comments in same line as command
Clifford Wolf
2014-02-06
1
-0
/
+2
*
Added Pass:call_newsel API
Clifford Wolf
2013-12-02
1
-0
/
+24
*
Call internal checker more often
Clifford Wolf
2013-11-10
1
-0
/
+6
*
Added "clean -purge" and ";;;" support
Clifford Wolf
2013-08-11
1
-0
/
+2
*
Added ";;" as shortcut for "; clean;"
Clifford Wolf
2013-08-11
1
-1
/
+4
*
Added "help -write-web-command-reference-manual"
Clifford Wolf
2013-07-26
1
-0
/
+52
*
Only initialize TCL interpreter when needed
Clifford Wolf
2013-05-23
1
-5
/
+0
*
Added labels to "help -write-tex-command-reference-manual" output
Clifford Wolf
2013-05-23
1
-0
/
+2
*
Improved/simplified TCL bindings
Clifford Wolf
2013-05-01
1
-25
/
+0
*
Added -color <color> <selection> option to show command
Clifford Wolf
2013-04-01
1
-4
/
+1
*
Implemented TCL support (only via -c option at the moment)
Clifford Wolf
2013-03-28
1
-0
/
+30
*
Added help -write-tex-command-reference-manual option
Clifford Wolf
2013-03-21
1
-0
/
+38
*
fixed a crash when lines start with whitespace
Johann Glaser
2013-03-18
1
-2
/
+2
*
Fixed gcc warnings and added error handling to shell escape
Clifford Wolf
2013-03-15
1
-1
/
+3
*
Added shell escape to command language
Clifford Wolf
2013-03-10
1
-0
/
+13
*
Implemented general handler for selection arguments
Clifford Wolf
2013-03-03
1
-2
/
+10
*
Added more help messages
Clifford Wolf
2013-03-01
1
-1
/
+4
*
Added more help messages (extract, abc, dfflibmap)
Clifford Wolf
2013-02-28
1
-0
/
+1
*
Added "help" command
Clifford Wolf
2013-02-28
1
-4
/
+46
*
Improvements in command shell
Clifford Wolf
2013-01-06
1
-13
/
+65
*
initial import
Clifford Wolf
2013-01-05
1
-0
/
+288