aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl
Commit message (Expand)AuthorAgeFilesLines
* Rewrite sem_scopes tables for speed-up (and clarification).Tristan Gingold2014-12-268-402/+391
* evaluation.adb: style changes.Tristan Gingold2014-12-241-5/+5
* configuration.adb: change for style.Tristan Gingold2014-12-231-2/+1
* Fix ghdl -m for jit: handle multiple libraries.Tristan Gingold2014-12-232-159/+164
* Add comments.Tristan Gingold2014-12-222-1/+7
* Reduce size of library_declaration.Tristan Gingold2014-12-223-23/+25
* Recognize some ieee.std_logic_1164 functions.Tristan Gingold2014-12-164-3/+174
* translation: give full path for to debug filename.Tristan Gingold2014-12-161-2/+9
* Use same node for implicit and explicit subprogram declarations.Tristan Gingold2014-12-1528-675/+494
* Reduce size of configuration declaration and guard signal declaration.Tristan Gingold2014-12-142-14/+14
* reduce size of enumeration_literal.Tristan Gingold2014-12-148-224/+188
* iirs: reduce size of interface objects.Tristan Gingold2014-12-1414-306/+287
* iirs: reduce size of signal_declaration.Tristan Gingold2014-12-1415-234/+311
* iirs: reduce memory size.Tristan Gingold2014-12-143-348/+264
* Put attribute_value_chain in parent.Tristan Gingold2014-12-1412-175/+201
* iirs: move delay_mechanism to flag1; adjust xtools/pnodes.py for new sources.Tristan Gingold2014-12-134-8/+18
* PSL: allow labels on psl directives (fix ticket26).Tristan Gingold2014-12-135-41/+40
* rtis: add source location for blocks and object. Use them in fst dumper.Tristan Gingold2014-12-133-31/+100
* Fix llvm crash on protected objects.Tristan Gingold2014-12-054-20/+24
* Allow -frelaxed-rules for v87 designsTristan Gingold2014-11-293-4/+6
* sem_stmt: avoid crash after error on concurrent procedure call in entity.Tristan Gingold2014-11-281-1/+3
* translate: fix dichotomy upper bound.Tristan Gingold2014-11-271-1/+1
* Gen_Call_Type_Builder: use Mnode.Tristan Gingold2014-11-224-119/+53
* concatenation: remove unused left over.Tristan Gingold2014-11-212-266/+1
* Mnode: renaming and comments to clarify.Tristan Gingold2014-11-213-108/+125
* trans-chap9: fix invalid generation of ortho code.Tristan Gingold2014-11-201-4/+5
* Translate: rewrite concatenation. Now O(n).Tristan Gingold2014-11-174-180/+536
* Translate_Range: use mnodes.Tristan Gingold2014-11-165-81/+64
* Translate_Range_Expression_Ptr: use Mnode and rename.Tristan Gingold2014-11-161-37/+32
* Translate_Reverse_Range_Ptr: use mnode instead of ptr and rename.Tristan Gingold2014-11-153-61/+48
* translate_expression: handle implicit type for aggregate.Tristan Gingold2014-11-151-6/+10
* Create_Range_From_Length: use Mnode instead of ptr. Style changes.Tristan Gingold2014-11-115-101/+94
* Style changes.Tristan Gingold2014-11-111-232/+147
* Split translation into child packages.Tristan Gingold2014-11-0933-26270/+26972
* Refactoring of translation, part 1/NTristan Gingold2014-11-093-3653/+3854
* Move translate and simulate.Tristan Gingold2014-11-0533-0/+48309
* Create src/vhdl subdirectory.Tristan Gingold2014-11-0479-0/+76355