]> git.nickg.me.uk Git - nvc.git/shortlog
nvc.git
2021-04-09 Nick GassonBump stable version to 1.5.1 r1.5.1
2021-04-09 Nick GassonUpdate build instructions for OpenBSD
2021-04-09 Nick GassonUse Pandoc to generate the manual page
2021-04-09 Nick GassonFix eval_op_copy when copying record types. Issue #404
2021-04-09 Nick GassonDeterministic order for library index. Fixes #409
2021-04-09 Nick GassonAdd GitHub actions
2021-04-09 Nick GassonFix incorrect generation of wait statement for concurre...
2021-04-09 Nick GassonUpdate to latest pc_from_ucontext.m4
2021-04-08 Nick GassonDisable jit_trace on non-Linux systems
2021-04-08 Nick GassonFix warning in vcode.c
2020-07-19 Nick GassonDistribute IEEE sources r1.5.0
2020-07-19 Nick GassonUpdate for 1.5 release
2020-06-25 Nick GassonFix Coveralls link in README
2020-06-25 Nick GassonUse Coveralls for code coverage
2020-06-25 Nick GassonDisable Cygwin on Appveyor
2020-06-24 Nick GassonFixes for installation in MSYS2. Issue #394
2020-06-24 Nick GassonFix _vec_load argument passing on Windows
2020-06-20 Frank Mori... Allocate memory for eval state as needed, rather than...
2020-06-16 Nick GassonMissing NULL checks in eval.c. Fixes #400
2020-06-12 Nick GassonSegfault when constant folding uses too much memory...
2020-06-06 Nick GassonFix real rounding to integer. Issue #397
2020-06-06 Nick GassonUpdate IEEE libraries
2020-06-06 Nick GassonFunctions that allocate from temp stack cannot be pure...
2020-06-06 Nick GassonGenerate unwinding table
2020-04-24 Nick GassonFix Travis CI
2020-04-24 Nick GassonDo not use byval argument passing for arrays. Fixes...
2020-04-23 Nick GassonAdd note about LLVM 8+ not being supported yet. Issue...
2020-04-23 Nick GassonFix corner case in textio.readline. Issue #393
2020-04-18 Nick GassonFix assertion failure with LLVM 7. Issue #392
2020-04-16 Nick GassonRemove resolution wrapper function. Issue #392
2019-11-09 Nick GassonHandle unset TERM variable
2019-09-08 Nick GassonCrash while recovering from parse error. Fixes #388
2019-08-27 Nick GassonFix incorrect string buffer size in run_regr
2019-08-27 Nick GassonWrong file name in assertion message. Fixes #387
2019-08-22 Nick GassonMissing error when body does not match specification...
2019-08-08 Nick GassonSave comment pragmas in JSON
2019-08-05 Nick GassonStart handling comment pragma
2019-07-23 Nick GassonAdd support for parsing synthesis translate_on/off...
2019-07-04 Nick GassonUse bear to generate compile_commands.json
2019-07-01 Sebastien Van... Add support to allow JSON AST dump (#384)
2019-03-17 Nick GassonFix segfault with -O0
2019-03-17 Nick GassonFix GCC 8 warnings in run_regr.c
2019-03-17 Nick GassonImport IEEE libraries
2019-03-11 Nick GassonFix warnings with GCC 8.3
2019-01-05 Nick GassonAdd makefile target to build compile_commands.json
2019-01-05 Nick GassonFix build with LLVM 7.0
2019-01-05 Nick GassonFix Windows warnings
2019-01-02 Nick GassonFix unit tests on Windows
2018-10-23 Nick GassonFix IEEE download URL
2018-10-23 Nick GassonOptimise vcode generation for loops
2018-10-23 Nick GassonElide bounds check for certain for loops
2018-10-23 Nick GassonVarious x86 performance improvements
2018-10-23 Nick GassonAdd a "range null" vcode op
2018-08-09 Nick GassonLXT waveform file format is deprecated
2018-08-09 Nick GassonUpdate GtkWave sources to 3.3.79
2018-08-09 Nick GassonUpdate version to 1.5-devel
2018-08-06 Nick GassonFix procedure argument passing on MingW 64-bit
2018-08-06 Nick GassonFix uarray parameter alignment on 32-bit systems
2018-08-05 Nick GassonFix LLVM shared library detection on Mingw
2018-08-05 Nick GassonFix build under Mingw
2018-08-01 Nick GassonFix warning in _sched_waveform_s
2018-08-01 Nick GassonFix build with LLVM 6.0
2018-08-01 Nick GassonUse LLVM "byval" attribute when passing unconstrained...
2018-08-01 Nick GassonPass unconstrained array structs by pointer to match...
2018-07-16 Nick GassonRelease version 1.4.0 r1.4.0
2018-07-06 Nick GassonUpdate HISTORY.md
2018-07-06 Nick GassonFix hiding of implicitly declared operators. Fixes...
2018-07-06 Nick GassonFix cases where implicit operators were incorrectly...
2018-06-26 Nick GassonFix stack overflow in signal assignment loop
2018-06-13 Nick GassonFix checking for ranges in select statement. Fixes...
2018-06-02 Nick GassonFix AppVeyor build after fetch-ieee.sh changes
2018-06-02 changephilipieee download webpage has changed (#375)
2018-05-25 Nick GassonFix is_debugger_running on WSL
2018-03-20 Nick GassonAdd missing Cygwin package to fix AppVeyor
2018-03-14 Nick GassonFix name colision with subprograms in blocks. Fixes...
2018-03-07 Nick GassonImprove error hint generation during elaboration
2018-03-07 Nick GassonImprove syntax highlighting when dumping
2018-03-05 Nick GassonFix assert with qualified expression as generic paramet...
2018-02-23 Nick GassonFix record resolution tests on Windows
2018-02-20 Nick GassonFix various memory leaks identified by Valgrind
2018-02-20 Nick GassonFix potential bug in record resolution
2018-02-18 Nick GassonImprove parsing of configurations. Issue #372
2018-02-18 Nick GassonAdd _set_initial_1 to reduce generated code verbosity...
2018-02-18 Nick GassonFix nested resolved records. Fixes #370
2018-02-18 Nick GassonBasic support for calling record resolution functions...
2018-02-18 Nick GassonFix 'LEFT and 'RIGHT in resolution function
2018-02-18 Nick GassonFix lower_resolution_func for resolved records. Issue...
2018-02-18 Nick GassonFix resolution wrapper for record types. Issue #370
2018-02-12 Nick GassonFix incorrect signal assignment from procedure. Fixes...
2018-02-12 Nick GassonFix crash when resolved record has more than two elemen...
2018-02-06 Nick GassonImplicit resolution function for record types. Fixes...
2018-02-06 Nick GassonPass resolution function as part of size list. Issue...
2018-02-06 Nick GassonSize list parameter to _set_initial is now a structure
2018-02-06 Nick GassonRefactor how resolution functions are represented in...
2018-02-06 Nick GassonMore fixes for use clause link errors. Fixes #225
2018-02-06 Nick GassonFix unresolved std.env.stop without use clause. Fixes...
2018-02-05 Nick GassonFix unit tests on Windows
2018-02-05 Nick GassonFix error passing signal alias to procedure. Fixes...
2018-02-05 Nick GassonFix crash when function alias has no parameters. Fixes...
2018-02-05 Nick GassonAdd missing testcase for issue #232
next