]> git.nickg.me.uk Git - nvc.git/shortlog
nvc.git
2018-01-01 Nick GassonTag version 1.3.1 r1.3.1
2018-01-01 Nick GassonAdd a --with-system-cc configure option. #366
2018-01-01 Nick GassonFix use of clock_gettime on older OS X. Issue #365
2017-12-31 Nick GassonTag version 1.3.0 r1.3.0
2017-12-30 Nick GassonFix cyclic dependency with package signals
2017-12-30 Nick GassonFix calling module reset function twice
2017-12-30 Nick GassonUse ld rather than calling the system compiler on Linux
2017-12-30 Nick GassonDispose of LLVM module earlier if not using JIT
2017-12-30 Nick GassonAvoid duplicate extern signal declaration
2017-12-30 Nick GassonSet code generation level from -O flag
2017-12-30 Nick GassonAlways generate native code if enabled at compile time
2017-12-27 Nick GassonFix incorrect type for bounds of enum subtype. Fixes...
2017-12-27 Nick GassonFix some errors when dumping subtype declarations
2017-12-27 Nick GassonFix crash when procedure and signal have same name...
2017-12-27 Nick GassonFix heuristic for deciding when to use native compilation
2017-12-26 Nick GassonRemove unused ident_array_t
2017-12-26 kraigherFix impure function sem check (#361)
2017-12-26 Nick GassonError if procedure and signal have the same name. Issue...
2017-12-26 Nick GassonAdd a test case for #360
2017-12-26 kraigherFixes drop_tokens_until exit condition (#360)
2017-12-16 Nick GassonAdd a --profile option to dump runtime usage statistics
2017-12-07 Nick GassonFix crash assignling to slice of open port. Fixes #357
2017-12-07 Nick GassonConstant folding for param upref instruction. Fixes...
2017-12-07 Nick GassonImprove error message with wrong return type
2017-11-20 Frank Mori... Added missing comma in check for libdw.
2017-11-07 Nick GassonDisable assertions in runtime kernel by default
2017-11-07 Nick GassonFix regression of signal10 test
2017-11-07 Nick GassonFix regression of issue106 test
2017-11-07 Nick GassonFix handling of qualified expressions with arrays....
2017-11-07 Nick GassonCheck case expression for locally static subtype. Issue...
2017-11-01 Nick GassonImprove bounds derivation for FOR loops
2017-11-01 Nick GassonCompute bounds of division in simple cases
2017-11-01 Nick GassonRemove dead addi instructions
2017-11-01 Nick GassonAdd a test case for optimising the TO_UNSIGNED function
2017-11-01 Nick GassonClean up dead const definitions in vcode_opt
2017-11-01 Nick GassonAdd new "add immediate" vcode operation
2017-11-01 Nick GassonFix array stride calculation for slices. Fixes #351
2017-11-01 Nick GassonFix crash with certain array aggregates. Fixes #354
2017-10-31 Nick GassonConstant folding for bit_vector operations
2017-10-31 Nick GassonFix crash in sem_subtype_locally_static with record...
2017-10-31 Nick GassonFix crash with index constraint on access type
2017-10-31 Nick GassonFix static elaboration check for record subtypes
2017-10-30 Nick GassonRework the way subtype constraints are handled. Fixes...
2017-10-22 Nick GassonFix test_elab on Windows
2017-10-18 Nick GassonFix crash when architecture contains "for others :...
2017-10-18 Nick GassonFix crash with file of constrained array type
2017-10-18 Nick GassonFix use of alias in type conversion
2017-10-10 Nick GassonFix test_hash and test_ident failures on Windows
2017-10-10 Nick GassonImplement timeout in run_regr on Windows
2017-10-08 Nick GassonFix real1 test on Linux
2017-10-08 Nick GassonFix real1.txt expected output file
2017-10-08 Nick GassonMake run_regr work on Windows
2017-10-08 Nick GassonUnit test fixes for Windows
2017-10-08 Nick GassonFix parsing of decimal literals on Windows
2017-10-08 Nick GassonImprovements to unit tests on Windows
2017-10-08 Nick GassonAdd note to HISTORY.md about conditional compilation
2017-09-30 Nick GassonAdd basic support for VHDL-2017 conditional analysis...
2017-09-17 Nick GassonPartially undo LLVM 5.0 changes
2017-09-17 Nick GassonFixes for LLVM 5.0
2017-09-17 Nick GassonBuild fixes for 32-bit Cygwin and MSYS
2017-09-17 Nick GassonUse fork in run_regr on Cygwin
2017-09-17 Nick GassonOnly set DLL storage class on Windows
2017-09-17 Nick GassonWindows fixes after rebase
2017-09-17 Nick GassonMore fixes for native code on Windows
2017-09-17 Nick GassonWorking stack traces on Windows
2017-09-17 Nick GassonFixes for linking native code on Windows
2017-09-17 Nick GassonEnable virtual terminal mode on Windows
2017-09-17 Nick GassonAdd ctrl-C handler for Windows
2017-09-17 Nick GassonFix build when native compilation is disabled
2017-09-17 Nick GassonFixes for Cygwin
2017-09-17 Nick GassonFixes for native code generation on Windows
2017-09-17 Nick GassonFix Linux build
2017-09-17 Nick GassonWindows fixes after rebase
2017-09-17 Nick GassonAdd _alloca for Win32
2017-09-17 Nick GassonMake it work on Win64
2017-09-17 Nick GassonChanges to allow JIT symbol resolution on Windows
2017-09-17 Nick GassonUpdate README.md
2017-09-17 Nick GassonFixes to get ORC working on Msys2
2017-09-17 Nick GassonFix rebase error
2017-09-17 Nick GassonMore configure fixes for MinGW. Issue #306
2017-09-17 Nick GassonEscape LLVM_CONFIG_BINDIR properly. Issue 306
2017-09-17 Nick GassonOpen files with binary mode on Windows. Issue #306
2017-09-17 Nick GassonPut dlfcn configure check back in for mingw32. Issue...
2017-09-17 Nick GassonApply more patches from @girivs. Issue #306
2017-09-17 Nick GassonApply patch from @girivs for issue #306
2017-09-17 Nick GassonTweak to configure check for mingw
2017-09-17 Nick GassonFix Linux build
2017-09-17 Nick GassonStart adding Mingw Windows port
2017-09-17 Nick GassonFix computation of bounds of array slice. Fixes #352
2017-09-17 Nick GassonAdd a very basic VHDL stack trace
2017-09-17 Nick GassonFix Valgrind errors
2017-09-17 Nick GassonFix bug when referencing signals declared in packages
2017-09-17 Nick GassonFix test_elab regression
2017-09-17 Nick GassonDump command now respects top level set earlier
2017-09-17 Nick GassonImprove component mismatch error message a bit
2017-08-29 Nick GassonUpdate README.md for OpenBSD
2017-08-29 Nick GassonChanges to support OpenBSD
2017-08-27 Nick GassonFix errors elaborating Xilinx Aurora example design
2017-08-27 Nick GassonFix crash when compiling ISE libraries. Fixes #350
2017-08-27 Nick GassonFix LLVM version in Travis config
next