2010-04-27 |
Simon Marlow | --make is now the default (#3515), and -fno-code works...
|
commit | commitdiff | tree |
2010-04-26 |
Simon Marlow | remove duplicate docs for -e in --help output (#4010)
|
commit | commitdiff | tree |
2010-04-26 |
Simon Marlow | workaround for #4003, fixes HEAD build with 6.12.2
|
commit | commitdiff | tree |
2010-04-23 |
Simon Marlow | reinstate eta-expansion during SimplGently, to fix...
|
commit | commitdiff | tree |
2010-04-22 |
Simon Marlow | fix 64-bit value for W_SHIFT, which thankfully appears...
|
commit | commitdiff | tree |
2010-04-22 |
Simon Marlow | Add missing constant folding and optimisation for unsigned...
|
commit | commitdiff | tree |
2010-04-20 |
Simon Marlow | Fix crash in non-threaded RTS on Windows
|
commit | commitdiff | tree |
2010-04-20 |
Simon Marlow | Expand the scope of the event_buf_mutex to cover io_manager_...
|
commit | commitdiff | tree |
2010-04-07 |
Simon Marlow | Fix for derefing ThreadRelocated TSOs in MVar operations
|
commit | commitdiff | tree |
2010-04-07 |
Simon Marlow | sanity check fix
|
commit | commitdiff | tree |
2010-04-07 |
Simon Marlow | get the reg liveness right in the putMVar# heap check
|
commit | commitdiff | tree |
2010-04-07 |
Simon Marlow | initialise the headers of MSG_BLACKHOLE objects properly
|
commit | commitdiff | tree |
2010-04-07 |
Simon Marlow | initialise the headers of MVAR_TSO_QUEUE objects properly
|
commit | commitdiff | tree |
2010-04-06 |
Simon Marlow | undo debugging code
|
commit | commitdiff | tree |
2010-04-06 |
Simon Marlow | putMVar#: fix reg liveness in the heap check
|
commit | commitdiff | tree |
2010-04-06 |
Simon Marlow | account for the new BLACKHOLEs in the GHCi debugger
|
commit | commitdiff | tree |
2010-04-06 |
Simon Marlow | don't forget to deRefTSO() in tryWakeupThread()
|
commit | commitdiff | tree |
2010-04-06 |
Simon Marlow | Fix bug in popRunQueue
|
commit | commitdiff | tree |
2010-04-01 |
Simon Marlow | fix bug in migrateThread()
|
commit | commitdiff | tree |
2010-04-01 |
Simon Marlow | Remove the IND_OLDGEN and IND_OLDGEN_PERM closure types
|
commit | commitdiff | tree |
2010-04-01 |
Simon Marlow | Change the representation of the MVar blocked queue
|
commit | commitdiff | tree |
2010-03-30 |
Simon Marlow | eliminate some duplication with a bit of CPP
|
commit | commitdiff | tree |
2010-04-01 |
Simon Marlow | Make ioManagerDie() idempotent
|
commit | commitdiff | tree |
2010-03-29 |
Simon Marlow | Move a thread to the front of the run queue when another...
|
commit | commitdiff | tree |
2010-03-30 |
Simon Marlow | remove non-existent MUT_CONS symbols
|
commit | commitdiff | tree |
2010-03-29 |
Simon Marlow | change throwTo to use tryWakeupThread rather than unblockOne
|
commit | commitdiff | tree |
2010-03-29 |
Simon Marlow | tiny GC optimisation
|
commit | commitdiff | tree |
2010-03-29 |
Simon Marlow | New implementation of BLACKHOLEs
|
commit | commitdiff | tree |
2010-04-01 |
Simon Marlow | Fix warnings (allow pushOnRunQueue() to not be inlined)
|
commit | commitdiff | tree |
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 |
next |