| Commit message (Expand) | Author | Age | Files | Lines |
* | grt-stack2: Fix unreferenced entity. | Tristan Gingold | 2016-01-06 | 1 | -1/+0 |
* | grt-fst: remove unreferenced with-ed package. | Tristan Gingold | 2016-01-06 | 1 | -1/+0 |
* | grt-lib: Remove unused with-ed package. | Tristan Gingold | 2016-01-06 | 1 | -2/+1 |
* | Pass signal values to interfaces. 'sigptr' optimization. | Tristan Gingold | 2015-12-18 | 10 | -318/+248 |
* | backtrace: demangle operators. | Tristan Gingold | 2015-11-30 | 1 | -0/+65 |
* | backtrace: add support for windows and for llvm (via libbacktrace). | Tristan Gingold | 2015-11-22 | 11 | -23/+376 |
* | Add symbolizer (for mcode). | Tristan Gingold | 2015-11-19 | 9 | -33/+483 |
* | Remove deprecated .version. | Tristan Gingold | 2015-11-07 | 1 | -3/+2 |
* | Rework --stop-time to not display a message if simulation is already finished. | Tristan Gingold | 2015-10-31 | 3 | -23/+14 |
* | Rework callbacks, support cocotb. | Tristan Gingold | 2015-10-30 | 26 | -494/+1505 |
* | Fix build of jumps.c on i386/linux. | Tristan Gingold | 2015-09-30 | 1 | -3/+9 |
* | Remove unused files. | Tristan Gingold | 2015-09-26 | 2 | -13/+0 |
* | Fix GRT_EXTRA_LIB, remove grt-arch (unused). | Tristan Gingold | 2015-09-17 | 2 | -14/+7 |
* | grt: add --list-features, and --has-feature | Tristan Gingold | 2015-09-14 | 14 | -19/+93 |
* | Remove unused files (were for stack switching). | Tristan Gingold | 2015-09-13 | 9 | -1905/+0 |
* | Adjust windows code. | Tristan Gingold | 2015-09-12 | 1 | -0/+1 |
* | Tentatively fix win32 support. | Tristan Gingold | 2015-09-12 | 4 | -138/+36 |
* | Suppress stack switching; save process state in secondary stack. | Tristan Gingold | 2015-09-04 | 17 | -449/+402 |
* | Replace fat accesses by bounds accesses | Tristan Gingold | 2015-08-29 | 5 | -36/+19 |
* | Adjust previous patch. | Tristan Gingold | 2015-06-20 | 1 | -10/+18 |
* | signals: simplify and fix code for delayed signals. | Tristan Gingold | 2015-06-18 | 1 | -18/+9 |
* | Initial support of DragonFly. | Tristan Gingold | 2015-06-07 | 2 | -2/+2 |
* | Rework procedure calls, now use a record to pass parameters. | Tristan Gingold | 2015-06-05 | 4 | -20/+28 |
* | write: do not implicitely append LF. | Tristan Gingold | 2015-05-30 | 1 | -2/+0 |
* | Rework exit handling to correctly report exit status. | Tristan Gingold | 2015-05-21 | 6 | -8/+16 |
* | Handle to_string for i64 numbers. | Tristan Gingold | 2015-05-20 | 2 | -0/+16 |
* | Handle evaluation of to_string for enumeration and integer types. | Tristan Gingold | 2015-05-14 | 1 | -1/+35 |
* | vhdl 2008: allow to read out ports. | Tristan Gingold | 2015-05-14 | 1 | -6/+6 |
* | Allow generic without default values in top-level entity. | Tristan Gingold | 2015-05-11 | 3 | -0/+57 |
* | generic override: handle enumerated types. | Tristan Gingold | 2015-03-14 | 3 | -13/+92 |
* | Fix thinko in grt.values (after handling i32 generic override). | Tristan Gingold | 2015-03-14 | 1 | -1/+1 |
* | generic override: handle i32. | Tristan Gingold | 2015-03-13 | 3 | -15/+97 |
* | Fix desynchronization (ghdl_rtik) between grt-waves.adb and ghwlib | Tristan Gingold | 2015-03-11 | 2 | -12/+59 |
* | Fix truncated simple name in fst dump. | Tristan Gingold | 2015-03-11 | 1 | -1/+1 |
* | Implement ticket 37: add switch -gNAME=VAL to override top entity generics. | Tristan Gingold | 2015-03-07 | 10 | -37/+410 |
* | Elaborate generics in two steps. Fix -c/-e for llvm builds. | Tristan Gingold | 2015-03-01 | 2 | -0/+10 |
* | grt: fix protected object lock during elaboration. | Tristan Gingold | 2015-01-30 | 1 | -2/+8 |
* | Fix typos in grt and translation.adb for vhdl2008 (gcc). | Tristan Gingold | 2015-01-24 | 1 | -2/+2 |
* | grt-signals: avoid possible unaligned pointer dereference. | Tristan Gingold | 2015-01-17 | 1 | -2/+23 |
* | grt-disp_rti: fix thinko (no blocks for if-generate). | Tristan Gingold | 2015-01-15 | 1 | -2/+5 |
* | grt.avhpi: adjust after rti change. | Tristan Gingold | 2015-01-13 | 1 | -5/+6 |
* | sem: fix Can_Collapse_Signals regression. | Tristan Gingold | 2015-01-12 | 3 | -4/+5 |
* | grt: improve --disp-signals-table output. | Tristan Gingold | 2015-01-12 | 1 | -0/+8 |
* | 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 |
* | Adjust previous commit for 'path_name. | Tristan Gingold | 2015-01-07 | 1 | -14/+13 |
* | Handle vhdl08 if generate statements | Tristan Gingold | 2015-01-07 | 6 | -83/+87 |