]> git.nickg.me.uk Git - nvc.git/shortlog
nvc.git
2023-01-23 Nick GassonBump for 1.8.1 r1.8.1
2023-01-23 Nick GassonFST writer does not flush valpos_mem on Windows. Issue...
2023-01-22 Nick GassonMissing thirdparty/str-two-way.h from distribution...
2023-01-22 Nick GassonBetter warning fix for unused result in print_fatal_sig...
2023-01-22 Nick GassonUpdates for 1.8 release r1.8.0
2023-01-22 Nick GassonUpdate THANKS.md
2023-01-22 Nick GassonReplace --make with --print-deps
2023-01-22 BlebowskiOption not to report covered, uncovered or excluded...
2023-01-20 Nick GassonMissing predefined exponentiation operator for universa...
2023-01-20 BlebowskiCoverage exclude support (#588)
2023-01-18 Nick GassonFix build warnings on Ubuntu and Windows. Fixes #594
2023-01-18 Nick GassonValues not propagated through port map aggregate actual...
2023-01-16 Nick GassonFix crash with aggregate containing concatenated arrays...
2023-01-16 Nick GassonBuffer too small for printing TIME'LOW. Fixes #590
2023-01-16 Nick GassonFix mangling of protected type arguments. Issue #589
2023-01-16 Nick GassonGet rid of last users of rt_alloc_stack
2023-01-16 Nick GassonUse tagged pointers instead of structs for simulation...
2023-01-15 Nick GassonAdd stubs for multi-threaded runtime
2023-01-15 Nick GassonImport getline from Gnulib
2023-01-15 Nick GassonAvoid use of global state in mspace_suspend_cb
2023-01-15 Nick GassonMake mspace_gc thread-safe
2023-01-15 Nick GassonAdd functions for suspending and resuming all threads
2023-01-15 Nick GassonFix access8 test failure when using JIT code generator
2023-01-11 Nick GassonImplement coverage ops in JIT
2023-01-11 Nick GassonJIT logical operators are always bitwise
2023-01-09 Nick GassonAllow + as coverage type separator in testlist.txt
2023-01-08 Nick GassonRewrite Windows stack trace code using RtlVirtualUnwind
2023-01-08 Nick GassonVarious fixes for cross-compiling for Windows on Linux
2023-01-08 Nick GassonFix handling of callee saved registers on Windows
2023-01-08 BlebowskiAdd expression coverage on std_logic logic ops (#584)
2023-01-08 BlebowskiReplace ignore-mems coverage option with include-mems...
2023-01-07 Nick GassonWrite Linux perf map for JIT code
2023-01-07 Nick GassonRename src/opt.c to src/option.c
2023-01-07 Nick GassonImplement XOR operator in X86 backend
2023-01-07 Nick GassonFix crash storing XMM result register
2023-01-07 Nick GassonImplement $FEXP in x86 backend
2023-01-07 Nick GassonImplement float/integer conversions in x86 backend
2023-01-07 Nick GassonOptimised updates for simple drivers
2023-01-07 Nick GassonAdd relocation system for AOT compiled code
2023-01-06 Nick GassonImprove work queue scalability
2023-01-02 Nick GassonMake DWARF debug info optional in LLVM JIT backend
2023-01-02 Nick GassonUse new LLVM pass manager API with LLVM 13.0 and later
2023-01-01 Nick GassonImplement more floating point operations in the X86...
2023-01-01 Nick GassonImplement FADD and FMUL in x86 backend
2023-01-01 Nick GassonStore variable names with offsets
2023-01-01 Nick GassonUse all available memory in the code cache
2023-01-01 Nick GassonOptimise $EXP to $SHL for powers-of-2
2022-12-31 Nick GassonElaboration support for case generate. Issue #585
2022-12-31 Nick GassonAllocate from TLAB in x86 JIT
2022-12-31 Nick GassonUse $CASE opcode to implement process jump table
2022-12-31 Nick GassonImplement $EXP opcode in x86 backend
2022-12-31 Nick GassonEmit x86 epilogue code only once
2022-12-31 Nick GassonImplement $CASE opcode in x86 backend
2022-12-31 Nick GassonProper allocator for JIT code buffers
2022-12-31 Nick GassonStore result of $GETPRIV macro
2022-12-30 Nick GassonFix broken stack trace when multiple threads crash...
2022-12-30 Nick GassonFix race in jit_fill_irbuf
2022-12-28 Nick GassonChecking and simplification for case generate. Issue...
2022-12-28 Nick GassonFix crash in steal_task
2022-12-28 Nick GassonRefactor representation of case statement alternatives
2022-12-27 Nick GassonFix x86 load from constant pool
2022-12-27 Nick GassonImplement $GALLOC in x86 backend
2022-12-27 Nick GassonAsynchronous JIT code generation
2022-12-27 Nick GassonImplement $FFICALL in x86 backend
2022-12-27 Nick GassonImplement $PUTPRIV and fix branch distance calculation
2022-12-27 Nick GassonImplement CLAMP and CNEG in x86 backend
2022-12-27 Nick GassonDelete NOPs after JIT optimisation
2022-12-27 Nick GassonAdd a very simple dead code elimination pass
2022-12-27 Nick GassonSimple copy propagation optimisation
2022-12-26 Nick GassonAdd AVX2 Adler32 checksum implementation
2022-12-26 Nick GassonNew mechanism to serialise JIT bytecode
2022-12-25 Nick GassonImplement AND/OR/NOT opcodes in x86 backend
2022-12-24 Nick GassonImplement $LALLOC in x86 backend
2022-12-24 Nick GassonFix outgoing stack alignment
2022-12-24 Nick GassonImplement CSEL and LEA in x86 backend
2022-12-24 Nick GassonFix LLVM verification errors without opaque pointers
2022-12-24 Nick GassonImplement get_exe_path on FreeBSD
2022-12-24 Nick GassonFix handling of large immediate values
2022-12-24 Nick GassonImplement SHL and ASR in x86 backend
2022-12-24 Nick GassonImplement $COPY and $BZERO in x86 backend
2022-12-24 Nick GassonImplement LOAD/STORE in x86 backend
2022-12-23 Nick GassonFix restoring RBX in return sequence
2022-12-23 Nick GassonAvoid clobbering saved RBX with frame anchor
2022-12-23 Nick GassonTemporary workaround for test failures on Ubuntu 20.04
2022-12-22 Nick GassonFix bug in LLVM translation of CNEG
2022-12-22 Nick GassonBuild frame anchor in X86 JIT backend
2022-12-21 Nick GassonFix crash in waveform dump with unconstrained record...
2022-12-21 Nick GassonFix bug in case generate parsing
2022-12-19 Nick GassonParsing for case generate statement. Issue #585
2022-12-19 Nick GassonAdd CLAMP and CNEG operations to JIT IR
2022-12-19 Nick GassonAvoid redundant comparisons against range direction
2022-12-18 Nick GassonX86 translation for division and multiplication operators
2022-12-18 Nick GassonAdd a JIT backend for x86
2022-12-18 Nick GassonAdd a benchmark of std_logic_arith
2022-12-18 Nick GassonRename ASL opcode to SHL and fix LLVM generation
2022-12-18 Nick GassonAvoid generating LLVM phi instruction if block has...
2022-12-18 Nick GassonFix incorrect types in LLVM phi instruction
2022-12-18 BlebowskiExpression coverage (#578)
2022-12-16 Nick GassonImprove subprogram overload resolution with named argum...
2022-12-16 Nick GassonOptimise work queue stealing
next