]> git.nickg.me.uk Git - nvc.git/shortlog
nvc.git
2023-03-29 Nick GassonWIP flatten array access (bad idea) flatten-array-access
2023-03-28 Nick GassonPrevent thread leak warning with tsan
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
2023-03-11 Nick GassonImplement FILE_OPEN impure function from VHDL-2019
2023-03-11 Nick GassonOptimise interp_get_value
2023-03-11 Nick GassonBatch update for all drivers in signal
2023-03-11 Nick GassonLimit maximum threads to eight by default
2023-03-11 Nick GassonAdd READ_WRITE_MODE, FILE_SEEK, and FILE_REWIND from...
2023-03-10 Nick GassonPass explicit length argument for foreign subprograms
2023-03-10 Nick GassonParse Verilog continuous assignment
2023-03-10 Nick GassonCrash with matching case statement on unconstrained...
2023-03-10 Nick GassonAdd stub for Verilog parser
2023-03-10 Nick GassonFix compatibility with old versions of check
2023-03-10 Nick GassonLowering for PSL clocks
2023-03-10 Nick GassonAttach PSL clock declaration to properties
2023-03-09 Nick GassonAdd some tests for PSL dumper
2023-03-06 Nick GassonElaboration failure with generic function in entity...
2023-03-06 BlebowskiAdd coverage-spec (#639)
2023-03-05 Nick GassonFix parse error with nested comments
2023-03-05 Nick GassonFold references and function calls in generic maps
2023-03-05 Nick GassonRun more VUnit tests in GHA workflow
2023-03-05 Nick GassonBe more conservative about folding generics
2023-03-05 Nick GassonAdd initial support for PSL parsing. Issue #455
2023-03-05 Nick GassonFix handling of indexed parameter name for signal arguments
2023-03-05 Nick GassonAdd configure check for fseeko. Fixes #636
2023-03-05 Nick GassonFix incorrect handling of inertial signal assignment
2023-03-05 Nick GassonImplicit signal attributes are static names. Issue...
2023-03-05 Nick GassonMove VHPI sources to main libnvc.a
2023-03-04 Nick GassonLower instances concurrently with elaboration
2023-03-04 Nick GassonRemove top_scope global variable from lower
2023-03-04 Nick GassonAdd FST scope type for if-generate
2023-03-03 Nick GassonFix uninitialised bytes at end of debug buffer
2023-03-03 Nick GassonSome test cases missing from testlist.txt
2023-03-01 Brian PadalinoUpdate entity name list parsing. (#629)
next