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-chap8.adb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix missing open_temp/close_temp for selected sequential signal assignment.
Tristan Gingold
2017-11-17
1
-2
/
+3
*
Use flist for enumerations.
Tristan Gingold
2017-11-07
1
-2
/
+2
*
Use Flist for records.
Tristan Gingold
2017-11-07
1
-5
/
+4
*
Use Flist for array indexes.
Tristan Gingold
2017-11-06
1
-1
/
+1
*
trans-chap8: remove duplicate and incorrect base allocation.
Tristan Gingold
2017-11-02
1
-3
/
+6
*
translate: handle dynamic individual association (records only).
Tristan Gingold
2017-10-29
1
-50
/
+161
*
Rename Allocate_Fat_Array_Base to Allocate_Unbounded_Composite_Base.
Tristan Gingold
2017-10-28
1
-1
/
+1
*
trans-chap8: preliminary work: reformatting.
Tristan Gingold
2017-10-28
1
-359
/
+364
*
trans-chap8: minor refactoring.
Tristan Gingold
2017-10-26
1
-3
/
+6
*
vhdl2008: add support for 'unbounded' case statements.
Tristan Gingold
2017-10-15
1
-19
/
+48
*
Improved error reporting, Issue #26
Brian Drummond
2017-10-06
1
-0
/
+2
*
Rename In_Conversion/Out_Conversion to Actual_Conversion/Formal_Conversion.
Tristan Gingold
2017-09-13
1
-2
/
+2
*
translate: renaming.
Tristan Gingold
2017-06-21
1
-3
/
+4
*
Do_Conversion: pass a real location.
Tristan Gingold
2017-06-18
1
-1
/
+1
*
Allocate dynamic object in suspended procedures on stack2.
Tristan Gingold
2017-06-16
1
-2
/
+2
*
translation: renames Ortho_Func to Subprg_Node for consistency.
Tristan Gingold
2017-05-12
1
-2
/
+2
*
translate: add specific infos for implicit subprograms.
Tristan Gingold
2017-05-12
1
-11
/
+11
*
sem_inst: remove assert that prevented nested instantiation.
Tristan Gingold
2017-05-12
1
-0
/
+1
*
Create default value for ports.
Tristan Gingold
2017-05-09
1
-25
/
+3
*
vhdl08: unbounded records - WIP
Tristan Gingold
2017-02-17
1
-1
/
+1
*
vhdl08: unbounded records (WIP)
Tristan Gingold
2017-02-12
1
-2
/
+2
*
WIP: unbounded records (set record subtype staticness)
Tristan Gingold
2017-01-31
1
-1
/
+1
*
iirs: renames Iir_Kinds_Scalar_Type_Definition
Tristan Gingold
2017-01-02
1
-1
/
+1
*
translate: rename get_array_base to get_composite_base
Tristan Gingold
2017-01-02
1
-5
/
+5
*
translate: refactoring for ortho_info_type.
Tristan Gingold
2016-12-30
1
-16
/
+16
*
translate: add unbounded records type_mode (WIP)
Tristan Gingold
2016-12-26
1
-12
/
+15
*
trans-chap8: adjust to handle non statically built static aggregate.
Tristan Gingold
2016-12-22
1
-5
/
+5
*
trans-chap8: fix incorrect declare block nesting.
Tristan Gingold
2016-12-17
1
-0
/
+2
*
ownership: check tree after sem and canon.
Tristan Gingold
2016-11-05
1
-3
/
+4
*
vhdl08: allow unaffected in sequential signal assignments.
Tristan Gingold
2016-11-01
1
-0
/
+7
*
Add translation for selected signal assignment.
Tristan Gingold
2016-11-01
1
-50
/
+180
*
translation of case: rewrite as generic code (preliminary work).
Tristan Gingold
2016-11-01
1
-96
/
+78
*
canon: do not set formal of association by position.
Tristan Gingold
2016-10-19
1
-86
/
+87
*
Rework AST to setup ownership and reference policy.
Tristan Gingold
2016-10-11
1
-3
/
+3
*
vhdl08: add support of case-generate statement
Tristan Gingold
2016-07-07
1
-2
/
+1
*
Handle default parameters for file_open.
Tristan Gingold
2016-06-02
1
-2
/
+2
*
Individual association: fix crash for array conversion due to slice.
Tristan Gingold
2016-05-27
1
-0
/
+6
*
ortho: rename start/finish_const_value to start/finish_init_value.
Tristan Gingold
2016-02-21
1
-4
/
+4
*
Add support for conditional assignments.
Tristan Gingold
2016-01-16
1
-4
/
+22
*
if/else: add debug line for elsif part.
Tristan Gingold
2016-01-06
1
-0
/
+2
*
Pass signal values to interfaces. 'sigptr' optimization.
Tristan Gingold
2015-12-18
1
-184
/
+367
*
Fix regression from states.
Tristan Gingold
2015-09-26
1
-43
/
+51
*
Suppress stack switching; save process state in secondary stack.
Tristan Gingold
2015-09-04
1
-579
/
+1623
*
Translate: explicitly clean transient types.
Tristan Gingold
2015-09-02
1
-14
/
+14
*
Allow allocators in default value of subprograms
Tristan Gingold
2015-08-29
1
-0
/
+7
*
Replace fat accesses by bounds accesses
Tristan Gingold
2015-08-29
1
-8
/
+33
*
Rework procedure calls, now use a record to pass parameters.
Tristan Gingold
2015-06-05
1
-204
/
+184
*
Fix crash in assert translation for overflow literal.
Tristan Gingold
2015-05-20
1
-1
/
+3
*
Translation: handle individual association in function call.
Tristan Gingold
2015-05-20
1
-18
/
+69
*
Fix crash in translation of procedure individual association.
Tristan Gingold
2015-05-19
1
-9
/
+9
[next]