summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* disable a false assertion, with a comment to explain whySimon Marlow2010-02-161-1/+2
* Fix a bug that can lead to noDuplicate# not working sometimes.Simon Marlow2010-02-161-8/+71
* Represent the free register set using Word64 on x86-64 (fixes ffi009)Simon Marlow2010-02-153-7/+18
* fix lost context switches in GHCi (fixes test 3429(ghci))Simon Marlow2010-02-151-17/+13
* Fix build for non-x86 architecturesBen.Lippmeier@anu.edu.au2010-02-152-0/+5
* Add comments about the ForceSpecConstr mechanismRoman Leshchinskiy2010-02-151-0/+39
* Spot ForceSpecConstr arguments in polymorphic loopsRoman Leshchinskiy2010-02-151-1/+1
* Don't rely on tar supporting -z; trac #3841Ian Lynagh2010-02-142-1/+3
* don't constant fold division that would result in negative zero (#3676)Simon Marlow2010-02-111-2/+10
* Improve error dump in TcEnvsimonpj@microsoft.com2010-02-101-7/+9
* Keep track of explicit kinding in HsTyVarBndr; plus fix Trac #3845simonpj@microsoft.com2010-02-1016-137/+125
* Documentation for changes to Template Haskell and quasi-quotationsimonpj@microsoft.com2010-02-101-30/+74
* Remove redundant importsimonpj@microsoft.com2010-02-081-1/+0
* Stop fruitless ANF-ingsimonpj@microsoft.com2010-02-101-21/+55
* Comments onlysimonpj@microsoft.com2010-02-102-1/+5
* Simplify syntax for quasi-quotationsimonpj@microsoft.com2010-02-101-3/+4
* Several TH/quasiquote changessimonpj@microsoft.com2010-02-1018-265/+346
* generate slightly better code for ccall argument-pushing on x86Simon Marlow2010-02-091-16/+14
* --lazy overrides --partial tooSimon Marlow2010-02-091-1/+1
* Fix Trac #3850simonpj@microsoft.com2010-02-081-3/+13
* Fix a bug introduced in the SSE2 support: callClobberedRegs was wrongSimon Marlow2010-02-051-18/+34
* Implement SSE2 floating-point support in the x86 native code generator (#594)Simon Marlow2010-02-0417-746/+630
* add libraries/binarySimon Marlow2010-02-031-0/+1
* add comment for srt_bitmap fieldSimon Marlow2010-02-031-1/+6
* Use bash to run boot-pkgs, the default Solaris shell doesn't support the -ot ...benl@cse.unsw.edu.au2010-02-031-1/+1
* Disable -Wcast-align when building the rtsbenl@cse.unsw.edu.au2010-02-031-1/+9
* Stifle warning about printf format stringsbenl@cse.unsw.edu.au2010-02-031-1/+1
* Cast to (void*) to stifle warning about signednessbenl@cse.unsw.edu.au2010-02-031-2/+2
* Add missing import sm_mutex, which fixes the -fvia-c buildbenl@cse.unsw.edu.au2010-02-021-0/+1
* Fix typo in error message (#3848)Simon Marlow2010-01-301-1/+1
* Fix Trac #3831: blowup in SpecConstrsimonpj@microsoft.com2010-02-011-41/+96
* Re-read pragmas after preprocessing (#2464, #3674, #3457)Simon Marlow2010-01-291-8/+27
* tweak the totally-bogus arbitrary stack-squeezing heuristic to fix #2797Simon Marlow2010-01-281-1/+2
* fix warning on WindowsSimon Marlow2010-01-271-2/+1
* fix Windows build (GHC.Conc.runHandlers is Unix-only)Simon Marlow2010-01-271-0/+2
* Don't Terminate the ticker thread (#3748)Simon Marlow2010-01-276-12/+21
* Win32 yieldThread(): use SwitchToThread() instead of Sleep(0)Simon Marlow2010-01-271-1/+1
* fix warningsSimon Marlow2010-01-272-2/+1
* catch SIGHUP and SIGTERM and raise an exception (#3656)Simon Marlow2010-01-272-6/+19
* define INFINITY and NAN if they don't exist (#2929)Simon Marlow2010-01-271-0/+21
* remove suspicious whitespace-only linesSimon Marlow2010-01-271-2/+2
* addCoverageTicksToBinds: tolerate a non-existent .hs file (#3803)Simon Marlow2010-01-271-6/+4
* avoid using non-standard %zd format specifier (#3804)Simon Marlow2010-01-261-8/+2
* Fix signal segfaults on Solaris (#3790)Simon Marlow2010-01-261-1/+8
* comment-out an incorrect assertionSimon Marlow2010-01-261-1/+4
* Fix a deadlock, and possibly other problemsSimon Marlow2010-01-261-3/+18
* When acquiring a spinlock, yieldThread() every 1000 spins (#3553, #3758)Simon Marlow2010-01-224-13/+30
* 'store' should be static (#3835)Simon Marlow2010-01-221-1/+1
* Add some missing getStablePtr()s for CAFs that the RTS refers toSimon Marlow2010-01-222-1/+10
* Remove an out-of-date commentIan Lynagh2010-01-221-6/+0