| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | add support for STG floating-point regs using VFPv3 | Karel Gardas | 2011-08-10 | 1 | -0/+2 |
* | make StgReturn and cas functions Thumb friendly | Karel Gardas | 2011-08-10 | 1 | -3/+12 |
* | Stephen Blackheath's GHC/ARM registerised port | Karel Gardas | 2011-08-10 | 1 | -0/+50 |
* | Fix Windows breakage (#5322). When I modified StgRun to use the pure | Simon Marlow | 2011-07-18 | 1 | -0/+12 |
* | oops, fix the x86 version of the code in here. I validated on the | Simon Marlow | 2011-06-27 | 1 | -1/+1 |
* | Keep the C stack pointer 16-byte aligned on all x86 platforms, not just Mac O... | Simon Marlow | 2011-06-27 | 1 | -25/+29 |
* | Change some TARGET tests to HOST tests in the RTS | Ian Lynagh | 2010-07-13 | 1 | -1/+1 |
* | RTS tidyup sweep, first phase | Simon Marlow | 2009-08-02 | 1 | -3/+1 |
* | Do not #include external header files when compiling via C | Simon Marlow | 2008-04-02 | 1 | -0/+2 |
* | Fix the IF_DEBUG(interpreter in StgCRun.c | Ian Lynagh | 2007-08-25 | 1 | -2/+0 |
* | save two more FP registers on ia64 | red5_2@hotmail.com | 2007-03-27 | 1 | -4/+8 |
* | mangler and runtime updates for gcc 4 on ia64 | red5_2@hotmail.com | 2007-03-18 | 1 | -12/+31 |
* | Initial support for x86_64-darwin | wolfgang.thaller@gmx.net | 2006-11-27 | 1 | -3/+9 |