index
:
ghdl/.git
master
VHDL 2008/93/87 simulator
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
vhdl
Age
Commit message (
Expand
)
Author
2014-12-31
Rename name_table.name_buffer and name_length to avoid clash.
Tristan Gingold
2014-12-30
Improve error recovery.
Tristan Gingold
2014-12-30
vhdl 2008: handle sized bit strings.
Tristan Gingold
2014-12-29
Rework string literals: store literals position.
Tristan Gingold
2014-12-26
Optimize scan_identifier.
Tristan Gingold
2014-12-26
Rewrite sem_scopes tables for speed-up (and clarification).
Tristan Gingold
2014-12-24
evaluation.adb: style changes.
Tristan Gingold
2014-12-23
configuration.adb: change for style.
Tristan Gingold
2014-12-23
Fix ghdl -m for jit: handle multiple libraries.
Tristan Gingold
2014-12-22
Add comments.
Tristan Gingold
2014-12-22
Reduce size of library_declaration.
Tristan Gingold
2014-12-16
Recognize some ieee.std_logic_1164 functions.
Tristan Gingold
2014-12-16
translation: give full path for to debug filename.
Tristan Gingold
2014-12-15
Use same node for implicit and explicit subprogram declarations.
Tristan Gingold
2014-12-14
Reduce size of configuration declaration and guard signal declaration.
Tristan Gingold
2014-12-14
reduce size of enumeration_literal.
Tristan Gingold
2014-12-14
iirs: reduce size of interface objects.
Tristan Gingold
2014-12-14
iirs: reduce size of signal_declaration.
Tristan Gingold
2014-12-14
iirs: reduce memory size.
Tristan Gingold
2014-12-14
Put attribute_value_chain in parent.
Tristan Gingold
2014-12-13
iirs: move delay_mechanism to flag1; adjust xtools/pnodes.py for new sources.
Tristan Gingold
2014-12-13
PSL: allow labels on psl directives (fix ticket26).
Tristan Gingold
2014-12-13
rtis: add source location for blocks and object. Use them in fst dumper.
Tristan Gingold
2014-12-05
Fix llvm crash on protected objects.
Tristan Gingold
2014-11-29
Allow -frelaxed-rules for v87 designs
Tristan Gingold
2014-11-28
sem_stmt: avoid crash after error on concurrent procedure call in entity.
Tristan Gingold
2014-11-27
translate: fix dichotomy upper bound.
Tristan Gingold
2014-11-22
Gen_Call_Type_Builder: use Mnode.
Tristan Gingold
2014-11-21
concatenation: remove unused left over.
Tristan Gingold
2014-11-21
Mnode: renaming and comments to clarify.
Tristan Gingold
2014-11-20
trans-chap9: fix invalid generation of ortho code.
Tristan Gingold
2014-11-17
Translate: rewrite concatenation. Now O(n).
Tristan Gingold
2014-11-16
Translate_Range: use mnodes.
Tristan Gingold
2014-11-16
Translate_Range_Expression_Ptr: use Mnode and rename.
Tristan Gingold
2014-11-15
Translate_Reverse_Range_Ptr: use mnode instead of ptr and rename.
Tristan Gingold
2014-11-15
translate_expression: handle implicit type for aggregate.
Tristan Gingold
2014-11-11
Create_Range_From_Length: use Mnode instead of ptr. Style changes.
Tristan Gingold
2014-11-11
Style changes.
Tristan Gingold
2014-11-09
Split translation into child packages.
Tristan Gingold
2014-11-09
Refactoring of translation, part 1/N
Tristan Gingold
2014-11-05
Move translate and simulate.
Tristan Gingold
2014-11-04
Create src/vhdl subdirectory.
Tristan Gingold