]> git.nickg.me.uk Git - nvc.git/shortlog
nvc.git
2024-03-25 Nick GassonFix undefined behaviour dumping >32 bit integers to...
2024-03-25 Nick GassonRun all cocotb regression tests in GitHub Actions
2024-03-25 Nick GassonFix crashes with vhpiDepositPropagate
2024-03-23 Nick GassonBump default standard version to 2008
2024-03-23 Nick GassonAlso trace address sanitizer fake stack in mspace_gc
2024-03-23 Nick GassonFix some boundary cases in mask_iter
2024-03-23 Nick GassonAdd some additional allocation benchmarks
2024-03-21 Nick GassonFix load address for symbols pointing to PE sections
2024-03-20 Nick GassonVHPI discovery in for-generate broken since 7dd41....
2024-03-20 Nick GassonMake sure entity is rewritten before architecture....
2024-03-20 Nick GassonTemporarily disable JIT mode testing on Windows
2024-03-20 Nick GassonRemove deprecated rt_tlab_alloc
2024-03-17 Nick GassonAlso pass -mno-omit-leaf-frame-pointer with --enable...
2024-03-14 Nick GassonFix assertion failure in jit_do_mem2reg running OSVVM...
2024-03-14 Nick GassonSkip over record element constraints when building...
2024-03-13 Nick GassonDump arrays-of-records when --dump-arrays is passed...
2024-03-13 Nick GassonSimplify implementation of unit_registry_flush
2024-03-12 Nick GassonCode generation crash with nested package instances...
2024-03-08 Nick GassonImprove locking benchmark
2024-03-08 Nick GassonFix crash when collapsing unconstrained port. Fixes...
2024-03-08 Nick GassonFix crash after error in external name. Fixes #860
2024-03-08 Nick GassonAllow any integer type for dimension attribute in ...
2024-03-08 Nick GassonAttribute dimension not checked for unconstrained array...
2024-03-07 Nick GassonLost update to FILE_OPEN STATUS output. Fixes #864
2024-03-07 Nick GassonUse Windows API directly instead of winpthreads wrapper...
2024-03-06 Nick GassonFix typo introduced by b52c576. Issue #857
2024-03-06 Nick GassonDisable Windows testing temporarily. Issue #861
2024-03-06 Nick GassonFix several issues with array view handling. Issue...
2024-03-06 Nick GassonRewrite external names earlier during elaboration....
2024-03-06 Nick GassonStore only the instance name in T_HIER
2024-03-06 Nick GassonUpdate to latest version of ax_pthread.m4
2024-03-03 Nick GassonRemove duplicated code for top-level elaboration
2024-03-03 Nick GassonRemove special cases for top-level generics/ports
2024-03-03 Nick GassonAlways look up 'instance_name and 'path_name dynamically
2024-03-02 Nick GassonFix crash when view element indication references whole...
2024-03-02 Nick GassonDeferred subprogram instantiation for packages. Fixes...
2024-03-01 Nick GassonRefactor resolving of subprogram names
2024-02-29 Nick GassonVerilog bit selects
2024-02-28 Nick GassonMissing static bounds checks for some index constraints
2024-02-28 Nick GassonIncorrect record field length in FST dump. Fixes #852
2024-02-28 Nick GassonImplement Verilog case equality
2024-02-27 Nick GassonLook up signal bounds dynamically in FST dumper. Issue...
2024-02-27 Nick GassonSimplify handling of element constraints in FST dumper
2024-02-27 Nick GassonRun apt-get update before installing dependencies in...
2024-02-26 Nick GassonVerilog number parsing and printing improvements
2024-02-25 Nick GassonAdd some basic support for Verilog module instantiation
2024-02-25 Nick GassonRefactor parsing of Verilog port declarations
2024-02-24 Nick GassonAdd support for Verilog supply net type. Issue #808
2024-02-24 Nick GassonIntroduce a cache for translated Verilog modules
2024-02-24 Nick GassonAdd Canola project to regression tests
2024-02-23 Nick GassonAvoid calling memcpy when updating single-element signals
2024-02-23 Nick GassonSchedule initial process execution in reset_process
2024-02-23 Nick GassonAllow use of triggers for more process types
2024-02-23 Nick GassonUse triggers for sensitised VHDL processes
2024-02-23 Nick GassonVerilog pullup and pulldown gate instances
2024-02-22 Nick GassonUse foreign functions for predefined FILE_CLOSE and...
2024-02-22 Nick GassonAllow jit_do_cprop to copy arbitrary values
2024-02-22 Nick GassonAdd register allocator for x86 JIT backend
2024-02-20 Nick GassonSimplify JIT frame layout
2024-02-19 Nick GassonAdd memory-to-register promotion pass for JIT IR
2024-02-18 Nick GassonUse --without-system-cc to disable AOT compilation
2024-02-18 Nick GassonAdjust read only library check for Windows
2024-02-18 Nick GassonAdd MSI installer for Windows
2024-02-18 Nick GassonOption --exit-severity now also controls exit status...
2024-02-18 Nick GassonMove assert counter logic into rt/assert.c
2024-02-17 Nick GassonFix crash in port conversion for array-of-array
2024-02-17 Nick GassonAvoid linear search in cgen_add_dependency
2024-02-17 Nick GassonRemove lib_index_kind function
2024-02-17 Nick GassonAvoid excessive zeroing in object_marked_p
2024-02-17 Nick GassonFix code generation error with TO_UNSIGNED in case...
2024-02-17 Nick GassonFix error when generic value depends on another generic
2024-02-17 Nick GassonCompile Vivado libraries for 1993 and 2008 by default
2024-02-15 Nick GassonTweak format of diagnostic stack traces
2024-02-14 Nick GassonSpeed up pack_writer_get_string by avoiding memmem
2024-02-14 Nick GassonFix uninitialised variable warning in lower_aggregate_b...
2024-02-14 Nick GassonZStd decompression context is not thread safe
2024-02-13 Nick GassonExtend local value numbering to argument slots
2024-02-13 Nick GassonOnly set target bit on JIT IRs that have branches to...
2024-02-13 Nick GassonAdjust report and assert message format. Fixes #849
2024-02-13 Nick GassonBump OSVVM and UVVM to latest released versions
2024-02-12 Nick GassonFix crash with external name and component declarations
2024-02-12 Nick GassonDowngrade purity checks to warning with --relaxed....
2024-02-12 Nick GassonMissing error impure function called indirectly via...
2024-02-10 Nick GassonFix incorrect 'last_value result with multiple sources
2024-02-10 Nick GassonUse a pseudo-source for scheduled deposits
2024-02-10 Nick GassonUse a flag bit on rt_signal_t to hold register/bus...
2024-02-08 Nick GassonCreate aliases for collapsed signals with globally...
2024-02-08 Nick GassonImprove error messages when mmap fails
2024-02-05 Nick GassonAllow use of type alias in slice name. Fixes #845
2024-02-04 Nick GassonRewrite implementation of foreign functions
2024-02-04 Nick GassonAdd wrapper functions for predefined file operations
2024-02-04 Nick GassonSync NEWS.md from 1.11 branch
2024-02-03 Nick GassonAllow port collapsing in component instantiations
2024-02-03 Nick GassonSeparate inner and outer block statement for component...
2024-02-03 Nick GassonImprove checking for configuration specification
2024-02-03 Nick GassonFix incorrect effective value with inout port conversion
2024-02-03 Nick GassonCode generation error when component generic references...
2024-02-03 Nick GassonFix download-artifact version in test-osvvm workflow
2024-01-28 Nick GassonFix deprecation warnings in GitHub Actions workflow
2024-01-28 Nick GassonAvoid multiple evaluation of range bounds
next