]> git.nickg.me.uk Git - nvc.git/shortlog
nvc.git
2016-11-05 Nick GassonRelease stable version 1.1 r1.1.0
2016-11-05 Nick GassonFix parsing of ASCII special characters
2016-10-28 Nick GassonAttempt to fix run_regr problems on OS X
2016-10-25 Nick GassonUpdate instructions for OS X install
2016-10-24 The Gitter... Add Gitter badge (#302)
2016-10-24 mercstashAdding support for quotation-mark in string literals...
2016-10-24 Nick GassonSplit "resume" operation into nested and non-nested...
2016-10-24 mercstashBetter handling of Based Literals with exclusive '...
2016-10-18 mercstashHandling empty Bit String and no underscore in first...
2016-10-17 mercstashAbstract literals (#298)
2016-10-12 Nick GassonUse HTTPS URL for IEEE sources. Issue #295
2016-10-12 Robert Günzleradd shasums to fetch-ieee.sh (#295) (#296)
2016-10-06 Nick GassonDuplicate history entry
2016-10-06 Nick GassonUpdate HISTORY.md
2016-10-06 Nick GassonRemove redundant optimisation passes
2016-10-06 Nick GassonCouple of test fixes
2016-10-06 Alain Péteutfix vhdl-2008 support
2016-10-02 Nick GassonImproved stack traces on Linux with libdw
2016-07-30 Nick GassonReplace some more ad-hoc attributes with flags
2016-07-29 Nick GassonReplace elide_bounds attribute with a tree flag
2016-07-29 Nick GassonUse flags rather than attributes to store unconstrained...
2016-07-29 Nick GassonAdd new flags tree field to replace ad-hoc attributes
2016-07-26 robinFix bug wrong variable (#292)
2016-07-24 Nick GassonUpdate for building Xilinx CoreLib #154
2016-07-24 Nick GassonFix using capital letters in based literal
2016-07-21 Nick GassonLowering for concatenation in case statement choice...
2016-07-17 Nick GassonLowering for array slices in case choices. Issue #106
2016-07-17 Nick GassonOption --relax=locally-static now applies in more conte...
2016-07-17 Nick GassonRewrite the run_regr program in C
2016-07-16 Nick GassonRename --relax=generic-static to --relax=locally-static...
2016-07-16 Nick GassonImprovements to VHPI tracing
2016-07-16 Nick GassonAdd --list command to print all units in a library
2016-07-16 Nick GassonUpdate HISTORY.md
2016-06-12 Mikefix typo in test-list (#291)
2016-06-10 Nick GassonFix unnecessary calls to _vec_load
2016-06-09 Nick GassonFix concurrent procedure call sensitivity list generation
2016-06-08 Nick GassonFix Ruby Object#timeout deprecation warning
2016-06-08 Nick GassonAdd missing vhpi3.vhd
2016-06-08 KIMURA MasaruUse correct NVC_CYG_LIB. (#290)
2016-06-07 Nick GassonFew more fixes for cocotb. Issue #64
2016-06-07 Nick GassonImplement vhpi_get_phys. Issue #64
2016-05-14 Nick GassonUpdate HISTORY.md
2016-05-12 Nick GassonFix segfault in memcpy introduced by earlier commit
2016-05-12 Nick GassonFix Valgrind warning
2016-05-12 Nick GassonFix another bug with arrays of records
2016-05-11 Nick GassonFix bug where process could be erroneously woken multip...
2016-05-11 Nick GassonAllow postponed concurrent assertion statements
2016-05-06 Nick GassonFix bug record signal corruption bug
2016-05-04 Nick GassonFix additional bug with functions in entity declaration
2016-05-04 Nick GassonFix subprograms in entity declarations not elaborated
2016-05-04 Nick GassonAllow dumping vcode for a single process
2016-05-03 Nick GassonFix bug grouping arrays of records
2016-05-03 Nick GassonRewrite the grouping code to optimise more cases
2016-05-02 Nick GassonFactor out some of the group context initialisation
2016-05-02 Nick GassonOptimise net grouping algorithm using look-up table
2016-05-02 Nick GassonFix bug with grouping nets in nested records
2016-05-02 Nick GassonInclude groups in --dump output
2016-05-02 Nick GassonFix crash in make_default_value
2016-05-01 Nick GassonAdd missing tools/Makemodule.am
2016-05-01 Nick GassonHistory formatting
2016-05-01 Nick GassonAdd HISTORY.md
2016-05-01 Nick GassonMore README formatting
2016-05-01 Nick GassonREADME.md updates #289
2016-05-01 Nick GassonDistribution fixes
2016-05-01 Nick GassonMore efficient grouping for record and multi-dimensiona...
2016-04-30 Nick GassonRevert "use travis"
2016-04-30 Nick GassonTemporary workaround for issue #250
2016-04-30 Nick GassonMerge pull request #288 from peteut/master
2016-04-24 Alain Péteutuse travis
2016-04-23 Alain Péteutsimplify patterns
2016-04-14 Nick GassonMerge pull request #287 from peteut/master
2016-04-14 Alain Péteutadd implicit dereference of record types
2016-04-08 Alain PéteutAdd access types for records test
2016-04-04 Nick GassonFormal names should be locally rather than globally...
2016-04-02 Nick GassonFix erroneous error from implicitly generated "reject...
2016-03-21 Nick GassonMerge pull request #285 from mitchsm/master
2016-03-20 mitchsmallow file in package body. fixes issue 284
2016-03-16 Nick GassonMerge pull request #282 from hiyuh/cpids
2016-03-16 KIMURA MasaruFix for issue #280.
2016-03-16 Nick GassonMerge pull request #281 from hiyuh/iso-c-zsa
2016-03-16 KIMURA MasaruFix for issue #279.
2016-03-16 Nick GassonMerge pull request #278 from hiyuh/iso-c-array
2016-03-16 Nick GassonMerge pull request #277 from hiyuh/ieee-typo
2016-03-16 KIMURA MasaruFix for following warnings.
2016-03-16 KIMURA MasaruFix a typo.
2016-02-17 Nick GassonEarlier bounds checking during elaboration. Fixes #251
2016-01-31 Nick GassonFix work library visibility bug. Fixes #276
2016-01-29 Nick GassonAdd --syntax option to check file syntax only. Fixes...
2016-01-10 Nick GassonDo not generate duplicate code for case statement alter...
2016-01-03 Nick GassonImplement a few more VHPI properties and functions...
2015-12-16 Nick GassonFix LLVM link error with use clause in block or generat...
2015-12-09 Nick GassonRemove dead code in sem_check_ref
2015-12-09 Nick GassonChange `lib_find` to take an interned string argument
2015-12-07 Nick GassonMerge pull request #275 from mitchsm/add-vivado-script
2015-12-07 Michael Mitcheneradd unifast library
2015-12-07 Michael Mitchenerrename existing xilinx-ise script; update README.md
2015-12-07 Michael Mitchenerfix occurrence of "ISE" in new script
2015-12-07 Michael Mitcheneradd script to compile unisim and unimacro libraries...
2015-12-06 Nick GassonMerge pull request #274 from mitchsm/check-ascending...
2015-12-06 Michael Mitcheneradd check that signal assignments occur in ascending...
next