aboutsummaryrefslogtreecommitdiffstats
path: root/translate/grt
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Previous patch for bug#16168 rewritten to match ghdl style rulesBrian Drummond2013-12-131-69/+70
|
* Patch for real output in VCD format, from ↵Brian Drummond2013-12-133-5/+103
| | | | https://gna.org/bugs/index.php?16128 contributed by Jonas Baggett
* Patch for https://gna.org/bugs/?18353Brian Drummond2013-12-131-2/+2
|
* Patch allowing real 'value strings for physical types, and allowing 32-bit ↵Brian Drummond2013-12-131-12/+21
| | | | physical types to be compiled
* Patch for multiple 'image and 'value attribute problems, mainly missing ↵Brian Drummond2013-12-132-40/+295
| | | | functionality. Resolves bugs 7751, 20255
* OSVVM patchBrian Drummond2013-12-022-23/+184
|
* Update to gcc 4.7gingold2012-12-111-1/+5
| | | | | | Use --ghdl-source instead of -c when calling ghdl1 Likewise for --mb-comments / -C Add x86_64 darwin
* Use a convention C access for instance, to fix windows crash.gingold2012-12-114-52/+64
|
* Fix warnings (useless conversion)gingold2012-12-113-2/+5
|
* Improve doc.gingold2010-01-284-1/+5
| | | | | | Remove ortho_code-sysdeps. Add Pragma convention C in grt for accesses to subprograms. Fix build on windows.
* ghdl 0.29 release.gingold2010-01-1221-157/+330
|
* Fix fprintf call on x86-64.gingold2009-12-302-5/+9
| | | | From Thomas Sailer.
* Fix previous change.gingold2009-12-301-2/+2
| | | | Correction from Thomas Sailer.
* Fix timeout chain corruptio.gingold2009-12-162-9/+14
| | | | | | From Thomas Sailer. Rename a type.
* FIx memory leak.gingold2009-12-161-0/+1
| | | | From Thomas Sailer.
* Improve handling of non-sensitized processes.gingold2009-09-237-222/+327
|