summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Introducing a datatype for WorkLists that properly prioritizes equalities.ghc-darcs-git-switchoverdimitris@microsoft.com2011-03-313-80/+137
* Fix Trac #5048: location on AbsBindssimonpj@microsoft.com2011-03-312-17/+17
* Comments and variable naming onlysimonpj@microsoft.com2011-03-311-3/+5
* Re-enable assertion now the new type checker is insimonpj@microsoft.com2011-03-311-2/+2
* Add a new static flag -fno-opt-coercionsimonpj@microsoft.com2011-03-314-3/+17
* New statistics flags -ddump-core-statssimonpj@microsoft.com2011-03-316-1/+112
* Windows build fix: ignore pthread.h if it exists (#4989)Simon Marlow2011-03-301-1/+1
* Add a debug check for a non-empty FPU stack on x86 (see #4914)Simon Marlow2011-03-303-0/+22
* implement double-to-float narrowing in the x86 NCG (#4441)Simon Marlow2011-03-303-7/+20
* scheduleThreadOn: use TSO_LOCKED even on the non-threaded RTSSimon Marlow2011-03-301-1/+1
* add atexit (#4456)Simon Marlow2011-03-291-0/+1
* Turn -vfia-C into a no-opIan Lynagh2011-03-291-16/+8
* Remove -fvia-C references from the users guideIan Lynagh2011-03-295-40/+7
* Add a tool for checking for problems in the built-in uniquesIan Lynagh2011-03-292-0/+131
* Renumber TH uniquesIan Lynagh2011-03-292-145/+145
* Whitespace onlyIan Lynagh2011-03-281-17/+17
* fix typo (#5056)Simon Marlow2011-03-291-1/+1
* Add a script for library mergingIan Lynagh2011-03-271-0/+34
* bindist comparison tool: Some logic improvements, and testsuite supportIan Lynagh2011-03-273-62/+59
* Fix the build on Windows (disable hsc2hs --cross-safe)Ian Lynagh2011-03-261-0/+5
* Bindist comparison tool: Recognise OS X .dylib files tooIan Lynagh2011-03-251-3/+3
* Fix #4914 (I hope)Simon Marlow2011-03-251-0/+1
* Ignore comments when inlining.Edward Z. Yang2011-03-251-0/+1
* Fix typo in documentation (Trac #5035)simonpj@microsoft.com2011-03-251-1/+1
* Split out "Raw Cmm" dump to its own flag -ddump-raw-cmmEdward Z. Yang2011-03-222-1/+3
* RednCounts can contain CAFs, so support them in cvtToClosureLbl.Edward Z. Yang2011-03-221-0/+1
* Immediately tag initialization code to prevent untagged spills.Edward Z. Yang2011-03-233-6/+14
* Fix Trac #5028: zap occ info when doing the binder swapsimonpj@microsoft.com2011-03-211-5/+20
* pruneSparkQueue: handle CAFsSimon Marlow2011-03-181-9/+24
* Document new hsc2hs flags, and use the --cross-safe flag when we're compilingIan Lynagh2011-03-232-0/+52
* bindist checker improvementsIan Lynagh2011-03-226-122/+204
* Rename System.Event to GHC.EventIan Lynagh2011-03-211-2/+2
* Hack to get the compare tool to work on Windows "bindists"Ian Lynagh2011-03-211-3/+8
* Don't use read_only_relocs on darwin x86-64; fixes #4984William Knop2011-03-092-2/+5
* FunctionalDependencies should imply MultiParamTypeClassesMax Bolingbroke2011-03-201-0/+1
* Change how we compute install paths on cygwinIan Lynagh2011-03-201-1/+1
* Add unboxedTupleTName to templateHaskellNamesIan Lynagh2011-03-171-1/+1
* bindist comparison tool: Improve way-difference behaviourIan Lynagh2011-03-161-0/+2
* Bindist comparison tool: add --ignore-size-changes flagIan Lynagh2011-03-162-4/+12
* Bindist comparison tool: Handle differences in the library ways nicelyIan Lynagh2011-03-166-53/+150
* Don't put includes/rts/Config.h in bindists twiceIan Lynagh2011-03-161-1/+0
* Don't put 2 copies of the RTS libraries in the bindistsIan Lynagh2011-03-161-1/+0
* Make include file paths a little prettierIan Lynagh2011-03-161-0/+2
* Initial implementation of bindist comparison toolIan Lynagh2011-03-156-0/+346
* Stop explicitly asking for 10.5 support on OS X; fixes #5011Ian Lynagh2011-03-131-10/+0
* Write the XCode version test differentlyIan Lynagh2011-03-131-3/+8
* Consistently use <sect1> etc rather than <section>; fixes #5009Ian Lynagh2011-03-111-26/+26
* Drop dead core that was kept alive by RULES in CorePrep (#4962)Max Bolingbroke2011-02-192-2/+69
* Optimise comparisons against min/maxBound (ticket #3744).Michal Terepeta2010-10-271-13/+61
* LLVM: Fix #4995, llvm mangler broken for large compilesDavid Terei2011-03-091-5/+8