summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Fix recent rts flags changes on windowsDuncan Coutts2011-10-311-1/+1
* VECTORISE pragmas for type classes and instancesManuel M T Chakravarty2011-10-3120-73/+206
* Tabs -> spacesManuel M T Chakravarty2011-10-311-205/+205
* Tabs -> spacesManuel M T Chakravarty2011-10-311-100/+100
* Tabs -> SpacesManuel M T Chakravarty2011-10-311-54/+54
* Tabs -> spacesManuel M T Chakravarty2011-10-311-232/+232
* Tabs -> spacesManuel M T Chakravarty2011-10-311-924/+924
* The Types inside an OutCoercion are *not* InTypesMax Bolingbroke2011-10-301-5/+5
* Allow the -t -T -s -S flags (without <file> arg!) in -rtsopts=some modeDuncan Coutts2011-10-271-4/+10
* Change what +RTS options are available by defaultDuncan Coutts2011-10-271-21/+110
* Use signed comparison for +RTS -N x <= 0 testDuncan Coutts2011-10-271-4/+5
* Remove +RTS --help text for -De flag which no longer existsDuncan Coutts2011-10-271-1/+0
* Add an RTS eventlog tracing class for user messagesDuncan Coutts2011-10-274-5/+23
* Merge branch 'master' of http://darcs.haskell.org/ghcIan Lynagh2011-10-261-9/+20
|\
| * fix#5380: arrows if command given too general a typeRoss Paterson2011-10-261-9/+20
* | Merge branch 'master' of mac:ghc/git/val32/.Ian Lynagh2011-10-2610-60/+173
|\ \ | |/
| * Add a clock domain capset and emit wall clock time on rts initDuncan Coutts2011-10-262-2/+7
| * Add new eventlog EVENT_WALL_CLOCK_TIME for time matchingDuncan Coutts2011-10-265-2/+73
| * Add rts time util getUnixEpochTimeDuncan Coutts2011-10-263-0/+61
| * Delete some old Win9x C codeDuncan Coutts2011-10-261-24/+0
| * Rename traceCapsetModify for consistency and clarityDuncan Coutts2011-10-264-32/+32
* | Revert "More updates to Safe Haskell to implement new design (done!)."Ian Lynagh2011-10-268-404/+297
* | Revert "Fix some validation errors"Ian Lynagh2011-10-262-1/+7