summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Build RTS as dynamic libraryClemens Fruhwirth2007-08-0812-235/+169
* Introduce new class for external symbols in Linker.c that use __imp__<sym> in...Clemens Fruhwirth2007-08-061-6/+18
* Make the new functions accessible from the vectorisation monadRoman Leshchinskiy2007-08-081-0/+9
* Add more NDP functions to PrelNamesRoman Leshchinskiy2007-08-081-1/+9
* PA functions are no longer methodsRoman Leshchinskiy2007-08-081-6/+6
* Vectorise Case on productsRoman Leshchinskiy2007-08-083-3/+84
* Utility functions for accessing parallel array representationsRoman Leshchinskiy2007-08-081-5/+12
* Fix bug in vectorised DataCon worker generationRoman Leshchinskiy2007-08-082-2/+6
* Use dataConTag in flattened array representationRoman Leshchinskiy2007-08-081-6/+8
* Add built-in PA dictionary for closuresRoman Leshchinskiy2007-08-081-1/+2
* Modify PA dictionary generation to the new record-based schemeRoman Leshchinskiy2007-08-071-9/+7
* Change DataCon worker vectorisation to use PA recordsRoman Leshchinskiy2007-08-072-14/+10
* Add built-in PA dictionaries for boxed tuplesRoman Leshchinskiy2007-08-071-3/+14
* Trace more vectorisation failuresRoman Leshchinskiy2007-08-072-2/+2
* Move codeRoman Leshchinskiy2007-08-071-89/+89
* Remove dead codeRoman Leshchinskiy2007-08-071-14/+0
* Associate vectorised tycons with their PA dfunsRoman Leshchinskiy2007-08-072-2/+13
* PA is now an explicit record instead of a typeclassRoman Leshchinskiy2007-08-075-55/+51
* Implicitly import NDP stuff when vectorisingRoman Leshchinskiy2007-08-072-1/+21
* Support for using built-in PA dictionaries for some typesRoman Leshchinskiy2007-08-072-2/+21
* Utility functions for accessing the RdrEnv during vectorisationRoman Leshchinskiy2007-08-071-0/+15
* Add RdrEnv to vectorisation stateRoman Leshchinskiy2007-08-071-3/+14
* Add utility functions for accessing PA info during vectorisationRoman Leshchinskiy2007-08-031-0/+8
* Make sure PA dfuns are keyed on the vectorised tycon in VectInfoRoman Leshchinskiy2007-08-032-2/+2
* Add PA dfuns to VectMonad stateRoman Leshchinskiy2007-08-031-0/+6
* Fix grouping by module in the mi_exports, for indexed data type familiessimonpj@microsoft.com2007-08-091-9/+40
* Trim importssimonpj@microsoft.com2007-08-091-1/+1
* Rename a constructor CmmForeignCall to CmmCallee, and tidy Cmm codesimonpj@microsoft.com2007-08-0915-132/+190
* Tidy up the treatment of newtypes, refactor, and fix Trac #736simonpj@microsoft.com2007-08-099-123/+143
* Improvd documentation for overlapping instancessimonpj@microsoft.com2007-08-091-2/+16
* Better scoring for loop breakers; fixes simplifier loop in nofib/minimaxsimonpj@microsoft.com2007-08-091-5/+22
* Remove dead codesimonpj@microsoft.com2007-08-031-26/+1
* Cabal depends on -package unix when GHC <= 6.2Simon Marlow2007-08-091-0/+4
* joinToTargets to emit fixup code even when movement graph contains cyclesClemens Fruhwirth2007-07-141-6/+27
* Make SpecConstr specialise for constant arguments againsimonpj@microsoft.com2007-08-051-65/+83
* Comments only: explain why StgConApp is still usefulsimonpj@microsoft.com2007-08-051-0/+2
* Add missing case to sizeofPrimRepsimonpj@microsoft.com2007-08-041-0/+1
* Fix Trac #1037simonpj@microsoft.com2007-08-041-7/+18
* In GHCi, filter instances by what is in scope, not just by what is in scope u...simonpj@microsoft.com2007-08-043-23/+36
* Improve pretty-printing of 'foreign' declarationssimonpj@microsoft.com2007-08-041-4/+4
* FIX read030 (error message wibble)Simon Marlow2007-08-091-1/+1
* Fix the use of emptyCopyFlagsIan Lynagh2007-08-081-2/+1
* Removed a dependency on Cabal that caused a build failure when Cabal changedMagnus Jonsson2007-08-081-27/+7
* Add blurb in the user guide re stdout buffering differing between GHC and GHCiIan Lynagh2007-08-071-0/+12
* Use emptyRegisterFlags and emptyCopyFlags for reduced fragilityDuncan Coutts2007-08-061-5/+2
* remove gratuitous usage of Double in favor of RationalIsaac Dupree2007-08-071-1/+1
* Warning police: eliminate all defaulting within stage1Isaac Dupree2007-08-077-9/+16
* NOINLINE the global FastString.string_tableIsaac Dupree2007-08-071-0/+1
* comment FastMutInt possibilitiesIsaac Dupree2007-08-061-0/+4
* Follow Cabal changesIan Lynagh2007-08-051-7/+21