| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | grt-disp_rti: fix thinko (no blocks for if-generate). | Tristan Gingold | 2015-01-15 | 1 | -2/+5 |
* | 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 | 3 | -31/+95 |
* | grt.avhpi: adjust after rti change. | Tristan Gingold | 2015-01-13 | 1 | -5/+6 |
* | mcode: fix ticket#32 - spill the right instruction. | Tristan Gingold | 2015-01-13 | 1 | -6/+11 |
* | sem: fix Can_Collapse_Signals regression. | Tristan Gingold | 2015-01-12 | 4 | -5/+10 |
* | grt: improve --disp-signals-table output. | Tristan Gingold | 2015-01-12 | 4 | -5/+22 |
* | ortho_mcode: handle u32->i64 conversion. | Tristan Gingold | 2015-01-12 | 2 | -7/+19 |
* | 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 |
* | pnodes: add better message in assert. | Tristan Gingold | 2015-01-12 | 1 | -1/+4 |
* | Fix ticket #29: add instance label in created symbols name. | Tristan Gingold | 2015-01-11 | 1 | -1/+3 |
* | grt-signals: code factorization. | Tristan Gingold | 2015-01-10 | 1 | -41/+7 |
* | Initialize direct driver value. | Tristan Gingold | 2015-01-10 | 1 | -0/+22 |
* | sdf annotation: fix read buffer within a qstring (from Kim Taylor). | Tristan Gingold | 2015-01-10 | 1 | -0/+3 |
* | sdf annotation: handle tremoval, handle negative values. From Kim Taylor. | Tristan Gingold | 2015-01-10 | 3 | -1/+22 |
* | vhpi: can change value of generics (for sdf annotation). From Kim Taylor. | Tristan Gingold | 2015-01-10 | 1 | -0/+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 |
* | Adjust previous commit for 'path_name. | Tristan Gingold | 2015-01-07 | 1 | -14/+13 |
* | Handle vhdl08 if generate statements | Tristan Gingold | 2015-01-07 | 13 | -499/+847 |
* | Rework for vhdl08 generate: change rtis. | Tristan Gingold | 2015-01-04 | 10 | -171/+366 |
* | Initial rework for vhdl 2008 generate statements. | Tristan Gingold | 2015-01-03 | 21 | -720/+1306 |
* | Fix left-over in name_table remaining. | Tristan Gingold | 2015-01-01 | 2 | -4/+4 |
* | Rename name_table.name_buffer and name_length to avoid clash. | Tristan Gingold | 2014-12-31 | 21 | -267/+286 |
* | Improve error recovery. | Tristan Gingold | 2014-12-30 | 2 | -2/+3 |
* | vhdl 2008: handle sized bit strings. | Tristan Gingold | 2014-12-30 | 10 | -397/+878 |
* | Rework string literals: store literals position. | Tristan Gingold | 2014-12-29 | 29 | -1035/+775 |
* | ortho-lang.c: use absolute path for debugging. | Tristan Gingold | 2014-12-27 | 1 | -1/+11 |
* | 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 | 9 | -406/+391 |
* | name_table: add comments. | Tristan Gingold | 2014-12-24 | 2 | -50/+59 |
* | Makefiles: add OPT_FLAGS. | Tristan Gingold | 2014-12-24 | 1 | -2/+2 |
* | evaluation.adb: style changes. | Tristan Gingold | 2014-12-24 | 1 | -5/+5 |
* | name_table.adb: expand hash_table for performance. | Tristan Gingold | 2014-12-24 | 1 | -28/+78 |
* | Regenerate ortho_llvm.ads | Tristan Gingold | 2014-12-23 | 1 | -1/+4 |
* | name_table.adb: reduce size, fix style. | Tristan Gingold | 2014-12-23 | 1 | -85/+114 |
* | ghdldrv: remove unused variables. | Tristan Gingold | 2014-12-23 | 1 | -2/+0 |
* | configuration.adb: change for style. | Tristan Gingold | 2014-12-23 | 1 | -2/+1 |
* | Add requested pragma no_strict_aliasing. | Tristan Gingold | 2014-12-23 | 4 | -4/+5 |
* | Fix ghdl -m for jit: handle multiple libraries. | Tristan Gingold | 2014-12-23 | 6 | -315/+360 |
* | Add comments. | Tristan Gingold | 2014-12-22 | 4 | -4/+15 |
* | Reduce size of library_declaration. | Tristan Gingold | 2014-12-22 | 3 | -23/+25 |