Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-26 | Make ghdl_rti_type an address. Remove union from translation. | Tristan Gingold | |
LLVM preliminary work. | |||
2014-01-25 | Fix 'value on physical types with whitespaces. | Tristan Gingold | |
Fix style and simplify grt-values.adb. Add tests. | |||
2014-01-25 | Get rid of union in ghdl_rtin_unit. | Tristan Gingold | |
Replace ghdl_rtik_unit with ghdl_rtik_unit64 and ghdl_rtik_unitptr. (Preliminary work for llvm). | |||
2014-01-24 | Remove commented out lines. | Tristan Gingold | |
2014-01-22 | Update declarations in ortho_debug.private.ads to allow new commit to ↵ | Brian Drummond | |
ortho_debug to build. Remove duplicated --help clause in grt-options. | |||
2014-01-22 | Add support for FreeBSD x86_64 (From Adam Jensen) | Tristan Gingold | |
2014-01-21 | Minor improvement of previous patch (use a more standard pragma). | Tristan Gingold | |
2014-01-21 | Add pragma Favor_Top_Level for grt.signals.Resolver_Acc. | Tristan Gingold | |
2014-01-21 | Remove new/free for a couple of arrays in grt-signals | Brian Drummond | |
2014-01-21 | Log resolution function address in Disp_Signal, correct comment in linux.c | Brian Drummond | |
2014-01-16 | Fix bug21487: call resolution function at init if there is at least 1 source. | Tristan Gingold | |
2014-01-15 | Add minimal support of protected types for --dump-rti. | Tristan Gingold | |
Move protected object allocator in the initializer. | |||
2014-01-15 | Force use of Ada05 for grt. | Tristan Gingold | |
2014-01-15 | Remove .version pseudo (for Darwin). | Tristan Gingold | |
2014-01-15 | --dump-rti: handle P32, complex record types. | Tristan Gingold | |
2014-01-14 | Avoid rebuilding complex object after a copy. | Tristan Gingold | |
(Use an offset within records for complex types). | |||
2014-01-13 | Fix bug20312: rewrite of complex types. | Tristan Gingold | |
Fix crashes in sem_expr when string literals are used in range exprs. | |||
2014-01-02 | Add missing grt-rtis.adb files. | Tristan Gingold | |
2014-01-01 | Fix bug14953: improve error message for direct signal assignment. | Tristan Gingold | |
2014-01-01 | Rework registration of RTIs for packages, to fix bug 21052. | Tristan Gingold | |
2013-12-24 | Fix mcode for i386 Darwin. | Tristan Gingold | |
2013-12-18 | Fix grt_stack_create for darwin/i386 | Tristan Gingold | |
2013-12-17 | Sync tree: add parsing of AMS-VHDL, add Darwin syntax in asm files. | Tristan Gingold | |
2013-12-13 | Patch for stack size limit test, https://gna.org/bugs/index.php?16463 | Brian Drummond | |
2013-12-13 | Previous patch for bug#16168 rewritten to match ghdl style rules | Brian Drummond | |
2013-12-13 | Patch for real output in VCD format, from ↵ | Brian Drummond | |
https://gna.org/bugs/index.php?16128 contributed by Jonas Baggett | |||
2013-12-13 | Patch for https://gna.org/bugs/?18353 | Brian Drummond | |
2013-12-13 | Patch allowing real 'value strings for physical types, and allowing 32-bit ↵ | Brian Drummond | |
physical types to be compiled | |||
2013-12-13 | Patch for multiple 'image and 'value attribute problems, mainly missing ↵ | Brian Drummond | |
functionality. Resolves bugs 7751, 20255 | |||
2013-12-02 | OSVVM patch | Brian Drummond | |
2012-12-11 | Update to gcc 4.7 | gingold | |
Use --ghdl-source instead of -c when calling ghdl1 Likewise for --mb-comments / -C Add x86_64 darwin | |||
2012-12-11 | Use a convention C access for instance, to fix windows crash. | gingold | |
2012-12-11 | Fix warnings (useless conversion) | gingold | |
2010-01-28 | Improve doc. | gingold | |
Remove ortho_code-sysdeps. Add Pragma convention C in grt for accesses to subprograms. Fix build on windows. | |||
2010-01-12 | ghdl 0.29 release. | gingold | |
2009-12-30 | Fix fprintf call on x86-64. | gingold | |
From Thomas Sailer. | |||
2009-12-30 | Fix previous change. | gingold | |
Correction from Thomas Sailer. | |||
2009-12-16 | Fix timeout chain corruptio. | gingold | |
From Thomas Sailer. Rename a type. | |||
2009-12-16 | FIx memory leak. | gingold | |
From Thomas Sailer. | |||
2009-09-23 | Improve handling of non-sensitized processes. | gingold | |
2009-09-21 | Version 0.28. | gingold | |
2009-08-13 | Handle array subtype on the fly for unconstrained array signals/ports. | gingold | |
2009-08-13 | Handle processes declared in an entity. | gingold | |
2009-08-13 | Fix unaligned access. | gingold | |
2008-09-06 | New feature: all-sensitized processes (for vhdl 2008) | gingold | |
2008-08-30 | Switch to gcc 4.3 | gingold | |
Don't use tagged types in grt (not supported by recent versions of GNAT) Fix warnings | |||
2008-07-22 | Add --ieee-asserts= option. | gingold | |
Correctly elaborate anonymous subtypes in associations. | |||
2008-07-22 | Remove timeout at the end of a wait statement. | gingold | |
2008-06-02 | Improve SDF annotator | gingold | |
2008-06-02 | Fix 'delayed(0) at time 0 | gingold | |