index
:
ghdl/.git
master
VHDL 2008/93/87 simulator
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
vhdl
/
translate
Age
Commit message (
Expand
)
Author
2015-08-31
Never export declarations of a package body.
Tristan Gingold
2015-08-29
Allow allocators in default value of subprograms
Tristan Gingold
2015-08-29
Replace fat accesses by bounds accesses
Tristan Gingold
2015-07-17
Do not create a transient type for strings.
Tristan Gingold
2015-06-27
Improve code generation of strings.
Tristan Gingold
2015-06-12
ortho: allow selected element from an union.
Tristan Gingold
2015-06-05
Rework procedure calls, now use a record to pass parameters.
Tristan Gingold
2015-06-02
Fix translation of protected types declared in subprograms.
Tristan Gingold
2015-05-27
Handle signal attribute in declarations. Fix alias of implicit signal.
Tristan Gingold
2015-05-20
Handle to_string for i64 numbers.
Tristan Gingold
2015-05-20
Fix crash in assert translation for overflow literal.
Tristan Gingold
2015-05-20
Translation: handle individual association in function call.
Tristan Gingold
2015-05-19
Fix crash in translation of procedure individual association.
Tristan Gingold
2015-05-15
Check enumeration overflow for succ/pred attributes.
Tristan Gingold
2015-05-13
Change library format: now store file checksum instead of file time stamp.
Tristan Gingold
2015-05-12
Fix translation for context declaration for gcc/llvm.
Tristan Gingold
2015-05-12
Add context declaration and reference (vhdl 2008).
Tristan Gingold
2015-05-11
Allow generic without default values in top-level entity.
Tristan Gingold
2015-03-31
Fix entity instantiation with extended identifier.
Tristan Gingold
2015-03-15
ortho_llvm: handle debug info for incomplete access type.
Tristan Gingold
2015-03-01
Elaborate generics in two steps. Fix -c/-e for llvm builds.
Tristan Gingold
2015-01-24
Fix typos in grt and translation.adb for vhdl2008 (gcc).
Tristan Gingold
2015-01-21
Translate: fix thinko for implicit conversion after conversion in assoc.
Tristan Gingold
2015-01-20
sem_names: extract Free_Old_Entity_Name (from Finish_Sem_Name). Add comments.
Tristan Gingold
2015-01-20
Minor rework of overflow in physical units: defer until execution.
Tristan Gingold
2015-01-16
Keep and handle simple name for Block_Specification.
Tristan Gingold
2015-01-11
Fix ticket #29: add instance label in created symbols name.
Tristan Gingold
2015-01-10
Handle overflow during evaluation of type conversion. Forward on 'image.
Tristan Gingold
2015-01-10
vhdl08: block configuration for if-generate statements.
Tristan Gingold
2015-01-07
Handle vhdl08 if generate statements
Tristan Gingold
2015-01-04
Rework for vhdl08 generate: change rtis.
Tristan Gingold
2015-01-03
Initial rework for vhdl 2008 generate statements.
Tristan Gingold
2014-12-31
Rename name_table.name_buffer and name_length to avoid clash.
Tristan Gingold
2014-12-29
Rework string literals: store literals position.
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 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
Put attribute_value_chain in parent.
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-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
[next]