summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Don't float out (classop dict e1 e2)Simon Peyton Jones2014-08-283-17/+30
* Make worker/wrapper work on INLINEABLE thingsSimon Peyton Jones2014-08-283-47/+119
* Make maybeUnfoldingTemplate respond to DFunUnfoldingsSimon Peyton Jones2014-08-281-2/+9
* Kill unused setUnfoldingTemplateSimon Peyton Jones2014-08-281-4/+1
* Refactor unfoldingsSimon Peyton Jones2014-08-289-212/+294
* Less voluminous output when printing continuationsSimon Peyton Jones2014-08-281-1/+1
* driver: pass '-fPIC' option to assembler as wellSergei Trofimovich2014-08-271-0/+44
* UNREG: fix emission of large Integer literals in C codegenSergei Trofimovich2014-08-261-3/+27
* Two buglets in record wild-cards (Trac #9436 and #9437)Simon Peyton Jones2014-08-253-14/+29
* Check for un-saturated type family applicationsSimon Peyton Jones2014-08-251-1/+4
* Make Core Lint check for un-saturated type applicationsSimon Peyton Jones2014-08-251-4/+11
* More refactoring in SpecConstrSimon Peyton Jones2014-08-251-49/+73
* Do not duplicate call information in SpecConstr (Trac #8852)Simon Peyton Jones2014-08-251-23/+49
* Introduce the Call data typesSimon Peyton Jones2014-08-251-3/+16
* Use DumpStyle rather than UserStyle for pprTrace outputSimon Peyton Jones2014-08-251-2/+2
* Add MO_AddIntC, MO_SubIntC MachOps and implement in X86 backendReid Barton2014-08-239-2/+39
* Do not zero out version number when processing wired-in packages.Edward Z. Yang2014-08-221-2/+1
* basicTypes: detabify/dewhitespace IdInfoAustin Seipp2014-08-201-155/+148
* basicTypes: detabify/dewhitespace NameEnvAustin Seipp2014-08-201-46/+38
* basicTypes: detabify/dewhitespace NameSetAustin Seipp2014-08-201-67/+60
* basicTypes: detabify/dewhitespace VarAustin Seipp2014-08-201-101/+94
* hsSyn: detabify/dewhitespace HsLitAustin Seipp2014-08-201-60/+52
* stranal: detabify/dewhitespace DmdAnalAustin Seipp2014-08-201-302/+301
* deSugar: detabify/dewhitespace DsCCallAustin Seipp2014-08-201-107/+100
* coreSyn: detabify/dewhitespace CoreSubstAustin Seipp2014-08-201-219/+212
* coreSyn: detabify/dewhitespace CoreTidyAustin Seipp2014-08-201-75/+68
* prelude: detabify/dewhitespace TysPrimAustin Seipp2014-08-201-188/+181
* simplCore: detabify/dewhitespace LiberateCaseAustin Seipp2014-08-201-128/+120
* simplCore: detabify/dewhitespace SetLevelsAustin Seipp2014-08-201-272/+264
* utils: detabify/dewhitespace GraphPprAustin Seipp2014-08-201-136/+128
* utils: detabify/dewhitespace GraphBaseAustin Seipp2014-08-201-72/+59
* utils: detabify/dewhitespace BufWriteAustin Seipp2014-08-201-42/+35
* simplCore: detabify/dewhitespace SATAustin Seipp2014-08-201-62/+54
* stranal: detabify/dewhitespace WorkWrapAustin Seipp2014-08-201-85/+78
* coreSyn: detabify/dewhitespace TrieMapAustin Seipp2014-08-201-83/+76
* Comments fix to Trac #9140Simon Peyton Jones2014-08-201-0/+4
* Correct checkStrictBinds for generalised typearchblob2014-08-191-2/+2
* build: require GHC 7.6 for bootstrappingAustin Seipp2014-08-194-39/+1
* This note's name has been fixedGabor Greif2014-08-191-1/+1
* Implement -rdynamic in Linux and Windows/MinGW32.Facundo Domínguez2014-08-181-1/+8
* UNREG: fix PackageKey emission into .hc filesSergei Trofimovich2014-08-181-2/+1
* Fix three problems with occurrence analysis on case alternatives.Andrew Farmer2014-08-181-21/+32
* Remove obsolete `digitsTyConKey :: Unique`Herbert Valerio Riedel2014-08-171-2/+2
* Implement {resize,shrink}MutableByteArray# primopsHerbert Valerio Riedel2014-08-161-0/+24
* LlvmMangler: Be more selective when mangling object typesBen Gamari2014-08-151-4/+14
* Implement new CLZ and CTZ primops (re #9340)Herbert Valerio Riedel2014-08-149-1/+152
* StgCmmPrim: add note to stop using fixed size signed types for sizesJohan Tibell2014-08-121-0/+5
* Add some Haddocks to SMRepJohan Tibell2014-08-121-2/+13
* shouldInlinePrimOp: Fix Int overflowJohan Tibell2014-08-122-24/+43
* Remove NonParametricKinds (#9200)Richard Eisenberg2014-08-124-226/+77