aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* vcd/fst: handle complex signals. Fix crash.Tristan Gingold2014-12-211-0/+4
* Add support for NetBSD.Tristan Gingold2014-12-131-0/+8
* rtis: add source location for blocks and object. Use them in fst dumper.Tristan Gingold2014-12-137-11/+182
* grt-disp_rti: disp alias kind.Tristan Gingold2014-12-101-4/+6
* grt-disp_rti.adb: disp array of enum as strings (when possible).Tristan Gingold2014-12-101-40/+97
* grt-fst: add comments.Tristan Gingold2014-12-051-0/+2
* fst: dump type of signals.Tristan Gingold2014-12-053-5/+51
* fix VHDL 08 preprocessor block comments in libraries to start in column 1Tristan Gingold2014-12-031-2/+122
* grt-vcd: in verilog_wire_info, replace addr by sigs.Tristan Gingold2014-12-014-54/+48
* Initial support of FST dump format.Tristan Gingold2014-11-2915-3/+10205
* grt: suppress overflow checks.Tristan Gingold2014-11-271-0/+1