| Commit message (Expand) | Author | Age | Files | Lines |
* | Initial support for package header and package instantiation. | Tristan Gingold | 2014-10-14 | 8 | -1280/+1253 |
* | Add a python script to automatically generate disp_tree. | Tristan Gingold | 2014-09-25 | 4 | -30/+54 |
* | Fix crash on resolver functions using secondary stack. | Tristan Gingold | 2014-09-14 | 2 | -6/+11 |
* | Add vhdl08 flush, fix null slice, improve type conversion. | Tristan Gingold | 2014-09-12 | 3 | -48/+80 |
* | Update dist-common.sh - fix ticket 23. | Tristan Gingold | 2014-09-11 | 1 | -0/+2 |
* | vhdl2008: add translation and support for most of implicit operators. | Tristan Gingold | 2014-09-11 | 18 | -1007/+1373 |
* | First run of OSVVM_2014_01 with gcc backend. | Tristan Gingold | 2014-09-06 | 8 | -65/+355 |
* | First run (using mcode) of OSVVM_2014_01. | Tristan Gingold | 2014-09-05 | 24 | -424/+1055 |
* | Fix ghdl_simul (after previous change). | Tristan Gingold | 2014-09-03 | 1 | -22/+12 |
* | Keep names in the tree. | Tristan Gingold | 2014-09-02 | 5 | -353/+311 |
* | Add parenthesis_Expression, --reprint and --compare-tokens commands. | Tristan Gingold | 2014-07-23 | 3 | -15/+126 |
* | Add overflow literal. | Tristan Gingold | 2014-07-21 | 8 | -114/+157 |
* | Replace architecture_declaration by architecture_body to follow lrm. | Tristan Gingold | 2014-07-19 | 4 | -36/+36 |
* | Handle character literals like simple names. | Tristan Gingold | 2014-07-19 | 1 | -0/+1 |
* | Fix implicit conversion in conversion association. | Tristan Gingold | 2014-07-18 | 1 | -18/+22 |
* | vhdl 2008: visibility, more implicit subprograms, alias... | Tristan Gingold | 2014-07-17 | 7 | -68/+222 |
* | Add many vhdl08 predefined operators and functions. Add std.env | Tristan Gingold | 2014-06-30 | 1 | -42/+21 |
* | vhdl 2008: handle all-sensitized processes, handle visibility for alias. | Tristan Gingold | 2014-06-29 | 1 | -0/+1 |
* | Use library unit instead of design unit. | Tristan Gingold | 2014-06-24 | 2 | -16/+11 |
* | Add psl cover directive (ticket19). | Tristan Gingold | 2014-06-21 | 6 | -114/+226 |
* | ghdlcomp: stop in case of errors on delayed checks. | Tristan Gingold | 2014-06-21 | 1 | -2/+5 |
* | Fix regression for 'value on physical types. | Tristan Gingold | 2014-06-21 | 1 | -5/+9 |
* | Add missing grt-readline.ads file. | Tristan Gingold | 2014-06-16 | 1 | -0/+30 |
* | configuration: add Check_Entity_Declaration_Top from translation. | Tristan Gingold | 2014-06-14 | 6 | -330/+147 |
* | grt-values: export ghdl_value_physical_split, to_lc, is_whitespace. | Tristan Gingold | 2014-06-14 | 2 | -26/+60 |
* | grt-vstrings: add to_string for ghdl_f64, use it in grt-images. | Tristan Gingold | 2014-06-14 | 3 | -83/+94 |
* | grt-types: make access type std_string_ptr general. | Tristan Gingold | 2014-06-14 | 1 | -1/+1 |
* | grt-errors: export fatal_error. | Tristan Gingold | 2014-06-14 | 2 | -4/+5 |
* | grt-disp_signals: display explicitly direct drivers. | Tristan Gingold | 2014-06-14 | 1 | -2/+7 |
* | Fix ticket14: build vars for anonymous subtype in array type indexes. | Tristan Gingold | 2014-05-29 | 2 | -4/+50 |
* | Rework aggregate (when type of context is not static). | Tristan Gingold | 2014-05-29 | 1 | -76/+87 |
* | ghdlsimul: add --trace-stmts, -i | Tristan Gingold | 2014-05-29 | 1 | -4/+7 |
* | grt-signals: add comments, add Ghdl_Signal_Set_Mode. | Tristan Gingold | 2014-05-29 | 3 | -36/+86 |
* | errorout: remove execution related subprograms (and exceptions). | Tristan Gingold | 2014-05-07 | 1 | -3/+2 |
* | grt: remove ghdl_exit_cb*, replaced by an error hook. | Tristan Gingold | 2014-05-07 | 5 | -30/+30 |
* | Set some missing flags (was harmless). | Tristan Gingold | 2014-03-29 | 3 | -5/+4 |
* | Fix ticket11: remove from active list a signal not active in the next delta due | Tristan Gingold | 2014-03-29 | 1 | -0/+28 |
* | Rename ghdl_mcode.adb to ghdl_jit.adb. Display code generate name. | Tristan Gingold | 2014-03-10 | 2 | -12/+14 |
* | Automatically unnest subprograms for llvm. | Tristan Gingold | 2014-03-09 | 2 | -2/+10 |
* | Minor cleanup in ortho/gcc (add copyright headers, remove t_condtype, remove | Tristan Gingold | 2014-03-08 | 1 | -1/+1 |
* | Share spec of ortho_nodes, adjust code. | Tristan Gingold | 2014-03-08 | 1 | -22/+2 |
* | Makefile: adjust for LLVM be. | Tristan Gingold | 2014-03-06 | 1 | -16/+16 |
* | Translation: fix allocated object for individual association in procedure call. | Tristan Gingold | 2014-03-06 | 1 | -2/+2 |
* | canon: change profile of Canon_Procedure_Call. | Tristan Gingold | 2014-03-06 | 2 | -13/+12 |
* | grt.signals: export Resolver_Acc and use it in interfaces. | Tristan Gingold | 2014-02-23 | 2 | -50/+61 |
* | grt.options: Extract Decode_Option. | Tristan Gingold | 2014-02-23 | 2 | -220/+252 |
* | Style fix. | Tristan Gingold | 2014-02-23 | 1 | -1/+0 |
* | Add comment + style fix. | Tristan Gingold | 2014-02-23 | 2 | -2/+3 |
* | ghdlsimul: set argv0 earlier. | Tristan Gingold | 2014-02-23 | 1 | -8/+23 |
* | ghdlsimul: set progname. | Tristan Gingold | 2014-02-10 | 1 | -2/+13 |