aboutsummaryrefslogtreecommitdiffstats
path: root/translate/grt
Commit message (Collapse)AuthorAgeFilesLines
* Move sources to src/ subdirectory.Tristan Gingold2014-11-04112-30704/+0
|
* Initial support for package header and package instantiation.Tristan Gingold2014-10-142-0/+8
|
* Fix crash on resolver functions using secondary stack.Tristan Gingold2014-09-141-1/+4
|
* vhdl2008: add translation and support for most of implicit operators.Tristan Gingold2014-09-1115-112/+433
|
* First run of OSVVM_2014_01 with gcc backend.Tristan Gingold2014-09-064-0/+30
|
* First run (using mcode) of OSVVM_2014_01.Tristan Gingold2014-09-0520-170/+405
|
* Add overflow literal.Tristan Gingold2014-07-212-10/+0
|
* vhdl 2008: visibility, more implicit subprograms, alias...Tristan Gingold2014-07-175-5/+149
| | | | Use Type_Definition in type_declarator.
* Add psl cover directive (ticket19).Tristan Gingold2014-06-212-20/+47
|
* 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-142-16/+74
| | | | | | 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
|
* grt-signals: add comments, add Ghdl_Signal_Set_Mode.Tristan Gingold2014-05-293-36/+86
|
* grt: remove ghdl_exit_cb*, replaced by an error hook.Tristan Gingold2014-05-075-30/+30
|
* Fix ticket11: remove from active list a signal not active in the next delta dueTristan Gingold2014-03-291-0/+28
| | | | to a second assignment.
* grt.signals: export Resolver_Acc and use it in interfaces.Tristan Gingold2014-02-232-50/+61
|
* grt.options: Extract Decode_Option.Tristan Gingold2014-02-232-220/+252
|
* Add comment + style fix.Tristan Gingold2014-02-232-2/+3
|
* Add one_stack setup, add comments.Tristan Gingold2014-02-104-46/+103
|
* Windows: fix library update, handle errors during elaboration.Tristan Gingold2014-02-013-8/+20
|
* grt: update copyright years, switch to GMGPL.Tristan Gingold2014-01-3095-113/+793
|
* Make ghdl_rti_type an address. Remove union from translation.Tristan Gingold2014-01-268-50/+50
| | | | LLVM preliminary work.
* Fix 'value on physical types with whitespaces.Tristan Gingold2014-01-254-230/+229
| | | | Fix style and simplify grt-values.adb. Add tests.
* Get rid of union in ghdl_rtin_unit.Tristan Gingold2014-01-259-132/+150
| | | | | Replace ghdl_rtik_unit with ghdl_rtik_unit64 and ghdl_rtik_unitptr. (Preliminary work for llvm).
* Remove commented out lines.Tristan Gingold2014-01-241-3/+0
|
* Update declarations in ortho_debug.private.ads to allow new commit to ↵Brian Drummond2014-01-221-2/+3
| | | | ortho_debug to build. Remove duplicated --help clause in grt-options.
* Add support for FreeBSD x86_64 (From Adam Jensen)Tristan Gingold2014-01-223-1/+11
|
* Minor improvement of previous patch (use a more standard pragma).Tristan Gingold2014-01-211-4/+1
|
* Add pragma Favor_Top_Level for grt.signals.Resolver_Acc.Tristan Gingold2014-01-211-1/+14
|
* Remove new/free for a couple of arrays in grt-signalsBrian Drummond2014-01-211-31/+22
|
* Log resolution function address in Disp_Signal, correct comment in linux.cBrian Drummond2014-01-212-1/+7
|
* Fix bug21487: call resolution function at init if there is at least 1 source.Tristan Gingold2014-01-161-1/+1
|
* Add minimal support of protected types for --dump-rti.Tristan Gingold2014-01-151-0/+23
| | | | Move protected object allocator in the initializer.
* Force use of Ada05 for grt.Tristan Gingold2014-01-151-1/+1
|
* Remove .version pseudo (for Darwin).Tristan Gingold2014-01-151-1/+0
|
* --dump-rti: handle P32, complex record types.Tristan Gingold2014-01-151-1/+13
|
* Avoid rebuilding complex object after a copy.Tristan Gingold2014-01-141-1/+1
| | | | (Use an offset within records for complex types).
* Fix bug20312: rewrite of complex types.Tristan Gingold2014-01-139-120/+122
| | | | Fix crashes in sem_expr when string literals are used in range exprs.
* Add missing grt-rtis.adb files.Tristan Gingold2014-01-021-0/+38
|
* Fix bug14953: improve error message for direct signal assignment.Tristan Gingold2014-01-013-3/+3
|
* Rework registration of RTIs for packages, to fix bug 21052.Tristan Gingold2014-01-015-13/+26
|
* Fix mcode for i386 Darwin.Tristan Gingold2013-12-241-6/+39
|
* Fix grt_stack_create for darwin/i386Tristan Gingold2013-12-181-1/+2
|
* Sync tree: add parsing of AMS-VHDL, add Darwin syntax in asm files.Tristan Gingold2013-12-176-30/+61
|
* Patch for stack size limit test, https://gna.org/bugs/index.php?16463Brian Drummond2013-12-131-1/+6
|