| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused is_ref for choices. Adjust. | Tristan Gingold | 2019-01-02 | 1 | -12/+7 |
* | sem_expr: do not reorder choices, adjust for consequences. | Tristan Gingold | 2019-01-02 | 1 | -0/+1 |
* | simul: handle array values. Reformating. | Tristan Gingold | 2018-12-29 | 1 | -0/+1 |
* | sem: tolerate parse errors in object subtype. | Tristan Gingold | 2018-12-19 | 1 | -0/+2 |
* | iir_kind_selected_element: use Named_Entity for homogeneity. | Tristan Gingold | 2018-12-18 | 1 | -6/+6 |
* | record ownership of record element constraints. | Tristan Gingold | 2018-12-09 | 1 | -2/+24 |
* | Implement Get_Base_Element_Declaration in iirs_utils. | Tristan Gingold | 2018-12-09 | 1 | -11/+0 |
* | iirs: remove set/get_element_declaration. | Tristan Gingold | 2018-12-08 | 1 | -8/+0 |
* | trans-chap8: handle unstable range in for-loop. | Tristan Gingold | 2018-12-04 | 1 | -0/+4 |
* | Keep source file entry in design file to avoid searching the file. | Tristan Gingold | 2018-11-26 | 1 | -0/+6 |
* | Check for uninstantiated package in expanded names. | Tristan Gingold | 2018-11-19 | 1 | -0/+2 |
* | Forward type of expression in qualified expression. | Tristan Gingold | 2018-11-07 | 1 | -2/+2 |
* | Rework translation of unbounded and complex types. | Tristan Gingold | 2018-10-21 | 1 | -1/+1 |
* | aggregates (2008): support array expression | Tristan Gingold | 2018-09-23 | 1 | -10/+10 |
* | Improve doc, fix English typo. | Tristan Gingold | 2018-09-23 | 1 | -2/+2 |
* | Add Maybe_Ref_Chain (WIP). | Tristan Gingold | 2018-09-20 | 1 | -3/+7 |
* | Add Get/Set_Choice_Position (WIP). | Tristan Gingold | 2018-09-20 | 1 | -0/+8 |
* | trans-chap7: refactoring for aggregates. | Tristan Gingold | 2018-09-11 | 1 | -3/+5 |
* | Add Element_Type_Flag for associations. | Tristan Gingold | 2018-09-10 | 1 | -0/+8 |
* | Add support for --time-resolution (jit only). Fix #613 | Tristan Gingold | 2018-08-10 | 1 | -0/+7 |
* | elocations: add more 'is' locations. | Tristan Gingold | 2018-02-08 | 1 | -0/+10 |
* | Improve handling of implicit condition. | Tristan Gingold | 2018-02-03 | 1 | -0/+5 |
* | sem_names: improve support of external names. | Tristan Gingold | 2018-01-21 | 1 | -24/+36 |
* | sem_inst: fix relocation of instances in instances. | Tristan Gingold | 2017-12-21 | 1 | -0/+10 |
* | python: generate more declarations. | Tristan Gingold | 2017-12-01 | 1 | -2/+10 |
* | Improve error message in case of circular dependency. | Tristan Gingold | 2017-12-01 | 1 | -5/+4 |
* | Rename of Iir_Kinds_Library_Unit | Tristan Gingold | 2017-12-01 | 1 | -12/+19 |
* | Update python binding for flists. | Tristan Gingold | 2017-11-23 | 1 | -6/+19 |
* | Rewrite list implementation | Tristan Gingold | 2017-11-11 | 1 | -2/+0 |
* | Rework list implementation, use iterator. | Tristan Gingold | 2017-11-11 | 1 | -16/+27 |
* | Remove List_Others, cleanup lists. | Tristan Gingold | 2017-11-08 | 1 | -5/+0 |
* | Remove some deprecated iir_list subtypes. | Tristan Gingold | 2017-11-08 | 1 | -8/+0 |
* | Use flist for entity_name_list. | Tristan Gingold | 2017-11-08 | 1 | -2/+2 |
* | Use flist for disconnection specification and component specification. | Tristan Gingold | 2017-11-08 | 1 | -4/+7 |
* | Use flist for group declaration. | Tristan Gingold | 2017-11-07 | 1 | -2/+2 |
* | Use flist for enumerations. | Tristan Gingold | 2017-11-07 | 1 | -2/+2 |
* | Use Flist for records. | Tristan Gingold | 2017-11-07 | 1 | -2/+2 |
* | Use flist for signatures. | Tristan Gingold | 2017-11-07 | 1 | -2/+2 |
* | Use Flist for simple_aggregate. | Tristan Gingold | 2017-11-07 | 1 | -2/+2 |
* | Use Flist for array indexes. | Tristan Gingold | 2017-11-06 | 1 | -9/+30 |
* | Add elocations for specifications. | Tristan Gingold | 2017-10-28 | 1 | -0/+2 |
* | sem_specs: use architecture body for entity_aspect_entity when loaded. | Tristan Gingold | 2017-10-24 | 1 | -2/+4 |
* | parser: add Has_Component for component instantiation. | Tristan Gingold | 2017-10-18 | 1 | -0/+7 |
* | Add extended locations (elocations). Still WIP | Tristan Gingold | 2017-10-18 | 1 | -7/+10 |
* | iirs: reformat enum, add more enums in python interface. | Tristan Gingold | 2017-10-17 | 1 | -362/+362 |
* | Reformating and comments. | Tristan Gingold | 2017-10-15 | 1 | -2/+2 |
* | Selected_Element: add Identifier field. | Tristan Gingold | 2017-10-09 | 1 | -0/+2 |
* | case statement: check element of one-dimensional type is a character type. | Tristan Gingold | 2017-10-04 | 1 | -0/+7 |
* | sem_assocs: rewrite (pass v87) | Tristan Gingold | 2017-09-25 | 1 | -4/+13 |
* | Rename In_Conversion/Out_Conversion to Actual_Conversion/Formal_Conversion. | Tristan Gingold | 2017-09-13 | 1 | -6/+6 |