summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Disable the timer signal while blocked in select() (#5991)"Simon Marlow2012-09-241-13/+4
* Ignore deprecation warnings for bitSize in libs when validatingIan Lynagh2012-09-231-0/+6
* Use finiteBitSize rather than bitSize when it is availableIan Lynagh2012-09-231-0/+10
* Don't warn about defining deprecated class methodsIan Lynagh2012-09-232-9/+14
* Whitespace only in rename/RnSource.lhsIan Lynagh2012-09-231-306/+297
* Remove a redundant castIan Lynagh2012-09-211-1/+1
* Fix the profiling buildIan Lynagh2012-09-211-2/+2
* Convert more RTS macros to functionsIan Lynagh2012-09-211-5/+11
* Convert more RTS macros to functionsIan Lynagh2012-09-215-15/+22
* Fix off-by-one (#7227)Simon Marlow2012-09-211-0/+1
* Include pinned memory in the stats for allocated memorySimon Marlow2012-09-212-1/+2
* Cache the result of countOccupied(gen->large_objects) as gen->n_large_words (...Simon Marlow2012-09-213-2/+7
* Allow allocNursery() to allocate single blocks (#7257)Simon Marlow2012-09-212-11/+13
* FIX #7255: print tyConTyVars tc, not tc_argsJose Pedro Magalhaes2012-09-211-1/+1
* Add missing dataCast1 method to the Data Bag instanceJose Pedro Magalhaes2012-09-211-0/+1
* Don't put unused constants in platformConstantsIan Lynagh2012-09-201-162/+186
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-09-2014-122/+247
|\
| * add a missing entryCodeSimon Marlow2012-09-201-1/+3
| * splitAtProcPoints: jump to the right place when tablesNextToCode == FalseSimon Marlow2012-09-202-12/+26
| * fix warningsSimon Marlow2012-09-201-4/+1
| * fix warningSimon Marlow2012-09-201-0/+5
| * Teach the linear register allocator how to allocate more stack if necessarySimon Marlow2012-09-208-82/+189
| * refactor flattenCmmAGraphSimon Marlow2012-09-201-17/+20
| * non-tablesNextToCode fix for returns in the new codegenSimon Marlow2012-09-202-7/+4
* | Remove redundant pragmas from RegAlloc.LivenessIan Lynagh2012-09-201-2/+0
* | Make addSRM to strict additionsIan Lynagh2012-09-201-1/+4
* | Fix warnings in RegAlloc.Graph.StatsIan Lynagh2012-09-201-1/+6
* | Whitespace only in nativeGen/RegAlloc/Graph/Stats.hsIan Lynagh2012-09-201-198/+192
|/
* We don't actually need a Show instance for the PlatformConstants typeIan Lynagh2012-09-201-1/+1
* Change some "else return ()"s to use when/unlessIan Lynagh2012-09-204-12/+11
* Remove a couple of unneccesary Platform argumentsIan Lynagh2012-09-202-9/+4
* Fix litFitsInCharIan Lynagh2012-09-191-4/+3
* Make some uses of minBound/maxBound use the target Int/Word sizesIan Lynagh2012-09-191-27/+28
* Add the necessary REP_* constants to platformConstantsIan Lynagh2012-09-196-33/+59
* Make the StgWord/StgHalfWord types more similarIan Lynagh2012-09-191-5/+8
* Remove redundant #includesIan Lynagh2012-09-192-4/+0
* Add some LDV_* constants to platformConstantsIan Lynagh2012-09-193-46/+40
* Remove a little more CPPIan Lynagh2012-09-185-20/+11
* Make StgWord a portable type tooIan Lynagh2012-09-1817-70/+105
* Make StgHalfWord a portable typeIan Lynagh2012-09-1812-132/+164
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-09-183-6/+16
|\
| * make some debug output conditional on -ddump-cmmzSimon Marlow2012-09-181-1/+1
| * Declare SRT labels correctly in the via-C backendSimon Marlow2012-09-181-3/+3
| * Small parallel GC improvementSimon Marlow2012-09-181-2/+12
* | Remove some uses of the WORDS_BIGENDIAN CPP symbolIan Lynagh2012-09-183-14/+39
* | Give packHalfWordsCLit a more specific typeIan Lynagh2012-09-182-2/+2
|/
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-09-1711-122/+220
|\
| * Make the call to chooseBoxingStrategy lazy againSimon Peyton Jones2012-09-171-17/+17
| * typoGabor Greif2012-09-171-1/+1
| * Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2012-09-1770-813/+828
| |\