Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ortho-llvm: avoid generation of unreachable code. | Tristan Gingold | 2015-12-18 | 1 | -11/+23 |
| | |||||
* | Pass signal values to interfaces. 'sigptr' optimization. | Tristan Gingold | 2015-12-18 | 29 | -1293/+1704 |
| | | | | Improve simulation speed by about 20%. | ||||
* | avoid a crash if --elab without -l. | Tristan Gingold | 2015-12-16 | 1 | -0/+4 |
| | |||||
* | openieee: add numeric_std and numeric_bit. | Tristan Gingold | 2015-12-16 | 2 | -1/+54 |
| | |||||
* | Add bind only option (-b) to make command (-m). | Forrest Voight | 2015-12-06 | 1 | -3/+13 |
| | |||||
* | ghdl_simul debugger: handle break on operator, handle end of file. | Tristan Gingold | 2015-12-03 | 4 | -7/+45 |
| | |||||
* | ghdl_simul debugger: add nstmt and fstmt. | Tristan Gingold | 2015-12-03 | 1 | -8/+78 |
| | |||||
* | errorout: fix crash on entity_aspect_entity. | Tristan Gingold | 2015-12-03 | 1 | -2/+11 |
| | |||||
* | Fix elaboration order in case of recursive instantiation. | Tristan Gingold | 2015-12-03 | 1 | -2/+7 |
| | |||||
* | Use github site for reporting problems. | Tristan Gingold | 2015-12-03 | 2 | -2/+2 |
| | |||||
* | ghdl_simul debugger: add auto-repeat. | Tristan Gingold | 2015-11-30 | 1 | -3/+21 |
| | |||||
* | ghdl_simul debugger: handle function call, consider entity declarations. | Tristan Gingold | 2015-11-30 | 3 | -10/+24 |
| | |||||
* | Fix ghdl_simul build. | Tristan Gingold | 2015-11-30 | 4 | -31/+15 |
| | |||||
* | No error message for universal bounds in v93c or relaxed-rules. | Tristan Gingold | 2015-11-30 | 1 | -2/+4 |
| | |||||
* | backtrace: demangle operators. | Tristan Gingold | 2015-11-30 | 1 | -0/+65 |
| | |||||
* | ortho_llvm: add comments. | Tristan Gingold | 2015-11-30 | 1 | -2/+2 |
| | |||||
* | Rework --dir command so that it could display ieee content. | Tristan Gingold | 2015-11-30 | 1 | -18/+10 |
| | | | | Adjust doc. | ||||
* | parse: add comments. | Tristan Gingold | 2015-11-30 | 1 | -0/+16 |
| | |||||
* | Emit a warning for --ieee=synopsys if --std=08 | Tristan Gingold | 2015-11-27 | 3 | -9/+30 |
| | |||||
* | Bump version. | Tristan Gingold | 2015-11-26 | 1 | -2/+2 |
| | |||||
* | Improve error message when ',' is used instead of ';' in interface. | Tristan Gingold | 2015-11-25 | 1 | -1/+8 |
| | |||||
* | Fix a crash on conflict in under interpretation. | Tristan Gingold | 2015-11-24 | 1 | -5/+15 |
| | |||||
* | backtrace: add support for windows and for llvm (via libbacktrace). | Tristan Gingold | 2015-11-22 | 16 | -30/+393 |
| | |||||
* | Add symbolizer (for mcode). | Tristan Gingold | 2015-11-19 | 24 | -147/+1400 |
| | | | | Display a backtrace in case of failed check or assert failure. | ||||
* | Allow concatenation of element whose type is an array with non-static bounds | Tristan Gingold | 2015-11-17 | 1 | -1/+1 |
| | | | | Fix bug24064 | ||||
* | 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 |
| | |||||
* | Fix crash on invalid individual association. | Tristan Gingold | 2015-11-07 | 5 | -470/+545 |
| | |||||
* | 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 |
| | |||||
* | Remove deprecated .version. | Tristan Gingold | 2015-11-07 | 1 | -3/+2 |
| | |||||
* | Do not set suspend flag on foreign procedure. | Tristan Gingold | 2015-11-01 | 1 | -0/+6 |
| | |||||
* | Rework --stop-time to not display a message if simulation is already finished. | Tristan Gingold | 2015-10-31 | 3 | -23/+14 |
| | |||||
* | Rework callbacks, support cocotb. | Tristan Gingold | 2015-10-30 | 26 | -494/+1505 |
| | |||||
* | trans-chap2.adb: fix uninitialized variable. | Tristan Gingold | 2015-10-01 | 1 | -9/+9 |
| | |||||
* | Fix build of jumps.c on i386/linux. | Tristan Gingold | 2015-09-30 | 1 | -3/+9 |
| | |||||
* | Fix regression from states. | Tristan Gingold | 2015-09-26 | 2 | -43/+52 |
| | | | | Fix ticket96. | ||||
* | Remove unused files. | Tristan Gingold | 2015-09-26 | 2 | -13/+0 |
| | |||||
* | Fix crash for access type in aggregate. | Tristan Gingold | 2015-09-24 | 1 | -0/+4 |
| | | | | Fix ticket95 | ||||
* | Fix ticket94: default binding indication for component. | Tristan Gingold | 2015-09-24 | 1 | -11/+27 |
| | |||||
* | Fix GRT_EXTRA_LIB, remove grt-arch (unused). | Tristan Gingold | 2015-09-17 | 2 | -14/+7 |
| | |||||
* | trans-rtis: fix uninitialized field (that could result in a crash). | Tristan Gingold | 2015-09-15 | 1 | -10/+8 |
| | |||||
* | grt: add --list-features, and --has-feature | Tristan Gingold | 2015-09-14 | 14 | -19/+93 |
| | |||||
* | Remove unused files (were for stack switching). | Tristan Gingold | 2015-09-13 | 9 | -1905/+0 |
| | |||||
* | Update README and some copyright dates. | Tristan Gingold | 2015-09-13 | 1 | -1/+1 |
| | |||||
* | Add mach-O binary file writer. | Tristan Gingold | 2015-09-13 | 3 | -0/+471 |
| |