| Commit message (Expand) | Author | Age | Files | Lines |
* | Restore Xmm registers properly in StgCRun.c | klebinger.andreas@gmx.at | 2019-04-04 | 1 | -9/+9 |
* | RTS: Use ELF v1 convention on all powerpc64 systems | Peter Trommler | 2019-01-17 | 1 | -5/+0 |
* | PPC NCG: Remove Darwin support | Peter Trommler | 2019-01-01 | 1 | -40/+0 |
* | StgCRun: Disable unwinding on Darwin | Ben Gamari | 2018-12-17 | 1 | -2/+12 |
* | Revert "rts: Use .cfi_{start|end}proc directives" | Ben Gamari | 2018-06-17 | 1 | -18/+1 |
* | rts: Use .cfi_{start|end}proc directives | Ben Gamari | 2018-06-16 | 1 | -1/+18 |
* | Fix unwinding of C -> Haskell FFI calls with -threaded (2nd try) | Bartosz Nitka | 2018-05-17 | 1 | -10/+190 |
* | Revert "Fix unwinding of C -> Haskell FFI calls with -threaded" | Bartosz Nitka | 2018-05-12 | 1 | -165/+10 |
* | Fix unwinding of C -> Haskell FFI calls with -threaded | Bartosz Nitka | 2018-05-11 | 1 | -10/+165 |
* | Mark xmm6 as caller saved in the register allocator for windows. | klebinger.andreas@gmx.at | 2018-01-31 | 1 | -5/+28 |
* | Fix Windows stack allocations. | Tamar Christina | 2018-01-26 | 1 | -5/+11 |
* | Get rid of some stuttering in comments and docs | Gabor Greif | 2017-12-19 | 1 | -1/+1 |
* | Prefer #if defined to #ifdef | Ben Gamari | 2017-04-28 | 1 | -12/+12 |
* | Fix stop_thread unwinding information | Ben Gamari | 2017-02-08 | 1 | -5/+1 |
* | Typos in comments only [ci skip] | Gabor Greif | 2016-11-28 | 1 | -1/+1 |
* | Adds x86_64-apple-darwin14 target. | Moritz Angermann | 2016-07-05 | 1 | -2/+2 |
* | Add NCG support for AIX/ppc32 | Herbert Valerio Riedel | 2016-03-24 | 1 | -1/+5 |
* | StgStartup: Setup unwinding for stg_stop_thread | Ben Gamari | 2015-11-01 | 1 | -0/+2 |
* | Fix incorrect stack pointer usage in StgRun() on x86_64 | Ben Gamari | 2015-08-03 | 1 | -11/+10 |
* | Implement PowerPC 64-bit native code backend for Linux | Peter Trommler | 2015-07-03 | 1 | -1/+9 |
* | rts: Fix typo in comment | Erik de Castro Lopo | 2015-05-24 | 1 | -2/+2 |
* | RTS : Fix StgRun for aarch64-linux (#9935). | Erik de Castro Lopo | 2015-01-27 | 1 | -8/+10 |
* | arm64: 64bit iOS and SMP support (#7942) | Luke Iannini | 2014-11-19 | 1 | -10/+22 |
* | Revert "rts: add Emacs 'Local Variables' to every .c file" | Simon Marlow | 2014-09-29 | 1 | -8/+0 |
* | rts: add Emacs 'Local Variables' to every .c file | Austin Seipp | 2014-07-28 | 1 | -0/+8 |
* | ghc: initial AArch64 patches | Colin Watson | 2014-04-21 | 1 | -0/+66 |
* | Add support for iOS simulator (issue #8152). | Austin Seipp | 2013-08-24 | 1 | -1/+1 |
* | Fix build on Windows | Ian Lynagh | 2013-04-28 | 1 | -0/+4 |
* | Fix mismatched visibility of assembler impls of StgRun | Ian Lynagh | 2013-04-27 | 1 | -8/+25 |
* | ios fix from Stephen Blackheath; part of #7707 | Ian Lynagh | 2013-03-02 | 1 | -0/+2 |
* | Use 'r11' rather than 'fp' on Arm; part of #7707 | Ian Lynagh | 2013-03-02 | 1 | -3/+3 |
* | Use .globl rather than .global on arm; part of #7707 | Ian Lynagh | 2013-03-02 | 1 | -1/+1 |
* | Fix typos | Ian Lynagh | 2012-11-01 | 1 | -1/+1 |
* | Fix rsp alignment on Win64 | Ian Lynagh | 2012-03-24 | 1 | -1/+1 |
* | Fix caller/callee register saving on Win64 | Ian Lynagh | 2012-03-23 | 1 | -5/+22 |
* | Use win32AllocStack on Win64 too | Ian Lynagh | 2012-03-19 | 1 | -12/+12 |
* | Fix the registers used in StgRun on Win64 | Ian Lynagh | 2012-03-19 | 1 | -0/+8 |
* | Fixes for the threaded RTS on Win64 | Ian Lynagh | 2012-03-18 | 1 | -0/+8 |
* | fix ARM StgCRun to not save and restore r11/fp register twice | Karel Gardas | 2012-02-16 | 1 | -2/+2 |
* | fix ARM's StgCRun clobbered register list for both ARM and Thumb modes | Karel Gardas | 2012-02-16 | 1 | -1/+15 |
* | ARM StgRun: Ensure r11 state is preserved | Ben Gamari | 2012-02-07 | 1 | -3/+3 |
* | Fix register clobber list in StgRun for ARM | Ben Gamari | 2012-01-30 | 1 | -1/+1 |
* | Fix for unregisterised compilation: we want registers when defined(USE_MINIIN... | Simon Marlow | 2012-01-05 | 1 | -1/+1 |
* | Hide STG register declarations for LLVM C compilers | David M Peixotto | 2011-12-19 | 1 | -0/+12 |
* | Remove registerised code for dead architectures: mips, ia64, alpha, | David Terei | 2011-11-22 | 1 | -378/+4 |
* | Better documentation for stack alignment design | David Terei | 2011-11-17 | 1 | -41/+41 |
* | Tabs -> Spaces + formatting fixes | David Terei | 2011-11-17 | 1 | -395/+387 |
* | Fix #4211: No need to fixup stack using mangler on OSX | David Terei | 2011-11-17 | 1 | -1/+1 |
* | Change stack alignment to 16+8 bytes in STG code | David M Peixotto | 2011-11-01 | 1 | -20/+26 |
* | ARMv5 compatibility for registerized runtime changes. | Stephen Blackheath | 2011-08-10 | 1 | -0/+4 |