]> git.nickg.me.uk Git - nvc.git/shortlog
nvc.git
2022-08-07 Nick GassonUpdate for 1.7 release r1.7.0
2022-08-07 Nick GassonUse printf %c instead of %C to print characters
2022-08-07 Nick GassonAdd register extraction for AArch64 and armv6 on FreeBSD
2022-08-05 Nick GassonSome constant expressions are not fully folded
2022-08-05 Nick GassonCorrect order of processes/callbacks according to LRM
2022-08-04 Nick GassonAdd NEORV32 to regression tests
2022-08-04 Nick GassonIncorrect calculation of longest static prefix
2022-08-04 Nick GassonStack trace output can show wrong line
2022-08-03 Nick GassonFix crash with 2008-style range choice in aggregate
2022-08-03 Nick GassonCrash with aggregate of record signals
2022-08-03 Nick GassonFix bug with non-static actuals in port map
2022-08-03 Nick GassonBetter handling of label attributes
2022-08-03 BlebowskiImplicit labeling for statements (#498)
2022-08-02 Nick GassonFix build failures on armv7
2022-08-02 Nick GassonReduce the size of object_t nodes in memory
2022-08-02 Nick GassonFix incorrect _nvc_current_delta symbol name
2022-08-02 Nick GassonAdd CURRENT_DELTA_CYCLE to query the current delta...
2022-08-02 Nick GassonMissing condition conversion in conditional waveforms...
2022-08-02 Nick GassonDetect POSIX shell path in configure script. Issue...
2022-07-31 Nick GassonHandle DW_AT_ranges in libdwarf backend
2022-07-31 Nick GassonGarbage output on terminal when links are not supported
2022-07-31 Nick GassonGeneric override for physical and real types
2022-07-31 Nick GassonFix thread.c warnings on release build
2022-07-31 Nick GassonImprove process JIT test
2022-07-31 Nick GassonSimplify type attribute references more eagerly
2022-07-31 Nick GassonAvoid unnecessarily copying ports
2022-07-31 Nick GassonFix elaboration error with for generate
2022-07-31 Nick GassonJIT IR generation for processes
2022-07-30 Nick GassonImprove error message with bad type declarations
2022-07-30 Nick GassonFix issue with 'IMAGE of type in generic package
2022-07-30 Nick GassonGet rid of TREE_F_ELAB_COPY
2022-07-30 Nick GassonFix regression of the FPHDL tests
2022-07-29 Nick GassonImprove handling of constants in generic package instances
2022-07-29 Nick GassonProperly handle link package opcode in jit-irgen. Issue...
2022-07-28 Nick GassonAdd caching for implicit signals
2022-07-28 Nick GassonLowering for 'STABLE and 'QUIET attributes. Issue #495
2022-07-27 Nick GassonCrash with alias of array external name. Fixes #497
2022-07-27 Nick GassonHandle signals in irgen_align_of. Issue #496
2022-07-27 Nick GassonSimplify parsing of type_mark
2022-07-26 Nick GassonDo not emit hyperlinks for missing files
2022-07-26 Nick GassonSupport 'SUBTYPE attribute on record types
2022-07-26 Nick GassonImprove error message when no matching subprogram signature
2022-07-26 Nick GassonError when ambiguity between subprogram and enumeration...
2022-07-26 Nick GassonFix incorrect diagnostic sorting
2022-07-26 Nick GassonImprove debugging for FILE_OPEN failures
2022-07-26 Nick GassonFix misleading FILE_OPEN error message on Windows....
2022-07-25 Nick GassonSimplify concatenations of string literals
2022-07-25 Nick GassonElaboration error with default binding. Fixes #493
2022-07-24 Nick GassonAdd arena_set_root
2022-07-24 Nick GassonUse a hash table for library lookups
2022-07-24 Nick GassonAdd --stderr option to control diagnostic destination...
2022-07-24 Nick GassonAllow reading signals during static elaboration in...
2022-07-24 Nick GassonMake suggestions for typos
2022-07-24 Nick GassonAlso format enumeration literals in lower case
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
next