summaryrefslogtreecommitdiff
path: root/src/grt
AgeCommit message (Expand)Author
2015-05-21Rework exit handling to correctly report exit status.Tristan Gingold
2015-05-20Handle to_string for i64 numbers.Tristan Gingold
2015-05-14Handle evaluation of to_string for enumeration and integer types.Tristan Gingold
2015-05-14vhdl 2008: allow to read out ports.Tristan Gingold
2015-05-11Allow generic without default values in top-level entity.Tristan Gingold
2015-03-14generic override: handle enumerated types.Tristan Gingold
2015-03-14Fix thinko in grt.values (after handling i32 generic override).Tristan Gingold
2015-03-13generic override: handle i32.Tristan Gingold
2015-03-11Fix desynchronization (ghdl_rtik) between grt-waves.adb and ghwlibTristan Gingold
2015-03-11Fix truncated simple name in fst dump.Tristan Gingold
2015-03-07Implement ticket 37: add switch -gNAME=VAL to override top entity generics.Tristan Gingold
2015-03-01Elaborate generics in two steps. Fix -c/-e for llvm builds.Tristan Gingold
2015-01-30grt: fix protected object lock during elaboration.Tristan Gingold
2015-01-24Fix typos in grt and translation.adb for vhdl2008 (gcc).Tristan Gingold
2015-01-17grt-signals: avoid possible unaligned pointer dereference.Tristan Gingold
2015-01-15grt-disp_rti: fix thinko (no blocks for if-generate).Tristan Gingold
2015-01-13grt.avhpi: adjust after rti change.Tristan Gingold
2015-01-12sem: fix Can_Collapse_Signals regression.Tristan Gingold
2015-01-12grt: improve --disp-signals-table output.Tristan Gingold
2015-01-10grt-signals: code factorization.Tristan Gingold
2015-01-10Initialize direct driver value.Tristan Gingold
2015-01-10sdf annotation: fix read buffer within a qstring (from Kim Taylor).Tristan Gingold
2015-01-10sdf annotation: handle tremoval, handle negative values. From Kim Taylor.Tristan Gingold
2015-01-10vhpi: can change value of generics (for sdf annotation). From Kim Taylor.Tristan Gingold
2015-01-07Adjust previous commit for 'path_name.Tristan Gingold
2015-01-07Handle vhdl08 if generate statementsTristan Gingold
2015-01-04Rework for vhdl08 generate: change rtis.Tristan Gingold
2014-12-21fst: don't try to detect aliases (make fst file bigger).Tristan Gingold
2014-12-21vhpi: handle FileNamePTristan Gingold
2014-12-21vcd/fst: handle complex signals. Fix crash.Tristan Gingold
2014-12-13Add support for NetBSD.Tristan Gingold
2014-12-13rtis: add source location for blocks and object. Use them in fst dumper.Tristan Gingold
2014-12-10grt-disp_rti: disp alias kind.Tristan Gingold
2014-12-10grt-disp_rti.adb: disp array of enum as strings (when possible).Tristan Gingold
2014-12-05grt-fst: add comments.Tristan Gingold
2014-12-05fst: dump type of signals.Tristan Gingold
2014-12-03fix VHDL 08 preprocessor block comments in libraries to start in column 1Tristan Gingold
2014-12-01grt-vcd: in verilog_wire_info, replace addr by sigs.Tristan Gingold
2014-11-29Initial support of FST dump format.Tristan Gingold
2014-11-27grt: suppress overflow checks.Tristan Gingold
2014-11-19grt: use unlocked version of getc/putc/feof to speed-up files.Tristan Gingold
2014-11-19grt-processes: recycle dynamic action_list elements.Tristan Gingold
2014-11-19Add comments.Tristan Gingold
2014-11-19amd64.S: add a null-frame.Tristan Gingold
2014-11-18grt-stdio.ads: fix style.Tristan Gingold
2014-11-17grt-images: avoid use of exponential.Tristan Gingold
2014-11-14grt: add more restrictions.Tristan Gingold
2014-11-14linux.c: fix typos, disable builting sjlj for clang.Tristan Gingold
2014-11-08Use _setjmp/_longjmp instead of setjmp/longjmp (much faster).Tristan Gingold
2014-11-08Add instructions for llvm (WIP).Tristan Gingold