]> git.nickg.me.uk Git - nvc.git/shortlog
nvc.git
2022-02-07 Nick GassonUnlock message queues multithread-msg
2022-02-07 Nick GassonAdd a spin_wait primitive
2022-02-07 Nick GassonFix some tsan errors
2022-02-07 Nick GassonA new approach to multithreading with message passing
2022-02-07 Nick GassonPredefined DEALLOCATE missing mangled name
2022-02-07 Nick GassonFix duplicate import when using VHDL-2008 context decla...
2022-02-07 Nick GassonAllow generic declaration to hide entity
2022-02-07 Nick GassonFix assertion failure with nested context
2022-02-07 Nick GassonRename T_CTXREF to T_CONTEXT_REF
2022-02-07 Nick GassonFix crash when record aggregate contains an access...
2022-02-07 Nick GassonFix crash returning access to incomplete type
2022-02-07 Nick GassonMissing error for incomplete type in allocator expression
2022-02-06 Nick GassonFix crash returning access from impure function
2022-02-06 Nick GassonFix incorrect code generation for access-to-array
2022-02-06 Nick GassonDisallow pointers in all vcode arithmetic operators
2022-02-06 Nick GassonAdd a new "range length" opcode
2022-02-06 Nick GassonFix incorrect arithmetic identity for subtraction
2022-02-06 Nick GassonFix another corner case with generic packages
2022-02-06 Nick GassonAdd a basic test of IEEE.FLOAT_PKG
2022-02-06 Nick GassonMove deferred constant checking into sem
2022-02-06 Nick GassonImprove subprogram conformance checking
2022-02-06 Nick GassonRemove dead code from sem_copy_default_args
2022-02-06 Nick GassonImprove readability of dumped addresses
2022-02-06 Nick GassonFix crash after error in package instantiation
2022-02-06 Nick GassonFix make -j with GNU make. Issue #440
2022-02-05 Nick GassonMinor improvements to generic packages
2022-02-05 Nick GassonAdd a prefetch before updating drivers
2022-02-05 Nick GassonMinor cleanup of tree copying
2022-02-05 Nick GassonSeparate lowering function for generic references
2022-02-05 Nick GassonSync NEWS.md from 1.6 branch
2022-02-05 Nick GassonKeep generated website files outside of repository
2022-02-05 Nick GassonRestrict scope of tree copying
2022-02-05 Nick GassonAdd basic support for type generics
2022-02-05 Nick GassonAdd bounds29 test case to testlist.txt
2022-02-04 Nick GassonFix a few corner cases with invalid generic maps
2022-02-04 Nick GassonFix crashing lowering 'VALUE and 'IMAGE. Issue #444
2022-02-04 Nick GassonOptimise eopt for large arrays
2022-02-04 Nick GassonOptimise calculating drivers for processes
2022-02-04 Nick GassonGet rid of I_SIZE and use I_POS instead
2022-02-04 Nick GassonRemove most uses of e_pos
2022-02-04 Nick GassonDo not rely on e_pos to set E_F_CONTIGUOUS
2022-02-04 Nick GassonUse a hash table instead of an array to index nexuses
2022-02-02 Nick GassonSeparate tree kind for generics
2022-02-01 Nick GassonMerge parse and sem passes
2022-01-31 Nick GassonSplit generic and port checking in sem
2022-01-31 Nick GassonMatch library directory names case insensitively
2022-01-31 Nick GassonRemove all remaining uses of make_default_value
2022-01-31 Nick GassonAdd tests for lower_new
2022-01-31 Nick GassonRemove uses of make_default_value in simp
2022-01-31 Nick GassonFix wrong generic map elaboration with block statement
2022-01-31 Nick GassonExtend lower_default_value to handle more types
2022-01-31 Nick GassonDo not set signal default value in sem
2022-01-31 Nick GassonDo not set port default value in sem
2022-01-31 Nick GassonRemove a few calls to make_default_value
2022-01-30 Nick GassonReplace global interned idents with an enum
2022-01-30 Nick GassonMove NVC_*_VERBOSE handling to new opt module
2022-01-30 Nick GassonStop using strings as option keys
2022-01-28 Nick GassonBug in overload resolution with optional arguments...
2022-01-28 Nick GassonUse a larger global temporary stack. Issue #441
2022-01-28 Nick GassonFix bug in the fix for issue #441
2022-01-28 Nick GassonFix incorrect generic value in binding specification...
2022-01-27 Nick GassonFix an out-of-memory condition when initialising proces...
2022-01-27 Nick GassonFix compatibility with BSD make. Issue #440
2022-01-26 Nick GassonBump version to 1.7-devel
2022-01-25 Nick GassonUpdate for 1.6.0 release r1.6.0
2022-01-25 Nick GassonFix FST file reading/writing on *BSD
2022-01-25 Nick GassonFix makefile dependency generation for T_PACK_INST
2022-01-25 Nick GassonDelete AUTHORS, add THANKS.md
2022-01-25 Nick GassonAdd support for foreign VHPIDIRECT subprograms
2022-01-25 Nick GassonFix several corner cases with 'LAST_EVENT and 'LAST_ACTIVE
2022-01-24 Nick GassonFix build on Windows without Pandoc
2022-01-24 Nick GassonFix memory leak with access to unconstrained array
2022-01-24 Nick GassonUse libc for memory allocation when __SANITIZE_ADDRESS__
2022-01-24 Nick GassonFix incorrect lowering for wait on statement. Issue...
2022-01-24 Nick GassonFixes for make distcheck
2022-01-24 Nick GassonFix build without pandoc/mandoc installed
2022-01-24 Nick GassonSync release notes from 1.5 branch
2022-01-24 Nick GassonAdd a new website
2022-01-23 Nick GassonRemove the legacy rewrite_refs mechanism
2022-01-23 Nick GassonUpdate FST code to GtkWave 9fe9d7e8fdb
2022-01-22 Nick GassonFix incorrect VHDL stack trace on OpenBSD
2022-01-22 Nick GassonAdd support for record types in waveform dump. Fixes...
2022-01-22 Nick GassonWaveform dumping for nested arrays and memories
2022-01-22 Nick GassonAdd a more sophisticated waveform dumping test
2022-01-22 Nick GassonMerge fst.c into wave.c
2022-01-22 Nick GassonClean up code in wave.c
2022-01-22 Nick GassonAdd test of --include and --exclude options
2022-01-22 Nick GassonFixing dumping initial values in waveform
2022-01-22 Nick GassonRemove unused rt_run_interactive
2022-01-22 Nick GassonAdd a helper program to test waveform dumping
2022-01-21 Nick GassonFix crash lowering array of access
2022-01-21 Nick GassonFix crash with null array aggregate
2022-01-21 Nick GassonUse tree_rewrite instead of tree_visit in bounds_check
2022-01-21 Nick GassonRemove SCOPE_FORMAL from semantic checker
2022-01-21 Nick GassonCheck for missing component generics
2022-01-21 Nick GassonBasic initial support for generic packages
2022-01-21 Nick GassonRewrite generic maps in-place
2022-01-20 Nick GassonClean up makefile dependency generation
2022-01-18 Nick GassonDefer all code generation until elaboration
2022-01-18 Nick GassonSave and restore vcode unit location
next