aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt
Commit message (Expand)AuthorAgeFilesLines
* Pass signal values to interfaces. 'sigptr' optimization.Tristan Gingold2015-12-1810-318/+248
* backtrace: demangle operators.Tristan Gingold2015-11-301-0/+65
* backtrace: add support for windows and for llvm (via libbacktrace).Tristan Gingold2015-11-2211-23/+376
* Add symbolizer (for mcode).Tristan Gingold2015-11-199-33/+483
* Remove deprecated .version.Tristan Gingold2015-11-071-3/+2
* Rework --stop-time to not display a message if simulation is already finished.Tristan Gingold2015-10-313-23/+14
* Rework callbacks, support cocotb.Tristan Gingold2015-10-3026-494/+1505
* Fix build of jumps.c on i386/linux.Tristan Gingold2015-09-301-3/+9
* Remove unused files.Tristan Gingold2015-09-262-13/+0
* Fix GRT_EXTRA_LIB, remove grt-arch (unused).Tristan Gingold2015-09-172-14/+7
* grt: add --list-features, and --has-featureTristan Gingold2015-09-1414-19/+93
* Remove unused files (were for stack switching).Tristan Gingold2015-09-139-1905/+0
* Adjust windows code.Tristan Gingold2015-09-121-0/+1
* Tentatively fix win32 support.Tristan Gingold2015-09-124-138/+36
* Suppress stack switching; save process state in secondary stack.Tristan Gingold2015-09-0417-449/+402
* Replace fat accesses by bounds accessesTristan Gingold2015-08-295-36/+19
* Adjust previous patch.Tristan Gingold2015-06-201-10/+18
* signals: simplify and fix code for delayed signals.Tristan Gingold2015-06-181-18/+9
* Initial support of DragonFly.Tristan Gingold2015-06-072-2/+2
* Rework procedure calls, now use a record to pass parameters.Tristan Gingold2015-06-054-20/+28
* write: do not implicitely append LF.Tristan Gingold2015-05-301-2/+0
* Rework exit handling to correctly report exit status.Tristan Gingold2015-05-216-8/+16
* Handle to_string for i64 numbers.Tristan Gingold2015-05-202-0/+16
* Handle evaluation of to_string for enumeration and integer types.Tristan Gingold2015-05-141-1/+35
* vhdl 2008: allow to read out ports.Tristan Gingold2015-05-141-6/+6
* Allow generic without default values in top-level entity.Tristan Gingold2015-05-113-0/+57
* generic override: handle enumerated types.Tristan Gingold2015-03-143-13/+92
* Fix thinko in grt.values (after handling i32 generic override).Tristan Gingold2015-03-141-1/+1
* generic override: handle i32.Tristan Gingold2015-03-133-15/+97
* Fix desynchronization (ghdl_rtik) between grt-waves.adb and ghwlibTristan Gingold2015-03-112-12/+59
* Fix truncated simple name in fst dump.Tristan Gingold2015-03-111-1/+1
* Implement ticket 37: add switch -gNAME=VAL to override top entity generics.Tristan Gingold2015-03-0710-37/+410
* Elaborate generics in two steps. Fix -c/-e for llvm builds.Tristan Gingold2015-03-012-0/+10
* grt: fix protected object lock during elaboration.Tristan Gingold2015-01-301-2/+8
* Fix typos in grt and translation.adb for vhdl2008 (gcc).Tristan Gingold2015-01-241-2/+2
* grt-signals: avoid possible unaligned pointer dereference.Tristan Gingold2015-01-171-2/+23
* grt-disp_rti: fix thinko (no blocks for if-generate).Tristan Gingold2015-01-151-2/+5
* grt.avhpi: adjust after rti change.Tristan Gingold2015-01-131-5/+6
* sem: fix Can_Collapse_Signals regression.Tristan Gingold2015-01-123-4/+5
* grt: improve --disp-signals-table output.Tristan Gingold2015-01-121-0/+8
* grt-signals: code factorization.Tristan Gingold2015-01-101-41/+7
* Initialize direct driver value.Tristan Gingold2015-01-101-0/+22
* sdf annotation: fix read buffer within a qstring (from Kim Taylor).Tristan Gingold2015-01-101-0/+3
* sdf annotation: handle tremoval, handle negative values. From Kim Taylor.Tristan Gingold2015-01-103-1/+22
* vhpi: can change value of generics (for sdf annotation). From Kim Taylor.Tristan Gingold2015-01-101-0/+3
* Adjust previous commit for 'path_name.Tristan Gingold2015-01-071-14/+13
* Handle vhdl08 if generate statementsTristan Gingold2015-01-076-83/+87
* Rework for vhdl08 generate: change rtis.Tristan Gingold2015-01-047-88/+170
* fst: don't try to detect aliases (make fst file bigger).Tristan Gingold2014-12-211-1/+1
* vhpi: handle FileNamePTristan Gingold2014-12-211-0/+7