index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vhdl
/
nodes_meta.adb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename of Iir_Kinds_Library_Unit
Tristan Gingold
2017-12-01
1
-69
/
+69
*
Use flist for entity_name_list.
Tristan Gingold
2017-11-08
1
-5
/
+5
*
Use flist for disconnection specification and component specification.
Tristan Gingold
2017-11-08
1
-10
/
+10
*
Use flist for group declaration.
Tristan Gingold
2017-11-07
1
-5
/
+5
*
Use flist for enumerations.
Tristan Gingold
2017-11-07
1
-5
/
+5
*
Use Flist for records.
Tristan Gingold
2017-11-07
1
-5
/
+5
*
Use flist for signatures.
Tristan Gingold
2017-11-07
1
-5
/
+5
*
Use Flist for simple_aggregate.
Tristan Gingold
2017-11-07
1
-5
/
+5
*
Use Flist for array indexes.
Tristan Gingold
2017-11-06
1
-20
/
+40
*
parser: add Has_Component for component instantiation.
Tristan Gingold
2017-10-18
1
-78
/
+93
*
Add extended locations (elocations). Still WIP
Tristan Gingold
2017-10-18
1
-300
/
+265
*
Selected_Element: add Identifier field.
Tristan Gingold
2017-10-09
1
-97
/
+99
*
case statement: check element of one-dimensional type is a character type.
Tristan Gingold
2017-10-04
1
-205
/
+220
*
nodes_meta: Generate Attr_, add subprograms for interfaces.
Tristan Gingold
2017-10-02
1
-8
/
+21
*
sem_assocs: rewrite (pass v87)
Tristan Gingold
2017-09-25
1
-249
/
+279
*
Rename In_Conversion/Out_Conversion to Actual_Conversion/Formal_Conversion.
Tristan Gingold
2017-09-13
1
-22
/
+22
*
remove build_reference_decl, add maybe_ref to condition and target.
Tristan Gingold
2017-07-02
1
-257
/
+291
*
vhdl08: unbounded records (WIP)
Tristan Gingold
2017-02-12
1
-176
/
+178
*
iirs: add base_element_declaration to record_element_constraint.
Tristan Gingold
2017-01-23
1
-227
/
+234
*
vhdl08: implement 'subtype attribute
Tristan Gingold
2017-01-13
1
-39
/
+67
*
Fixes for nodes_gc
Tristan Gingold
2016-12-24
1
-251
/
+253
*
Remove Get/Set_Value_Staticness, add Get/Set_Aggregate_Expand_Flag
Tristan Gingold
2016-12-20
1
-11
/
+11
*
iirs: reorder Iir_Kind_Choice_*, add Get_Literal_Origin for aggregate.
Tristan Gingold
2016-12-18
1
-127
/
+129
*
cleanup: remove Package_Instantiation_Bodies_Chain
Tristan Gingold
2016-12-05
1
-204
/
+188
*
sem_assocs: handle overloaded operators for interface_function
Tristan Gingold
2016-12-05
1
-244
/
+251
*
ownership: check tree after sem and canon.
Tristan Gingold
2016-11-05
1
-259
/
+269
*
vhdl08: allow unaffected in sequential signal assignments.
Tristan Gingold
2016-11-01
1
-0
/
+4
*
Add translation for selected signal assignment.
Tristan Gingold
2016-11-01
1
-72
/
+102
*
Remove default_*_map_aspect from binding_indication.
Tristan Gingold
2016-10-20
1
-261
/
+229
*
ownership: fix arrays and physical types from parse.
Tristan Gingold
2016-10-18
1
-217
/
+214
*
nodes: handle 'grp' conversion, replace Odigit1 by flags.
Tristan Gingold
2016-10-15
1
-6
/
+6
*
iirs: rename base_type to number_base_type to avoid confusion.
Tristan Gingold
2016-10-13
1
-25
/
+25
*
iirs: condition_expression is a chain.
Tristan Gingold
2016-10-13
1
-1
/
+1
*
Rework AST to setup ownership and reference policy.
Tristan Gingold
2016-10-11
1
-558
/
+723
*
Add signal_attribute_declaration to hold implicit atribute signals.
Tristan Gingold
2016-10-08
1
-152
/
+219
*
disp_vhdl: print 'parameter' if textually present.
Tristan Gingold
2016-10-05
1
-162
/
+188
*
iirs: subtype indication is never a ref.
Tristan Gingold
2016-10-05
1
-219
/
+201
*
Fix attribute specification with non-static expression
Tristan Gingold
2016-10-04
1
-219
/
+217
*
Rework range_expression and incomplete type for instantiation.
Tristan Gingold
2016-09-30
1
-241
/
+315
*
Comments in iirs.ads
Tristan Gingold
2016-09-28
1
-1
/
+1
*
vhdl08: more support for interface subprograms.
Tristan Gingold
2016-09-27
1
-212
/
+227
*
vhdl08: preliminary support of interface subprogram
Tristan Gingold
2016-09-25
1
-146
/
+150
*
vhdl08: first working example of interface type.
Tristan Gingold
2016-09-22
1
-9
/
+17
*
iirs: add association_element_subprogram
Tristan Gingold
2016-09-20
1
-243
/
+261
*
vhdl08: create interface subprogram declaration.
Tristan Gingold
2016-09-19
1
-157
/
+229
*
vhdl08: preliminary work for package body instantiation.
Tristan Gingold
2016-09-18
1
-77
/
+86
*
Handle macro-expansion of instantiation of declaration with interface type.
Tristan Gingold
2016-09-16
1
-183
/
+213
*
Handle expanded name for interface package.
Tristan Gingold
2016-09-12
1
-144
/
+146
*
iirs: add Iir_Kinds_Simple_Concurrent_Statement
Tristan Gingold
2016-09-12
1
-34
/
+34
*
vhdl08: preliminary work for nested package and type association.
Tristan Gingold
2016-09-01
1
-245
/
+279
[next]