index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vhdl
/
translate
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rewrite most of error and warning messages.
Tristan Gingold
2016-08-02
4
-16
/
+24
*
Rewrite error messages.
Tristan Gingold
2016-08-02
4
-9
/
+8
*
Rewrite scan error messages: use formatting.
Tristan Gingold
2016-08-02
1
-3
/
+3
*
Rework warnings to have a uniq tag per warning.
Tristan Gingold
2016-08-01
2
-2
/
+3
*
Fix translation of leftof/rightof.
Tristan Gingold
2016-07-30
1
-2
/
+4
*
ghdldrv: add --bootstrap-standard to simplify build.
Tristan Gingold
2016-07-15
1
-1
/
+3
*
vhdl08: add support of case-generate statement
Tristan Gingold
2016-07-07
7
-154
/
+422
*
Fix indentation and English mistakes.
Tristan Gingold
2016-07-05
2
-10
/
+3
*
Enable vest recursive instantiation test.
Tristan Gingold
2016-07-03
2
-5
/
+15
*
Initial support of direct recursive instantiation.
Tristan Gingold
2016-07-03
8
-144
/
+254
*
Handle uninstantiated packages without body.
Tristan Gingold
2016-06-28
2
-14
/
+38
*
trans-chap4: remove a when others.
Tristan Gingold
2016-06-28
1
-4
/
+2
*
Handle default parameters for file_open.
Tristan Gingold
2016-06-02
1
-2
/
+2
*
vhdl2008: implement new 'use clause' rules for types.
Tristan Gingold
2016-05-31
1
-19
/
+0
*
Individual association: fix crash for array conversion due to slice.
Tristan Gingold
2016-05-27
1
-0
/
+6
*
Minor cleanup.
Tristan Gingold
2016-03-31
1
-9
/
+0
*
PSL: add clocked SERE, make endpoints visible from VHDL.
Tristan Gingold
2016-03-22
4
-38
/
+88
*
PSL: add counters, generate rti and add --psl-report
Tristan Gingold
2016-03-18
4
-57
/
+66
*
PSL translate: handle bit type.
Tristan Gingold
2016-03-18
1
-4
/
+8
*
translation: avoid memory leak while allocating ports.
Tristan Gingold
2016-03-16
4
-18
/
+36
*
trans-chap12: extract gen_stubs from write_list_list.
Tristan Gingold
2016-03-11
2
-13
/
+54
*
trans-chap12: refactor.
Tristan Gingold
2016-03-07
2
-53
/
+70
*
translate: separate decl and stmt elab subprograms.
Tristan Gingold
2016-02-23
6
-96
/
+319
*
translate: minor reformating.
Tristan Gingold
2016-02-21
1
-24
/
+19
*
grt: remove rti field in signals (to reduce space).
Tristan Gingold
2016-02-21
1
-1
/
+0
*
ortho: rename start/finish_const_value to start/finish_init_value.
Tristan Gingold
2016-02-21
8
-64
/
+64
*
trans-chap12: factorize code.
Tristan Gingold
2016-02-20
1
-9
/
+1
*
Refactoring in simulate in order to link with ortho.
Tristan Gingold
2016-02-20
2
-0
/
+84
*
Tentative fix for issue43.
Tristan Gingold
2016-02-17
1
-1
/
+1
*
psl: cover directive works on a sequence, not on a property.
Tristan Gingold
2016-02-14
1
-1
/
+7
*
PSL: move canon code to canon.adb
Tristan Gingold
2016-02-14
2
-53
/
+26
*
translation: use Tables instead of GNAT.Table.
Tristan Gingold
2016-01-27
1
-4
/
+3
*
Add support for conditional assignments.
Tristan Gingold
2016-01-16
3
-18
/
+65
*
Set type staticness for a constant declaration and attribute specification.
Tristan Gingold
2016-01-11
1
-10
/
+11
*
Reorder fields in signals for alignment.
Tristan Gingold
2016-01-09
1
-3
/
+4
*
if/else: add debug line for elsif part.
Tristan Gingold
2016-01-06
1
-0
/
+2
*
Do not create signal type for scalar type.
Tristan Gingold
2015-12-20
4
-18
/
+18
*
Pass signal values to interfaces. 'sigptr' optimization.
Tristan Gingold
2015-12-18
18
-974
/
+1454
*
avoid a crash if --elab without -l.
Tristan Gingold
2015-12-16
1
-0
/
+4
*
Allow concatenation of element whose type is an array with non-static bounds
Tristan Gingold
2015-11-17
1
-1
/
+1
*
trans-chap2.adb: fix uninitialized variable.
Tristan Gingold
2015-10-01
1
-9
/
+9
*
Fix regression from states.
Tristan Gingold
2015-09-26
2
-43
/
+52
*
trans-rtis: fix uninitialized field (that could result in a crash).
Tristan Gingold
2015-09-15
1
-10
/
+8
*
Suppress stack switching; save process state in secondary stack.
Tristan Gingold
2015-09-04
16
-787
/
+2276
*
Adjust previous patch (destroy types for default port values).
Tristan Gingold
2015-09-03
2
-7
/
+13
*
Translate: explicitly clean transient types.
Tristan Gingold
2015-09-02
12
-112
/
+43
*
Destroy types of default generic values.
Tristan Gingold
2015-09-01
2
-9
/
+11
*
mcode/binary_file: rename write routines.
Tristan Gingold
2015-08-31
1
-3
/
+2
*
Never export declarations of a package body.
Tristan Gingold
2015-08-31
1
-0
/
+7
*
Allow allocators in default value of subprograms
Tristan Gingold
2015-08-29
4
-49
/
+187
[next]