2013-10-05 |
Krzysztof Gogolewski | Remove deprecated _scc_ (#8170) |
tree | commitdiff |
2013-10-03 |
Edward Z. Yang | s/pathalogical/pathological/ |
tree | commitdiff |
2013-10-03 |
Edward Z. Yang | s/Heep/Heap/ |
tree | commitdiff |
2013-10-03 |
Simon Peyton Jones | Tiny comment on the change from StgWord8 to StgWord |
tree | commitdiff |
2013-10-02 |
Patrick Palka | Initialize gc_thread.mut_spin to the 'acquired' state |
tree | commitdiff |
2013-10-01 |
Simon Marlow | comment update |
tree | commitdiff |
2013-10-01 |
Simon Marlow | Globally replace "hackage.haskell.org" with "ghc.haskel... |
tree | commitdiff |
2013-10-01 |
Simon Marlow | use StgWord not StgWord8 for wakeup |
tree | commitdiff |
2013-10-01 |
Simon Marlow | use a nat, not StgWord8, for gc_type |
tree | commitdiff |
2013-10-01 |
Simon Marlow | Remove use of R9, and fix associated bugs |
tree | commitdiff |
2013-09-24 |
Gabor Greif | Typo in comment |
tree | commitdiff |
2013-09-23 |
Patrick Palka | Fix build when PROF_SPIN is unset |
tree | commitdiff |
2013-09-23 |
Simon Marlow | Fix linker_unload now that we are running constructors... |
tree | commitdiff |
2013-09-23 |
Geoffrey Mainland | Merge branch 'wip/simd' |
tree | commitdiff |
2013-09-23 |
Geoffrey Mainland | Add support for 512-bit-wide vectors. |
tree | commitdiff |
2013-09-23 |
Geoffrey Mainland | Add support for 256-bit-wide vectors. |
tree | commitdiff |
2013-09-18 |
Edward Z. Yang | Suppress unused variable when OS does not support setuid. |
tree | commitdiff |
2013-09-17 |
Edward Z. Yang | Add warning comment about Mach-O section name hack. |
tree | commitdiff |
2013-09-17 |
Edward Z. Yang | Implement ctors support for Linux. |
tree | commitdiff |
2013-09-16 |
Edward Z. Yang | Run ctors initializers backwards, see #5435. |
tree | commitdiff |
2013-09-16 |
Edward Z. Yang | Distinguish between hs-main cases when giving rtsopts... |
tree | commitdiff |
2013-09-15 |
Austin Seipp | Fix freeHaskellFunPtr crash on iOS. |
tree | commitdiff |
2013-09-14 |
Simon Marlow | add stg_MUT_VAR_CLEAN_info and stg_MUT_VAR_DIRTY_info... |
tree | commitdiff |
2013-09-14 |
Austin Seipp | Nuke tabs in rts/posix/OSMem.c |
tree | commitdiff |
2013-09-14 |
Austin Seipp | Fix getPageSize to actually cache the page size. |
tree | commitdiff |
2013-09-14 |
Edward Z. Yang | Implement __mod_init_func for Mach-O. Finishes support... |
tree | commitdiff |
2013-09-14 |
Edward Z. Yang | Implement .ctor support for PEi386. |
tree | commitdiff |
2013-09-13 |
Edward Z. Yang | Implement .init/.init_array support for ELF. |
tree | commitdiff |
2013-09-13 |
Simon Peyton Jones | Missing printf path format change |
tree | commitdiff |
2013-09-13 |
Austin Seipp | Fix static GHCi build (#8270) |
tree | commitdiff |
2013-09-12 |
Jan Stolarek | Add missing semicolon in rts/Linker.c (#8271) |
tree | commitdiff |
2013-09-09 |
Patrick Palka | Merge branch 'ghc-parmake-gsoc' (#910) |
tree | commitdiff |
2013-09-09 |
Patrick Palka | Merge remote-tracking branch 'origin/master' into ghc... |
tree | commitdiff |
2013-09-08 |
Austin Seipp | Revert "Default to infinite stack size (#8189)" |
tree | commitdiff |
2013-09-08 |
Takano Akio | Avoid allocating while holding a lock (#8242) |
tree | commitdiff |
2013-09-08 |
Austin Seipp | Default to infinite stack size (#8189) |
tree | commitdiff |
2013-09-07 |
Edward Z. Yang | Record PAP allocation to CCCS. |
tree | commitdiff |
2013-09-06 |
Patrick Palka | Merge remote-tracking branch 'origin/master' into ghc... |
tree | commitdiff |
2013-09-06 |
Edward Z. Yang | Windows: load eh_frame as rodata, fixes #8237 |
tree | commitdiff |
2013-09-05 |
Edward Z. Yang | Ignore drectve sections, partially fixing #7056 |
tree | commitdiff |
2013-09-04 |
Patrick Palka | Merge remote-tracking branch 'origin/master' into ghc... |
tree | commitdiff |
2013-09-04 |
Simon Marlow | Don't refer to oc->next after freeing oc. |
tree | commitdiff |
2013-09-04 |
Simon Marlow | Fix printf formats for pathchar on Windows (where it... |
tree | commitdiff |
2013-09-04 |
Simon Marlow | Don't move Capabilities in setNumCapabilities (#8209) |
tree | commitdiff |
2013-08-31 |
Ryan Newton | minor: remove tabs from file |
tree | commitdiff |
2013-08-31 |
Ryan Newton | Merge branch 'master' into atomics |
tree | commitdiff |
2013-08-30 |
Patrick Palka | Merge branch 'master' into ghc-parmake-gsoc |
tree | commitdiff |
2013-08-29 |
Reid Barton | Treat EPERM error from mmap as an OOM (#7500) |
tree | commitdiff |
2013-08-29 |
Austin Seipp | Revert "Check for integer overflow in osGetMBlocks" |
tree | commitdiff |
2013-08-29 |
Austin Seipp | Revert "Paranoid integer overflow check in my_mmap" |
tree | commitdiff |
2013-08-29 |
Austin Seipp | Revert "Paranoid integer overflow check in osGetMBlocks" |
tree | commitdiff |
2013-08-29 |
Reid Barton | Paranoid integer overflow check in osGetMBlocks |
tree | commitdiff |
2013-08-29 |
Reid Barton | Paranoid integer overflow check in my_mmap |
tree | commitdiff |
2013-08-29 |
Reid Barton | Check for integer overflow in osGetMBlocks |
tree | commitdiff |
2013-08-27 |
Patrick Palka | UniqSupply: make mkSplitUniqSupply thread-safe |
tree | commitdiff |
2013-08-24 |
Austin Seipp | Add support for iOS simulator (issue #8152). |
tree | commitdiff |
2013-08-24 |
Austin Seipp | Fix i386/Linux build. |
tree | commitdiff |
2013-08-23 |
Austin Seipp | Remove unused ghc-frontpanel.glade file |
tree | commitdiff |
2013-08-23 |
Austin Seipp | Fix build for i386/windows. |
tree | commitdiff |
2013-08-22 |
Gabor Greif | Strings and comments only: 'to to ' fixes |
tree | commitdiff |
2013-08-22 |
Simon Marlow | Remove DYNAMIC_GHC_PROGRAMS tests in the linker |
tree | commitdiff |
2013-08-22 |
Ryan Newton | minor bugfix to casIntArray# and fetchAddIntArray# |
tree | commitdiff |
2013-08-22 |
Simon Marlow | Really unload object code when it is safe to do so... |
tree | commitdiff |
2013-08-21 |
Ryan Newton | Eliminate atomic_inc_by and instead medofiy atomic_inc. |
tree | commitdiff |
2013-08-21 |
Ryan Newton | Add PrimOp fetchAddIntArray# plus supporting C function... |
tree | commitdiff |
2013-08-21 |
Ryan Newton | Add PrimOp: casIntArray#. Modify casMutVar# for 'ticke... |
tree | commitdiff |
2013-08-21 |
Ryan Newton | Update stg_casArrayzh to conform to new CMM conventions. |
tree | commitdiff |
2013-08-21 |
Ryan Newton | Tweak stg_casArrayzh as per Simon Marlow's suggestion. |
tree | commitdiff |
2013-08-21 |
Ryan Newton | add casArray# primop, similar to casMutVar# but for... |
tree | commitdiff |
2013-08-13 |
Simon Marlow | Add a missing untag to the non-updatable selector thunk... |
tree | commitdiff |
2013-07-17 |
Edward Z. Yang | Fix bug in readMVar implementation: keep clean MVars... |
tree | commitdiff |
2013-07-16 |
Nicolas Frisby | adding FastString.string_table to the sharedCAF/Globals... |
tree | commitdiff |
2013-07-13 |
Edward Z. Yang | Rename atomicReadMVar and friends to readMVar. |
tree | commitdiff |
2013-07-10 |
Edward Z. Yang | Implement tryAtomicReadMVar#. |
tree | commitdiff |
2013-07-10 |
Edward Z. Yang | Don't call dirty_MVAR on atomicReadMVar unless we chang... |
tree | commitdiff |
2013-07-10 |
Edward Z. Yang | Add LOCK_CLOSURE macro for use in C--, which inlines... |
tree | commitdiff |
2013-07-09 |
Edward Z. Yang | Implement atomicReadMVar, fixing #4001. |
tree | commitdiff |
2013-07-07 |
Ian Lynagh | Fix segfault with STM; fixes #8035. Patch from errge. |
tree | commitdiff |
2013-07-03 |
Ian Lynagh | Merge branch 'master' of darcs.haskell.org/ghc |
tree | commitdiff |
2013-07-02 |
Ian Lynagh | Fix build on Win64 |
tree | commitdiff |
2013-07-02 |
Simon Marlow | Fix #7970, #2161, unfix #551 |
tree | commitdiff |
2013-06-22 |
Ian Lynagh | Merge branch 'master' of darcs.haskell.org/ghc |
tree | commitdiff |
2013-06-22 |
Ian Lynagh | Fix dynlib paths in the RTS too; part of #7833 |
tree | commitdiff |
2013-06-21 |
Austin Seipp | Ensure gc_type is StgWord8. |
tree | commitdiff |
2013-06-21 |
Austin Seipp | Ensure gc_thread->wakeup is of type StgWord8. |
tree | commitdiff |
2013-06-21 |
Austin Seipp | Don't use -finline-limit with Clang. |
tree | commitdiff |
2013-06-21 |
Austin Seipp | Initialize ptr to NULL to silence Clang warning. |
tree | commitdiff |
2013-06-20 |
Austin Seipp | Fix rts/package.conf.in ld-options for Clang. |
tree | commitdiff |
2013-06-19 |
Austin Seipp | Re-untabify rts/packages.conf.in |
tree | commitdiff |
2013-06-19 |
Austin Seipp | Revert "Fix rts/packages.conf.in ld-options for clang." |
tree | commitdiff |
2013-06-19 |
Austin Seipp | Revert "Untabify rts/packages.conf.in" |
tree | commitdiff |
2013-06-19 |
Austin Seipp | Revert "Actually fix rts/packages.conf.in ld-options." |
tree | commitdiff |
2013-06-19 |
Austin Seipp | Fix typo in header guard. |
tree | commitdiff |
2013-06-19 |
Austin Seipp | Actually fix rts/packages.conf.in ld-options. |
tree | commitdiff |
2013-06-19 |
Austin Seipp | Untabify rts/packages.conf.in |
tree | commitdiff |
2013-06-19 |
Austin Seipp | Fix rts/packages.conf.in ld-options for clang. |
tree | commitdiff |
2013-06-15 |
Ian Lynagh | Optimise lockClosure when n_capabilities == 1; fixes... |
tree | commitdiff |
2013-06-15 |
Ian Lynagh | Whitespace and braces only |
tree | commitdiff |
2013-06-15 |
Ian Lynagh | Add braces for clarity |
tree | commitdiff |
2013-06-15 |
Takano Akio | Maintain per-generation lists of weak pointers (#7847) |
tree | commitdiff |
next |