summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use -fwarn-tabs when validatingIan Lynagh2011-11-04297-2/+2080
* Merge branch 'master' of http://darcs.haskell.org//ghcRoss Paterson2011-11-0414-25/+117
|\
| * Add eventlog event for thread labelsDuncan Coutts2011-11-049-10/+101
| * be specific when importing Data.TypeableSimon Marlow2011-11-043-3/+3
| * drop SCC on a variable when it has a non-function typeSimon Marlow2011-11-041-0/+9
| * Merge branch 'master' of /home/simonmar/ghc-mirror/ghcJose Pedro Magalhaes2011-11-042-5/+4
| |\
| * | Improve -ddump-deriv output for Generic instancesJose Pedro Magalhaes2011-11-041-12/+4
* | | fix #5602: (<+>) example in User's GuideRoss Paterson2011-11-041-2/+2
| |/ |/|
* | disable a debugging trace, and a little refactoringSimon Marlow2011-11-041-4/+2
* | disable debugging traceSimon Marlow2011-11-041-1/+2
|/
* Make sure to look items from D.A.P.P properly up in the HPTManuel M T Chakravarty2011-11-042-25/+5
* Clean up and complete the vectorisation of type classesManuel M T Chakravarty2011-11-0413-203/+265
* Fix buildIan Lynagh2011-11-041-1/+1
* Add format-patch support to sync-allIan Lynagh2011-11-041-0/+5
* fix configure's generation of settings file on ARM platformKarel Gardas2011-11-021-2/+2
* remove tabs againSimon Marlow2011-11-021-3/+3
* Fix gratuitous code duplication in the byte code generatorSimon Marlow2011-11-021-16/+34
* fix disassembling of large instructionsSimon Marlow2011-11-021-8/+36
* Get label calculations right when we have long (>16 bits) offsetsSimon Marlow2011-11-021-35/+68
* fix BCO_GET_LARGE_ARG (seems to be completely wrong)Simon Marlow2011-11-021-2/+2
* unknownNameSuggestErr: don't panic if we find Ids with UnhelpfulSrcSpansSimon Marlow2011-11-021-5/+3
* simplTick: push type-applications and casts inside ticks.Simon Marlow2011-11-021-5/+15
* Improve pretty-printing of BCOs (-ddump-bcos)Simon Marlow2011-11-021-9/+36
* Overhaul of infrastructure for profiling, coverage (HPC) and breakpointsSimon Marlow2011-11-0297-2830/+2750
* fix time calculation for retainer profilingSimon Marlow2011-11-021-3/+11
* add BangPatterns, we're starting to use them a fair bitSimon Marlow2011-11-021-1/+1
* fix doc bugsSimon Marlow2011-11-022-14/+19
* fix for a deadlock when using +RTS -hb with -prof -threadedSimon Marlow2011-11-021-2/+5
* minor bugfix for 'make re2' etc.Simon Marlow2011-11-021-1/+1
* Don't generate stg_ap thunks when profiling, it loses information (#949)Simon Marlow2011-11-022-1/+8
* For the location on a record selector binding, use the location of theSimon Marlow2011-11-021-7/+7
* Add a base size when computing max-ticks,Simon Peyton Jones2011-11-021-10/+17
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-11-023-31/+42
|\
| * Ignore stdcall c-call in native codegen on x86_64David M Peixotto2011-11-011-2/+3
| * Change stack alignment to 16+8 bytes in STG codeDavid M Peixotto2011-11-013-29/+39
* | Fix Trac #5592: unused-import warnings with dot-dot notationSimon Peyton Jones2011-11-022-27/+41
|/
* Big formatting clean of HscMainDavid Terei2011-11-011-804/+754
* Change HscMain from lhs to hs.David Terei2011-11-011-0/+0
* Remove tabDavid Terei2011-11-011-1/+1
* Formmatting fixes to CmdLineParserDavid Terei2011-11-011-89/+93
* Some fixes to BreakArrayDavid Terei2011-11-011-53/+54
* Tweak to doc for DynFlagsDavid Terei2011-11-011-7/+9
* safe haskell wipDavid Terei2011-11-013-44/+54
* More updates to Safe Haskell to implement new design (done!).David Terei2011-11-018-297/+386
* Fix some validation errorsDavid Terei2011-11-012-0/+18
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-11-011-2/+2
|\
| * Fix unused var warning on windowsDuncan Coutts2011-10-311-2/+2
* | Minor refactoring onlySimon Peyton Jones2011-11-011-3/+3
* | Fix warnings and whitespace in HsBinds.Michal Terepeta2011-10-311-203/+198
* | Fix duplicate type signature error (ticket #5589).Michal Terepeta2011-10-312-12/+19
|/