summaryrefslogtreecommitdiff
path: root/src/grt/config
AgeCommit message (Expand)Author
2015-12-18Pass signal values to interfaces. 'sigptr' optimization.Tristan Gingold
2015-11-22backtrace: add support for windows and for llvm (via libbacktrace).Tristan Gingold
2015-11-19Add symbolizer (for mcode).Tristan Gingold
2015-11-07Remove deprecated .version.Tristan Gingold
2015-09-30Fix build of jumps.c on i386/linux.Tristan Gingold
2015-09-13Remove unused files (were for stack switching).Tristan Gingold
2015-09-12Adjust windows code.Tristan Gingold
2015-09-12Tentatively fix win32 support.Tristan Gingold
2015-09-04Suppress stack switching; save process state in secondary stack.Tristan Gingold
2015-06-07Initial support of DragonFly.Tristan Gingold
2014-11-19amd64.S: add a null-frame.Tristan Gingold
2014-11-14linux.c: fix typos, disable builting sjlj for clang.Tristan Gingold
2014-11-08Use _setjmp/_longjmp instead of setjmp/longjmp (much faster).Tristan Gingold
2014-11-05Move files and dirs from translate/Tristan Gingold