]> git.nickg.me.uk Git - nvc.git/shortlog
nvc.git
2022-08-07 Nick GassonFile fixups rt-interp
2022-08-07 Nick GassonAdd a configure option to disable LLVM
2022-08-07 Nick GassonFlush, bugs
2022-08-07 Nick GassonFile read/write/endfile
2022-08-07 Nick GassonSome more file functions
2022-08-07 Nick GassonStart moving file io to jit-exits
2022-08-07 Nick GassonFix sched waveform bug
2022-08-07 Nick GassonAssertion hints
2022-08-07 Nick GassonSched event
2022-08-07 Nick GassonInit array signals
2022-08-07 Nick GassonWrite out all vcode for elaborataion
2022-08-07 Nick GassonAdd active/event
2022-08-07 Nick GassonMore runtime exits
2022-08-07 Nick GassonRemove "_reset" suffix from reset function symbols
2022-08-07 Nick GassonApply #8 from GitLab IEEE-P1076/packages
2022-08-07 Nick GassonImport VHDL-2019 STD packages
2022-08-07 Nick GassonAdd a test of reading/writing arrays of records
2022-08-07 Nick GassonRemove the legacy rt/jit.c
2022-08-07 Nick GassonRemove "_reset" suffix from reset function symbols
2022-08-07 Nick GassonAdd more JIT IR generation for signals
2022-08-07 Nick GassonOptimise fbuf decompression
2022-08-07 Nick GassonRemove the unmaintained JSON dumper
2022-08-07 Nick GassonRemove deprecated --disable-opt and --native options
2022-08-07 Nick GassonBump version to 1.8-devel
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...
next