summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Refactor SrcLoc and SrcSpansrclocIan Lynagh2011-06-0922-292/+370
* Fix for $topdir appearing in the haddock-html fieldDuncan Coutts2011-06-091-1/+2
* Fix warnings in nativeGen/PPC/CodeGen.hsIan Lynagh2011-06-081-32/+29
* Remove platform CPP from nativeGen/PPC/CodeGen.hsIan Lynagh2011-06-081-116/+135
* cmmTopCodeGen no longer takes DynFlags as an argumentIan Lynagh2011-06-084-17/+15
* Fill out the osElfTarget definitionIan Lynagh2011-06-081-4/+7
* Add a target32Bit function to PlatformIan Lynagh2011-06-081-0/+13
* Remove out-of-date commentIan Lynagh2011-06-081-1/+0
* Whitespace only in utils/Platform.hsIan Lynagh2011-06-081-46/+46
* Whitespace only in nativeGen/PPC/CodeGen.hsIan Lynagh2011-06-081-230/+230
* Fix segfault in array copy primops on 32-bitJohan Tibell2011-06-071-4/+4
* fix path to ghc-pwdSimon Marlow2011-06-061-1/+1
* fix a cut/paste bug in debugging codeSimon Marlow2011-06-061-1/+0
* Merge remote branch 'working/master'Simon Marlow2011-06-0613-140/+169
|\
| * add commentSimon Marlow2011-06-041-0/+4
| * comment typoSimon Marlow2011-06-041-1/+1
| * Tidy up the ic_exports field of the InteractiveContext. PreviouslySimon Marlow2011-06-046-114/+139
| * Make builds that use stage1 use "dist-install" consistently. ThisSimon Marlow2011-05-286-25/+25
* | Fix compilation of rts/win32/GetEnv.cunknown2011-06-051-2/+3
* | Fix Windows build failureIan Lynagh2011-06-051-2/+0
* | Make dumpIfSet_dyn_or use dumpSDocIan Lynagh2011-06-051-5/+5
* | Ignore ghc-extra-optsManuel M T Chakravarty2011-06-031-0/+2
* | Haddock fix in the vectoriserManuel M T Chakravarty2011-06-031-21/+21
* | Propagate scalar variables and tycons for vectorisation through 'HscTypes.Vec...Manuel M T Chakravarty2011-06-039-209/+257
* | fix commentSimon Marlow2011-06-011-4/+6
* | Fold constants during forward substitution in the Cmm mini-inlinerJohan Tibell2011-06-011-8/+17
* | Implement forward substitution of constants in the Cmm mini-inlinerJohan Tibell2011-06-011-4/+48
* | check for bfd_uncompress_section_contents instead of bfd_init, becauseSimon Marlow2011-06-011-1/+1
* | 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
* | 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
* | 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
* | Remove CPP from nativeGen/TargetReg.hsIan Lynagh2011-05-311-48/+55
* | 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