]> git.nickg.me.uk Git - nvc.git/shortlog
nvc.git
2022-09-20 Nick GassonAllow selected name with unconstrained type in port...
2022-09-19 Nick GassonUse UVVM component_list.txt in install-uvvm.sh. Fixes...
2022-09-19 Nick GassonHandle partial association of subprogram signal paramet...
2022-09-19 Nick GassonImprove error message when assigning to input parameter
2022-09-19 Nick GassonHandle partial array associations in subprogram calls
2022-09-19 Nick GassonHandle procedure call with aggregate out parameter...
2022-09-19 Nick GassonFix uwtable handling with LLVM 15.0
2022-09-19 Nick GassonFix register array name for FreeBSD/arm. Issue #534
2022-09-19 Nick GassonFix overload resolution with partial named arguments...
2022-09-18 Nick GassonFix passing signals to JIT compiled subprograms
2022-09-18 Nick GassonLLVM translation of more JIT opcodes
2022-09-18 Nick GassonGenerate LLVM basic blocks from CFG
2022-09-18 Nick GassonConstruct control flow graph
2022-09-18 Nick GassonOptimise flags usage
2022-09-18 Nick GassonRework how comparisons/jumps work in JIT IR
2022-09-16 Nick GassonLLVM IR generation for some JIT opcodes
2022-09-16 Nick GassonSkeleton for LLVM-based JIT backend
2022-09-15 Nick GassonFix build with LLVM 15
2022-09-15 Nick GassonAdd a simple benchmarking utility
2022-09-14 Nick GassonTemporarily skip Windows tests in GitHub Actions
2022-09-14 Nick GassonUnify error handling between interpreter and native...
2022-09-12 Nick GassonAllow re-registering global event callback
2022-09-12 Nick GassonFix bug where multiple nvc_lock_t hash to the same...
2022-09-11 Nick GassonSignal indexes with non-power-of-2 alignment
2022-09-11 Nick GassonOptimise memory management for waveforms
2022-09-11 Nick GassonMinor optimisation to avoid iterating in split_nexus
2022-09-11 Nick GassonUse a flat lookup table for signal indexes
2022-09-10 Nick GassonImprove error message for unconstrained element type
2022-09-10 Nick GassonDo not longjmp out of model_run
2022-09-08 Nick GassonAdd --gtkw option to write GtkWave save file. Issue...
2022-09-08 Nick GassonWrap waveform dumper state in a new wave_dumper_t
2022-09-08 Nick GassonReplace some uses of deprecate LLVMBuildStructGEP
2022-09-04 Nick GassonImplement DIR_ITEM* functions from STD.ENV
2022-09-04 Nick GassonUse static_alloc to allocate rt_net_t
2022-09-03 Nick GassonAdd a separate free list for waveforms
2022-09-03 Nick GassonAccidentally disabled LTO
2022-09-02 Nick GassonAlign rt_source_t and rt_nexus_t on cacheline boundary
2022-09-02 Nick GassonCreate private mapping in nvc_mmap
2022-09-02 Nick GassonInvalid rewriting of package generic map. Fixes #520
2022-09-01 Nick GassonRefactor rtkern.c into a new model object
2022-09-01 Nick GassonRemove accidentally committed debug dump
2022-08-31 Nick GassonSync NEWS.md from 1.7 branch
2022-08-29 Nick GassonDetect duplicate choices in array case statement. Issue...
2022-08-29 Nick GassonHandle alias in case expression
2022-08-26 Nick GassonHandle side effects in pulse reject interval expression...
2022-08-25 Nick GassonUpdate Quartus install script
2022-08-25 Nick GassonDumping for real value signals. Issue #524
2022-08-24 Nick GassonFix crash parsing string literal with enumeration subty...
2022-08-24 Nick GassonInclude Git commit hash in --version output
2022-08-24 Nick GassonAdd Quartus install script
2022-08-24 Nick GassonError with "use work.all" when work library is not...
2022-08-24 Nick GassonFix crash with constrained array declared in entity
2022-08-24 Nick GassonLLVMBasicBlockRef shared by multiple contexts. Fixes...
2022-08-23 Nick GassonTemporary workaround for issue #506
2022-08-23 Nick GassonFix bug simplifying case statements with range choices
2022-08-23 Nick GassonPrefix for debug messages should be "debug". Fixes...
2022-08-23 Nick GassonAvoid evaluating generic map expressions multiple times
2022-08-21 Nick GassonStart replacing some deprecated LLVM functions
2022-08-21 Nick GassonBump minimum LLVM version to 8.0
2022-08-20 Nick GassonOnly check file modification time once
2022-08-20 Nick GassonAdd opcodes for scalar to string conversion
2022-08-20 Nick GassonDedicated vcode opcodes for string conversions
2022-08-20 Nick GassonIncorrect behaviour of resolution functions with nested...
2022-08-20 Nick GassonAvoid unnecessary copy on output of resolution function
2022-08-20 Nick GassonFix build with old versions of Glibc
2022-08-19 Nick GassonIncorrect code generation with array type declared...
2022-08-19 Nick GassonAlways build VITAL on Windows
2022-08-19 Nick GassonUpdate Vivado compile script to use new --install framework
2022-08-19 Nick GassonImplement working directory functions from VHDL-2019
2022-08-18 Nick GassonExternal names with record signals. Fixes #520
2022-08-17 Nick GassonBug in simplification of wait until statement with...
2022-08-17 Nick GassonFix crash with expressions like X'DELAYED'STABLE. Issue...
2022-08-17 Nick GassonIncrease default delta cycle limit to 10000. Issue...
2022-08-16 Nick GassonCrash with type conversion in generic map. Fixes #518
2022-08-16 Nick GassonFix regression of ctrl-C interrupt handling
2022-08-16 Nick GassonFix crash after out-of-memory. Issue #515
2022-08-16 Nick GassonImprove dumping for qualified expressions
2022-08-16 Nick GassonBasic support for partial record association in paramet...
2022-08-15 Nick GassonRefactor subprogram call argument checking
2022-08-15 Nick GassonMove some STD.STANDARD functions to a separate file
2022-08-15 Nick GassonFix memory leak when forcing signals
2022-08-14 Nick GassonImprove folding of for-generate expressions. Issue...
2022-08-13 Nick GassonMove some runtime error handlers to src/jit
2022-08-13 Nick GassonMove some generic runtime helpers to src/jit
2022-08-13 Nick GassonFix crash reading resolved value of record signal....
2022-08-12 Nick GassonImplement STD.ENV.GMTIME
2022-08-12 Nick GassonAdd support for else and elsif in generate statements...
2022-08-12 Nick GassonRefactoring before adding else-generate
2022-08-12 Nick GassonMissing dependency of IEEE.STD_LOGIC_MISC on SYNOPSYS...
2022-08-12 Nick GassonLowering for 'ELEMENT attribute. Fixes #508
2022-08-11 Nick GassonAdd --no-save option to not persist elaborated design...
2022-08-11 Nick GassonFix crash with recursive entity instantiation. Issue...
2022-08-11 Nick GassonRegenerate dependencies for STD.ENV
2022-08-11 Nick GassonRefactor lower_context_for_call. Issue #502
2022-08-10 pkubajFix off by one for FreeBSD/powerpc* (#504)
2022-08-10 Nick GassonImplement fill_cpu_state for FreeBSD/i386. Issue #501
2022-08-10 Nick GassonImplement EPOCH and LOCALTIME
2022-08-10 pkubajAdd support for FreeBSD/powerpc* (#503)
2022-08-08 Nick GassonImplement some more miscellaneous STD.ENV functions
2022-08-08 Nick GassonImplement GETENV function
next