| Commit message (Expand) | Author | Age | Files | Lines |
* | Typos in comments [ci skip] | Gabor Greif | 2017-04-05 | 1 | -2/+2 |
* | rts: Fix lingering #ifs | Ben Gamari | 2017-04-04 | 5 | -8/+8 |
* | Enable new warning for fragile/incorrect CPP #if usage | Erik de Castro Lopo | 2017-04-05 | 16 | -37/+43 |
* | rts: Make out-of-memory errors more consistent | Ben Gamari | 2017-04-02 | 2 | -2/+2 |
* | Report heap overflow in the same way as stack overflow | Simon Marlow | 2017-04-02 | 6 | -20/+22 |
* | rts: print incorrect prev_what_next | Sergei Trofimovich | 2017-04-01 | 1 | -1/+1 |
* | Various patches to support android cross compilation | Moritz Angermann | 2017-03-29 | 1 | -3/+7 |
* | Fix #13433 | Simon Marlow | 2017-03-28 | 1 | -4/+17 |
* | Spelling in comments only [ci skip] | Gabor Greif | 2017-03-28 | 3 | -7/+7 |
* | Don't redefine typedef names | Gabor Greif | 2017-03-27 | 1 | -4/+4 |
* | Adds aarch64 linker for mach-o files. | Moritz Angermann | 2017-03-26 | 1 | -27/+721 |
* | Refactor MachO.c | Moritz Angermann | 2017-03-26 | 1 | -251/+183 |
* | Add ocInit_MachO | Moritz Angermann | 2017-03-26 | 4 | -4/+93 |
* | rts linker: Introduce MachOTypes | Moritz Angermann | 2017-03-26 | 3 | -2/+165 |
* | Make mmap r+w only during preload for iOS. | Moritz Angermann | 2017-03-26 | 1 | -1/+18 |
* | Drop dead code in rts/{Prelude.h,package.conf.in} | Moritz Angermann | 2017-03-26 | 2 | -54/+57 |
* | rts: Fix stat output on 32-bit platforms | Ben Gamari | 2017-03-26 | 1 | -25/+33 |
* | linker: fix OpenBSD build failure, EM_PPC64 is not defined there | Sergei Trofimovich | 2017-03-26 | 1 | -0/+2 |
* | Fix Windows x86 build | Tamar Christina | 2017-03-20 | 1 | -0/+2 |
* | Typos in manual and comments [ci skip] | Gabor Greif | 2017-03-17 | 1 | -1/+1 |
* | Allow iOS to load archives through the linker | Moritz Angermann | 2017-03-03 | 1 | -5/+8 |
* | Extend Windows runtime loader libsearch | Tamar Christina | 2017-03-02 | 1 | -1/+4 |
* | SymbolExtras: A bit of spring cleaning | Ben Gamari | 2017-03-02 | 2 | -11/+9 |
* | rts: Fix build | Ben Gamari | 2017-02-28 | 1 | -0/+1 |
* | Drop copy step from the rts/ghc.mk | Moritz Angermann | 2017-02-28 | 3 | -12/+9 |
* | rts: Allow profile output path to be specified on RTS command line | Ben Gamari | 2017-02-28 | 2 | -22/+31 |
* | configure: detect whether -lpthreads is necessary for pthreads | Ben Gamari | 2017-02-28 | 1 | -0/+2 |
* | rts: Usage message wibbles | Ben Gamari | 2017-02-26 | 1 | -1/+1 |
* | Make list of deprecated symbols on Windows weak. | Tamar Christina | 2017-02-26 | 3 | -7/+14 |
* | Load dependent dlls. | Tamar Christina | 2017-02-26 | 1 | -63/+106 |
* | base: Add handling of -- to getArgs for Windows | Andreas Klebinger | 2017-02-23 | 1 | -1/+8 |
* | rts: Correct the nursery size in the gen 1 growth computation | John C. Carey | 2017-02-23 | 1 | -1/+13 |
* | JSON profiler reports | Ben Gamari | 2017-02-23 | 5 | -21/+185 |
* | Spelling only [ci skip] | Gabor Greif | 2017-02-23 | 1 | -1/+1 |
* | Typos [ci skip] | Gabor Greif | 2017-02-15 | 2 | -2/+2 |
* | Fix ExtraSymbols jump table on Windows. | Tamar Christina | 2017-02-14 | 1 | -16/+21 |
* | Expand list of always loaded Windows shared libs | Tamar Christina | 2017-02-14 | 1 | -0/+6 |
* | Typecast covers entire expression to fix format warning. | bollu | 2017-02-14 | 1 | -10/+15 |
* | Apply SplitSections to all C compilations | Simon Brenner | 2017-02-11 | 1 | -4/+0 |
* | rts/Profiling: Factor out report generation | Ben Gamari | 2017-02-11 | 4 | -318/+374 |
* | rts/Profiling: Kill a few globals and add consts | Ben Gamari | 2017-02-11 | 2 | -51/+70 |
* | Spelling in comments [ci skip] | Gabor Greif | 2017-02-10 | 1 | -1/+1 |
* | Fix stop_thread unwinding information | Ben Gamari | 2017-02-08 | 2 | -8/+12 |
* | Cmm: Add support for undefined unwinding statements | Ben Gamari | 2017-02-08 | 1 | -0/+2 |
* | Generalize CmmUnwind and pass unwind information through NCG | Ben Gamari | 2017-02-08 | 1 | -2/+2 |
* | Fix comment (old file names) in rts/ | Takenobu Tani | 2017-02-04 | 7 | -8/+8 |
* | Ditch static flags | Sylvain Henry | 2017-02-02 | 1 | -2/+0 |
* | Add support for StaticPointers in GHCi | Ben Gamari | 2017-02-02 | 2 | -4/+9 |
* | Abstract over the way eventlogs are flushed | alexbiehl | 2017-01-31 | 5 | -81/+194 |
* | Slighly clean up symbol loading error. | Tamar Christina | 2017-01-30 | 2 | -3/+6 |