Removed warnings, made Haddock happy, added examples in documentation
authordias@eecs.harvard.edu <unknown>
Fri, 17 Oct 2008 17:07:07 +0000 (17:07 +0000)
committerdias@eecs.harvard.edu <unknown>
Fri, 17 Oct 2008 17:07:07 +0000 (17:07 +0000)
commit6bc92166180824bf046d31e378359e3c386150f9
tree20ed1d073150c1ef7ad5deb31dbfec27253b5eae
parentc62b824e9e8808eb3845ddb1614494b0575eaafd
Removed warnings, made Haddock happy, added examples in documentation
The interesting examples talk about our story with heap checks in
case alternatives and our story with the case scrutinee as a Boolean.
20 files changed:
compiler/cmm/CmmBuildInfoTables.hs
compiler/cmm/CmmCPSZ.hs
compiler/cmm/CmmCommonBlockElimZ.hs
compiler/cmm/CmmCvt.hs
compiler/cmm/CmmProcPointZ.hs
compiler/cmm/CmmSpillReload.hs
compiler/cmm/CmmStackLayout.hs
compiler/cmm/CmmUtils.hs
compiler/cmm/MkZipCfg.hs
compiler/cmm/OptimizationFuel.hs
compiler/cmm/ZipCfgCmmRep.hs
compiler/cmm/ZipDataflow.hs
compiler/codeGen/StgCmmBind.hs
compiler/codeGen/StgCmmExpr.hs
compiler/codeGen/StgCmmForeign.hs
compiler/codeGen/StgCmmHeap.hs
compiler/codeGen/StgCmmLayout.hs
compiler/codeGen/StgCmmUtils.hs
compiler/main/HscMain.lhs
compiler/nativeGen/RegAllocLinear.hs