index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vhdl
/
iirs.adb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused is_ref for choices. Adjust.
Tristan Gingold
2019-01-02
1
-8
/
+8
*
iir_kind_selected_element: use Named_Entity for homogeneity.
Tristan Gingold
2018-12-18
1
-16
/
+0
*
record ownership of record element constraints.
Tristan Gingold
2018-12-09
1
-0
/
+16
*
Implement Get_Base_Element_Declaration in iirs_utils.
Tristan Gingold
2018-12-09
1
-16
/
+0
*
iirs: remove set/get_element_declaration.
Tristan Gingold
2018-12-08
1
-16
/
+0
*
libraries, iirs: use Logging instead of Text_IO.
Tristan Gingold
2018-12-05
1
-8
/
+7
*
Keep source file entry in design file to avoid searching the file.
Tristan Gingold
2018-11-26
1
-0
/
+16
*
Add Get/Set_Choice_Position (WIP).
Tristan Gingold
2018-09-20
1
-0
/
+16
*
Add Element_Type_Flag for associations.
Tristan Gingold
2018-09-10
1
-0
/
+16
*
Improve handling of implicit condition.
Tristan Gingold
2018-02-03
1
-2
/
+3
*
sem_inst: fix relocation of instances in instances.
Tristan Gingold
2017-12-21
1
-0
/
+22
*
Rename of Iir_Kinds_Library_Unit
Tristan Gingold
2017-12-01
1
-2
/
+2
*
Use flist for entity_name_list.
Tristan Gingold
2017-11-08
1
-4
/
+4
*
Use flist for disconnection specification and component specification.
Tristan Gingold
2017-11-08
1
-8
/
+8
*
Use flist for group declaration.
Tristan Gingold
2017-11-07
1
-4
/
+4
*
Use flist for enumerations.
Tristan Gingold
2017-11-07
1
-4
/
+4
*
Use Flist for records.
Tristan Gingold
2017-11-07
1
-4
/
+4
*
Use flist for signatures.
Tristan Gingold
2017-11-07
1
-4
/
+4
*
Use Flist for simple_aggregate.
Tristan Gingold
2017-11-07
1
-4
/
+4
*
Use Flist for array indexes.
Tristan Gingold
2017-11-06
1
-16
/
+21
*
parser: add Has_Component for component instantiation.
Tristan Gingold
2017-10-18
1
-0
/
+16
*
Add extended locations (elocations). Still WIP
Tristan Gingold
2017-10-18
1
-26
/
+0
*
case statement: check element of one-dimensional type is a character type.
Tristan Gingold
2017-10-04
1
-0
/
+16
*
sem_assocs: rewrite (pass v87)
Tristan Gingold
2017-09-25
1
-0
/
+16
*
Rename In_Conversion/Out_Conversion to Actual_Conversion/Formal_Conversion.
Tristan Gingold
2017-09-13
1
-16
/
+16
*
iirs: add base_element_declaration to record_element_constraint.
Tristan Gingold
2017-01-23
1
-2
/
+2
*
vhdl08: implement 'subtype attribute
Tristan Gingold
2017-01-13
1
-0
/
+2
*
Remove Get/Set_Value_Staticness, add Get/Set_Aggregate_Expand_Flag
Tristan Gingold
2016-12-20
1
-15
/
+14
*
iirs: reorder Iir_Kind_Choice_*, add Get_Literal_Origin for aggregate.
Tristan Gingold
2016-12-18
1
-4
/
+4
*
cleanup: remove Package_Instantiation_Bodies_Chain
Tristan Gingold
2016-12-05
1
-17
/
+0
*
sem_assocs: handle overloaded operators for interface_function
Tristan Gingold
2016-12-05
1
-4
/
+4
*
ownership: check tree after sem and canon.
Tristan Gingold
2016-11-05
1
-7
/
+7
*
vhdl08: allow unaffected in sequential signal assignments.
Tristan Gingold
2016-11-01
1
-0
/
+1
*
Add translation for selected signal assignment.
Tristan Gingold
2016-11-01
1
-0
/
+1
*
Remove default_*_map_aspect from binding_indication.
Tristan Gingold
2016-10-20
1
-33
/
+0
*
ownership: fix arrays and physical types from parse.
Tristan Gingold
2016-10-18
1
-20
/
+4
*
iirs: add an assert on Get_Kind.
Tristan Gingold
2016-10-18
1
-3
/
+4
*
nodes: remove Int and Fp formats, use multiple fields.
Tristan Gingold
2016-10-15
1
-22
/
+51
*
nodes: handle 'grp' conversion, replace Odigit1 by flags.
Tristan Gingold
2016-10-15
1
-10
/
+54
*
iirs: rename base_type to number_base_type to avoid confusion.
Tristan Gingold
2016-10-13
1
-4
/
+4
*
Rework AST to setup ownership and reference policy.
Tristan Gingold
2016-10-11
1
-14
/
+127
*
Add signal_attribute_declaration to hold implicit atribute signals.
Tristan Gingold
2016-10-08
1
-0
/
+49
*
disp_vhdl: print 'parameter' if textually present.
Tristan Gingold
2016-10-05
1
-0
/
+16
*
Rework range_expression and incomplete type for instantiation.
Tristan Gingold
2016-09-30
1
-16
/
+81
*
Comments in iirs.ads
Tristan Gingold
2016-09-28
1
-2
/
+2
*
vhdl08: more support for interface subprograms.
Tristan Gingold
2016-09-27
1
-0
/
+16
*
vhdl08: first working example of interface type.
Tristan Gingold
2016-09-22
1
-0
/
+16
*
iirs: add association_element_subprogram
Tristan Gingold
2016-09-20
1
-0
/
+1
*
vhdl08: create interface subprogram declaration.
Tristan Gingold
2016-09-19
1
-0
/
+2
*
vhdl08: preliminary work for package body instantiation.
Tristan Gingold
2016-09-18
1
-16
/
+33
[next]