Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply No_Return pragma only on specs. Create specs if needed. | Tristan Gingold | 2017-02-06 | 1 | -3/+7 |
| | |||||
* | More changes for the MinGW32/MinGW64 build flow and for the llvm back-end. | Patrick Lehmann | 2016-07-01 | 1 | -1/+1 |
| | |||||
* | A first changeset for MinGW32 and MinGW64 to compile GHDL with mcode and ↵ | Patrick Lehmann | 2016-06-30 | 1 | -0/+34 |
| | | | | llvm backend on Windows x86-64. | ||||
* | ortho_code-dwarf: fix potential crash. | Tristan Gingold | 2016-04-02 | 1 | -0/+6 |
| | |||||
* | ortho: rename start/finish_const_value to start/finish_init_value. | Tristan Gingold | 2016-02-21 | 5 | -30/+24 |
| | |||||
* | mcode: init support for initialized variables. | Tristan Gingold | 2016-02-17 | 9 | -38/+107 |
| | |||||
* | Simplify warning Off for gcc 4.6 | Tristan Gingold | 2016-01-06 | 1 | -2/+3 |
| | |||||
* | Add a pragma warnings off around constant condition. | Tristan Gingold | 2016-01-06 | 1 | -0/+2 |
| | |||||
* | mcode: add support for x86-64 | Tristan Gingold | 2016-01-06 | 39 | -1663/+2989 |
| | |||||
* | mcode: use GNATMAKE. | Tristan Gingold | 2016-01-06 | 1 | -1/+2 |
| | |||||
* | backtrace: add support for windows and for llvm (via libbacktrace). | Tristan Gingold | 2015-11-22 | 3 | -6/+12 |
| | |||||
* | Add symbolizer (for mcode). | Tristan Gingold | 2015-11-19 | 13 | -113/+910 |
| | | | | Display a backtrace in case of failed check or assert failure. | ||||
* | mcode x86: fix regressions. | Tristan Gingold | 2015-11-14 | 7 | -73/+143 |
| | |||||
* | mcode x86: simplify code. | Tristan Gingold | 2015-11-12 | 1 | -9/+9 |
| | |||||
* | mcode x86: enable sse. | Tristan Gingold | 2015-11-12 | 3 | -10/+28 |
| | |||||
* | mcode x86: pass testsuite with sse. | Tristan Gingold | 2015-11-12 | 2 | -127/+220 |
| | |||||
* | mcode x86: wip: sse support. | Tristan Gingold | 2015-11-11 | 10 | -314/+420 |
| | |||||
* | Rewrite of ortho_code-x86-emits. | Tristan Gingold | 2015-11-09 | 1 | -316/+342 |
| | |||||
* | mcode: WIP for sse/sse2 generation. | Tristan Gingold | 2015-11-07 | 3 | -183/+305 |
| | |||||
* | Fix build of mcode utilities. | Tristan Gingold | 2015-11-07 | 1 | -1/+2 |
| | |||||
* | Add mach-O binary file writer. | Tristan Gingold | 2015-09-13 | 3 | -0/+471 |
| | |||||
* | Reimplement table package (used instead of GNAT.Table). | Tristan Gingold | 2015-09-10 | 8 | -41/+32 |
| | |||||
* | mcode: fix alignment of structure (thinko). | Tristan Gingold | 2015-09-02 | 1 | -1/+1 |
| | |||||
* | mcode/binary_file: rename write routines. | Tristan Gingold | 2015-08-31 | 6 | -13/+11 |
| | |||||
* | mcode: fix crash wrt oe_shl. | Tristan Gingold | 2015-08-31 | 1 | -1/+4 |
| | |||||
* | Replace fat accesses by bounds accesses | Tristan Gingold | 2015-08-29 | 2 | -0/+29 |
| | | | | | translate: separate info for signals from object. Improve some error messages. | ||||
* | mcode x86: handle more conversions (i64 <-> u8. b2) | Tristan Gingold | 2015-01-22 | 2 | -47/+92 |
| | |||||
* | ortho_code-x86-abi: add moddi3 intrinsic for jit. | Tristan Gingold | 2015-01-22 | 1 | -0/+7 |
| | |||||
* | ortho_code-x86-abi: display intrinsic names. | Tristan Gingold | 2015-01-22 | 1 | -0/+19 |
| | |||||
* | mcode: fix ticket#32 - spill the right instruction. | Tristan Gingold | 2015-01-13 | 1 | -6/+11 |
| | |||||
* | grt: improve --disp-signals-table output. | Tristan Gingold | 2015-01-12 | 2 | -0/+5 |
| | |||||
* | ortho_mcode: handle u32->i64 conversion. | Tristan Gingold | 2015-01-12 | 2 | -7/+19 |
| | |||||
* | Add requested pragma no_strict_aliasing. | Tristan Gingold | 2014-12-23 | 2 | -2/+2 |
| | |||||
* | ortho_mcode: add assertion. | Tristan Gingold | 2014-11-17 | 1 | -3/+6 |
| | |||||
* | Move sources to src/ subdirectory. | Tristan Gingold | 2014-11-04 | 76 | -0/+24657 |