Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | bugs fix, 93c improved | gingold | 2006-06-22 | 2 | -3/+8 |
| | |||||
* | bug fixes | gingold | 2006-06-19 | 1 | -3/+3 |
| | |||||
* | bug fixes | gingold | 2006-06-16 | 1 | -3/+6 |
| | |||||
* | Fix x86_64 gcc issue. | gingold | 2006-03-22 | 1 | -36/+83 |
| | |||||
* | updated to gcc 4.1 | gingold | 2006-03-12 | 3 | -12/+92 |
| | |||||
* | mcode code generator added | gingold | 2006-03-10 | 69 | -0/+22878 |
| | |||||
* | bugs fix for ghw writer | gingold | 2005-12-20 | 1 | -1/+1 |
| | |||||
* | ghdl 0.21 is out | gingold | 2005-12-18 | 1 | -0/+4 |
| | |||||
* | bug fixes | gingold | 2005-12-10 | 1 | -0/+1 |
| | |||||
* | update: support of amd64 + more optimizations | gingold | 2005-11-01 | 1 | -10/+40 |
| | |||||
* | headers added on ortho/debug and ortho/oread | gingold | 2005-10-26 | 15 | -0/+265 |
| | |||||
* | ortho/debug and ortho/oread added | gingold | 2005-10-26 | 15 | -0/+6357 |
| | |||||
* | support of ia64 added, more stats added | gingold | 2005-10-24 | 1 | -0/+4 |
| | |||||
* | updated (some optim, bug fixes) | gingold | 2005-10-23 | 1 | -1/+1 |
| | |||||
* | updated for ghdl-0.20 | gingold | 2005-10-16 | 1 | -1/+1 |
| |