Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mcode: add get_alignof_type. | Tristan Gingold | 2014-01-24 | 2 | -1/+11 |
| | |||||
* | mcode: per platform definition of F64 alignment. | Tristan Gingold | 2014-01-24 | 5 | -1/+13 |
| | |||||
* | Add comment. | Tristan Gingold | 2014-01-24 | 1 | -1/+3 |
| | |||||
* | Update declarations in ortho_debug.private.ads to allow new commit to ↵ | Brian Drummond | 2014-01-22 | 1 | -5/+1 |
| | | | | ortho_debug to build. Remove duplicated --help clause in grt-options. | ||||
* | ortho_debug: remove unused alignment. | Tristan Gingold | 2014-01-22 | 2 | -73/+9 |
| | |||||
* | Fix bug18810 (bitwise 'and' and 'not' for unsigned types). | Tristan Gingold | 2014-01-21 | 1 | -5/+5 |
| | |||||
* | Add example Makefile.conf, remove duplicate libs from Makefile | Brian Drummond | 2014-01-20 | 2 | -3/+5 |
| | |||||
* | Allow local overriding of configuration via Makefile.conf | Tristan Gingold | 2014-01-20 | 1 | -14/+35 |
| | |||||
* | Fix interface of ortho_handle_option: do not confuse int and bool. | Tristan Gingold | 2014-01-20 | 1 | -4/+4 |
| | |||||
* | mcode: fix missing clobber for 32 bit mul/div. | Tristan Gingold | 2014-01-19 | 2 | -1/+3 |
| | |||||
* | Fix include/library paths for gmp/mpc/mpfr files in gcc builds | Brian Drummond | 2014-01-18 | 2 | -7/+7 |
| | |||||
* | Preparation for gcc4.9 ... ortho-lang.c changes allowing ghdl to build with ↵ | Brian Drummond | 2014-01-17 | 1 | -4/+48 |
| | | | | gcc-4.9-20140112, currently set for gcc4.8 compatibility | ||||
* | Fix bug21497: do not create an indirection for access to complex type. | Tristan Gingold | 2014-01-17 | 4 | -2/+25 |
| | | | | Add a type check in mcode for New_Address. | ||||
* | Extend the -frelaxed-rules option to gcc builds | Brian Drummond | 2014-01-16 | 1 | -0/+4 |
| | |||||
* | Add Alignof constant to get the alignment of a type. | Tristan Gingold | 2014-01-15 | 15 | -11/+105 |
| | |||||
* | mcode: fix register allocation for Oe_Neg_Ov | Tristan Gingold | 2013-12-27 | 2 | -3/+8 |
| | |||||
* | Fix mcode for i386 Darwin. | Tristan Gingold | 2013-12-24 | 5 | -48/+100 |
| | |||||
* | Sync tree: add parsing of AMS-VHDL, add Darwin syntax in asm files. | Tristan Gingold | 2013-12-17 | 3 | -18/+15 |
| | |||||
* | Patch to eliminate compile failures outputting debug information when -g -O2 ↵ | Brian Drummond | 2013-12-08 | 1 | -35/+14 |
| | | | | options are set | ||||
* | Patch ortho-lang.c to fix gcc failure in optimisation passes; patch others ↵ | Brian Drummond | 2013-12-07 | 4 | -9/+50 |
| | | | | to allow debug backend and oread to build with gcc4.8 | ||||
* | Fix ortho-lang.c, type_for_size to allow 32 or 64bit builds | Brian Drummond | 2013-12-05 | 1 | -2/+4 |
| | |||||
* | Fix for catastrophic error in ortho-lang.c handling nested case statements. ↵ | Brian Drummond | 2013-12-03 | 1 | -5/+10 |
| | | | | This error is present in revisions 137 to 140. | ||||
* | Version 0.31dev, builds with gcc4.8 | Brian Drummond | 2013-12-02 | 5 | -29/+84 |
| | |||||
* | Temporary fix for 16 bit builds; breaks 32-bit gcc builds (has no effect on ↵ | Brian Drummond | 2013-12-02 | 1 | -1/+5 |
| | | | | mcode) | ||||
* | OSVVM patch | Brian Drummond | 2013-12-02 | 1 | -2/+2 |
| | |||||
* | Part of the previous commit (upgrade to gcc 4.7) | gingold | 2012-12-11 | 4 | -236/+199 |
| | |||||
* | Fix warnings (useless conversion) | gingold | 2012-12-11 | 2 | -3/+2 |
| | |||||
* | Use representations clause to work-around SRA issue. | gingold | 2010-02-02 | 1 | -15/+16 |
| | |||||
* | Work around SRA bug. | gingold | 2010-01-31 | 1 | -14/+17 |
| | |||||
* | Update Makefile: remove sysdeps. | gingold | 2010-01-31 | 1 | -2/+2 |
| | |||||
* | Improve doc. | gingold | 2010-01-28 | 5 | -15/+18 |
| | | | | | | 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 | 9 | -14/+51 |
| | |||||
* | Fix line number for gcov. | gingold | 2009-10-30 | 1 | -1/+1 |
| | |||||
* | Version 0.28. | gingold | 2009-09-21 | 1 | -2/+4 |
| | |||||
* | Add ortho_jit package for mcode. | gingold | 2009-08-13 | 2 | -0/+173 |
| | |||||
* | Remove elsif. | gingold | 2009-08-13 | 2 | -2/+2 |
| | |||||
* | Preliminary work for LLVM. | gingold | 2009-08-13 | 23 | -264/+681 |
| | | | | Preliminary work for SSE. | ||||
* | Allow to build in 64bits mode. | gingold | 2009-08-13 | 3 | -23/+21 |
| | |||||
* | Factorize code with parse_statements. | gingold | 2009-08-13 | 2 | -27/+23 |
| | | | | Reverse elsif keyword. | ||||
* | Switch to gcc 4.3 | gingold | 2008-08-30 | 23 | -189/+101 |
| | | | | | Don't use tagged types in grt (not supported by recent versions of GNAT) Fix warnings | ||||
* | Handle -C and --mb-comments. | gingold | 2008-07-22 | 1 | -0/+8 |
| | |||||
* | Switch to gcc 4.2.4 | gingold | 2008-07-22 | 3 | -21/+35 |
| | |||||
* | Improve macosX support. | gingold | 2008-04-09 | 6 | -7/+73 |
| | | | | Fix crashes in error handling. | ||||
* | synchronize: add support for MacOSX, fix bogus type conversion | gingold | 2008-01-15 | 14 | -58/+113 |
| | |||||
* | SEH handled | gingold | 2006-11-18 | 1 | -2/+5 |
| | | | | Bug fixes | ||||
* | add one more underscore to chkstk, use program path for install path (windows) | gingold | 2006-10-05 | 2 | -2/+2 |
| | |||||
* | direct drivers and bugs fix | gingold | 2006-10-02 | 2 | -1/+5 |
| | |||||
* | use __chkstk on windows system | gingold | 2006-10-02 | 9 | -47/+142 |
| | |||||
* | bugs fixed | gingold | 2006-08-06 | 3 | -13/+14 |
| | |||||
* | updated for 0.24 | gingold | 2006-07-10 | 2 | -3/+1 |
| |