aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/config
Commit message (Collapse)AuthorAgeFilesLines
* grt: add a SIGFPE handler for linux x86/64. Fix #2185Tristan Gingold2022-09-021-0/+4
|
* deleted pragma messagesGuiltybyte2022-06-091-2/+0
|
* Only enable backtrace on linux if glibc is presentGuiltybyte2022-06-091-1/+3
|
* Add chkstk-x64 for windows x64Tristan Gingold2022-03-301-0/+49
|
* update license headersumarcor2021-01-147-77/+63
|
* Fix #1524: 'ghdl build produces an executable with RWX sections'Erik Zscheile2020-11-271-0/+4
|
* win32: add fprintf to grt_save_backtrace (#1516)eine2020-11-211-0/+8
| | | Co-authored-by: eine <eine@users.noreply.github.com>
* disable backtrace on android (#1142)umarcor2020-02-191-1/+1
|
* grt: also distinguish overflow from null access on linux x86-64Tristan Gingold2016-12-231-1/+1
| | | | Fix #232
* win32.c: install SEH handler only on i386Tristan Gingold2016-11-061-3/+9
|
* A first changeset for MinGW32 and MinGW64 to compile GHDL with mcode and ↵Patrick Lehmann2016-06-301-2/+2
| | | | llvm backend on Windows x86-64.
* Always execute finalizers and end hooks after simulation.Tristan Gingold2016-03-191-1/+1
| | | | Fix for issue45.
* Pass signal values to interfaces. 'sigptr' optimization.Tristan Gingold2015-12-181-167/+0
| | | | Improve simulation speed by about 20%.
* backtrace: add support for windows and for llvm (via libbacktrace).Tristan Gingold2015-11-223-9/+79
|
* Add symbolizer (for mcode).Tristan Gingold2015-11-193-25/+136
| | | | Display a backtrace in case of failed check or assert failure.
* Remove deprecated .version.Tristan Gingold2015-11-071-3/+2
|
* Fix build of jumps.c on i386/linux.Tristan Gingold2015-09-301-3/+9
|
* Remove unused files (were for stack switching).Tristan Gingold2015-09-139-1905/+0
|
* Adjust windows code.Tristan Gingold2015-09-121-0/+1
|
* Tentatively fix win32 support.Tristan Gingold2015-09-122-135/+24
|
* Suppress stack switching; save process state in secondary stack.Tristan Gingold2015-09-042-0/+226
|
* Initial support of DragonFly.Tristan Gingold2015-06-071-1/+1
|
* amd64.S: add a null-frame.Tristan Gingold2014-11-191-23/+30
|
* linux.c: fix typos, disable builting sjlj for clang.Tristan Gingold2014-11-141-3/+3
|
* Use _setjmp/_longjmp instead of setjmp/longjmp (much faster).Tristan Gingold2014-11-081-5/+37
|
* Move files and dirs from translate/Tristan Gingold2014-11-0514-0/+2449