summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* More RealSrc*real-src-loc-spanIan Lynagh2011-06-012-7/+22
|
* More RealSrc*Ian Lynagh2011-06-0114-107/+118
|
* More RealSrc*Ian Lynagh2011-06-015-64/+89
|
* Partial (Real)Src{Span.Loc} experimentIan Lynagh2011-06-015-88/+146
|
* Fix a warning in DEBUG codeIan Lynagh2011-06-011-1/+1
|
* Fix the build with GHC 6.12.3Ian Lynagh2011-06-011-28/+28
|
* Fix a build failure on non-{x86,amd64}Ian Lynagh2011-06-011-40/+28
|
* Eliminate IF_ARCH_sparcIan Lynagh2011-05-314-15/+3
|
* Remove some unused CPP macrosIan Lynagh2011-05-313-88/+2
|
* Remove CPP from nativeGen/RegAlloc/Linear/FreeRegs.hsIan Lynagh2011-05-316-91/+160
| | | | Fixes more failures on arches without an NCG
* Parameterise the RegM monad on the FreeRegs typeIan Lynagh2011-05-314-37/+37
|
* Whitespace only in nativeGen/RegAlloc/Linear/Base.hsIan Lynagh2011-05-311-73/+73
|
* Add missing type sigs in nativeGen/RegAlloc/Linear/Main.hsIan Lynagh2011-05-311-2/+35
|
* Whitespace only in nativeGen/RegAlloc/Linear/Main.hsIan Lynagh2011-05-311-428/+428
|
* Remove CPP from nativeGen/RegAlloc/Graph/TrivColorable.hsIan Lynagh2011-05-311-52/+61
| | | | This fixes build problems on arches without an NCG.
* Whitespace only in nativeGen/RegAlloc/Graph/TrivColorable.hsIan Lynagh2011-05-311-93/+93
|
* Add an ArchUnknown constructor to the arch typeIan Lynagh2011-05-313-27/+35
| | | | | Fixes build problems on platforms for which we did not have and Arch constructor.
* Remove CPP from nativeGen/TargetReg.hsIan Lynagh2011-05-311-48/+55
| | | | | | | It's still not quite right: It assumes it is compiling for defaultTargetPlatform instead of targetPlatform. But it's a step in the right direction, and fixes the build on arches without a NCG.
* more typos (#5225)Simon Marlow2011-05-313-6/+6
|
* Fix typos in 7.0.1-notes.xmlDaniel Fischer2011-05-311-1/+1
|
* Space between fromInteger and function in bugs.xmlDaniel Fischer2011-05-311-1/+1
|
* Fix typos in debugging.xmlDaniel Fischer2011-05-311-4/+4
|
* Fix typos in ffi-chap.xmlDaniel Fischer2011-05-311-1/+1
|
* Fix typos in packages.xmlDaniel Fischer2011-05-311-4/+4
|
* Fix typos in profiling.xmlDaniel Fischer2011-05-311-2/+2
|
* Fix typos in runtime_control.xmlDaniel Fischer2011-05-311-3/+3
|
* Remove repeated at in using.xmlDaniel Fischer2011-05-311-1/+1
|
* Fix typos in shared_libs.xmlDaniel Fischer2011-05-311-4/+4
|
* Fix two typos in flags.xmlDaniel Fischer2011-05-311-2/+2
|
* Fix typos in using.xmlDaniel Fischer2011-05-311-2/+2
|
* Fix typo everytimeDaniel Fischer2011-05-311-1/+1
|
* glasgow_exts.xml whitespaceDaniel Fischer2011-05-311-1/+1
|
* bugs.xml whitespaceDaniel Fischer2011-05-311-18/+18
|
* debugging.xml whitespaceDaniel Fischer2011-05-311-9/+9
|
* ffi-chap.xml whitespaceDaniel Fischer2011-05-311-16/+16
|
* glasgow_exts.xml typos and whitespaceDaniel Fischer2011-05-311-502/+502
|
* intro.xml whitespaceDaniel Fischer2011-05-311-8/+8
|
* license.xml whitespaceDaniel Fischer2011-05-311-2/+2
|
* parallel.xml whitespaceDaniel Fischer2011-05-311-6/+6
|
* phases.xml whitespaceDaniel Fischer2011-05-311-14/+14
|
* profiling.xml whitespaceDaniel Fischer2011-05-311-46/+46
|
* runtime_control.xml whitespaceDaniel Fischer2011-05-311-5/+5
|
* separate_compilation.xml whitespaceDaniel Fischer2011-05-311-25/+25
|
* win32-dlls.xml whitespaceDaniel Fischer2011-05-311-16/+16
|
* using.xml whitespaceDaniel Fischer2011-05-311-59/+59
|
* flags.xml whitespaceDaniel Fischer2011-05-311-22/+22
|
* ghci.xml whitespace onlyDaniel Fischer2011-05-311-97/+97
|
* fix format specs on 64-bit buildsSimon Marlow2011-05-311-4/+6
|
* Fix a cause of very occasional <<loop>> with parallel programs andSimon Marlow2011-05-311-2/+32
| | | | -feager-blackholing (#5226). See comments for details.
* Fix some validation errorsDavid Terei2011-05-315-25/+21
|