| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused ghc-frontpanel.glade file | Austin Seipp | 2013-08-23 | 1 | -1622/+0 |
* | Fix build for i386/windows. | Austin Seipp | 2013-08-23 | 1 | -2/+7 |
* | Strings and comments only: 'to to ' fixes | Gabor Greif | 2013-08-22 | 1 | -1/+1 |
* | Remove DYNAMIC_GHC_PROGRAMS tests in the linker | Simon Marlow | 2013-08-22 | 2 | -22/+0 |
* | Really unload object code when it is safe to do so (#8039) | Simon Marlow | 2013-08-22 | 5 | -17/+419 |
* | Add a missing untag to the non-updatable selector thunks (#7978) | Simon Marlow | 2013-08-13 | 1 | -2/+2 |
* | Fix bug in readMVar implementation: keep clean MVars clean. | Edward Z. Yang | 2013-07-17 | 1 | -2/+2 |
* | adding FastString.string_table to the sharedCAF/Globals.c mechanism | Nicolas Frisby | 2013-07-16 | 2 | -2/+15 |
* | Rename atomicReadMVar and friends to readMVar. | Edward Z. Yang | 2013-07-12 | 3 | -18/+18 |
* | Implement tryAtomicReadMVar#. | Edward Z. Yang | 2013-07-10 | 2 | -0/+17 |
* | Don't call dirty_MVAR on atomicReadMVar unless we change the MVar. | Edward Z. Yang | 2013-07-10 | 1 | -4/+4 |
* | Add LOCK_CLOSURE macro for use in C--, which inlines the capability check. | Edward Z. Yang | 2013-07-10 | 1 | -48/+8 |
* | Implement atomicReadMVar, fixing #4001. | Edward Z. Yang | 2013-07-09 | 12 | -6/+122 |
* | Fix segfault with STM; fixes #8035. Patch from errge. | Ian Lynagh | 2013-07-07 | 1 | -1/+13 |
* | Fix build on Win64 | Ian Lynagh | 2013-07-02 | 1 | -11/+7 |
* | Fix #7970, #2161, unfix #551 | Simon Marlow | 2013-07-02 | 1 | -48/+52 |
* | Fix dynlib paths in the RTS too; part of #7833 | Ian Lynagh | 2013-06-22 | 1 | -0/+1 |
* | Ensure gc_type is StgWord8. | Austin Seipp | 2013-06-21 | 1 | -1/+1 |
* | Ensure gc_thread->wakeup is of type StgWord8. | Austin Seipp | 2013-06-21 | 1 | -1/+1 |
* | Don't use -finline-limit with Clang. | Austin Seipp | 2013-06-21 | 1 | -0/+2 |
* | Initialize ptr to NULL to silence Clang warning. | Austin Seipp | 2013-06-20 | 1 | -1/+1 |
* | Fix rts/package.conf.in ld-options for Clang. | Austin Seipp | 2013-06-20 | 1 | -78/+78 |
* | Re-untabify rts/packages.conf.in | Austin Seipp | 2013-06-19 | 1 | -25/+25 |
* | Revert "Fix rts/packages.conf.in ld-options for clang." | Austin Seipp | 2013-06-19 | 1 | -78/+78 |
* | Revert "Untabify rts/packages.conf.in" | Austin Seipp | 2013-06-19 | 1 | -25/+25 |
* | Revert "Actually fix rts/packages.conf.in ld-options." | Austin Seipp | 2013-06-19 | 1 | -78/+78 |
* | Fix typo in header guard. | Austin Seipp | 2013-06-19 | 1 | -1/+1 |
* | Actually fix rts/packages.conf.in ld-options. | Austin Seipp | 2013-06-18 | 1 | -78/+78 |
* | Untabify rts/packages.conf.in | Austin Seipp | 2013-06-18 | 1 | -25/+25 |
* | Fix rts/packages.conf.in ld-options for clang. | Austin Seipp | 2013-06-18 | 1 | -78/+78 |
* | Optimise lockClosure when n_capabilities == 1; fixes #693 | Ian Lynagh | 2013-06-15 | 1 | -4/+24 |
* | Whitespace and braces only | Ian Lynagh | 2013-06-15 | 1 | -4/+5 |
* | Add braces for clarity | Ian Lynagh | 2013-06-15 | 1 | -1/+2 |
* | Maintain per-generation lists of weak pointers (#7847) | Takano Akio | 2013-06-15 | 9 | -109/+157 |
* | Check for a weak pointer being dead before we do any allocation for it | Ian Lynagh | 2013-06-15 | 1 | -8/+8 |
* | Allow multiple C finalizers to be attached to a Weak# | Takano Akio | 2013-06-15 | 7 | -88/+84 |
* | Optimization for takeMVar/putMVar when MVar left empty; fixes #7923 | Ian Lynagh | 2013-06-15 | 1 | -20/+29 |
* | Cleaning fixes, and other build system tweaks; part of #7941 | Ian Lynagh | 2013-06-14 | 1 | -6/+6 |
* | Fix a comment | Ian Lynagh | 2013-06-09 | 1 | -3/+1 |
* | Whitespace only | Ian Lynagh | 2013-06-09 | 1 | -124/+124 |
* | use libffi for iOS adjustors; fixes #7718 | Ian Lynagh | 2013-06-08 | 1 | -4/+54 |
* | Implement cardinality analysis | Simon Peyton Jones | 2013-06-06 | 2 | -11/+12 |
* | Fix crash with large objects (#7919) | Simon Marlow | 2013-05-24 | 1 | -14/+44 |
* | Fix a problem caused by very large objects (#7919) | Simon Marlow | 2013-05-21 | 1 | -5/+12 |
* | Expose __word_encode{Float,Double}; fixes integer-simple build | Ian Lynagh | 2013-05-19 | 1 | -3/+1 |
* | Remove unused __2Int_encodeDouble | Ian Lynagh | 2013-05-19 | 3 | -25/+0 |
* | Move the genSym stuff from rts into compiler | Ian Lynagh | 2013-05-17 | 2 | -21/+0 |
* | Kill dead code. | Austin Seipp | 2013-05-12 | 5 | -993/+114 |
* | Make sure the RTS is built, even when no programs are being built with stage1 | Ian Lynagh | 2013-05-10 | 1 | -1/+1 |
* | rts_checkSchedStatus: exit the thread, not the process, when Interrupted | Simon Marlow | 2013-05-10 | 1 | -1/+10 |