aboutsummaryrefslogtreecommitdiffstats
path: root/translate
Commit message (Collapse)AuthorAgeFilesLines
* Move sources to src/ subdirectory.Tristan Gingold2014-11-04167-73994/+0
|
* Handle --expect-failure for -mTristan Gingold2014-11-041-4/+10
|
* Compute Exec_Prefix before loading libraries.Tristan Gingold2014-11-043-152/+157
|
* Support installation in a different path that configured one.Tristan Gingold2014-11-0310-44/+286
|
* Replace --dispconfig with --disp-config.Tristan Gingold2014-11-031-2/+2
|
* makefiles and script: adjust for gcc 4.9Tristan Gingold2014-11-025-24/+47
|
* ortho-lang.c: get rid of expr.h (poisonned) and rewrite ortho_build_addr.Tristan Gingold2014-11-021-5/+7
|
* Remove ortho/gcc/Makefile.inc and adjust.Tristan Gingold2014-11-022-20/+19
|
* Default is now gcc-4.9. Silent ortho-lang warnings.Tristan Gingold2014-11-021-2/+2
|
* Fix package interface for gcc (separate compilation).Tristan Gingold2014-11-021-14/+32
|
* Handle packkage instantiation for --chop.Tristan Gingold2014-11-022-7/+9
|
* Fix uninitialized variable.Tristan Gingold2014-11-021-1/+1
|
* Add support for package interface.Tristan Gingold2014-10-293-130/+262
|
* Rework for support of generic packages.Tristan Gingold2014-10-222-214/+595
|
* Initial support for package header and package instantiation.Tristan Gingold2014-10-148-1280/+1253
|
* Add a python script to automatically generate disp_tree.Tristan Gingold2014-09-254-30/+54
|
* Fix crash on resolver functions using secondary stack.Tristan Gingold2014-09-142-6/+11
|
* Add vhdl08 flush, fix null slice, improve type conversion.Tristan Gingold2014-09-123-48/+80
|
* Update dist-common.sh - fix ticket 23.Tristan Gingold2014-09-111-0/+2
|
* vhdl2008: add translation and support for most of implicit operators.Tristan Gingold2014-09-1118-1007/+1373
|
* First run of OSVVM_2014_01 with gcc backend.Tristan Gingold2014-09-068-65/+355
|
* First run (using mcode) of OSVVM_2014_01.Tristan Gingold2014-09-0524-424/+1055
|
* Fix ghdl_simul (after previous change).Tristan Gingold2014-09-031-22/+12
|
* Keep names in the tree.Tristan Gingold2014-09-025-353/+311
| | | | This is a large change to improve error locations and allow pretty printing.
* Add parenthesis_Expression, --reprint and --compare-tokens commands.Tristan Gingold2014-07-233-15/+126
|
* Add overflow literal.Tristan Gingold2014-07-218-114/+157
|
* Replace architecture_declaration by architecture_body to follow lrm.Tristan Gingold2014-07-194-36/+36
|
* Handle character literals like simple names.Tristan Gingold2014-07-191-0/+1
|
* Fix implicit conversion in conversion association.Tristan Gingold2014-07-181-18/+22
| | | | Fix attribute on library units.
* vhdl 2008: visibility, more implicit subprograms, alias...Tristan Gingold2014-07-177-68/+222
| | | | Use Type_Definition in type_declarator.
* Add many vhdl08 predefined operators and functions. Add std.envTristan Gingold2014-06-301-42/+21
|
* vhdl 2008: handle all-sensitized processes, handle visibility for alias.Tristan Gingold2014-06-291-0/+1
|
* Use library unit instead of design unit.Tristan Gingold2014-06-242-16/+11
|
* Add psl cover directive (ticket19).Tristan Gingold2014-06-216-114/+226
|
* ghdlcomp: stop in case of errors on delayed checks.Tristan Gingold2014-06-211-2/+5
|
* Fix regression for 'value on physical types.Tristan Gingold2014-06-211-5/+9
|
* Add missing grt-readline.ads file.Tristan Gingold2014-06-161-0/+30
|
* configuration: add Check_Entity_Declaration_Top from translation.Tristan Gingold2014-06-146-330/+147
| | | | | | evaluation: add Get_Path_Instance_Name_Suffix from translation. grt-signals: rename ghdl_signal_direct_driver to ghdl_signal_add_direct_driver. add ghdl_signal_direct_assign; make active_chain private.
* grt-values: export ghdl_value_physical_split, to_lc, is_whitespace.Tristan Gingold2014-06-142-26/+60
|
* grt-vstrings: add to_string for ghdl_f64, use it in grt-images.Tristan Gingold2014-06-143-83/+94
|
* grt-types: make access type std_string_ptr general.Tristan Gingold2014-06-141-1/+1
|
* grt-errors: export fatal_error.Tristan Gingold2014-06-142-4/+5
|
* grt-disp_signals: display explicitly direct drivers.Tristan Gingold2014-06-141-2/+7
|
* Fix ticket14: build vars for anonymous subtype in array type indexes.Tristan Gingold2014-05-292-4/+50
|
* Rework aggregate (when type of context is not static).Tristan Gingold2014-05-291-76/+87
|
* ghdlsimul: add --trace-stmts, -iTristan Gingold2014-05-291-4/+7
|
* grt-signals: add comments, add Ghdl_Signal_Set_Mode.Tristan Gingold2014-05-293-36/+86
|
* errorout: remove execution related subprograms (and exceptions).Tristan Gingold2014-05-071-3/+2
|
* grt: remove ghdl_exit_cb*, replaced by an error hook.Tristan Gingold2014-05-075-30/+30
|
* Set some missing flags (was harmless).Tristan Gingold2014-03-293-5/+4
|