| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use 64 bits for universal integer type. | Tristan Gingold | 2015-01-22 | 1 | -5/+5 |
* | Detect and report UTF BOM at beginning of source files. | Tristan Gingold | 2015-01-21 | 2 | -6/+48 |
* | Translate: fix thinko for implicit conversion after conversion in assoc. | Tristan Gingold | 2015-01-21 | 2 | -29/+32 |
* | sem_names: extract Free_Old_Entity_Name (from Finish_Sem_Name). Add comments. | Tristan Gingold | 2015-01-20 | 2 | -10/+23 |
* | Minor rework of overflow in physical units: defer until execution. | Tristan Gingold | 2015-01-20 | 4 | -84/+39 |
* | Style fixes. | Tristan Gingold | 2015-01-18 | 1 | -1/+2 |
* | simulation: adjust for vhdl08 configurations. | Tristan Gingold | 2015-01-18 | 1 | -39/+38 |
* | execution: fix v87 concat with element. | Tristan Gingold | 2015-01-18 | 2 | -23/+27 |
* | simulation: handle v87 concatenation. | Tristan Gingold | 2015-01-17 | 1 | -41/+74 |
* | debugger: add list command. | Tristan Gingold | 2015-01-17 | 2 | -19/+126 |
* | ghdlsimul: adjust after use of name for block_specification. | Tristan Gingold | 2015-01-17 | 1 | -1/+2 |
* | Fix build of ghdl_simul (WIP). | Tristan Gingold | 2015-01-16 | 6 | -268/+233 |
* | Keep and handle simple name for Block_Specification. | Tristan Gingold | 2015-01-16 | 6 | -588/+582 |
* | disp_tree: add Max_Depth to limit recursion. | Tristan Gingold | 2015-01-16 | 1 | -1/+6 |
* | canon: fix after previous change (do not generate default config for for-gen) | Tristan Gingold | 2015-01-16 | 1 | -1/+1 |
* | PSL: add comments, scan endpoint. | Tristan Gingold | 2015-01-15 | 3 | -4/+16 |
* | Evaluation: implement array compare for discrete arrays. | Tristan Gingold | 2015-01-15 | 1 | -11/+46 |
* | Create the Sem_Qualified_Expression function. | Tristan Gingold | 2015-01-15 | 1 | -24/+38 |
* | parser: improve error message and recovery on = for default expression. | Tristan Gingold | 2015-01-15 | 1 | -0/+7 |
* | Evaluation: implement array comparaison (greater or less). | Tristan Gingold | 2015-01-15 | 1 | -42/+98 |
* | xrefs: adjust for vhdl08. | Tristan Gingold | 2015-01-14 | 2 | -4/+20 |
* | disp_vhdl: adjust for vhdl2008 (generate, bit string). | Tristan Gingold | 2015-01-14 | 2 | -30/+94 |
* | sem: fix Can_Collapse_Signals regression. | Tristan Gingold | 2015-01-12 | 1 | -1/+5 |
* | grt: improve --disp-signals-table output. | Tristan Gingold | 2015-01-12 | 1 | -5/+9 |
* | vhdl2008: expanded names in for-generate statements. | Tristan Gingold | 2015-01-12 | 4 | -74/+81 |
* | vhdl2008: handle expanded names in if-generate statements. | Tristan Gingold | 2015-01-12 | 5 | -660/+1258 |
* | Fix ticket #29: add instance label in created symbols name. | Tristan Gingold | 2015-01-11 | 1 | -1/+3 |
* | Handle overflow during evaluation of type conversion. Forward on 'image. | Tristan Gingold | 2015-01-10 | 3 | -31/+57 |
* | vhdl08: forbid simple block_specification for labeled if-generate statement. | Tristan Gingold | 2015-01-10 | 6 | -77/+152 |
* | vhdl08: block configuration for if-generate statements. | Tristan Gingold | 2015-01-10 | 7 | -62/+177 |
* | Canon: do not free old concurrent statement. | Tristan Gingold | 2015-01-08 | 1 | -2/+0 |
* | Handle vhdl08 if generate statements | Tristan Gingold | 2015-01-07 | 7 | -416/+760 |
* | Rework for vhdl08 generate: change rtis. | Tristan Gingold | 2015-01-04 | 3 | -83/+196 |
* | Initial rework for vhdl 2008 generate statements. | Tristan Gingold | 2015-01-03 | 20 | -719/+1304 |
* | Rename name_table.name_buffer and name_length to avoid clash. | Tristan Gingold | 2014-12-31 | 13 | -192/+209 |
* | Improve error recovery. | Tristan Gingold | 2014-12-30 | 2 | -2/+3 |
* | vhdl 2008: handle sized bit strings. | Tristan Gingold | 2014-12-30 | 9 | -397/+877 |
* | Rework string literals: store literals position. | Tristan Gingold | 2014-12-29 | 24 | -901/+638 |
* | Optimize scan_identifier. | Tristan Gingold | 2014-12-26 | 3 | -27/+46 |
* | Rewrite sem_scopes tables for speed-up (and clarification). | Tristan Gingold | 2014-12-26 | 8 | -402/+391 |
* | evaluation.adb: style changes. | Tristan Gingold | 2014-12-24 | 1 | -5/+5 |
* | configuration.adb: change for style. | Tristan Gingold | 2014-12-23 | 1 | -2/+1 |
* | Fix ghdl -m for jit: handle multiple libraries. | Tristan Gingold | 2014-12-23 | 2 | -159/+164 |
* | Add comments. | Tristan Gingold | 2014-12-22 | 2 | -1/+7 |
* | Reduce size of library_declaration. | Tristan Gingold | 2014-12-22 | 3 | -23/+25 |
* | Recognize some ieee.std_logic_1164 functions. | Tristan Gingold | 2014-12-16 | 4 | -3/+174 |
* | translation: give full path for to debug filename. | Tristan Gingold | 2014-12-16 | 1 | -2/+9 |
* | Use same node for implicit and explicit subprogram declarations. | Tristan Gingold | 2014-12-15 | 28 | -675/+494 |
* | Reduce size of configuration declaration and guard signal declaration. | Tristan Gingold | 2014-12-14 | 2 | -14/+14 |
* | reduce size of enumeration_literal. | Tristan Gingold | 2014-12-14 | 8 | -224/+188 |