2010-04-01 |
Simon Marlow | remove out of date comment
|
commit | commitdiff | tree |
2010-03-26 |
Simon Marlow | tidy up spacing in stderr traces
|
commit | commitdiff | tree |
2010-03-25 |
Simon Marlow | Fix an assertion that was not safe when running in...
|
commit | commitdiff | tree |
2010-03-25 |
Simon Marlow | Never jump directly to a thunk's entry code, even if...
|
commit | commitdiff | tree |
2010-03-30 |
Simon Marlow | Keep gcc 4.5 happy
|
commit | commitdiff | tree |
2010-03-30 |
Simon Marlow | Don't install EXTRA_PACKAGES by default
|
commit | commitdiff | tree |
2010-03-30 |
Simon Marlow | fix a non-portable printf format
|
commit | commitdiff | tree |
2010-03-30 |
Simon Marlow | avoid single quote in #error
|
commit | commitdiff | tree |
2010-03-30 |
Simon Marlow | use FMT_Word64 instead of locally-defined version
|
commit | commitdiff | tree |
2010-03-30 |
Simon Marlow | remove old/unused DotnetSupport and GhcLibsWithUnix
|
commit | commitdiff | tree |
2010-03-29 |
Simon Marlow | fix return type cast in f.i.wrapper when using libffi...
|
commit | commitdiff | tree |
2010-03-29 |
Simon Marlow | libffi: install 'ffitarget.h' header as sole 'ffi.h...
|
commit | commitdiff | tree |
2010-03-29 |
Simon Marlow | avoid a fork deadlock (see comments)
|
commit | commitdiff | tree |
2010-03-29 |
Simon Marlow | tidy up the end of the all_tasks list after forking
|
commit | commitdiff | tree |
2010-03-29 |
Simon Marlow | Add a 'setKeepCAFs' external function (#3900)
|
commit | commitdiff | tree |
2010-03-25 |
Simon Marlow | A sanity check
|
commit | commitdiff | tree |
2010-03-25 |
Simon Marlow | do_checks: do not set HpAlloc if the stack check fails
|
commit | commitdiff | tree |
2010-03-25 |
Simon Marlow | comments and formatting only
|
commit | commitdiff | tree |
2010-03-19 |
Simon Marlow | UNDO: slight improvement to scavenging ... Fri Mar 19 11:21:27 GMT 2010 Simon Marlow <marlowsd@gmail.com>
|
commit | commitdiff | tree |
2010-03-19 |
Simon Marlow | slight improvement to scavenging of update frames when...
|
commit | commitdiff | tree |
2010-03-16 |
Simon Marlow | copy_tag_nolock(): fix write ordering and add a write_barrier()
|
commit | commitdiff | tree |
2010-03-15 |
Simon Marlow | Fix profiling build following removal of specific STM...
|
commit | commitdiff | tree |
2010-03-11 |
Simon Marlow | Fix a couple of bugs in the throwTo handling, exposed...
|
commit | commitdiff | tree |
2010-03-11 |
Simon Marlow | Use message-passing to implement throwTo in the RTS
|
commit | commitdiff | tree |
2010-03-11 |
Simon Marlow | fix bug in discardTasksExcept() that broke forkProcess
|
commit | commitdiff | tree |
2009-11-23 |
Simon Marlow | disable a false assertion, add a comment to explain why
|
commit | commitdiff | tree |
2010-03-09 |
Simon Marlow | Split part of the Task struct into a separate struct...
|
commit | commitdiff | tree |
2010-03-09 |
Simon Marlow | add a note
|
commit | commitdiff | tree |
2010-03-09 |
Simon Marlow | Fix a rare deadlock when the IO manager thread is slow...
|
commit | commitdiff | tree |
2010-03-04 |
Simon Marlow | fix the Windows build some more
|
commit | commitdiff | tree |
2010-03-03 |
Simon Marlow | Add the implicit 'import Prelude' in getImports
|
commit | commitdiff | tree |
2010-03-02 |
Simon Marlow | fix Windows build
|
commit | commitdiff | tree |
2010-03-02 |
Simon Marlow | sdist: Haddock.Interface.{Lex,Parse} moved to Haddock...
|
commit | commitdiff | tree |
2010-03-01 |
Simon Marlow | expand comments for #2578 fix
|
commit | commitdiff | tree |
2010-02-26 |
Simon Marlow | update the docs to reflect changes in the tracing flags
|
commit | commitdiff | tree |
2010-02-26 |
Simon Marlow | Tweak the tracing flags slightly, and clean up error...
|
commit | commitdiff | tree |
2010-02-26 |
Simon Marlow | Fix crash when using printf format specifiers in traceEvent...
|
commit | commitdiff | tree |
2010-02-25 |
Simon Marlow | hack to make the docs build again in a lndir build...
|
commit | commitdiff | tree |
2010-02-24 |
Simon Marlow | Force encoding to UTF-8 when writing individual .conf...
|
commit | commitdiff | tree |
2010-02-17 |
Simon Marlow | Fix a recompilation checking bug when a package dependency...
|
commit | commitdiff | tree |
2010-02-17 |
Simon Marlow | darcs-all --extra get: gets a few extra packages
|
commit | commitdiff | tree |
2010-02-17 |
Simon Marlow | Allow extra packages to be added to the build, by setting...
|
commit | commitdiff | tree |
2010-02-16 |
Simon Marlow | Beef up cmmMiniInline a tiny bit
|
commit | commitdiff | tree |
2010-02-16 |
Simon Marlow | Write the binary cache file atomically
|
commit | commitdiff | tree |
2010-02-16 |
Simon Marlow | disable a false assertion, with a comment to explain why
|
commit | commitdiff | tree |
2010-02-16 |
Simon Marlow | Fix a bug that can lead to noDuplicate# not working...
|
commit | commitdiff | tree |
2010-02-15 |
Simon Marlow | Represent the free register set using Word64 on x86...
|
commit | commitdiff | tree |
2010-02-15 |
Simon Marlow | fix lost context switches in GHCi (fixes test 3429...
|
commit | commitdiff | tree |
2010-02-11 |
Simon Marlow | don't constant fold division that would result in negative...
|
commit | commitdiff | tree |
2010-02-09 |
Simon Marlow | generate slightly better code for ccall argument-pushing...
|
commit | commitdiff | tree |
2010-02-09 |
Simon Marlow | --lazy overrides --partial too
|
commit | commitdiff | tree |
2010-02-05 |
Simon Marlow | Fix a bug introduced in the SSE2 support: callClobberedRegs...
|
commit | commitdiff | tree |
2010-02-04 |
Simon Marlow | Implement SSE2 floating-point support in the x86 native...
|
commit | commitdiff | tree |
2010-02-03 |
Simon Marlow | add libraries/binary
|
commit | commitdiff | tree |
2010-02-03 |
Simon Marlow | add comment for srt_bitmap field
|
commit | commitdiff | tree |
2010-01-30 |
Simon Marlow | Fix typo in error message (#3848)
|
commit | commitdiff | tree |
2010-01-29 |
Simon Marlow | Re-read pragmas after preprocessing (#2464, #3674,...
|
commit | commitdiff | tree |
2010-01-28 |
Simon Marlow | tweak the totally-bogus arbitrary stack-squeezing heuristic...
|
commit | commitdiff | tree |
2010-01-27 |
Simon Marlow | fix warning on Windows
|
commit | commitdiff | tree |
2010-01-27 |
Simon Marlow | fix Windows build (GHC.Conc.runHandlers is Unix-only)
|
commit | commitdiff | tree |
2010-01-27 |
Simon Marlow | Don't Terminate the ticker thread (#3748)
|
commit | commitdiff | tree |
2010-01-27 |
Simon Marlow | Win32 yieldThread(): use SwitchToThread() instead of...
|
commit | commitdiff | tree |
2010-01-27 |
Simon Marlow | fix warnings
|
commit | commitdiff | tree |
2010-01-27 |
Simon Marlow | catch SIGHUP and SIGTERM and raise an exception (#3656)
|
commit | commitdiff | tree |
2010-01-27 |
Simon Marlow | define INFINITY and NAN if they don't exist (#2929)
|
commit | commitdiff | tree |
2010-01-27 |
Simon Marlow | remove suspicious whitespace-only lines
|
commit | commitdiff | tree |
2010-01-27 |
Simon Marlow | addCoverageTicksToBinds: tolerate a non-existent .hs...
|
commit | commitdiff | tree |
2010-01-26 |
Simon Marlow | avoid using non-standard %zd format specifier (#3804)
|
commit | commitdiff | tree |
2010-01-26 |
Simon Marlow | Fix signal segfaults on Solaris (#3790)
|
commit | commitdiff | tree |
2010-01-26 |
Simon Marlow | comment-out an incorrect assertion
|
commit | commitdiff | tree |
2010-01-26 |
Simon Marlow | Fix a deadlock, and possibly other problems
|
commit | commitdiff | tree |
2010-01-22 |
Simon Marlow | When acquiring a spinlock, yieldThread() every 1000...
|
commit | commitdiff | tree |
2010-01-22 |
Simon Marlow | 'store' should be static (#3835)
|
commit | commitdiff | tree |
2010-01-22 |
Simon Marlow | Add some missing getStablePtr()s for CAFs that the...
|
commit | commitdiff | tree |
2010-01-22 |
Simon Marlow | fix build on Windows
|
commit | commitdiff | tree |
2010-01-22 |
Simon Marlow | fix warning on Windows
|
commit | commitdiff | tree |
2010-01-19 |
Simon Marlow | Fix docs for sizeofByteArray#/sizeofMutableByteArray...
|
commit | commitdiff | tree |
2010-01-19 |
Simon Marlow | Allow GNU-standard --host, --build, --target configure...
|
commit | commitdiff | tree |
2009-12-31 |
Simon Marlow | Remove declaration of non-existent mark_splim
|
commit | commitdiff | tree |
2009-12-30 |
Simon Marlow | fix a comment
|
commit | commitdiff | tree |
2009-12-30 |
Simon Marlow | remove an unnecessary debug trace, duplicated by a...
|
commit | commitdiff | tree |
2010-01-13 |
Simon Marlow | hide modules properly with haddock
|
commit | commitdiff | tree |
2010-01-13 |
Simon Marlow | fix for HSCOLOUR_SRCS=NO
|
commit | commitdiff | tree |
2010-01-12 |
Simon Marlow | Do some recompilation avoidance in GHC.loadModule
|
commit | commitdiff | tree |
2010-01-12 |
Simon Marlow | Invoke Haddock directly from the build system, instead...
|
commit | commitdiff | tree |
2010-01-04 |
Simon Marlow | refactoring while I try to make sense of the hsc interface
|
commit | commitdiff | tree |
2010-01-03 |
Simon Marlow | locateOneObj: don't look for dynamic libs in static...
|
commit | commitdiff | tree |
2009-12-31 |
Simon Marlow | Rolling back: Make FastString thread-safe.
|
commit | commitdiff | tree |
2009-12-31 |
Simon Marlow | take newCAF() out from sm_mutex; use the capability...
|
commit | commitdiff | tree |
2009-12-31 |
Simon Marlow | Use local mut lists in UPD_IND(), also clean up Updates.h
|
commit | commitdiff | tree |
2009-12-31 |
Simon Marlow | use local mut lists rather than global mut lists in...
|
commit | commitdiff | tree |
2009-12-18 |
Simon Marlow | Allow throwTo() to be called without a source thread
|
commit | commitdiff | tree |
2009-12-13 |
Simon Marlow | If ACTIVITY_INACTIVE is set, wait for GC before resetting it
|
commit | commitdiff | tree |
2009-12-21 |
Simon Marlow | Fixes to account for the new layout of MUT_ARR_PTRS...
|
commit | commitdiff | tree |
2009-12-21 |
Simon Marlow | Partial support for Haiku (#3727)
|
commit | commitdiff | tree |
2009-12-17 |
Simon Marlow | Fix #3751, also fix some lexical error SrcLocs
|
commit | commitdiff | tree |
2009-12-17 |
Simon Marlow | kill some old GRAN/PARALLEL_HASKELL code
|
commit | commitdiff | tree |
2009-12-17 |
Simon Marlow | improve panic messages for srcLocLine, srcLocCol
|
commit | commitdiff | tree |
2009-12-17 |
Simon Marlow | Fix #650: use a card table to mark dirty sections of...
|
commit | commitdiff | tree |
2009-12-16 |
Simon Marlow | fix up libm detection and use (#3724)
|
commit | commitdiff | tree |
next |