]> git.nickg.me.uk Git - nvc.git/shortlog
nvc.git
2022-02-05 Nick GassonBump version to 1.6.1 r1.6.1
2022-02-05 Nick GassonOptimise calculating drivers for processes
2022-02-05 Nick GassonFix crashing lowering 'VALUE and 'IMAGE. Issue #444
2022-02-05 Nick GassonAdd bounds29 test case to testlist.txt
2022-02-05 Nick GassonKeep generated website files outside of repository
2022-02-05 Nick GassonBug in overload resolution with optional arguments...
2022-01-28 Nick GassonFix incorrect generic value in binding specification...
2022-01-28 Nick GassonFix an out-of-memory condition when initialising proces...
2022-01-28 Nick GassonFix compatibility with BSD make. Issue #440
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
2022-01-18 Nick GassonAdd a new tree kind for sequences of sequential statements
2022-01-18 Nick GassonCleanup after removal of tree_else_stmts
2022-01-17 Nick GassonAdd new -M option to control object arena size. Issue...
2022-01-17 Nick GassonWork around incorrect link package opcode
2022-01-16 Nick GassonSequential conditional signal assignment statements
2022-01-16 Nick GassonRename T_CASSIGN to T_COND_ASSIGN
2022-01-16 Nick GassonSimplified internal representation for concurrent state...
2022-01-16 Nick GassonFix signal symbol name on Windows
2022-01-16 Nick GassonRelaxed rules for port map actuals in VHDL-2008
2022-01-16 Nick GassonGenerate T_CONV_FUNC in the parser
2022-01-16 Nick GassonAdd a new tree kind for conversion functions
2022-01-16 Nick GassonAdd .clangd config file
2022-01-16 Nick GassonAdd support for VHDL-2008 extended bit string literals
2022-01-15 Nick GassonOptimise signal assignment from concatenation
2022-01-15 Nick GassonAvoid allocating state object for many common processes
2022-01-15 Nick GassonOptimise signal assignment from concatenation
2022-01-15 Nick GassonAvoid temporary allocation for some concatenations
2022-01-15 Nick GassonRange checking for real values
2022-01-15 Nick GassonInsert type conversion when simplifying range bounds
2022-01-15 Nick GassonFix some potential issues in variable assignment with...
2022-01-14 Nick GassonRemove more generated comments from vcode in release...
2022-01-14 Nick GassonPlug several memory leaks
2022-01-14 Nick GassonFix unit tests with CK_FORK=no
2022-01-14 Nick GassonAdd a test for issue #438
2022-01-14 Nick GassonSeparate vcode opcode for pointer addition
2022-01-14 Nick GassonAdd support for VHDL-2008 conditional variable assignment
2022-01-14 Nick GassonNew representation for if statement branches
2022-01-14 Nick GassonMake T_COND more generic
2022-01-14 Nick GassonFix constant folding with nested subprograms. Issue...
2022-01-13 Nick GassonFix folding constant record and array references. Issue...
2022-01-13 Nick GassonEliminate redundant index checks
2022-01-13 Nick GassonMake analysis and runtime bounds check messages consistent
2022-01-13 Nick GassonImprove default assertion failure message
2022-01-13 Nick GassonSeparate runtime calls for report and assertion failure
2022-01-13 Nick GassonMove the default assertion failure message into the...
2022-01-13 Nick GassonRemove all remaining uses of rt_loc_t
2022-01-13 Nick GassonNew range check opcode to replace old bounds checking
2022-01-12 Nick GassonMove subprograms map from simp_global to elaboration...
2022-01-12 Nick GassonFix units tests with CK_FORK=no
2022-01-12 Nick GassonImprove error messages when array length checks fail
2022-01-12 Nick GassonCompletely remove the old index check opcode
2022-01-12 Nick GassonMigrate array index checks to new opcode
2022-01-12 Nick GassonElide null range check in more cases
2022-01-12 Nick GassonUse new index check opcode for array slices
2022-01-12 Nick GassonUse new index check opcode for array references
2022-01-12 Nick GassonUse common to_string function in bounds.c
2022-01-12 Nick GassonNew method for passing debug location to runtime
2022-01-12 Nick GassonRemove object_add_global_root
2022-01-11 Nick GassonOnly emit vcode comments in debug builds
2022-01-11 Nick GassonAdd another aggregate bounds test
2022-01-11 Nick GassonMissing index checks for some array aggregates
2022-01-11 Nick GassonImprove unit tests for array aggregate lowering
2022-01-11 Nick GassonNew scheme for lowering array aggregates
2022-01-11 Nick GassonRemove vcode storage hints
2022-01-11 Nick GassonSimpler approach to lowering assignments of record...
next