Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | grt-disp_signals: display explicitly direct drivers. | Tristan Gingold | 2014-06-14 | 1 | -2/+7 |
| | |||||
* | grt-signals: add comments, add Ghdl_Signal_Set_Mode. | Tristan Gingold | 2014-05-29 | 3 | -36/+86 |
| | |||||
* | grt: remove ghdl_exit_cb*, replaced by an error hook. | Tristan Gingold | 2014-05-07 | 5 | -30/+30 |
| | |||||
* | Fix ticket11: remove from active list a signal not active in the next delta due | Tristan Gingold | 2014-03-29 | 1 | -0/+28 |
| | | | | to a second assignment. | ||||
* | grt.signals: export Resolver_Acc and use it in interfaces. | Tristan Gingold | 2014-02-23 | 2 | -50/+61 |
| | |||||
* | grt.options: Extract Decode_Option. | Tristan Gingold | 2014-02-23 | 2 | -220/+252 |
| | |||||
* | Add comment + style fix. | Tristan Gingold | 2014-02-23 | 2 | -2/+3 |
| | |||||
* | Add one_stack setup, add comments. | Tristan Gingold | 2014-02-10 | 4 | -46/+103 |
| | |||||
* | Windows: fix library update, handle errors during elaboration. | Tristan Gingold | 2014-02-01 | 3 | -8/+20 |
| | |||||
* | grt: update copyright years, switch to GMGPL. | Tristan Gingold | 2014-01-30 | 95 | -113/+793 |
| | |||||
* | Make ghdl_rti_type an address. Remove union from translation. | Tristan Gingold | 2014-01-26 | 8 | -50/+50 |
| | | | | LLVM preliminary work. | ||||
* | Fix 'value on physical types with whitespaces. | Tristan Gingold | 2014-01-25 | 4 | -230/+229 |
| | | | | Fix style and simplify grt-values.adb. Add tests. | ||||
* | Get rid of union in ghdl_rtin_unit. | Tristan Gingold | 2014-01-25 | 9 | -132/+150 |
| | | | | | Replace ghdl_rtik_unit with ghdl_rtik_unit64 and ghdl_rtik_unitptr. (Preliminary work for llvm). | ||||
* | Remove commented out lines. | Tristan Gingold | 2014-01-24 | 1 | -3/+0 |
| | |||||
* | Update declarations in ortho_debug.private.ads to allow new commit to ↵ | Brian Drummond | 2014-01-22 | 1 | -2/+3 |
| | | | | ortho_debug to build. Remove duplicated --help clause in grt-options. | ||||
* | Add support for FreeBSD x86_64 (From Adam Jensen) | Tristan Gingold | 2014-01-22 | 3 | -1/+11 |
| | |||||
* | Minor improvement of previous patch (use a more standard pragma). | Tristan Gingold | 2014-01-21 | 1 | -4/+1 |
| | |||||
* | Add pragma Favor_Top_Level for grt.signals.Resolver_Acc. | Tristan Gingold | 2014-01-21 | 1 | -1/+14 |
| | |||||
* | Remove new/free for a couple of arrays in grt-signals | Brian Drummond | 2014-01-21 | 1 | -31/+22 |
| | |||||
* | Log resolution function address in Disp_Signal, correct comment in linux.c | Brian Drummond | 2014-01-21 | 2 | -1/+7 |
| | |||||
* | Fix bug21487: call resolution function at init if there is at least 1 source. | Tristan Gingold | 2014-01-16 | 1 | -1/+1 |
| | |||||
* | Add minimal support of protected types for --dump-rti. | Tristan Gingold | 2014-01-15 | 1 | -0/+23 |
| | | | | Move protected object allocator in the initializer. | ||||
* | Force use of Ada05 for grt. | Tristan Gingold | 2014-01-15 | 1 | -1/+1 |
| | |||||
* | Remove .version pseudo (for Darwin). | Tristan Gingold | 2014-01-15 | 1 | -1/+0 |
| | |||||
* | --dump-rti: handle P32, complex record types. | Tristan Gingold | 2014-01-15 | 1 | -1/+13 |
| | |||||
* | Avoid rebuilding complex object after a copy. | Tristan Gingold | 2014-01-14 | 1 | -1/+1 |
| | | | | (Use an offset within records for complex types). | ||||
* | Fix bug20312: rewrite of complex types. | Tristan Gingold | 2014-01-13 | 9 | -120/+122 |
| | | | | Fix crashes in sem_expr when string literals are used in range exprs. | ||||
* | Add missing grt-rtis.adb files. | Tristan Gingold | 2014-01-02 | 1 | -0/+38 |
| | |||||
* | Fix bug14953: improve error message for direct signal assignment. | Tristan Gingold | 2014-01-01 | 3 | -3/+3 |
| | |||||
* | Rework registration of RTIs for packages, to fix bug 21052. | Tristan Gingold | 2014-01-01 | 5 | -13/+26 |
| | |||||
* | Fix mcode for i386 Darwin. | Tristan Gingold | 2013-12-24 | 1 | -6/+39 |
| | |||||
* | Fix grt_stack_create for darwin/i386 | Tristan Gingold | 2013-12-18 | 1 | -1/+2 |
| | |||||
* | Sync tree: add parsing of AMS-VHDL, add Darwin syntax in asm files. | Tristan Gingold | 2013-12-17 | 6 | -30/+61 |
| | |||||
* | Patch for stack size limit test, https://gna.org/bugs/index.php?16463 | Brian Drummond | 2013-12-13 | 1 | -1/+6 |
| | |||||
* | Previous patch for bug#16168 rewritten to match ghdl style rules | Brian Drummond | 2013-12-13 | 1 | -69/+70 |
| | |||||
* | Patch for real output in VCD format, from ↵ | Brian Drummond | 2013-12-13 | 3 | -5/+103 |
| | | | | https://gna.org/bugs/index.php?16128 contributed by Jonas Baggett | ||||
* | Patch for https://gna.org/bugs/?18353 | Brian Drummond | 2013-12-13 | 1 | -2/+2 |
| | |||||
* | Patch allowing real 'value strings for physical types, and allowing 32-bit ↵ | Brian Drummond | 2013-12-13 | 1 | -12/+21 |
| | | | | physical types to be compiled | ||||
* | Patch for multiple 'image and 'value attribute problems, mainly missing ↵ | Brian Drummond | 2013-12-13 | 2 | -40/+295 |
| | | | | functionality. Resolves bugs 7751, 20255 | ||||
* | OSVVM patch | Brian Drummond | 2013-12-02 | 2 | -23/+184 |
| | |||||
* | Update to gcc 4.7 | gingold | 2012-12-11 | 1 | -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. | gingold | 2012-12-11 | 4 | -52/+64 |
| | |||||
* | Fix warnings (useless conversion) | gingold | 2012-12-11 | 3 | -2/+5 |
| | |||||
* | Improve doc. | gingold | 2010-01-28 | 4 | -1/+5 |
| | | | | | | Remove ortho_code-sysdeps. Add Pragma convention C in grt for accesses to subprograms. Fix build on windows. | ||||
* | ghdl 0.29 release. | gingold | 2010-01-12 | 21 | -157/+330 |
| | |||||
* | Fix fprintf call on x86-64. | gingold | 2009-12-30 | 2 | -5/+9 |
| | | | | From Thomas Sailer. | ||||
* | Fix previous change. | gingold | 2009-12-30 | 1 | -2/+2 |
| | | | | Correction from Thomas Sailer. | ||||
* | Fix timeout chain corruptio. | gingold | 2009-12-16 | 2 | -9/+14 |
| | | | | | | From Thomas Sailer. Rename a type. | ||||
* | FIx memory leak. | gingold | 2009-12-16 | 1 | -0/+1 |
| | | | | From Thomas Sailer. | ||||
* | Improve handling of non-sensitized processes. | gingold | 2009-09-23 | 7 | -222/+327 |
| |