]> git.nickg.me.uk Git - nvc.git/shortlog
nvc.git
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)
2023-02-27 Nick GassonFix bug in handling of enumeration literal alias with...
2023-02-27 Nick GassonUse upstream VUnit in GitHub Actions
2023-02-27 Nick GassonUpdate README.md and tidy features.html
2023-02-27 Nick GassonAdd length check for array type conversions
2023-02-26 Nick GassonAdd runtime checks for indices in type conversion....
2023-02-26 Nick GassonOpen files in shared mode on Windows
2023-02-26 Nick GassonAdd size hint argument to code_blob_new
2023-02-26 BlebowskiAdd verbose option to Coverage Report generation. ...
2023-02-26 Nick GassonAdd custom object loader to replace LLJIT
2023-02-25 Nick GassonOnly copy scalar globally static expression in elab
2023-02-25 Nick GassonAdd runtime checks for negative delays. Issue #633
2023-02-25 Nick GassonMove unconstrained array bounds computation to lower...
2023-02-24 Nick GassonRemove clang-format config, add contrib/STYLE.md
2023-02-22 Nick GassonAvoid spurious compile timeout warnings
2023-02-22 Brian PadalinoAdd LCS-2016-055a (Optional Component Ending). (#630)
2023-02-21 Brian PadalinoAdd LCS-2016-006f test and status. (#631)
2023-02-21 Nick GassonUse a special access token for pull request workflow
2023-02-21 Brian PadalinoAdd LCS-2016-072b feature (#625)
2023-02-20 Nick GassonCheck index constraints for type conversion. Issue...
2023-02-20 Nick GassonGive issues write permission to PR workflow
2023-02-20 BlebowskiAdd fine-grained reporting in code coverage (#628)
2023-02-20 Nick GassonWarn after compilation takes 10 seconds. Issue #606
2023-02-19 Nick GassonSync NEWS.md from 1.8 branch
2023-02-19 Nick GassonAdd experimental --jit elaboration option
2023-02-19 Nick GassonRemove NVC_FOREIGN_OBJ
2023-02-19 Nick GassonFix assertion failure on race with compiler thread
2023-02-19 Nick GassonFix thread safety issues with LLVM JIT
2023-02-19 Nick GassonAlways use predefined "=" for comparing fields
2023-02-19 Nick GassonFix lock/unlock mixup in join_worker_threads
2023-02-19 Nick GassonFix use of uninitialised value in irgen_dedup_cpool
2023-02-18 Nick GassonIgnore interpreter iteration limit when initialising...
2023-02-18 Nick GassonAdd write permission to pull request workflow
2023-02-18 Nick GassonFix result of 'ASCENDING will null range unconstrained...
2023-02-18 Nick GassonOptimise out repeated calls to sched/clear event
2023-02-18 Nick GassonYield the CPU occasionally in workq_drain
2023-02-18 Nick GassonFix potential race in jit_ffi_bind
2023-02-18 Brian PadalinoAdd parsing changes for LCS-2016-086 (#624)
2023-02-18 Nick GassonDo not fold array references that may contain impure...
2023-02-18 Nick GassonFix event not being cleared in wait-until statements
2023-02-18 Nick GassonAdd clang-format config file
2023-02-18 Nick GassonFix parse error with alias in selected name
2023-02-18 Nick GassonFix JIT unit test in non-debug builds
2023-02-17 Brian PadalinoAdd parsing changes for LCS-2016-071a (#621)
2023-02-17 Brian PadalinoAdding VHDL-2019 empty record (LCS-2016-082) (#623)
2023-02-17 Nick GassonAttempt to fix intermittent windows CI failures
2023-02-17 Nick GassonFix name comparison when search for libraries
2023-02-17 Nick GassonFix inconsistent behaviour between --map and --work...
2023-02-17 Nick GassonUse a condition variable to wake worker threads
2023-02-16 Nick GassonAdd a test of --map with versioned libraries
2023-02-16 Nick GassonCheck for overflow in exponentiation. Issue #592
2023-02-16 Nick GassonAdd pkg-config to macOS build dependencies
2023-02-16 Nick GassonDo not allow pure/impure before procedure declarations
2023-02-14 Nick GassonFix crash with array of record subtypes. Issue #615
2023-02-13 Nick GassonAllow function call to determine ports bounds. Fixes...
2023-02-13 Nick GassonDo not use lower_default_value for signals and ports
next