]> git.nickg.me.uk Git - nvc.git/shortlog
nvc.git
2023-04-15 Nick GassonUpdate for 1.9.1 release r1.9.1
2023-04-14 Nick GassonHandle linking against ___chkstk_ms on MinGW as a speci...
2023-04-14 Nick GassonAllow ; as separator in library mappings on Windows...
2023-04-14 Nick GassonFix "failed to resolve symbol memcpy" error on Windows...
2023-04-12 Nick GassonPass -no_fixup_chains when linking on macOS. Issue...
2023-04-10 Nick GassonHandle matching case statement in process(all). Issue...
2023-04-10 Nick GassonFix bug in interpreter real to integer conversion....
2023-04-10 Nick GassonFix crash elaborating subprogram in for-generate. Issue...
2023-04-10 Nick GassonAdd a generic list-of-pointers
2023-04-10 Nick GassonChange run_program to search in PATH. Issue #667
2023-04-08 Nick GassonFix build failure due to missing SHT_X86_64_UNWIND...
2023-04-07 Nick GassonFix errors and warnings on MSYS Clang x64
2023-04-07 Nick GassonExit immediately on second ctrl-c r1.9.0
2023-04-07 Nick GassonUpdate for 1.9 release
2023-04-06 Nick GassonEnsure "interrupted" message is printed even when no...
2023-04-05 Nick GassonFix occasional deadlock when interrupting simulation...
2023-04-04 Nick GassonFix width calculation for diagnostic line wrapping
2023-04-04 BlebowskiParsing of PSL property and sequence declarations....
2023-04-03 Nick GassonAdd Microwatt VUnit tests to GitHub Actions workflow
2023-04-03 Nick GassonFix checking of others association in record aggregate...
2023-04-01 Nick GassonRework checking of aggregate target type. Issue #663
2023-04-01 Nick GassonFix Bash filename completion in sub-directories
2023-04-01 Nick GassonOfficially support LLVM 16
2023-04-01 Nick GassonFix crash assigning to array slice with unconstrained...
2023-04-01 Nick GassonUpdate manual section for --std option
2023-04-01 Nick GassonDo not include VITAL in preload libraries
2023-03-31 Nick GassonAdd Bash auto-completion script
2023-03-31 Nick GassonBump default VHDL standard to -2002
2023-03-30 Nick GassonFix crash with record subtype in port map. Issue #662
2023-03-30 Nick GassonSkip writing string table in JIT mode
2023-03-30 Nick GassonFix crash copying array of records
2023-03-30 Nick GassonUse a helper function for copying/initialising records
2023-03-29 Nick GassonMissing bounds check for record aggregate with element...
2023-03-28 Nick GassonCreate a single string table per LLVM translation unit
2023-03-28 BlebowskiCoverage expr unreachable (#661)
2023-03-26 Nick GassonAdd a memory allocation benchmark
2023-03-26 Nick GassonAdd a configure option to preserve frame pointer
2023-03-26 Nick GassonOptimise out unused comparisons
2023-03-26 Nick GassonOptimise for fall-through when translating cond opcode
2023-03-26 Nick GassonTrack liveness for JIT flags value
2023-03-25 Nick GassonCheck for assignment to input with variable class....
2023-03-25 Nick GassonMissing bounds check error when real value is infinity/NaN
2023-03-25 Nick GassonError on MOD/REM with zero divisor
2023-03-25 Nick GassonFix LLVM verification error from pointer comparison
2023-03-25 Nick GassonAvoid use of deprecated LLVMBuildGEP
2023-03-25 Nick GassonAdd a dedicated JIT memset opcode
2023-03-25 Nick GassonUse LLVM inline memset/memcpy intrinsics for short...
2023-03-25 Nick GassonOptimise small $BZERO to a store of zero
2023-03-25 Nick GassonOptimise copy to memset in default array initialisation
2023-03-24 Nick GassonSet __attribute__((used)) on all exported symbols....
2023-03-24 Nick GassonRemove old deprecated vendor install scripts from tools...
2023-03-24 Nick GassonAdd builds.sr.ht config for Rocky Linux
2023-03-24 Nick GassonAdd a $MOVE JIT opcode for overlapping copies
2023-03-23 Nick GassonRemove old IEEE_SUPPORT files when cleaning
2023-03-22 Nick GassonApply condition conversion in block guard expression...
2023-03-22 Nick GassonFix crash when package generic map has "open". Issue...
2023-03-22 Nick GassonAvoid redundant calls to lib_walk_index
2023-03-21 Nick GassonFix warnings on release build
2023-03-20 Nick GassonFix crash instantiating generic subprogram without...
2023-03-20 Nick GassonFix crash elaborating nested package. Issue #653
2023-03-20 Nick GassonFix garbled diagnostics when input is UTF-8 encoded
2023-03-20 Nick GassonParse nested package declarations. Issue #653
2023-03-20 Nick GassonAdd a unit test for issue #655
2023-03-20 Nick GassonFix crash with subtype indication in case range choice...
2023-03-20 Nick GassonFix Clang warnings about non-UTF-8 characters
2023-03-19 Nick GassonFix typo toupper_iso85591 -> toupper_iso88591
2023-03-19 Nick GassonAdd --disable-default-paths configure option. Issue...
2023-03-19 Nick GassonHandle ISO-8859-1 extended characters in string literals
2023-03-19 Nick GassonWarn on possible multi-byte UTF-8 characters in input
2023-03-19 Nick GassonCheck for EROFS when opening lock file. Issue #651
2023-03-19 Nick GassonCorrect handling of ISO-8859-1 characters in identifiers
2023-03-18 Nick GassonAdd SECONDS_TO_TIME and TIME_TO_SECONDS
2023-03-18 Nick GassonRemove NVC.IEEE_SUPPORT package
2023-03-18 Nick GassonRemove fbuf streaming mode
2023-03-18 Nick GassonStore compressed size in fbuf header
2023-03-18 Nick GassonPrevent thread leak warning with tsan
2023-03-18 Nick GassonMake jit_lazy_compile lazier
2023-03-17 Nick GassonSome AArch64 relocation types not defined on FreeBSD
2023-03-16 Nick GassonImprove encoding scheme for downto range bounds
2023-03-16 Nick GassonClarify that JIT logical ops apply word-wise
2023-03-16 Nick GassonUse same rounding algorithm in interpreter as LLVM
2023-03-16 Nick GassonAdd zstd include directory to CFLAGS
2023-03-15 Nick GassonFix another corner case with generic packages. Issue...
2023-03-15 Nick GassonMove type_freedom function to sem
2023-03-15 Nick GassonFix spurious error with interface package declaration...
2023-03-15 Nick GassonImprove handling of record subtypes
2023-03-15 BlebowskiParse "assume_directive", "cover_directive" and optiona...
2023-03-14 Nick GassonSimplify handling of subtype constraints
2023-03-13 Nick GassonOptimise LLVM real to integer conversion
2023-03-13 Nick GassonAdd "nounwind" attribute to all LLVM function declarations
2023-03-12 Nick GassonAdd missing issue646.vhd to testlist.txt
2023-03-12 Nick GassonAllow more cases of reading signal value during elabora...
2023-03-12 Nick GassonAvoid generating resolved value in prefix of attributes
2023-03-12 Nick GassonSync FST code to GtkWave 816166e9
2023-03-12 Nick GassonAdd optional support for using libzstd to compress...
2023-03-12 Nick GassonOptimise varint decoding in fbuf_get_uint
2023-03-12 BlebowskiAdd --define option for conditional analysis identifier...
2023-03-12 Nick GassonImplement remaining VHDL-2019 file operations
2023-03-11 Nick GassonImplement FILE_MODE and FILE_STATE
2023-03-11 Nick GassonImplement FILE_TRUNCATE procedure
next