summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change treatment of CUSKs for synonyms and families (#9200).Richard Eisenberg2014-08-121-4/+23
* Change definition of CUSK for data and class definitions (#9200).Richard Eisenberg2014-08-122-6/+20
* Fix #9415.Richard Eisenberg2014-08-121-1/+16
* Fix Trac #9371.Richard Eisenberg2014-08-121-1/+21
* x86: zero extend the result of 16-bit popcnt instructions (#9435)Reid Barton2014-08-121-4/+8
* Add CMOVcc insns to x86 NCGHerbert Valerio Riedel2014-08-122-0/+18
* Add bit scan {forward,reverse} insns to x86 NCGHerbert Valerio Riedel2014-08-122-2/+10
* x86: Always generate add instruction in MO_Add2 (#9013)Reid Barton2014-08-113-2/+14
* Make IntAddCOp, IntSubCOp into GenericOpsReid Barton2014-08-101-57/+65
* Eliminate some code duplication in x86 backend (genCCall32/64)Reid Barton2014-08-101-101/+13
* fix darwin threaded static linking by removing -lpthread option #9189Bob Ippolito2014-08-101-1/+1
* systools info: fix warning about C compiler (message said about linker)Sergei Trofimovich2014-08-101-2/+2
* Clarify documentation of addIntC#, subIntC#Reid Barton2014-08-091-4/+10
* Implement the final change to INCOHERENT from Trac #9242Simon Peyton Jones2014-08-081-34/+49
* Give the Unique generated by strings a tag '$', fixes #9413.Edward Z. Yang2014-08-071-1/+1
* Fix some typos in recent comments/notesGabor Greif2014-08-073-12/+12
* Add has_side_effets to the raise# primopSimon Peyton Jones2014-08-071-0/+5