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 |
| | |||||
* | update project file. | Tristan Gingold | 2015-12-16 | 1 | -3/+1 |
| | |||||
* | openieee: add generated files. | Tristan Gingold | 2015-12-16 | 8 | -0/+11342 |
| | |||||
* | openieee: add numeric_std and numeric_bit. | Tristan Gingold | 2015-12-16 | 17 | -16/+2021 |
| | |||||
* | Merge pull request #6 from sylphase/make_bind_only | tgingold | 2015-12-07 | 1 | -3/+13 |
|\ | | | | | Add bind only option (-b) to make command (-m). | ||||
| * | Add bind only option (-b) to make command (-m). | Forrest Voight | 2015-12-06 | 1 | -3/+13 |
|/ | |||||
* | Update NEWS. | Tristan Gingold | 2015-12-03 | 1 | -2/+3 |
| | |||||
* | 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 |
| | |||||
* | Add (but disable) a new test in issue2. | Tristan Gingold | 2015-12-03 | 3 | -0/+479 |
| | |||||
* | Add issue tests from github in the testsuite. | Tristan Gingold | 2015-12-03 | 2 | -1/+7 |
| | |||||
* | Use github site for reporting problems. | Tristan Gingold | 2015-12-03 | 4 | -4/+4 |
| | |||||
* | Update NEWS file. | Tristan Gingold | 2015-12-03 | 1 | -0/+13 |
| | |||||
* | Add .gdbinit | Tristan Gingold | 2015-12-03 | 1 | -0/+71 |
| | |||||
* | Add vendor specific library compile scripts for linux. | Tristan Gingold | 2015-12-03 | 15 | -63/+2314 |
| | | | | Merge branch from Paebbels. | ||||
* | 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 | 2 | -47/+40 |
| | | | | Adjust doc. | ||||
* | parse: add comments. | Tristan Gingold | 2015-11-30 | 1 | -0/+16 |
| | |||||
* | Add testcase for previous patch. | Tristan Gingold | 2015-11-27 | 2 | -0/+17 |
| | |||||
* | Emit a warning for --ieee=synopsys if --std=08 | Tristan Gingold | 2015-11-27 | 3 | -9/+30 |
| | |||||
* | Fix compile.ps1 (for backtraces). | Tristan Gingold | 2015-11-26 | 1 | -0/+1 |
| | |||||
* | Add testcase for issue2. | Tristan Gingold | 2015-11-26 | 3 | -0/+356 |
| | |||||
* | Bump version. | Tristan Gingold | 2015-11-26 | 1 | -2/+2 |
| | |||||
* | Windows: add backtraces in dist/mcode. | Tristan Gingold | 2015-11-26 | 2 | -0/+5 |
| | |||||
* | Improve error message when ',' is used instead of ';' in interface. | Tristan Gingold | 2015-11-25 | 1 | -1/+8 |
| | |||||
* | Update .gitignore | Tristan Gingold | 2015-11-25 | 1 | -0/+11 |
| | |||||
* | Add vendor specific compile scripts (from Patrick Lehmann). | Tristan Gingold | 2015-11-25 | 9 | -0/+1655 |
| | | | | | | | | for: Altera Quartus-II (tested with 15.0), Xilinx ISE (tested with 14.7) Xilinx Vivado vunit OSVVM. | ||||
* | Add reproducer for previous crash. | Tristan Gingold | 2015-11-25 | 3 | -0/+28 |
| | |||||
* | Fix a crash on conflict in under interpretation. | Tristan Gingold | 2015-11-24 | 1 | -5/+15 |
| | |||||
* | doc: add dependency on conf.py, remove ghdl.html | Tristan Gingold | 2015-11-24 | 2 | -2048/+3 |
| | | | | Due to use of css, better to view doc from the web. | ||||
* | doc: use default theme for html. | Tristan Gingold | 2015-11-24 | 1 | -1/+2 |
| | |||||
* | doc: generate ghdl.html and ghdl.texi | Tristan Gingold | 2015-11-24 | 3 | -0/+5226 |
| | |||||
* | Convert documentation to sphinx. | Tristan Gingold | 2015-11-24 | 12 | -5623/+2781 |
| | |||||
* | backtrace: add support for windows and for llvm (via libbacktrace). | Tristan Gingold | 2015-11-22 | 22 | -60/+462 |
| | |||||
* | Add symbolizer (for mcode). | Tristan Gingold | 2015-11-19 | 24 | -147/+1400 |
| | | | | Display a backtrace in case of failed check or assert failure. | ||||
* | Update README | tgingold | 2015-11-18 | 1 | -0/+11 |
| | |||||
* | Add reproducer for bug24064 | Tristan Gingold | 2015-11-17 | 3 | -0/+1082 |
| | |||||
* | 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 |
| |