]> git.nickg.me.uk Git - nvc.git/shortlog
nvc.git
2024-02-04 Nick GassonUpdate for 1.11.3 release v1.11-branch github/v1.11-branch sr.ht/v1.11-branch r1.11.3
2024-01-28 Nick GassonFix crash dumping subtype that cannot be represented...
2024-01-28 Nick GassonAvoid crash with 'SUBTYPE attribute. Fixes #837
2024-01-28 Nick GassonFix error getting resolved value of array-of-record...
2024-01-15 Nick GassonMissing array length check for certain collapsed ports
2024-01-13 Nick GassonFix crash with concatenation in constant array aggregate
2024-01-13 Nick GassonFix integer overflow warning with GCC 12
2024-01-13 Nick GassonFix memory corruption evaluating aggregate with range...
2024-01-12 Nick GassonFix incorrect aggregate direction with range associatio...
2024-01-10 Nick GassonConsider aggregate choice expressions when building...
2024-01-08 Nick GassonFurther restrictions on collapsing output ports. Issue...
2024-01-04 Nick GassonUpdate for 1.11.2 release r1.11.2
2024-01-03 sean-anderson... Bump JIT_MAX_ARGS (#822)
2024-01-03 Nick GassonFix crash simplifying if-statement. Issue #821
2024-01-03 Nick GassonFix longest static prefix calculation with constant...
2023-12-30 Nick GassonFix crash with aliased enumeration literal in case...
2023-12-30 Nick GassonFix calculation of aggregate bounds with concatenation
2023-12-28 Nick GassonImplement vhpiIsNullP and vhpiIsDiscreteP for ranges
2023-12-22 Nick GassonAvoid illegal characters in design unit file names...
2023-12-22 Nick GassonIncorrect length check for non-static port map actual...
2023-12-16 Nick GassonUpdate for 1.11.1 release r1.11.1
2023-12-16 Nick GassonInclude Git SHA in version output when no tags available
2023-12-16 sean-anderson... vhpi: Support types from package instances (#814)
2023-12-07 Nick GassonCorrect type check in lower_port_ref
2023-12-07 Nick GassonFix crash when simplifying if-statement. Issue #812
2023-12-06 Nick GassonUpdate for 1.11 release r1.11.0
2023-12-05 Nick GassonMissing length check for string literal
2023-12-05 Nick GassonFix crash elaborating port map
2023-12-05 Nick GassonCall TCL_Init on TCL interpreter object
2023-12-04 Nick GassonFix regression passing unconstrained port to procedure
2023-12-03 Nick GassonBuild VHPI subtypes dynamically for unconstrained ports...
2023-12-02 Nick GassonFix crash with generic SFIXED example. Fixes #809
2023-12-01 Nick GassonConstrain ports during code generation. Fixes #809
2023-11-30 Nick GassonFix 'SUBTYPE for array-of-record
2023-11-30 Nick GassonArithmetic identities for **
2023-11-30 Nick GassonSimplify logic in lower_ports
2023-11-30 Nick GassonFix argument order to lower_check_array_sizes
2023-11-30 Nick GassonCorrect VHDL-2008 rules for globally static attributes
2023-11-29 Nick GassonAdd separate entry point for scheduling process after...
2023-11-29 Nick GassonAvoid an extra runtime call when suspending procedure
2023-11-27 Nick GassonDisable reflect5 test on FreeBSD
2023-11-26 Nick GassonAvoid calling VirtualProtect on zero length region...
2023-11-26 Nick GassonAdd nvc_decommit to free committed pages
2023-11-26 Nick GassonFix for random macOS dependency install failure
2023-11-26 Nick GassonAvoid bounds check failure on never-taken branch
2023-11-26 Nick GassonAdd support for Verilog unary ~ and ! operators
2023-11-26 Nick GassonAllow stdin as source of analysis file list
2023-11-26 Nick GassonFix parsing ABS followed by **. Fixes #805
2023-11-24 Nick GassonAvoid unnecessary comparisons in jit_attach_thread
2023-11-24 Nick GassonAvoid repeated calls to NOW in VitalGlitch
2023-11-24 Nick GassonAdd more never_waits attributes to VITAL procedures
2023-11-23 Nick GassonOnly allow 'VALUE for one-dimensional arrays prior...
2023-11-23 Nick GassonHook up __nvc_last_event
2023-11-22 Nick GassonTidy up logic in p_concurrent_statement
2023-11-22 Nick GassonSplit PSL declarations from directives. Fixes #803
2023-11-22 Nick GassonFix crash with type alias in implicit condition conversion
2023-11-21 Nick GassonAdd warning for predefined array comparisons with diffe...
2023-11-21 Nick GassonFix crash with type alias and string literal
2023-11-21 Nick GassonWorkaround for macOS GitHub Actions failure
2023-11-20 Nick GassonFix wrong result bounds when TO_UNSIGNED is constant...
2023-11-20 Nick GassonDisable __builtin_setjmp with Clang
2023-11-19 BlebowskiCover functional exclude (#798)
2023-11-19 Nick GassonBasic functional coverage from PSL cover directive
2023-11-19 Nick GassonRevert to using the old array macros in cov/
2023-11-19 Nick GassonMake cover_add_item take a generic object_t pointer
2023-11-19 Nick GassonDo not store tree kind directly in coverage database
2023-11-18 Nick GassonAdd basic support for PSL cover directives
2023-11-17 Nick GassonAvoid unnecessary scalar conversions
2023-11-17 Nick GassonRemove unused solve_param function
2023-11-17 Nick GassonImprove handling of implicit literal conversions
2023-11-15 Nick GassonSimplify handling of implicit condition conversion
2023-11-15 Nick GassonFix check for entity name in absolute external pathnames
2023-11-12 Nick GassonSingle elaboration function for Verilog and VHDL
2023-11-12 Nick GassonAdd side-channel for passing JSON objects from TCL...
2023-11-12 Nick GassonAdd TCL describe command to query object properties
2023-11-12 Nick GassonAdd some initial support for Windows on Arm64
2023-11-12 Nick GassonImprove overload resolution for partial associations...
2023-11-09 Nick GassonImprove error when architecture name hides object
2023-11-09 Nick GassonAdd a --port option to set GUI port number
2023-11-08 Nick GassonLimit maximum size of stack allocations to 64kB
2023-11-08 Nick GassonServe static files using binary mode
2023-11-08 Nick GassonUse memset for aggregates with repeating string literals
2023-11-08 Nick GassonCrash with alias of protected type in VHDL-2002
2023-11-08 Nick GassonUse GCC builtin setjmp/longjmp where available
2023-11-08 Nick GassonSimplify vcode dump callback
2023-11-08 Nick GassonRemove implicit argument from some vcode_* functions
2023-11-07 Nick GassonFixes for GUI and build warnings on Windows. Issue...
2023-11-07 Nick GassonFixes for 32-bit Windows
2023-11-06 Nick GassonRemove .eslintignore file
2023-11-06 Nick GassonAdd an experimental browser-based GUI
2023-11-04 Nick GassonBump GitHub Actions macOS runner to macos-12
2023-11-04 Nick GassonRemove MicroHTTP dependency for WebSocket server
2023-11-03 Nick GassonAdd NEVER_WAITS attribute for some VITAL procedures
2023-11-03 Nick GassonWrong data passed to 'VALUE attribute. Fixes #790
2023-11-02 Nick GassonWorkarounds for slow emulated TLS on MinGW
2023-11-02 Nick GassonCreate drivers for procedure arguments with mode view...
2023-11-01 Nick GassonSemantic checks for procedure parameters with mode...
2023-11-01 Nick GassonFix crash with assignment to null signal. Fixes #787
2023-11-01 BlebowskiFix-up merging of non-matching coverage items and scope...
2023-10-31 Nick GassonCheck for and warn about emulated thread-local storage
next