]> git.nickg.me.uk Git - nvc.git/shortlog
nvc.git
2017-05-05 Nick GassonRelease stable version 1.2.1 v1.2-branch github/v1.2-branch sr.ht/v1.2-branch r1.2.1
2017-05-05 Nick GassonFix crash building IEEE library from non-clean tree...
2017-05-04 Nick GassonUpdate required LLVM version in README.md
2017-05-04 Nick GassonUpdate stable version number in README.md
2017-05-04 Nick GassonRelease stable version 1.2 r1.2.0
2017-05-04 Nick GassonFix constant folding for integer exponentiation. Fixes...
2017-05-04 Nick GassonRemove support for LLVM versions older than 3.4
2017-05-04 Nick GassonFix indentation in ax_llvm_c.m4
2017-05-04 Nick GassonFix bug looking up library name for a function with...
2017-05-03 Nick GassonAllow folding of functions returning records. Fixes...
2017-05-03 Nick GassonAdd test case for issue #315
2017-05-03 Nick GassonFix crash when actual for parameter with signal class...
2017-04-15 Alain Péteutuse github instead of gna! for vital libs download...
2017-03-25 Nick GassonMark the TCL shell as deprecated. Issue #271
2017-03-25 Nick GassonRemove redundant simplification code
2017-03-25 Nick GassonFix regression of ieee5 test case
2017-03-25 Nick GassonForeign procedures never wait
2017-03-25 Nick GassonFix and simplify eval_possible function
2017-03-25 Nick GassonLower architecture function bodies only where necessary
2017-03-19 Nick GassonOnly call lower_unit on packages and package bodies...
2017-03-19 Nick GassonStop lowering architectures early as this causes problems
2017-03-16 Nick GassonFix also in case where function has default arguments
2017-03-16 Nick GassonFix attribute reference where prefix is zero argument...
2017-03-07 Nick GassonUpdate for new LLVM attribute API. Fixes #313
2017-02-04 Nick GassonIgnore configuration units when lowering
2017-02-04 Nick GassonIgnore specifications when lowering
2017-02-04 Nick GassonFix setting of guarded flag on concurrent assignments
2017-02-04 Nick GassonMake package qualified enumeration and physical literal...
2017-01-20 Nick GassonApply textio patch from @ikwzm. Fixes #308
2017-01-15 Nick GassonFix data corruption copying overlapping regions. Fixes...
2017-01-08 Nick GassonFix error constant folding absolute value. Fixes #307
2017-01-08 Nick GassonUse LLVMLinkModules2 where available. Fixes issue #310
2017-01-02 Nick GassonAdd test case for issue #307
2017-01-02 Nick GassonCompile the "fold" and "simplify" passes into a signal...
2016-12-29 Nick GassonSimplify Global makefile rule
2016-12-29 Nick GassonAdd make file rules for GNU Global tags
2016-12-29 Nick GassonFix build with LLVM version prior to 3.5
2016-12-29 Nick GassonRemove some useless configure checks
2016-12-29 Nick GassonMark some global constants as unnamed_addr
2016-12-29 Nick GassonFactor out some common calls to GEP in cgen
2016-12-29 Nick GassonRemove object indexes and the *_read_recover functions
2016-12-29 Nick GassonCompletely remove vcode bookmarks
2016-12-29 Nick GassonStop using type indexes to generate unique record names
2016-12-29 Nick GassonStop using bookmarks for bounds checking operations
2016-12-29 Nick GassonSet initial operator no longer uses bookmark
2016-12-29 Nick GassonDivision and null check operators no longer use bookmarks
2016-12-29 Nick GassonAsserts and reports no longer use vcode bookmark
2016-12-29 Nick GassonRewrite value attribute implementation to use image...
2016-12-29 Nick GassonUse an ident to represent file names in locations
2016-12-29 Nick GassonAdd vcode debug info operation to store location
2016-12-29 Nick GassonImplement image maps in vcode evaluation
2016-12-29 Nick GassonStart code generation for image map operation
2016-12-29 Nick GassonNew vcode image maps for implementing 'IMAGE and 'VALUE
2016-12-27 Nick GassonAllow record aggregates to be constant folded. Fixes...
2016-12-24 Nick GassonFix crash referencing record port. Fixes #304
2016-12-20 Nick GassonFix crash referencing port in procedure. Fixes #303
2016-11-27 Nick GassonAdd configure check for __attribute__((returns_nonnull))
2016-11-27 Nick GassonUse returns_nonnull annotation on some utility functions
2016-11-27 Nick GassonWrapper function xstrdup checks for memory exhaustion
2016-11-21 Nick GassonFix crash when lower architecture bodies
2016-11-21 Nick GassonFix crash passing signal alias to procedure
2016-11-09 Nick GassonFix crash compiling Altera libraries
2016-11-06 Nick GassonAdd Travis integration
2016-11-05 Nick GassonUpdate readme and history file
2016-11-05 Nick GassonRewrite the complile time evaluator to use vcode
2016-11-05 Nick GassonThe llvm.expect.i1 intrinsic breaks optimisation sometimes
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)
next