]> git.nickg.me.uk Git - nvc.git/shortlog
nvc.git
2023-06-18 Sean Andersonvhpi: Support getting/putting reals
2023-06-18 Sean Andersonvhpi: Support char and string values
2023-06-18 Sean Andersonvhpi: Support SigDecls
2023-06-18 Sean Andersonvhpi: Fix root region being an internal region of itself
2023-06-18 Sean Andersonprint-deps: Fix name for elaborated shared library
2023-06-17 Nick GassonParallel make by default only when explicitly requested...
2023-06-17 Nick GassonFix pointer signedness warning in vhpi9.c
2023-06-17 Nick GassonMerge analyse_vhdl/analyse_verilog into analyse_file
2023-06-17 Nick GassonWrong bounds determination for unconstrained port....
2023-06-17 Nick GassonRework determination of most recently analysed architecture
2023-06-17 Nick GassonRewrite assume_int in terms of folded_int
2023-06-17 Nick GassonAdd test for non-static generic formal name
2023-06-17 Nick GassonMissing error when generic type name appears in actual...
2023-06-17 Nick GassonOnly enable parallel make on recent versions of GNU...
2023-06-17 Nick GassonRemove redundant folded_enum function
2023-06-17 Nick GassonHandle static expressions with deferred constants that...
2023-06-16 Nick GassonBump OSVVM to 2023.05
2023-06-16 Nick GassonEnable make -j by default with GNU Make
2023-06-16 Nick GassonAvoid repeatedly re-evaluating array bounds
2023-06-15 Nick GassonUse wrapped arrays consistently when bounds are non...
2023-06-15 Nick GassonFix incorrect result bounds in lower_narrow
2023-06-15 Nick GassonFix copy/paste typo in 702a234
2023-06-15 Nick GassonFix pointer aliasing warning
2023-06-15 Nick GassonLink with Mold if installed
2023-06-15 Nick GassonRemove redundant lower_array_scalar_sub_elements
2023-06-14 Nick GassonRefactor calculation in lower_array_stride
2023-06-12 Nick GassonMissing bounds checks for record ports with unconstrain...
2023-06-11 Nick GassonError rather than crash with external name in package...
2023-06-11 Sean Andersonvhpi: Add basic float support
2023-06-11 Sean Andersonvhpi: Simplify cast_* functions
2023-06-11 Sean Andersonvhpi: Fix use-after-free when removing callbacks (part 2)
2023-06-11 Sean Andersonvhpi: Check that we have enough space for values
2023-06-11 Sean Andersonvhpi: Fix incorrect range calculation
2023-06-11 Sean Andersonvhpi: Fix NULL-pointer dereference in vhpi_get_by_name
2023-06-09 Nick GassonAdd -f analysis option to analyse a list of files
2023-06-06 Nick GassonAdd selected signal and variable assignments
2023-06-06 Nick GassonImplement "ordering on any scalar array type" VHDL...
2023-06-06 Nick GassonSet relaxed mode when running JIT benchmarks
2023-06-05 Brian PadalinoAdding VHDL-2019 to OSVVM installation. (#622)
2023-06-05 Nick GassonFix visibility bug with VHDL-2019 interface lists....
2023-06-05 Nick GassonOptimise memory allocation for access-to-array
2023-06-04 Nick GassonUpdate THANKS.md
2023-06-04 Nick GassonAdd a --no-collapse option to inhibit port collapsing...
2023-06-04 Nick GassonAdd a textio WRITE benchmark
2023-06-04 Sean Andersonvhpi: Add support for getting/putting IndexedNames
2023-06-04 Sean Andersonvhpi: Fix vhpi_get_value with EnumVecVal format
2023-06-04 Sean Andersonvhpi: Trace the object name in more cases
2023-06-04 Sean Andersonvhpi: Support BaseIndex
2023-06-04 Sean Andersonvhpi: Support staticness
2023-06-04 Sean Andersonvhpi: Add support for IndexedNames
2023-06-04 Sean Andersonvhpi: Rework size calculation
2023-06-04 Sean Andersonvhpi: Support NumDimensions
2023-06-04 Sean Andersonvhpi: Support LeftBound and RightBound
2023-06-04 Sean Andersonvhpi: Support IsUnconstrained
2023-06-04 Sean Andersonvhpi: Support constraints
2023-06-04 Sean Andersonvhpi: Support ElemType
2023-06-04 Sean Andersonvhpi: Add support for subtypes
2023-06-04 Sean Andersonvhpi: Pass type directly to init_typeDecl
2023-06-04 Sean Andersonvhpi: Support iterators in vhpi_handle_by_index
2023-06-04 Sean Andersonvhpi: Support single-element iterators
2023-06-04 Sean Andersonvhpi: Move iterator initialization to init_iterator
2023-06-04 Sean Andersonvhpi: Don't scan non-iterators
2023-06-04 Sean Andersonvhpi: Move BaseType to c_typeDecl
2023-06-04 Sean Andersonvhpi: Extend is_typeDecl to work on all typeDecls
2023-06-04 Nick GassonFix GMT offset calculation in GMTIME
2023-06-04 Nick GassonMake sure $GALLOC opcode never returns a null pointer
2023-06-04 Nick GassonSimplify logic in lower_incomplete_access
2023-06-04 Nick GassonChange default exit severity to FAILURE
2023-06-03 Nick GassonImplement remaining VHDL-2019 date/time functions
2023-06-03 Nick GassonReturn a non-empty string for TOOL_EDITION
2023-06-03 Nick GassonAvoid crash when exiting concurrently with LLVM code...
2023-06-03 Nick GassonOptimise predefined attribute parsing
2023-06-02 Nick GassonAttribute 'ASCENDING has a dimension parameter
2023-06-02 Nick GassonImplement 'INDEX attribute from VHDL-2019 (LCS-2016...
2023-06-02 Nick GassonSkip unnecessary static bounds check during elaboration...
2023-06-01 Nick GassonAdd support for 'designated_subtype attribute (LCS2016_...
2023-06-01 Nick GassonAdd more tests for VHDL AST dumper
2023-06-01 Nick GassonCreate FST aliases for collapsed signals. Issue #704
2023-05-31 Nick GassonStart adding a unit test for dumper
2023-05-31 Nick GassonRework representation of VHDL-2008 element constraints
2023-05-29 Nick GassonImprove test case for issue #705
2023-05-29 Nick GassonAdd support for matching select? statements. Fixes...
2023-05-29 Nick GassonAdd support for array mode view indication
2023-05-29 Nick GassonAdd support for inout in mode view indication
2023-05-29 Nick GassonSimplify handling of 'CONVERSE attribute
2023-05-29 Nick GassonAdd vhdl-extras to regression tests
2023-05-29 Nick GassonAdjust GTKW save file format. Issue #703
2023-05-29 Nick GassonThe GETENV function should also return conditional...
2023-05-28 Nick GassonMore efficient handling of ANSI escapes in diagnostics
2023-05-28 Nick GassonFix typos introduced by earlier commit
2023-05-28 Nick GassonAllow VHDL-2008 rules for static expressions in relaxed...
2023-05-28 Nick GassonHandle aliases of operators
2023-05-28 Nick GassonPrevent some cases of cascading errors
2023-05-28 Nick GassonDo not translate ANSI escapes to UTF-8
2023-05-26 Nick GassonHandle leading NUL characters in report message. Fixes...
2023-05-26 Nick GassonRework handling of VHDL-2008 nested constraints. Fixes...
2023-05-24 Nick GassonImprove checking for mode view indication
2023-05-24 Nick GassonInitial elaboration support for interfaces
2023-05-23 Nick GassonImprove checking for interfaces
2023-05-22 Nick GassonAdd a performance test for unsigned "+"
next