]> git.nickg.me.uk Git - nvc.git/shortlog
nvc.git
2022-07-24 Nick GassonRefactor FST type formatting
2022-07-24 Nick GassonUse lower case for identifiers in waveform dump. Issue...
2022-07-24 Nick GassonRemove hash_get_nth
2022-07-24 Nick GassonRemove replace argument from hash_new
2022-07-24 Nick GassonMinor optimisation to mangle_one_type
2022-07-22 Nick GassonMissing messages with compact format. Fixes #490
2022-07-22 Nick GassonDo not longjmp out of ctrl-C handler on Windows. Issue...
2022-07-22 Nick GassonAdd nvc_lock_t based on WTF::Lock
2022-07-22 Nick GassonMove thread functions to a separate module
2022-07-22 Nick GassonError with index of external name. Fixes #488
2022-07-22 Nick GassonAllow external names to refer to generate statements...
2022-07-22 Nick GassonMore improvements to external name representation
2022-07-21 Nick GassonFixes for --install command on Windows. Issue #485
2022-07-21 Nick GassonRemove unused variable
2022-07-21 Nick GassonSymbols truncated to 240 characters on Windows. Fixes...
2022-07-21 Nick GassonError with record signal in concatenation. Fixes #484
2022-07-20 Nick GassonAllow type alias as prefix of 'IMAGE. Fixes #482
2022-07-20 Nick GassonRework representation of external names
2022-07-20 Nick GassonSeparate tree kind for string literals
2022-07-20 Nick GassonRemove unused item kinds
2022-07-20 Nick GassonError calling protected subprogram through alias. Fixes...
2022-07-20 Nick GassonMissing call to solve_types for force expression. Fixes...
2022-07-19 Nick GassonNew symbol table implementation
2022-07-19 Nick GassonRemove CLOSELY_RELATED_TCF attribute from std_logic_misc
2022-07-19 Nick GassonFix null array with partially constrained subtype....
2022-07-19 Nick GassonCrash with partially constrained field subtype. Fixes...
2022-07-19 Nick GassonFix release build
2022-07-19 Nick GassonFix crash evaluating array with missing elements. Issue...
2022-07-19 Nick GassonWrong alignment for array of records. Issue #477
2022-07-17 Nick GassonIncorrect total length field in fbuf header
2022-07-17 Nick GassonMinor optimisation to type_eq
2022-07-16 Nick GassonImprove for-generate elaboration
2022-07-16 Nick GassonFix assertion failure during simplification
2022-07-16 Nick GassonFix regression in OpenRIO tests
2022-07-16 Nick GassonMissing length check for aggregates with unconstrained...
2022-07-16 Nick GassonFix regression in UVVM string_methods_pkg
2022-07-16 Nick GassonCode generation refactoring for array constraints
2022-07-15 Nick GassonSimplify code generation for array constraints
2022-07-14 Nick GassonFix bug parsing nested array/record constraint
2022-07-14 Nick GassonImprove handling of 'BASE and 'ELEMENT attributes
2022-07-14 Nick GassonAdd new T_ELEM_CONSTRAINT tree kind for record element...
2022-07-14 Nick GassonUpdate test cases after changes to longest_static_prefix
2022-07-14 Nick GassonCreate FUNDING.yml
2022-07-14 Nick GassonPrevious commit introduced bug in sensitivity list...
2022-07-14 Nick GassonFix bug in longest static prefix calculation
2022-07-13 Nick GassonSpurious error in entity instantiation statement
2022-07-12 Nick GassonFix crash with unconstrained array signal in aggregate
2022-07-12 Nick GassonFix crash with unconstrained record type in port
2022-07-12 Nick GassonFix crash with array of record with unconstrained element
2022-07-11 Nick GassonImplement get_exe_path on macOS
2022-07-11 Nick GassonCheck case statement choices are all the same length
2022-07-11 Nick GassonClickable hyperlinks in diagnostic messages
2022-07-09 Nick GassonGarbage data in initial call to resolution function
2022-07-09 Nick GassonTweak to diagnostic format
2022-07-09 Nick GassonFix code generation failure with constant string in...
2022-07-09 Nick GassonAdd --dest argument to --install
2022-07-09 Nick GassonEnable more regression tests
2022-07-09 Nick GassonAdd --install command to compile third-party libraries
2022-07-09 Nick GassonAllow alias to alias of type
2022-07-09 Nick GassonIncorrect allocator initialisation of record with uncon...
2022-07-08 Nick GassonImprove error message when type cannot be determined...
2022-07-08 Nick GassonBetter error message for invalid field name
2022-07-08 Nick GassonDelete unused fields from item_t
2022-07-08 Nick GassonFix broken line wrapping after 5612215fc6bb
2022-07-07 Nick GassonIncorrect calculation of initial driving/effective...
2022-07-07 Nick GassonElaboration loses default value for unconstrained port
2022-07-06 Nick GassonNew interface for printing identifiers to text_buf_t
2022-07-06 Nick GassonMissing subprogram signature from 'INSTANCE_NAME
2022-07-06 Nick GassonFix crash with alias of record field
2022-07-05 Nick GassonRemove safe_symbol_str
2022-07-05 Nick GassonControl package initialisation explicitly from vcode
2022-07-04 Nick GassonFix invalid LLVM generated for signal assignment
2022-07-04 Nick GassonFix incorrect code generation for aggregate with 2008...
2022-07-04 Nick GassonFix crash deserialising intermediate code
2022-07-03 Nick GassonFix error with multidimensional array aggregate
2022-07-03 Nick GassonOverly strict error about use clause with uninstantiate...
2022-07-03 Nick GassonError when a single type is visible through multiple...
2022-07-03 Nick GassonMore incorrect code generation with nested array/record...
2022-07-03 Nick GassonFix another bug with nested array/record constraints
2022-07-03 Nick GassonCode generation fixes with nested constraints
2022-07-03 Nick GassonFix parsing error with nested array/record constraints
2022-07-03 Nick GassonFix bug checking record aggregate with unconstrained...
2022-07-02 Nick GassonIncorrect sensitivity list for concurrent procedure...
2022-07-02 Nick GassonFix make bootstrap -j
2022-07-01 Nick GassonImprove error message when delta cycle limit reached
2022-07-01 Nick GassonAlways use array metadata where possible
2022-07-01 Nick GassonIncorrect behaviour of FILE_CLOSE on closed file
2022-07-01 Nick GassonFix incorrect error about index range of "others" choice
2022-07-01 Nick GassonFix spurious error with overloaded TO_STRING operator
2022-07-01 Nick GassonFix check for locally static alias
2022-07-01 Nick GassonFix intermittent test_mspace failure
2022-06-30 Nick GassonUse stack pointer from cpu_state struct in mspace_gc
2022-06-30 Nick GassonAllow package instantiations in package body declarativ...
2022-06-30 Nick GassonTry to reduce volume of cascading of errors
2022-06-30 Nick GassonPrevent some cascading errors after invalid declaration
2022-06-30 Nick GassonRefactor CPU register collection into a separate librar...
2022-06-30 Nick GassonImprove error message when no suitable overload for...
2022-06-29 Nick GassonFix crash using 'EVENT on an unconstrained array
2022-06-29 Nick GassonFix another crash with unconstrained array elements...
2022-06-29 Nick GassonFix build with address sanitizer enabled
next