]> git.nickg.me.uk Git - nvc.git/shortlog
nvc.git
2021-03-29 Nick GassonMinor cleanups resolver
2021-03-29 Nick GassonFew small tweaks
2021-03-29 Nick GassonResolve names during parsing
2021-03-29 Nick GassonMinor tweaks to run_vests.rb
2021-03-21 Nick GassonReduce unnecessary function lowering in eval
2021-03-21 Nick GassonAdd --relax=impure option
2021-03-11 NewbyteRename Mac OS X to macOS (#411)
2021-02-23 Nick GassonUpdate build instructions for OpenBSD
2021-02-23 Nick GassonFix warning in vcode.c
2020-12-29 Nick GassonExtra debugging for assertion failure in lower_driver_t...
2020-12-17 Nick GassonDeterministic order for library index. Fixes #409
2020-12-17 Nick GassonDumper improvements
2020-12-08 Nick GassonAdd GitHub actions
2020-12-06 Nick GassonFix indicator printing error in fmt_loc
2020-11-14 Nick GassonTidy up comments in vcode dumping
2020-11-14 Nick GassonGet rid of the old ARRAY_APPEND macro
2020-11-14 Nick GassonStore a loc_t with every vcode operation
2020-11-14 Nick GassonRedesign loc_t to make it smaller
2020-11-14 Nick GassonReintroduce the code the allocate new eval contexts
2020-11-14 Nick GassonRemove use of index and context mask for vcode variables
2020-11-14 Nick GassonUse var upref for all nested variable references
2020-11-14 Nick GassonIntroduce vcode var upref operator to mirror param...
2020-11-05 Nick GassonFix test failures
2020-11-05 Nick GassonExtra cases for 'IMAGE regression test
2020-11-05 Nick GassonImprove syntax highlighting in dumper
2020-10-18 Nick GassonUse Pandoc to generate the manual page
2020-10-06 Nick GassonPrint vcode net ranges in a compressed form
2020-09-21 Nick GassonFix some cosmetic bugs with AST dumper
2020-09-21 Nick GassonFix eval_op_copy when copying record types. Issue #404
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
next