Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | grt: add a SIGFPE handler for linux x86/64. Fix #2185 | Tristan Gingold | 2022-09-02 | 1 | -0/+4 |
| | |||||
* | deleted pragma messages | Guiltybyte | 2022-06-09 | 1 | -2/+0 |
| | |||||
* | Only enable backtrace on linux if glibc is present | Guiltybyte | 2022-06-09 | 1 | -1/+3 |
| | |||||
* | Add chkstk-x64 for windows x64 | Tristan Gingold | 2022-03-30 | 1 | -0/+49 |
| | |||||
* | update license headers | umarcor | 2021-01-14 | 7 | -77/+63 |
| | |||||
* | Fix #1524: 'ghdl build produces an executable with RWX sections' | Erik Zscheile | 2020-11-27 | 1 | -0/+4 |
| | |||||
* | win32: add fprintf to grt_save_backtrace (#1516) | eine | 2020-11-21 | 1 | -0/+8 |
| | | | Co-authored-by: eine <eine@users.noreply.github.com> | ||||
* | disable backtrace on android (#1142) | umarcor | 2020-02-19 | 1 | -1/+1 |
| | |||||
* | grt: also distinguish overflow from null access on linux x86-64 | Tristan Gingold | 2016-12-23 | 1 | -1/+1 |
| | | | | Fix #232 | ||||
* | win32.c: install SEH handler only on i386 | Tristan Gingold | 2016-11-06 | 1 | -3/+9 |
| | |||||
* | A first changeset for MinGW32 and MinGW64 to compile GHDL with mcode and ↵ | Patrick Lehmann | 2016-06-30 | 1 | -2/+2 |
| | | | | llvm backend on Windows x86-64. | ||||
* | Always execute finalizers and end hooks after simulation. | Tristan Gingold | 2016-03-19 | 1 | -1/+1 |
| | | | | Fix for issue45. | ||||
* | Pass signal values to interfaces. 'sigptr' optimization. | Tristan Gingold | 2015-12-18 | 1 | -167/+0 |
| | | | | Improve simulation speed by about 20%. | ||||
* | backtrace: add support for windows and for llvm (via libbacktrace). | Tristan Gingold | 2015-11-22 | 3 | -9/+79 |
| | |||||
* | Add symbolizer (for mcode). | Tristan Gingold | 2015-11-19 | 3 | -25/+136 |
| | | | | Display a backtrace in case of failed check or assert failure. | ||||
* | Remove deprecated .version. | Tristan Gingold | 2015-11-07 | 1 | -3/+2 |
| | |||||
* | Fix build of jumps.c on i386/linux. | Tristan Gingold | 2015-09-30 | 1 | -3/+9 |
| | |||||
* | Remove unused files (were for stack switching). | Tristan Gingold | 2015-09-13 | 9 | -1905/+0 |
| | |||||
* | Adjust windows code. | Tristan Gingold | 2015-09-12 | 1 | -0/+1 |
| | |||||
* | Tentatively fix win32 support. | Tristan Gingold | 2015-09-12 | 2 | -135/+24 |
| | |||||
* | Suppress stack switching; save process state in secondary stack. | Tristan Gingold | 2015-09-04 | 2 | -0/+226 |
| | |||||
* | Initial support of DragonFly. | Tristan Gingold | 2015-06-07 | 1 | -1/+1 |
| | |||||
* | amd64.S: add a null-frame. | Tristan Gingold | 2014-11-19 | 1 | -23/+30 |
| | |||||
* | linux.c: fix typos, disable builting sjlj for clang. | Tristan Gingold | 2014-11-14 | 1 | -3/+3 |
| | |||||
* | Use _setjmp/_longjmp instead of setjmp/longjmp (much faster). | Tristan Gingold | 2014-11-08 | 1 | -5/+37 |
| | |||||
* | Move files and dirs from translate/ | Tristan Gingold | 2014-11-05 | 14 | -0/+2449 |