| Commit message (Expand) | Author | Age | Files | Lines |
* | vhdl08: create interface subprogram declaration. | Tristan Gingold | 2016-09-19 | 1 | -3/+0 |
* | vhdl08: parse and analyze interface types. | Tristan Gingold | 2016-09-01 | 1 | -0/+3 |
* | Rewrite scan error messages: use formatting. | Tristan Gingold | 2016-08-02 | 1 | -3/+3 |
* | Rework warnings to have a uniq tag per warning. | Tristan Gingold | 2016-08-01 | 1 | -1/+2 |
* | vhdl08: add support of case-generate statement | Tristan Gingold | 2016-07-07 | 1 | -1/+1 |
* | vhdl2008: implement new 'use clause' rules for types. | Tristan Gingold | 2016-05-31 | 1 | -19/+0 |
* | PSL: add clocked SERE, make endpoints visible from VHDL. | Tristan Gingold | 2016-03-22 | 1 | -0/+7 |
* | Add support for conditional assignments. | Tristan Gingold | 2016-01-16 | 1 | -2/+16 |
* | Do not create signal type for scalar type. | Tristan Gingold | 2015-12-20 | 1 | -1/+1 |
* | Pass signal values to interfaces. 'sigptr' optimization. | Tristan Gingold | 2015-12-18 | 1 | -99/+64 |
* | Allow concatenation of element whose type is an array with non-static bounds | Tristan Gingold | 2015-11-17 | 1 | -1/+1 |
* | Suppress stack switching; save process state in secondary stack. | Tristan Gingold | 2015-09-04 | 1 | -41/+42 |
* | Translate: explicitly clean transient types. | Tristan Gingold | 2015-09-02 | 1 | -10/+9 |
* | Replace fat accesses by bounds accesses | Tristan Gingold | 2015-08-29 | 1 | -87/+128 |
* | Do not create a transient type for strings. | Tristan Gingold | 2015-07-17 | 1 | -5/+4 |
* | Improve code generation of strings. | Tristan Gingold | 2015-06-27 | 1 | -52/+71 |
* | Handle to_string for i64 numbers. | Tristan Gingold | 2015-05-20 | 1 | -0/+4 |
* | Translation: handle individual association in function call. | Tristan Gingold | 2015-05-20 | 1 | -93/+2 |
* | Check enumeration overflow for succ/pred attributes. | Tristan Gingold | 2015-05-15 | 1 | -1/+3 |
* | sem_names: extract Free_Old_Entity_Name (from Finish_Sem_Name). Add comments. | Tristan Gingold | 2015-01-20 | 1 | -0/+1 |
* | Minor rework of overflow in physical units: defer until execution. | Tristan Gingold | 2015-01-20 | 1 | -77/+36 |
* | Handle overflow during evaluation of type conversion. Forward on 'image. | Tristan Gingold | 2015-01-10 | 1 | -2/+4 |
* | Rename name_table.name_buffer and name_length to avoid clash. | Tristan Gingold | 2014-12-31 | 1 | -2/+2 |
* | Rework string literals: store literals position. | Tristan Gingold | 2014-12-29 | 1 | -76/+21 |
* | Recognize some ieee.std_logic_1164 functions. | Tristan Gingold | 2014-12-16 | 1 | -1/+1 |
* | Use same node for implicit and explicit subprogram declarations. | Tristan Gingold | 2014-12-15 | 1 | -23/+18 |
* | reduce size of enumeration_literal. | Tristan Gingold | 2014-12-14 | 1 | -1/+10 |
* | Allow -frelaxed-rules for v87 designs | Tristan Gingold | 2014-11-29 | 1 | -1/+1 |
* | Gen_Call_Type_Builder: use Mnode. | Tristan Gingold | 2014-11-22 | 1 | -2/+1 |
* | concatenation: remove unused left over. | Tristan Gingold | 2014-11-21 | 1 | -265/+1 |
* | Translate: rewrite concatenation. Now O(n). | Tristan Gingold | 2014-11-17 | 1 | -74/+532 |
* | Translate_Range: use mnodes. | Tristan Gingold | 2014-11-16 | 1 | -60/+44 |
* | Translate_Range_Expression_Ptr: use Mnode and rename. | Tristan Gingold | 2014-11-16 | 1 | -37/+32 |
* | Translate_Reverse_Range_Ptr: use mnode instead of ptr and rename. | Tristan Gingold | 2014-11-15 | 1 | -52/+43 |
* | translate_expression: handle implicit type for aggregate. | Tristan Gingold | 2014-11-15 | 1 | -6/+10 |
* | Create_Range_From_Length: use Mnode instead of ptr. Style changes. | Tristan Gingold | 2014-11-11 | 1 | -48/+42 |
* | Style changes. | Tristan Gingold | 2014-11-11 | 1 | -232/+147 |
* | Split translation into child packages. | Tristan Gingold | 2014-11-09 | 1 | -0/+5802 |