]> git.nickg.me.uk Git - nvc.git/shortlog
nvc.git
2023-10-31 Nick GassonEscape backslash in symbol name on Windows
2023-10-31 Nick GassonAdd NEVER_WAITS attribute to optimise code generation...
2023-10-31 Nick GassonAdd specialised exit handler for 'last_event
2023-10-31 Nick GassonAdd specialised foreign calling convention for internal...
2023-10-31 Nick GassonFix occasional JIT compilation failure due to too-small...
2023-10-30 Nick GassonAdd intrinsics for more IEEE.MATH_REAL operations
2023-10-30 Nick GassonSubprogram specification/body wrong way round in diagno...
2023-10-29 Nick GassonElaborate external name in alias declaration exactly...
2023-10-29 Nick GassonCheck relative pathname for enclosing concurrent region
2023-10-29 Nick GassonElaborate external names as callback from code generation
2023-10-29 Nick GassonImprove checking for external names with array subtype...
2023-10-29 Nick GassonTest dumping external names
2023-10-29 Nick GassonPreserve declarations when simplifying case-generate...
2023-10-29 Nick GassonAdd jit_for_thread helper function
2023-10-29 Nick GassonMake hash_iter skip over deleted items
2023-10-27 Nick GassonVisibility issue with block name in configuration
2023-10-27 Nick GassonFix crash folding package constant. Issue #782
2023-10-27 Nick GassonFix crash after malformed generate statement
2023-10-25 Nick GassonAdd TCL echo command
2023-10-25 Nick GassonAdd conversion functions for Verilog/VHDL interface...
2023-10-23 sean-anderson... Fix some typos and grammatical errors in documentation...
2023-10-23 Nick GassonSplit src/rt/cover.c into multiple files (#780)
2023-10-23 Nick GassonImprove checking for invalid library name. Issue #778
2023-10-23 BlebowskiRefactoring of cover. (#777)
2023-10-22 Nick GassonParse Verilog inout ports
2023-10-22 Nick GassonParse Verilog timescale directive
2023-10-22 Nick GassonIntegrate Verilog preprocessor with parser
2023-10-22 Nick GassonError if signal has more than 2^31 sub-elements
2023-10-22 Nick GassonCreate implicit aliases for predefined operators of...
2023-10-22 Nick GassonGenerate unique name mangling for predefined functions
2023-10-22 Nick GassonExclude Verilog preprocessor from coverage collection
2023-10-22 Nick GassonAdd NEWS.md item for FSM state coverage
2023-10-22 BlebowskiFSM state coverage. (#771)
2023-10-21 Nick GassonFix race condition in arena_by_name
2023-10-21 Nick GassonAdd Verilog preprocessor step
2023-10-21 Nick GassonFix uninitialised variable warning in eval.c
2023-10-20 Nick GassonRemove the unsupported --enable-jit configure option
2023-10-19 Nick GassonUse master branch of cocotb for regression tests
2023-10-18 Nick GassonMove PSL dumper test to test_dump.c
2023-10-18 Nick GassonAdd PSL until and until_ FL operators
2023-10-18 Nick GassonSupport cycle count in PSL next operator
2023-10-17 Nick GassonType conversion between arrays with closely related...
2023-10-17 Nick GassonImprove checking for closely related types
2023-10-16 Nick GassonSync NEWS.md from 1.10 branch
2023-10-16 Nick GassonMake generated .deb file names unique
2023-10-16 Nick GassonMissing bounds check for aggregate with range association
2023-10-16 Nick GassonAdd configure check for gettid. Fixes #774
2023-10-16 Nick GassonAdd more external projects to regression tests
2023-10-16 Nick GassonFold locally static expressions with array type
2023-10-15 Nick GassonFix vhpi_get_value checks for too-small format
2023-10-15 Nick GassonRelax format checks in vhpi_get_value for integral...
2023-10-15 Nick GassonFix crash after --relaxed warning. Issue #770
2023-10-15 Nick GassonFix cyclic dependency bug with "use work.all"
2023-10-14 Nick GassonFix crash with unconstrained field in record aggregate
2023-10-14 Nick GassonAvoid crash with unsupported case choice expression
2023-10-12 Nick GassonAdd layout_of variant for signal types
2023-10-12 Nick GassonHandle records with globally static element bounds...
2023-10-12 Nick GassonRename lower_const_bounds to type_const_bounds and...
2023-10-10 Nick GassonVerilog continuous assignment and binary "&"
2023-10-10 Nick GassonVerilog blocking assignment
2023-10-10 Nick GassonAdd mechanism for storing comments in code blobs
2023-10-07 Nick GassonAdd missing ASAN_OPTIONS to GitHub Actions workflow
2023-10-07 Nick GassonUse same JIT instance for elaboration and AOT code...
2023-10-07 Nick GassonPreserve JIT state between elaboration and runtime
2023-10-07 Nick GassonStore the tag number rather than raw pointer in toggle...
2023-10-07 Nick GassonMissing length checks for some ports with globally...
2023-10-06 Nick GassonAdd --vhpi-debug option for verbose VHPI error reporting
2023-10-05 Nick GassonAvoid repeated calls to realpath(3) when printing diagn...
2023-10-05 Nick GassonImprove overload resolution when argument is known...
2023-10-04 Nick GassonShrink textio LINE_BUFFER_SIZE for more efficient alloc...
2023-10-04 Nick GassonImplement LCS2016-032 changes to instance/path name
2023-10-04 Nick GassonSimplify lowering of 'instance_name and 'path_name
2023-10-04 Nick GassonParsing for Verilog binary & and | operators
2023-10-04 Nick GassonVcode thunks no longer have parameters
2023-10-04 Nick GassonRemove unused scope_flags_t
2023-10-04 Nick GassonReduce garbage collections caused by STD.TEXTIO subprograms
2023-10-04 Nick GassonRevert "Temporarily enable debug mode in Debian package"
2023-10-04 Nick GassonFix macOS build failure with TCL shell enabled
2023-10-02 Nick GassonAllow use of raw object pointer in cgen_rematerialise_o...
2023-10-02 Nick GassonFix bug in x86 tlab alloc stub
2023-10-02 Nick GassonHandle $MOVE with overlapping regions in x86 backend
2023-10-02 Nick GassonFix crash during lazy code generation
2023-10-02 Nick GassonAvoid calling lower_debug_locus for bounds checks which...
2023-10-02 Nick GassonSimplify some basic expressions without generating...
2023-10-01 Nick GassonFix intermittent crash with LLVM JIT
2023-10-01 Nick GassonSwitch back to master branch of Microwatt for regressio...
2023-09-30 Nick GassonTemporarily enable debug mode in Debian package
2023-09-30 Nick GassonFix crash with concurrent assignment to array of records
2023-09-30 Nick GassonFix unused variable warnings
2023-09-30 Nick GassonAdd cocotb to regression tests
2023-09-30 Nick GassonFix assertion failure lowering reference to alias
2023-09-30 Nick GassonFix occasional install failure with make -j
2023-09-29 Nick GassonFix VHPI crash with non-static signal bounds
2023-09-28 Nick GassonAdd Grlib to regression tests
2023-09-28 Nick GassonTweak handling of pragmas outside of design units
2023-09-27 Nick GassonSwitch from pkg-config to pkgconf on MSYS2
2023-09-27 Nick GassonRemove dependency initialisation code from model
2023-09-26 Nick GassonLLVM JIT no longer uses LLJIT interface
2023-09-26 Nick GassonRespect Linux CPU affinity when calculating maximum...
2023-09-26 Nick GassonAdd script to install Free Model Foundry common packages
next