index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vhdl
/
translate
/
trans-chap2.adb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pass signal values to interfaces. 'sigptr' optimization.
Tristan Gingold
2015-12-18
1
-50
/
+106
*
trans-chap2.adb: fix uninitialized variable.
Tristan Gingold
2015-10-01
1
-9
/
+9
*
Suppress stack switching; save process state in secondary stack.
Tristan Gingold
2015-09-04
1
-121
/
+207
*
Translate: explicitly clean transient types.
Tristan Gingold
2015-09-02
1
-2
/
+0
*
Never export declarations of a package body.
Tristan Gingold
2015-08-31
1
-0
/
+7
*
Replace fat accesses by bounds accesses
Tristan Gingold
2015-08-29
1
-28
/
+46
*
Rework procedure calls, now use a record to pass parameters.
Tristan Gingold
2015-06-05
1
-103
/
+51
*
Fix translation of protected types declared in subprograms.
Tristan Gingold
2015-06-02
1
-1
/
+2
*
Change library format: now store file checksum instead of file time stamp.
Tristan Gingold
2015-05-13
1
-1
/
+2
*
Add context declaration and reference (vhdl 2008).
Tristan Gingold
2015-05-12
1
-0
/
+3
*
Rename name_table.name_buffer and name_length to avoid clash.
Tristan Gingold
2014-12-31
1
-1
/
+1
*
Rework string literals: store literals position.
Tristan Gingold
2014-12-29
1
-1
/
+1
*
iirs: reduce size of interface objects.
Tristan Gingold
2014-12-14
1
-1
/
+0
*
Fix llvm crash on protected objects.
Tristan Gingold
2014-12-05
1
-1
/
+1
*
Split translation into child packages.
Tristan Gingold
2014-11-09
1
-0
/
+1263