]> git.nickg.me.uk Git - nvc.git/shortlog
nvc.git
2022-02-12 Nick GassonPlumb in gc
2022-02-12 Nick GassonWIP add a GC
2022-02-12 Nick GassonLLVM debugging improvements scoped-alloc
2022-02-12 Nick GassonRename vcode alloca op to scoped alloc
2022-02-12 Nick GassonReplace temp stack with secondary stack
2022-02-12 Nick GassonHandle element constraints in lower_array_total_len
2022-02-11 Nick GassonAdd separate opcode for division-by-zero check
2022-02-11 Nick GassonBump process temporary stack size to 128kB
2022-02-11 Nick GassonFix incorrect generic map value with component generics...
2022-02-11 Nick GassonImprove elaboration hint printing
2022-02-11 Nick GassonThread single exec_t instance through elab
2022-02-11 Nick GassonBetter diagnostics when constant folding fails
2022-02-10 Nick GassonMissing check for negative integer exponent
2022-02-10 Nick GassonSeparate tree kind for subprogram parameters
2022-02-10 Nick GassonStack corruption when procedure contains variable sized...
2022-02-10 Nick GassonAvoid wrapping lines in stack traces
2022-02-10 Nick GassonMissing null check in opt_get_verbose
2022-02-09 Nick GassonFix error message when 'IMAGE used with array
2022-02-09 Nick GassonReduce cache misses by inlining the first waveform...
2022-02-09 Nick GassonRevert "Add a prefetch before updating drivers"
2022-02-09 Nick GassonChange -flto to -flto=auto
2022-02-08 Nick GassonParsing for VHDL-2008 array constraints
2022-02-08 Nick GassonFix compatibility with LLVM < 8.0. Issue #446
2022-02-08 Nick GassonWork around a bug in e_chunk_nexus
2022-02-07 Nick GassonAvoid sem crash after cascading error
2022-02-07 Nick GassonFix another corner case with generic types
2022-02-07 Nick GassonFix intermittent error with protected type bodies
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
next