]> git.nickg.me.uk Git - nvc.git/shortlog
nvc.git
2023-08-03 Nick GassonFix UAF lazy-predefs
2023-08-03 Nick GassonPreload tree shaking
2023-08-01 Nick GassonFix tests again
2023-08-01 Nick GassonPut all again
2023-08-01 Nick GassonFix unit tests
2023-08-01 Nick GassonLazy new/copy helpers
2023-07-31 Nick GassonLazy image/value
2023-07-31 Nick GassonFolding
2023-07-31 Nick GassonMake lower tests work
2023-07-31 Nick GassonHacking
2023-07-31 Nick GassonLazy resolved helper
2023-07-31 Nick GassonFreeing units
2023-07-31 Nick GassonWIP lazy lower predefs
2023-07-31 Nick GassonRemove "mode" global variable from lower.c
2023-07-31 Nick GassonArray bounds check incorrectly optimised out. Fixes...
2023-07-30 Nick GassonImplement DIR_OPEN and DIR_CLOSE
2023-07-30 Nick GassonImplement DIR_DELETEFILE from VHDL-2019
2023-07-30 Nick GassonFix crash when reflecting integer subtypes
2023-07-30 Nick GassonImplement LCS2016_007 sequential block statements
2023-07-30 Nick GassonReflection for physical and protected types
2023-07-30 Nick GassonReflection for access types
2023-07-30 Nick GassonImplement reflection for files
2023-07-29 Nick GassonReflection for unconstrained record elements
2023-07-29 Nick GassonReflection for record types with array elements
2023-07-29 Nick GassonFix memory leak when parsing configurations
2023-07-29 Nick GassonReturn identifiers directly from lexer
2023-07-29 Nick GassonPrinting for strings and physical types
2023-07-28 Nick GassonSync NEWS.md from 1.10 branch
2023-07-28 Nick GassonEncode signal values as strings in update events
2023-07-28 Nick GassonAvoid name-based lookup for type declaration design...
2023-07-27 Nick GassonRead simple scalar record elements through reflection
2023-07-27 Nick GassonAdd free_token to free external storage associated...
2023-07-27 Nick GassonRename type_index_constr to type_index
2023-07-26 Nick GassonAdd PoC to GitHub Actions tests
2023-07-26 Nick GassonOptimise code generation for protected procedure calls
2023-07-26 Nick GassonFix data corruption in overloaded protected procedure...
2023-07-26 Nick GassonEnsure JIT is shut down before exiting
2023-07-26 Nick GassonFix error with minimum/maximum predefined functions...
2023-07-26 Nick GassonAvoid use of tree_visit in simp_has_drivers
2023-07-26 Sean Andersonvhpi: Downgrade unimplemented iterators to error
2023-07-26 Sean Andersonvhpi: Add support for argv
2023-07-25 Nick GassonAllow overriding generics on internal instances
2023-07-25 Nick GassonUse X86 POPCNT instruction where supported
2023-07-25 Nick GassonFix crash simplifying locally static expression in...
2023-07-23 Nick GassonAdd command to export coverage data in Cobertura format
2023-07-23 Nick GassonFix assertion failure parsing invalid physical literal
2023-07-22 Nick GassonAdd "force" and "noforce" commands to TCL shell
2023-07-22 Nick GassonExtend parse_value to handle character arrays
2023-07-22 Nick GassonWork around crash when using -i or --do after -e
2023-07-22 Nick GassonAdd TCL shell event for next time step
2023-07-21 BlebowskiAdd parsing of PSL "union" and "built-in-function"...
2023-07-19 Nick GassonAdd TCL quit and exit commands
2023-07-18 Nick GassonChange format of to_string for time to match other...
2023-07-18 Nick GassonAdd an experimental WebSocket interface to control...
2023-07-18 Nick GassonHandle decimal string literals more than 64-bits wide
2023-07-16 Nick GassonMake 'event fast-path work for any single-element signal
2023-07-16 Nick GassonAdd another PSL test
2023-07-15 Nick GassonImplement shell restart command
2023-07-15 Nick GassonRework translation of PSL clock declarations
2023-07-15 Nick GassonFix wrong 'EVENT result on delta cycle
2023-07-14 Nick GassonFix incorrect sensitivity list with constant indexed...
2023-07-14 Nick GassonBump version to 1.11-devel
2023-07-14 Nick GassonInclude Verilog test files in distribution
2023-07-14 Nick GassonUpdate for 1.10 release r1.10.0
2023-07-14 Nick GassonWork around issues with dlclose on Alpine/musl
2023-07-14 Nick GassonUpdate Quartus installation script for 22.1
2023-07-12 Nick GassonRemove the SYNOPSYS.ATTRIBUTES package
2023-07-12 Nick GassonUpdate builds.sr.ht configs
2023-07-12 Nick GassonAllow capturing all output from TCL shell
2023-07-12 Nick GassonAdd test case for PSL SEREs
2023-07-11 Nick GassonNamed associations in aggregate target. Fixes #712
2023-07-11 Nick GassonFix crash when "add wave" called multiple times
2023-07-11 Nick GassonFix compile error in workqbench
2023-07-11 Nick GassonAdd mechanism to redirect TCL stdout and stderr
2023-07-10 Nick GassonFix uninitialised variable warning
2023-07-10 Nick GassonHack to allow elaborated unit in unit_registry_get...
2023-07-09 Nick GassonAdd record subtype mirrors
2023-07-09 Nick GassonAdd test for missing protected type method
2023-07-09 Nick GassonAdd shell event handler
2023-07-09 BlebowskiCoverage report enhancements (#738)
2023-07-08 Nick GassonImplement GET methods for array value mirrors
2023-07-08 Nick GassonFix incorrect parsing of conditional return statement
2023-07-07 Nick GassonAdd enumeration value/subtype mirrors
2023-07-07 BlebowskiCover HTML report enhancements (#735)
2023-07-07 Nick GassonFix unused variable warning in list_get macro
2023-07-07 Nick GassonHide homographs within a declaration. Issue #733
2023-07-07 Nick GassonRemove unused internal warn-on-hidden option
2023-07-06 Nick GassonMissing index check for null array. Fixes #734
2023-07-06 Nick GassonFix crash folding IEEE matching operators
2023-07-06 Nick GassonParsing for VHDL-2019 improved type generics
2023-07-05 Nick GassonMore attributes for array subtype mirrors
2023-07-04 Nick GassonGet rid of global vcode unit registry
2023-07-02 Nick GassonAdd floating value and subtype mirrors
2023-07-01 Nick GassonInteger subtype mirrors and subtype reflection
2023-07-01 Nick GassonUse cover scope to store hierarchy information
2023-07-01 Nick GassonSimplify interface between lower and coverage
2023-07-01 Nick GassonStore coverage scopes directly in database
2023-06-30 Nick GassonUse a single namespace for cover tags
2023-06-30 Nick GassonFix crash getting expression coverage with function...
2023-06-29 Nick GassonInferring constraints from initial values for signals...
next