]> git.nickg.me.uk Git - nvc.git/shortlog
nvc.git
2021-12-04 Nick GassonFloating point stuff bcode
2021-12-04 Nick GassonAdd contexts
2021-12-04 Nick GassonWIP
2021-12-04 Nick GassonSome more WIP
2021-12-03 Nick GassonAdd link interface
2021-12-03 Nick GassonCertain opcodes can take immediate operands
2021-12-03 Nick GassonArray operations
2021-12-03 Nick GassonAdd a few more ops
2021-12-03 Nick GassonAdd load/store
2021-12-03 Nick GassonBranch improvements
2021-12-03 Nick GassonMore bcode testing
2021-12-03 Nick GassonNew bcode interface
2021-12-03 Nick GassonInterleaved bcode disassembly
2021-12-03 Nick GassonAdd RT_REPORT
2021-12-03 Nick GassonLowering cmp/assert
2021-12-03 Nick GassonBcode interpreter
2021-12-03 Nick GassonMany bcode improvements
2021-12-03 Nick GassonStart of bcode experiment
2021-12-03 Nick GassonUse object arena to keep track of dependencies
2021-11-28 Nick GassonRemove VCODE_OP_IMAGE and image maps
2021-11-28 Nick GassonUse image helper function for TO_STRING
2021-11-28 Nick GassonRemove dedicated vcode opcode for 'VALUE
2021-11-28 Nick GassonLower 'VALUE attribute directly in vcode
2021-11-28 Nick GassonLower physical/enum 'IMAGE directly in vcode
2021-11-28 Nick GassonUse vcode variables to store procedure arguments
2021-11-27 Nick GassonRemove param upref vcode op
2021-11-21 Nick GassonHandle "others" binding in configuration
2021-11-21 Nick GassonFix crash with open binding
2021-11-21 Nick GassonClean up protected objects in subprograms
2021-11-21 Nick GassonImprove checking of function result type
2021-11-21 Nick GassonRemove legacy tree attributes
2021-11-21 Nick GassonRemove use of protected field attribute
2021-11-21 Nick GassonUse const rep in more situations
2021-11-21 Nick GassonOptimise constant array with repeated element
2021-11-21 Nick GassonAvoid copying constant data in some cases
2021-11-21 Nick GassonNew approach to lowering protected types
2021-11-20 Nick GassonRemove use of impure I/O attribute
2021-11-20 Nick GassonRemove use of wait level attribute
2021-11-20 Nick GassonRemove use of nest depth attribute
2021-11-20 Nick GassonRemove nested fcall/pcall vcode ops
2021-11-20 Nick GassonRemove "is_report" attribute for report statements
2021-11-20 Nick GassonStop using attributes for elab copy flag
2021-11-20 Nick GassonSupport generic bindings in specifications
2021-11-20 Nick GassonColour different arenas when dumping addresses
2021-11-20 Nick GassonRewrite work alias when simplifying use clause
2021-11-16 Nick GassonFix issue with signal width defined by package constant
2021-11-16 Nick GassonFix handling of iofiles in run_vests.rb
2021-11-16 Nick GassonAdd another file I/O test
2021-11-14 Nick GassonFix binding of "all" block configuration
2021-11-14 Nick GassonFix eopt error when vcode not loaded
2021-11-14 Nick GassonSupport nested block configuration
2021-11-14 Nick GassonAdd another configuration test
2021-11-14 Nick GassonElaboration of configurations. Issue #372
2021-11-14 Nick GassonMove FFI code for conversion functions to a separate...
2021-11-14 Nick GassonHandle case where component port order does not match...
2021-11-13 Nick GassonUpdate README.md
2021-11-13 Nick GassonFix address sanitizer error
2021-11-13 Nick GassonMove conversion function closure out of rt_source_t
2021-11-13 Nick GassonFix 'EVENT and 'ACTIVE with inout ports
2021-11-13 Nick GassonFix behaviour of inout ports
2021-11-13 Nick GassonAvoid repeated driver updates
2021-11-13 Nick GassonFix misleading trace message
2021-11-13 Nick GassonMicro optimisation to _sched_waveform
2021-11-13 Nick GassonNo need to call rt_update_inputs from rt_update_driver
2021-11-13 Nick GassonAvoid searching for source in rt_update_driver
2021-11-13 Nick GassonSkip input update for rank zero
2021-11-13 Nick GassonEager nexus update
2021-11-13 Nick GassonUse heap for nexuses with rank greater than zero
2021-11-13 Nick GassonInline heap_size
2021-11-13 Nick GassonCollapse ports in more cases
2021-11-13 Nick GassonOptimise 'ACTIVE and 'EVENT calculation
2021-11-13 Nick GassonFix eopt unit tests
2021-11-13 Nick GassonPort collapsing optimisation
2021-11-13 Nick GassonIntroduce port abstraction in elaboration and runtime
2021-11-10 Nick GassonFix wrong debug info for subprograms in architecture...
2021-11-05 Nick GassonFix wrong data in multidimensional array aggregate
2021-11-05 Nick GassonFix sem crash following syntax error
2021-11-05 Nick GassonFix bit_vector read with whitespace
2021-11-05 Nick GassonAdd an option to disable IEEE warnings
2021-11-05 Nick GassonImprove error with attributes in VHDL-93 package body
2021-11-05 Nick GassonFix format buffer overflow in fmt_nexus_r
2021-11-05 Nick GassonOptimise LSB calculation in eopt_post_process_nexus
2021-10-30 Nick GassonSimplify nexus update
2021-10-30 Nick GassonMore improvements to configuration parsing and checking
2021-10-30 Nick GassonAdd tree_primary as link between primary and secondary...
2021-10-30 Nick GassonFix issues with resolved arrays
2021-10-30 Nick GassonDisable the separate signal stack
2021-10-30 Nick GassonMissing bounds checks for generics. Fixes #228
2021-10-30 Nick GassonImprovements to aggregate variable/signal assignment
2021-10-25 Nick GassonStore eopt data with elaborated tree
2021-10-25 Nick GassonMore friendly message is a dependent object cannot...
2021-10-25 Nick GassonVarious OpenBSD fixes
2021-10-25 Nick GassonFix various bugs with pointers to arrays
2021-10-25 Nick GassonFix crash with alias of array
2021-10-25 Nick GassonFix textio read with uppercase time constants
2021-10-25 Nick GassonTrack bounds of function call result
2021-10-25 Nick GassonFix out of memory with range choice in case statement
2021-10-25 Nick GassonImprovements to VESTS test runner
2021-10-25 Nick GassonSpurious error with potentially visible homograph
2021-10-24 Nick GassonMissing simplification rules for some logical identities
next