summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* remove tabs againSimon Marlow2011-11-021-3/+3
* Fix gratuitous code duplication in the byte code generatorSimon Marlow2011-11-021-16/+34
* Get label calculations right when we have long (>16 bits) offsetsSimon Marlow2011-11-021-35/+68
* 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-0278-1838/+1537
* add BangPatterns, we're starting to use them a fair bitSimon 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-022-11/+16
|\
| * 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-012-9/+13
* | 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
* 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
* 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
* 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
* | 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
|/
* Verify that I can still add tabs to a file already containing themMax Bolingbroke2011-10-261-1/+1
* Fix some validation errorsDavid Terei2011-10-252-7/+1
* Add some documentation to IOEnv.David Terei2011-10-251-0/+4
* More updates to Safe Haskell to implement new design (done!).David Terei2011-10-258-297/+404
* Setup new Safe Haskell interfaceDavid Terei2011-10-254-23/+26
* Merge branch 'master' of http://darcs.haskell.org/ghcIan Lynagh2011-10-251-39/+41
|\
| * Comments onlySimon Peyton Jones2011-10-251-39/+41
* | Unconditionally derive some instancesIan Lynagh2011-10-253-17/+2
* | Remove some CPPIan Lynagh2011-10-251-12/+8
|/
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-10-2518-1897/+1846
|\
| * Fix infinite loop in PredTYpe size checking (#5581)Max Bolingbroke2011-10-251-6/+31
| * Vectoriser gets all DPH library identifiers from Data.Array.Parallel.PrimManuel M T Chakravarty2011-10-2516-654/+576