]> git.nickg.me.uk Git - nvc.git/shortlog
nvc.git
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
2023-02-12 Nick GassonHandle enumeration subtypes in generic arguments. Issue...
2023-02-11 Nick GassonCompletely remove rt_net_t
2023-02-11 Nick GassonTrack 'LAST_EVENT in rt_nexus_t
2023-02-11 Nick GassonRemove explicit tracking of 'LAST_ACTIVE
2023-02-11 Nick GassonRemove the resolved pointer from rt_nexus_t
2023-02-11 Nick GassonMake forcing value a special kind of source
2023-02-11 Nick GassonUse a tagged pointer to store the pending list
2023-02-11 Nick GassonAdd fast-paths for SCHED_WAVEFORM and TEST_EVENT
2023-02-11 Nick GassonImprove checking for issue #612 test case
2023-02-11 Nick GassonFix crash calling foreign functions with many arguments...
2023-02-10 Nick GassonSimplify handling of signal events
2023-02-10 Nick GassonAdd a debug interface to query the name of a symbol
2023-02-08 Nick GassonAdd fast-paths for SCHED_WAVEFORM and TEST_EVENT
2023-02-08 Nick GassonRename $RESTORE to $TRIM
2023-02-07 Nick GassonRemove legacy code generator from cgen.c
2023-02-07 Nick GassonTrim local allocation buffer on return from function...
2023-02-07 BlebowskiCover exclude unreachable (#611)
2023-02-06 Nick GassonFix Windows wave test failures due to mismatched line...
2023-02-06 Nick GassonReimplement stateless processes in JIT code generator
2023-02-05 Nick GassonImplement 'TRANSACTION as a true implicit signal
2023-02-05 Nick GassonConstruct equivalent process for non-static actual...
2023-02-05 Nick GassonRefactor translation of 'DELAYED implicit signal. Issue...
2023-02-04 Nick GassonTry harder to avoid creating LLVM phi nodes. Issue...
2023-02-04 Nick GassonFix liveness calculation for $COPY count argument....
2023-02-04 Nick GassonRename test case issue608.vhd to issue609.vhd. Fixes...
2023-02-04 Nick GassonLost events after splitting signal. Fixes #608
2023-02-03 Nick GassonFix nested conditional analysis directives. Issue #604
2023-02-03 Nick GassonUpdate README and website
2023-02-03 BlebowskiCode coverage report limit (#605)
next