Reorganisation of the source tree
Most of the other users of the fptools build system have migrated to Cabal, and with the move to darcs we can now flatten the source tree without losing history, so here goes. The main change is that the ghc/ subdir is gone, and most of what it contained is now at the top level. The build system now makes no pretense at being multi-project, it is just the GHC build system. No doubt this will break many things, and there will be a period of instability while we fix the dependencies. A straightforward build should work, but I haven't yet fixed binary/source distributions. Changes to the Building Guide will follow, too.
Showing
with
570 additions
and
1063 deletions
+570
-1063
- ANNOUNCE ANNOUNCE +0 -0
- HACKING HACKING +7 -0
- InstallShield/Component Definitions/Default.cdf InstallShield/Component Definitions/Default.cdf +0 -0
- InstallShield/Component Definitions/Default.fgl InstallShield/Component Definitions/Default.fgl +0 -0
- InstallShield/File Groups/Default.fdf InstallShield/File Groups/Default.fdf +0 -0
- InstallShield/File Groups/HTML Help Files.fgl InstallShield/File Groups/HTML Help Files.fgl +0 -0
- InstallShield/File Groups/PDF Help Files.fgl InstallShield/File Groups/PDF Help Files.fgl +0 -0
- InstallShield/File Groups/Profiling Libraries.fgl InstallShield/File Groups/Profiling Libraries.fgl +0 -0
- InstallShield/File Groups/Program Executable Files.fgl InstallShield/File Groups/Program Executable Files.fgl +0 -0
- InstallShield/Glasgow Haskell Compiler.ipr InstallShield/Glasgow Haskell Compiler.ipr +0 -0
- InstallShield/README InstallShield/README +0 -0
- InstallShield/Registry Entries/Default.rge InstallShield/Registry Entries/Default.rge +0 -0
- InstallShield/Script Files/Setup.Inx InstallShield/Script Files/Setup.Inx +0 -0
- InstallShield/Script Files/Setup.Obs InstallShield/Script Files/Setup.Obs +0 -0
- InstallShield/Script Files/Setup.dbg InstallShield/Script Files/Setup.dbg +0 -0
- InstallShield/Script Files/Setup.ino InstallShield/Script Files/Setup.ino +0 -0
- InstallShield/Script Files/Setup.ins InstallShield/Script Files/Setup.ins +0 -0
- InstallShield/Script Files/Setup.map InstallShield/Script Files/Setup.map +0 -0
- InstallShield/Script Files/setup.rul InstallShield/Script Files/setup.rul +0 -0
- InstallShield/Setup Files/Compressed Files/Language Independent/OS Independent/ANNOUNCE ...ressed Files/Language Independent/OS Independent/ANNOUNCE +0 -0
- InstallShield/Setup Files/Compressed Files/Language Independent/OS Independent/_IsUser.dll ...sed Files/Language Independent/OS Independent/_IsUser.dll +0 -0
- InstallShield/Setup Files/Uncompressed Files/Language Independent/OS Independent/setup.bmp ...essed Files/Language Independent/OS Independent/setup.bmp +0 -0
- InstallShield/Shell Objects/Default.shl InstallShield/Shell Objects/Default.shl +0 -0
- InstallShield/String Tables/0009-English/value.shl InstallShield/String Tables/0009-English/value.shl +0 -0
- InstallShield/String Tables/Default.shl InstallShield/String Tables/Default.shl +0 -0
- InstallShield/Text Substitutions/Build.tsb InstallShield/Text Substitutions/Build.tsb +0 -0
- InstallShield/Text Substitutions/Setup.tsb InstallShield/Text Substitutions/Setup.tsb +0 -0
- InstallShield/decyg.pl InstallShield/decyg.pl +0 -0
- InstallShield/runexe.c InstallShield/runexe.c +0 -0
- LICENSE LICENSE +0 -0
- Makefile Makefile +135 -102
- README README +49 -42
- WindowsInstaller/Glasgow Haskell Compiler.ism WindowsInstaller/Glasgow Haskell Compiler.ism +0 -0
- WindowsInstaller/License.rtf WindowsInstaller/License.rtf +0 -0
- WindowsInstaller/MakeInstaller.txt WindowsInstaller/MakeInstaller.txt +0 -0
- WindowsInstaller/announce.rtf WindowsInstaller/announce.rtf +0 -0
- aclocal.m4 aclocal.m4 +61 -0
- compat/Compat/Directory.hs compat/Compat/Directory.hs +0 -0
- compat/Compat/RawSystem.hs compat/Compat/RawSystem.hs +0 -0
- compat/Compat/Unicode.hs compat/Compat/Unicode.hs +0 -0
- compat/Distribution/Compat/FilePath.hs compat/Distribution/Compat/FilePath.hs +0 -0
- compat/Distribution/Compat/ReadP.hs compat/Distribution/Compat/ReadP.hs +0 -0
- compat/Distribution/Compiler.hs compat/Distribution/Compiler.hs +0 -0
- compat/Distribution/GetOpt.hs compat/Distribution/GetOpt.hs +0 -0
- compat/Distribution/InstalledPackageInfo.hs compat/Distribution/InstalledPackageInfo.hs +0 -0
- compat/Distribution/License.hs compat/Distribution/License.hs +0 -0
- compat/Distribution/Package.hs compat/Distribution/Package.hs +0 -0
- compat/Distribution/ParseUtils.hs compat/Distribution/ParseUtils.hs +0 -0
- compat/Distribution/Version.hs compat/Distribution/Version.hs +0 -0
- compat/Language/Haskell/Extension.hs compat/Language/Haskell/Extension.hs +0 -0
- compat/Makefile compat/Makefile +1 -1
- compat/README compat/README +0 -0
- compat/System/Directory/Internals.hs compat/System/Directory/Internals.hs +0 -0
- compat/cbits/directory.c compat/cbits/directory.c +0 -0
- compat/cbits/rawSystem.c compat/cbits/rawSystem.c +0 -0
- compat/cbits/unicode.c compat/cbits/unicode.c +0 -0
- compat/compat.mk compat/compat.mk +5 -4
- compat/include/directory.h compat/include/directory.h +0 -0
- compiler/DEPEND-NOTES compiler/DEPEND-NOTES +0 -0
- compiler/DLL-NOTES compiler/DLL-NOTES +0 -0
- compiler/HsVersions.h compiler/HsVersions.h +0 -0
- compiler/Makefile compiler/Makefile +15 -17
- compiler/NOTES compiler/NOTES +0 -0
- compiler/README compiler/README +0 -0
- compiler/Simon-log compiler/Simon-log +0 -0
- compiler/basicTypes/BasicTypes.lhs compiler/basicTypes/BasicTypes.lhs +0 -0
- compiler/basicTypes/DataCon.hi-boot-5 compiler/basicTypes/DataCon.hi-boot-5 +0 -0
- compiler/basicTypes/DataCon.hi-boot-6 compiler/basicTypes/DataCon.hi-boot-6 +0 -0
- compiler/basicTypes/DataCon.lhs compiler/basicTypes/DataCon.lhs +0 -0
- compiler/basicTypes/DataCon.lhs-boot compiler/basicTypes/DataCon.lhs-boot +0 -0
- compiler/basicTypes/Demand.lhs compiler/basicTypes/Demand.lhs +0 -0
- compiler/basicTypes/FieldLabel.lhs compiler/basicTypes/FieldLabel.lhs +0 -0
- compiler/basicTypes/Id.lhs compiler/basicTypes/Id.lhs +0 -0
- compiler/basicTypes/IdInfo.hi-boot-5 compiler/basicTypes/IdInfo.hi-boot-5 +0 -0
- compiler/basicTypes/IdInfo.hi-boot-6 compiler/basicTypes/IdInfo.hi-boot-6 +0 -0
- compiler/basicTypes/IdInfo.lhs compiler/basicTypes/IdInfo.lhs +0 -0
- compiler/basicTypes/IdInfo.lhs-boot compiler/basicTypes/IdInfo.lhs-boot +0 -0
- compiler/basicTypes/Literal.lhs compiler/basicTypes/Literal.lhs +0 -0
- compiler/basicTypes/MkId.hi-boot-5 compiler/basicTypes/MkId.hi-boot-5 +0 -0
- compiler/basicTypes/MkId.hi-boot-6 compiler/basicTypes/MkId.hi-boot-6 +0 -0
- compiler/basicTypes/MkId.lhs compiler/basicTypes/MkId.lhs +0 -0
- compiler/basicTypes/MkId.lhs-boot compiler/basicTypes/MkId.lhs-boot +0 -0
- compiler/basicTypes/Module.hi-boot-5 compiler/basicTypes/Module.hi-boot-5 +0 -0
- compiler/basicTypes/Module.hi-boot-6 compiler/basicTypes/Module.hi-boot-6 +0 -0
- compiler/basicTypes/Module.lhs compiler/basicTypes/Module.lhs +0 -0
- compiler/basicTypes/Module.lhs-boot compiler/basicTypes/Module.lhs-boot +0 -0
- compiler/basicTypes/Name.hi-boot-5 compiler/basicTypes/Name.hi-boot-5 +0 -0
- compiler/basicTypes/Name.hi-boot-6 compiler/basicTypes/Name.hi-boot-6 +0 -0
- compiler/basicTypes/Name.lhs compiler/basicTypes/Name.lhs +0 -0
- compiler/basicTypes/Name.lhs-boot compiler/basicTypes/Name.lhs-boot +0 -0
- compiler/basicTypes/NameEnv.lhs compiler/basicTypes/NameEnv.lhs +0 -0
- compiler/basicTypes/NameSet.lhs compiler/basicTypes/NameSet.lhs +0 -0
- compiler/basicTypes/NewDemand.lhs compiler/basicTypes/NewDemand.lhs +0 -0
- compiler/basicTypes/OccName.hi-boot-6 compiler/basicTypes/OccName.hi-boot-6 +0 -0
- compiler/basicTypes/OccName.lhs compiler/basicTypes/OccName.lhs +0 -0
- compiler/basicTypes/OccName.lhs-boot compiler/basicTypes/OccName.lhs-boot +0 -0
- compiler/basicTypes/RdrName.lhs compiler/basicTypes/RdrName.lhs +0 -0
- compiler/basicTypes/SrcLoc.lhs compiler/basicTypes/SrcLoc.lhs +0 -0
- compiler/basicTypes/UniqSupply.lhs compiler/basicTypes/UniqSupply.lhs +0 -0
- compiler/basicTypes/Unique.lhs compiler/basicTypes/Unique.lhs +0 -0
- compiler/basicTypes/Var.lhs compiler/basicTypes/Var.lhs +0 -0
- compiler/basicTypes/VarEnv.lhs compiler/basicTypes/VarEnv.lhs +0 -0
- compiler/basicTypes/VarSet.lhs compiler/basicTypes/VarSet.lhs +0 -0
- compiler/cbits/rawSystem.c compiler/cbits/rawSystem.c +0 -0
- compiler/cmm/CLabel.hs compiler/cmm/CLabel.hs +0 -0
- compiler/cmm/Cmm.hs compiler/cmm/Cmm.hs +0 -0
- compiler/cmm/CmmLex.x compiler/cmm/CmmLex.x +0 -0
- compiler/cmm/CmmLint.hs compiler/cmm/CmmLint.hs +0 -0
- compiler/cmm/CmmOpt.hs compiler/cmm/CmmOpt.hs +0 -0
- compiler/cmm/CmmParse.y compiler/cmm/CmmParse.y +0 -0
- compiler/cmm/CmmUtils.hs compiler/cmm/CmmUtils.hs +0 -0
- compiler/cmm/MachOp.hs compiler/cmm/MachOp.hs +0 -0
- compiler/cmm/PprC.hs compiler/cmm/PprC.hs +0 -0
- compiler/cmm/PprCmm.hs compiler/cmm/PprCmm.hs +0 -0
- compiler/codeGen/Bitmap.hs compiler/codeGen/Bitmap.hs +0 -0
- compiler/codeGen/CgBindery.hi-boot-5 compiler/codeGen/CgBindery.hi-boot-5 +0 -0
- compiler/codeGen/CgBindery.hi-boot-6 compiler/codeGen/CgBindery.hi-boot-6 +0 -0
- compiler/codeGen/CgBindery.lhs compiler/codeGen/CgBindery.lhs +0 -0
- compiler/codeGen/CgBindery.lhs-boot compiler/codeGen/CgBindery.lhs-boot +0 -0
- compiler/codeGen/CgCallConv.hs compiler/codeGen/CgCallConv.hs +0 -0
- compiler/codeGen/CgCase.lhs compiler/codeGen/CgCase.lhs +0 -0
- compiler/codeGen/CgClosure.lhs compiler/codeGen/CgClosure.lhs +0 -0
- compiler/codeGen/CgCon.lhs compiler/codeGen/CgCon.lhs +0 -0
- compiler/codeGen/CgExpr.hi-boot-5 compiler/codeGen/CgExpr.hi-boot-5 +0 -0
- compiler/codeGen/CgExpr.hi-boot-6 compiler/codeGen/CgExpr.hi-boot-6 +0 -0
- compiler/codeGen/CgExpr.lhs compiler/codeGen/CgExpr.lhs +0 -0
- compiler/codeGen/CgExpr.lhs-boot compiler/codeGen/CgExpr.lhs-boot +0 -0
- compiler/codeGen/CgForeignCall.hs compiler/codeGen/CgForeignCall.hs +0 -0
- compiler/codeGen/CgHeapery.lhs compiler/codeGen/CgHeapery.lhs +0 -0
- compiler/codeGen/CgInfoTbls.hs compiler/codeGen/CgInfoTbls.hs +0 -0
- compiler/codeGen/CgLetNoEscape.lhs compiler/codeGen/CgLetNoEscape.lhs +0 -0
- compiler/codeGen/CgMonad.lhs compiler/codeGen/CgMonad.lhs +0 -0
- compiler/codeGen/CgParallel.hs compiler/codeGen/CgParallel.hs +0 -0
- compiler/codeGen/CgPrimOp.hs compiler/codeGen/CgPrimOp.hs +0 -0
- compiler/codeGen/CgProf.hs compiler/codeGen/CgProf.hs +0 -0
- compiler/codeGen/CgStackery.lhs compiler/codeGen/CgStackery.lhs +0 -0
- compiler/codeGen/CgTailCall.lhs compiler/codeGen/CgTailCall.lhs +0 -0
- compiler/codeGen/CgTicky.hs compiler/codeGen/CgTicky.hs +0 -0
- compiler/codeGen/CgUsages.hi-boot-5 compiler/codeGen/CgUsages.hi-boot-5 +0 -0
- compiler/codeGen/CgUsages.hi-boot-6 compiler/codeGen/CgUsages.hi-boot-6 +0 -0
- compiler/codeGen/CgUtils.hs compiler/codeGen/CgUtils.hs +0 -0
- compiler/codeGen/ClosureInfo.hi-boot-5 compiler/codeGen/ClosureInfo.hi-boot-5 +0 -0
- compiler/codeGen/ClosureInfo.hi-boot-6 compiler/codeGen/ClosureInfo.hi-boot-6 +0 -0
- compiler/codeGen/ClosureInfo.lhs compiler/codeGen/ClosureInfo.lhs +0 -0
- compiler/codeGen/ClosureInfo.lhs-boot compiler/codeGen/ClosureInfo.lhs-boot +0 -0
- compiler/codeGen/CodeGen.lhs compiler/codeGen/CodeGen.lhs +0 -0
- compiler/codeGen/SMRep.lhs compiler/codeGen/SMRep.lhs +0 -0
- compiler/coreSyn/CoreFVs.lhs compiler/coreSyn/CoreFVs.lhs +0 -0
- compiler/coreSyn/CoreLint.lhs compiler/coreSyn/CoreLint.lhs +0 -0
- compiler/coreSyn/CorePrep.lhs compiler/coreSyn/CorePrep.lhs +0 -0
- compiler/coreSyn/CoreSubst.lhs compiler/coreSyn/CoreSubst.lhs +0 -0
- compiler/coreSyn/CoreSyn.hi-boot-5 compiler/coreSyn/CoreSyn.hi-boot-5 +0 -0
- compiler/coreSyn/CoreSyn.hi-boot-6 compiler/coreSyn/CoreSyn.hi-boot-6 +0 -0
- compiler/coreSyn/CoreSyn.lhs compiler/coreSyn/CoreSyn.lhs +0 -0
- compiler/coreSyn/CoreTidy.lhs compiler/coreSyn/CoreTidy.lhs +0 -0
- compiler/coreSyn/CoreUnfold.lhs compiler/coreSyn/CoreUnfold.lhs +0 -0
- compiler/coreSyn/CoreUtils.lhs compiler/coreSyn/CoreUtils.lhs +0 -0
- compiler/coreSyn/ExternalCore.lhs compiler/coreSyn/ExternalCore.lhs +0 -0
- compiler/coreSyn/MkExternalCore.lhs compiler/coreSyn/MkExternalCore.lhs +0 -0
- compiler/coreSyn/PprCore.lhs compiler/coreSyn/PprCore.lhs +0 -0
- compiler/coreSyn/PprExternalCore.lhs compiler/coreSyn/PprExternalCore.lhs +0 -0
- compiler/count_bytes compiler/count_bytes +0 -0
- compiler/count_lines compiler/count_lines +0 -0
- compiler/cprAnalysis/CprAnalyse.lhs compiler/cprAnalysis/CprAnalyse.lhs +0 -0
- compiler/deSugar/Check.lhs compiler/deSugar/Check.lhs +0 -0
- compiler/deSugar/Desugar.lhs compiler/deSugar/Desugar.lhs +0 -0
- compiler/deSugar/DsArrows.lhs compiler/deSugar/DsArrows.lhs +0 -0
- compiler/deSugar/DsBinds.lhs compiler/deSugar/DsBinds.lhs +0 -0
- compiler/deSugar/DsCCall.lhs compiler/deSugar/DsCCall.lhs +0 -0
- compiler/deSugar/DsExpr.hi-boot-5 compiler/deSugar/DsExpr.hi-boot-5 +0 -0
- compiler/deSugar/DsExpr.hi-boot-6 compiler/deSugar/DsExpr.hi-boot-6 +0 -0
- compiler/deSugar/DsExpr.lhs compiler/deSugar/DsExpr.lhs +0 -0
- compiler/deSugar/DsExpr.lhs-boot compiler/deSugar/DsExpr.lhs-boot +0 -0
- compiler/deSugar/DsForeign.lhs compiler/deSugar/DsForeign.lhs +0 -0
- compiler/deSugar/DsGRHSs.lhs compiler/deSugar/DsGRHSs.lhs +0 -0
- compiler/deSugar/DsListComp.lhs compiler/deSugar/DsListComp.lhs +0 -0
- compiler/deSugar/DsMeta.hs compiler/deSugar/DsMeta.hs +0 -0
- compiler/deSugar/DsMonad.lhs compiler/deSugar/DsMonad.lhs +0 -0
- compiler/deSugar/DsUtils.lhs compiler/deSugar/DsUtils.lhs +0 -0
- compiler/deSugar/Match.hi-boot-5 compiler/deSugar/Match.hi-boot-5 +0 -0
- compiler/deSugar/Match.hi-boot-6 compiler/deSugar/Match.hi-boot-6 +0 -0
- compiler/deSugar/Match.lhs compiler/deSugar/Match.lhs +0 -0
- compiler/deSugar/Match.lhs-boot compiler/deSugar/Match.lhs-boot +0 -0
- compiler/deSugar/MatchCon.lhs compiler/deSugar/MatchCon.lhs +0 -0
- compiler/deSugar/MatchLit.lhs compiler/deSugar/MatchLit.lhs +0 -0
- compiler/deSugar/deSugar.tex compiler/deSugar/deSugar.tex +0 -0
- compiler/ghci/ByteCodeAsm.lhs compiler/ghci/ByteCodeAsm.lhs +0 -0
- compiler/ghci/ByteCodeFFI.lhs compiler/ghci/ByteCodeFFI.lhs +0 -0
- compiler/ghci/ByteCodeGen.lhs compiler/ghci/ByteCodeGen.lhs +0 -0
- compiler/ghci/ByteCodeInstr.lhs compiler/ghci/ByteCodeInstr.lhs +0 -0
- compiler/ghci/ByteCodeItbls.lhs compiler/ghci/ByteCodeItbls.lhs +0 -0
- compiler/ghci/ByteCodeLink.lhs compiler/ghci/ByteCodeLink.lhs +0 -0
- compiler/ghci/InteractiveUI.hs compiler/ghci/InteractiveUI.hs +0 -0
- compiler/ghci/Linker.lhs compiler/ghci/Linker.lhs +0 -0
- compiler/ghci/ObjLink.lhs compiler/ghci/ObjLink.lhs +0 -0
- compiler/ghci/keepCAFsForGHCi.c compiler/ghci/keepCAFsForGHCi.c +0 -0
- compiler/hsSyn/Convert.lhs compiler/hsSyn/Convert.lhs +0 -0
- compiler/hsSyn/HsBinds.lhs compiler/hsSyn/HsBinds.lhs +0 -0
- compiler/hsSyn/HsDecls.lhs compiler/hsSyn/HsDecls.lhs +0 -0
- compiler/hsSyn/HsExpr.hi-boot-5 compiler/hsSyn/HsExpr.hi-boot-5 +0 -0
- compiler/hsSyn/HsExpr.hi-boot-6 compiler/hsSyn/HsExpr.hi-boot-6 +0 -0
- compiler/hsSyn/HsExpr.lhs compiler/hsSyn/HsExpr.lhs +0 -0
- compiler/hsSyn/HsExpr.lhs-boot compiler/hsSyn/HsExpr.lhs-boot +0 -0
- compiler/hsSyn/HsImpExp.lhs compiler/hsSyn/HsImpExp.lhs +0 -0
- compiler/hsSyn/HsLit.lhs compiler/hsSyn/HsLit.lhs +0 -0
- compiler/hsSyn/HsPat.hi-boot-5 compiler/hsSyn/HsPat.hi-boot-5 +0 -0
- compiler/hsSyn/HsPat.hi-boot-6 compiler/hsSyn/HsPat.hi-boot-6 +0 -0
- compiler/hsSyn/HsPat.lhs compiler/hsSyn/HsPat.lhs +0 -0
- compiler/hsSyn/HsPat.lhs-boot compiler/hsSyn/HsPat.lhs-boot +0 -0
- compiler/hsSyn/HsSyn.lhs compiler/hsSyn/HsSyn.lhs +0 -0
- compiler/hsSyn/HsTypes.lhs compiler/hsSyn/HsTypes.lhs +0 -0
- compiler/hsSyn/HsUtils.lhs compiler/hsSyn/HsUtils.lhs +0 -0
- compiler/iface/BinIface.hs compiler/iface/BinIface.hs +0 -0
- compiler/iface/BuildTyCl.lhs compiler/iface/BuildTyCl.lhs +0 -0
- compiler/iface/IfaceEnv.lhs compiler/iface/IfaceEnv.lhs +0 -0
- compiler/iface/IfaceSyn.lhs compiler/iface/IfaceSyn.lhs +0 -0
- compiler/iface/IfaceType.lhs compiler/iface/IfaceType.lhs +0 -0
- compiler/iface/LoadIface.lhs compiler/iface/LoadIface.lhs +0 -0
- compiler/iface/MkIface.lhs compiler/iface/MkIface.lhs +0 -0
- compiler/iface/TcIface.hi-boot-5 compiler/iface/TcIface.hi-boot-5 +0 -0
- compiler/iface/TcIface.hi-boot-6 compiler/iface/TcIface.hi-boot-6 +0 -0
- compiler/iface/TcIface.lhs compiler/iface/TcIface.lhs +0 -0
- compiler/iface/TcIface.lhs-boot compiler/iface/TcIface.lhs-boot +0 -0
- compiler/ilxGen/Entry.ilx compiler/ilxGen/Entry.ilx +0 -0
- compiler/ilxGen/IlxGen.lhs compiler/ilxGen/IlxGen.lhs +0 -0
- compiler/ilxGen/Makefile.stdlib compiler/ilxGen/Makefile.stdlib +0 -0
- compiler/ilxGen/tests/Makefile compiler/ilxGen/tests/Makefile +0 -0
- compiler/ilxGen/tests/PrelNum.hs compiler/ilxGen/tests/PrelNum.hs +0 -0
- compiler/ilxGen/tests/build.mk compiler/ilxGen/tests/build.mk +0 -0
- compiler/ilxGen/tests/foo.hs compiler/ilxGen/tests/foo.hs +0 -0
- compiler/ilxGen/tests/life.hs compiler/ilxGen/tests/life.hs +0 -0
- compiler/ilxGen/tests/reduce.ml compiler/ilxGen/tests/reduce.ml +0 -0
- compiler/ilxGen/tests/test1-nostdlib.hs compiler/ilxGen/tests/test1-nostdlib.hs +0 -0
- compiler/ilxGen/tests/test1.hs compiler/ilxGen/tests/test1.hs +0 -0
- compiler/ilxGen/tests/test10.hs compiler/ilxGen/tests/test10.hs +0 -0
- compiler/ilxGen/tests/test11.hs compiler/ilxGen/tests/test11.hs +0 -0
- compiler/ilxGen/tests/test12.hs compiler/ilxGen/tests/test12.hs +0 -0
- compiler/ilxGen/tests/test13.hs compiler/ilxGen/tests/test13.hs +0 -0
- compiler/ilxGen/tests/test14.hs compiler/ilxGen/tests/test14.hs +0 -0
- compiler/ilxGen/tests/test15.hs compiler/ilxGen/tests/test15.hs +0 -0
- compiler/ilxGen/tests/test16.hs compiler/ilxGen/tests/test16.hs +0 -0
- compiler/ilxGen/tests/test17.hs compiler/ilxGen/tests/test17.hs +0 -0
- compiler/ilxGen/tests/test18.hs compiler/ilxGen/tests/test18.hs +0 -0
- compiler/ilxGen/tests/test19.hs compiler/ilxGen/tests/test19.hs +0 -0
- compiler/ilxGen/tests/test1b.hs compiler/ilxGen/tests/test1b.hs +0 -0
- compiler/ilxGen/tests/test2.hs compiler/ilxGen/tests/test2.hs +0 -0
- compiler/ilxGen/tests/test20.hs compiler/ilxGen/tests/test20.hs +0 -0
- compiler/ilxGen/tests/test21.hs compiler/ilxGen/tests/test21.hs +0 -0
- compiler/ilxGen/tests/test2b.hs compiler/ilxGen/tests/test2b.hs +0 -0
- compiler/ilxGen/tests/test2c.hs compiler/ilxGen/tests/test2c.hs +0 -0
- compiler/ilxGen/tests/test2d.hs compiler/ilxGen/tests/test2d.hs +0 -0
- compiler/ilxGen/tests/test3.hs compiler/ilxGen/tests/test3.hs +0 -0
- compiler/ilxGen/tests/test4.hs compiler/ilxGen/tests/test4.hs +0 -0
- compiler/ilxGen/tests/test5.hs compiler/ilxGen/tests/test5.hs +0 -0
- compiler/ilxGen/tests/test6.hs compiler/ilxGen/tests/test6.hs +0 -0
- compiler/ilxGen/tests/test7.hs compiler/ilxGen/tests/test7.hs +0 -0
- compiler/ilxGen/tests/test8.hs compiler/ilxGen/tests/test8.hs +0 -0
- compiler/ilxGen/tests/test9.hs compiler/ilxGen/tests/test9.hs +0 -0
- compiler/ilxGen/tests/yes.hs compiler/ilxGen/tests/yes.hs +0 -0
- compiler/ilxGen/tests/yes2.hs compiler/ilxGen/tests/yes2.hs +0 -0
- compiler/javaGen/Java.lhs compiler/javaGen/Java.lhs +0 -0
- compiler/javaGen/JavaGen.lhs compiler/javaGen/JavaGen.lhs +0 -0
- compiler/javaGen/PrintJava.lhs compiler/javaGen/PrintJava.lhs +0 -0
- compiler/main/CmdLineParser.hs compiler/main/CmdLineParser.hs +0 -0
- compiler/main/CodeOutput.lhs compiler/main/CodeOutput.lhs +0 -0
- compiler/main/Constants.lhs compiler/main/Constants.lhs +0 -0
- compiler/main/DriverMkDepend.hs compiler/main/DriverMkDepend.hs +0 -0
- compiler/main/DriverPhases.hs compiler/main/DriverPhases.hs +0 -0
- compiler/main/DriverPipeline.hs compiler/main/DriverPipeline.hs +0 -0
- compiler/main/DynFlags.hs compiler/main/DynFlags.hs +0 -0
- compiler/main/ErrUtils.hi-boot-6 compiler/main/ErrUtils.hi-boot-6 +0 -0
- compiler/main/ErrUtils.lhs compiler/main/ErrUtils.lhs +0 -0
- compiler/main/ErrUtils.lhs-boot compiler/main/ErrUtils.lhs-boot +0 -0
- compiler/main/Finder.lhs compiler/main/Finder.lhs +0 -0
- compiler/main/GHC.hs compiler/main/GHC.hs +0 -0
- compiler/main/HeaderInfo.hs compiler/main/HeaderInfo.hs +0 -0
- compiler/main/HscMain.lhs compiler/main/HscMain.lhs +0 -0
- compiler/main/HscStats.lhs compiler/main/HscStats.lhs +0 -0
- compiler/main/HscTypes.lhs compiler/main/HscTypes.lhs +0 -0
- compiler/main/Main.hs compiler/main/Main.hs +0 -0
- compiler/main/PackageConfig.hs compiler/main/PackageConfig.hs +0 -0
- compiler/main/Packages.hi-boot-5 compiler/main/Packages.hi-boot-5 +0 -0
- compiler/main/Packages.hi-boot-6 compiler/main/Packages.hi-boot-6 +0 -0
- compiler/main/Packages.lhs compiler/main/Packages.lhs +0 -0
- compiler/main/Packages.lhs-boot compiler/main/Packages.lhs-boot +0 -0
- compiler/main/ParsePkgConf.y compiler/main/ParsePkgConf.y +0 -0
- compiler/main/PprTyThing.hs compiler/main/PprTyThing.hs +0 -0
- compiler/main/StaticFlags.hs compiler/main/StaticFlags.hs +0 -0
- compiler/main/SysTools.lhs compiler/main/SysTools.lhs +0 -0
- compiler/main/TidyPgm.lhs compiler/main/TidyPgm.lhs +0 -0
- compiler/nativeGen/AsmCodeGen.lhs compiler/nativeGen/AsmCodeGen.lhs +0 -0
- compiler/nativeGen/MachCodeGen.hs compiler/nativeGen/MachCodeGen.hs +0 -0
- compiler/nativeGen/MachInstrs.hs compiler/nativeGen/MachInstrs.hs +0 -0
- compiler/nativeGen/MachRegs.lhs compiler/nativeGen/MachRegs.lhs +0 -0
- compiler/nativeGen/NCG.h compiler/nativeGen/NCG.h +0 -0
- compiler/nativeGen/NCGMonad.hs compiler/nativeGen/NCGMonad.hs +0 -0
- compiler/nativeGen/NOTES compiler/nativeGen/NOTES +0 -0
- compiler/nativeGen/PositionIndependentCode.hs compiler/nativeGen/PositionIndependentCode.hs +0 -0
- compiler/nativeGen/PprMach.hs compiler/nativeGen/PprMach.hs +0 -0
- compiler/nativeGen/RegAllocInfo.hs compiler/nativeGen/RegAllocInfo.hs +0 -0
- compiler/nativeGen/RegisterAlloc.hs compiler/nativeGen/RegisterAlloc.hs +0 -0
- compiler/ndpFlatten/FlattenInfo.hs compiler/ndpFlatten/FlattenInfo.hs +0 -0
- compiler/ndpFlatten/FlattenMonad.hs compiler/ndpFlatten/FlattenMonad.hs +0 -0
- compiler/ndpFlatten/Flattening.hs compiler/ndpFlatten/Flattening.hs +0 -0
- compiler/ndpFlatten/NDPCoreUtils.hs compiler/ndpFlatten/NDPCoreUtils.hs +0 -0
- compiler/ndpFlatten/PArrAnal.hs compiler/ndpFlatten/PArrAnal.hs +0 -0
- compiler/ndpFlatten/TODO compiler/ndpFlatten/TODO +0 -0
- compiler/package.conf.in compiler/package.conf.in +0 -0
- compiler/parser/Ctype.lhs compiler/parser/Ctype.lhs +0 -0
- compiler/parser/LexCore.hs compiler/parser/LexCore.hs +0 -0
- compiler/parser/Lexer.x compiler/parser/Lexer.x +0 -0
- compiler/parser/Parser.y.pp compiler/parser/Parser.y.pp +0 -0
- compiler/parser/ParserCore.y compiler/parser/ParserCore.y +0 -0
- compiler/parser/ParserCoreUtils.hs compiler/parser/ParserCoreUtils.hs +0 -0
- compiler/parser/RdrHsSyn.lhs compiler/parser/RdrHsSyn.lhs +0 -0
- compiler/parser/cutils.c compiler/parser/cutils.c +0 -0
- compiler/parser/cutils.h compiler/parser/cutils.h +0 -0
- compiler/parser/hschooks.c compiler/parser/hschooks.c +0 -0
- compiler/parser/hschooks.h compiler/parser/hschooks.h +0 -0
- compiler/prelude/ForeignCall.lhs compiler/prelude/ForeignCall.lhs +0 -0
- compiler/prelude/PrelInfo.lhs compiler/prelude/PrelInfo.lhs +0 -0
- compiler/prelude/PrelNames.lhs compiler/prelude/PrelNames.lhs +0 -0
- compiler/prelude/PrelRules.lhs compiler/prelude/PrelRules.lhs +0 -0
- compiler/prelude/PrimOp.lhs compiler/prelude/PrimOp.lhs +0 -0
- compiler/prelude/TysPrim.lhs compiler/prelude/TysPrim.lhs +0 -0
- compiler/prelude/TysWiredIn.lhs compiler/prelude/TysWiredIn.lhs +0 -0
- compiler/prelude/primops.txt.pp compiler/prelude/primops.txt.pp +0 -0
- compiler/profiling/CostCentre.lhs compiler/profiling/CostCentre.lhs +0 -0
- compiler/profiling/NOTES compiler/profiling/NOTES +0 -0
- compiler/profiling/SCCfinal.lhs compiler/profiling/SCCfinal.lhs +0 -0
- compiler/rename/RnBinds.lhs compiler/rename/RnBinds.lhs +0 -0
- compiler/rename/RnEnv.lhs compiler/rename/RnEnv.lhs +0 -0
- compiler/rename/RnExpr.hi-boot-6 compiler/rename/RnExpr.hi-boot-6 +0 -0
- compiler/rename/RnExpr.lhs compiler/rename/RnExpr.lhs +0 -0
- compiler/rename/RnExpr.lhs-boot compiler/rename/RnExpr.lhs-boot +0 -0
- compiler/rename/RnHsSyn.lhs compiler/rename/RnHsSyn.lhs +0 -0
- compiler/rename/RnNames.lhs compiler/rename/RnNames.lhs +0 -0
- compiler/rename/RnSource.hi-boot-5 compiler/rename/RnSource.hi-boot-5 +0 -0
- compiler/rename/RnSource.lhs compiler/rename/RnSource.lhs +0 -0
- compiler/rename/RnTypes.lhs compiler/rename/RnTypes.lhs +0 -0
- compiler/rename/rename.tex compiler/rename/rename.tex +0 -0
- compiler/simplCore/CSE.lhs compiler/simplCore/CSE.lhs +0 -0
- compiler/simplCore/FloatIn.lhs compiler/simplCore/FloatIn.lhs +0 -0
- compiler/simplCore/FloatOut.lhs compiler/simplCore/FloatOut.lhs +0 -0
- compiler/simplCore/LiberateCase.lhs compiler/simplCore/LiberateCase.lhs +0 -0
- compiler/simplCore/OccurAnal.lhs compiler/simplCore/OccurAnal.lhs +0 -0
- compiler/simplCore/SAT.lhs compiler/simplCore/SAT.lhs +0 -0
- compiler/simplCore/SATMonad.lhs compiler/simplCore/SATMonad.lhs +0 -0
- compiler/simplCore/SetLevels.lhs compiler/simplCore/SetLevels.lhs +0 -0
- compiler/simplCore/SimplCore.lhs compiler/simplCore/SimplCore.lhs +0 -0
- compiler/simplCore/SimplEnv.lhs compiler/simplCore/SimplEnv.lhs +0 -0
- compiler/simplCore/SimplMonad.lhs compiler/simplCore/SimplMonad.lhs +0 -0
- compiler/simplCore/SimplUtils.lhs compiler/simplCore/SimplUtils.lhs +0 -0
- compiler/simplCore/Simplify.lhs compiler/simplCore/Simplify.lhs +0 -0
- compiler/simplCore/simplifier.tib compiler/simplCore/simplifier.tib +0 -0
- compiler/simplStg/SRT.lhs compiler/simplStg/SRT.lhs +0 -0
- compiler/simplStg/SimplStg.lhs compiler/simplStg/SimplStg.lhs +0 -0
- compiler/simplStg/StgStats.lhs compiler/simplStg/StgStats.lhs +0 -0
- compiler/specialise/Rules.lhs compiler/specialise/Rules.lhs +0 -0
- compiler/specialise/SpecConstr.lhs compiler/specialise/SpecConstr.lhs +0 -0
- compiler/specialise/Specialise.lhs compiler/specialise/Specialise.lhs +0 -0
- compiler/stgSyn/CoreToStg.lhs compiler/stgSyn/CoreToStg.lhs +0 -0
- compiler/stgSyn/StgLint.lhs compiler/stgSyn/StgLint.lhs +0 -0
- compiler/stgSyn/StgSyn.lhs compiler/stgSyn/StgSyn.lhs +0 -0
- compiler/stranal/DmdAnal.lhs compiler/stranal/DmdAnal.lhs +0 -0
- compiler/stranal/SaAbsInt.lhs compiler/stranal/SaAbsInt.lhs +0 -0
- compiler/stranal/SaLib.lhs compiler/stranal/SaLib.lhs +0 -0
- compiler/stranal/StrictAnal.lhs compiler/stranal/StrictAnal.lhs +0 -0
- compiler/stranal/WorkWrap.lhs compiler/stranal/WorkWrap.lhs +0 -0
- compiler/stranal/WwLib.lhs compiler/stranal/WwLib.lhs +0 -0
- compiler/typecheck/Inst.lhs compiler/typecheck/Inst.lhs +0 -0
- compiler/typecheck/TcArrows.lhs compiler/typecheck/TcArrows.lhs +0 -0
- compiler/typecheck/TcBinds.lhs compiler/typecheck/TcBinds.lhs +0 -0
- compiler/typecheck/TcClassDcl.lhs compiler/typecheck/TcClassDcl.lhs +0 -0
- compiler/typecheck/TcDefaults.lhs compiler/typecheck/TcDefaults.lhs +0 -0
- compiler/typecheck/TcDeriv.lhs compiler/typecheck/TcDeriv.lhs +0 -0
- compiler/typecheck/TcEnv.lhs compiler/typecheck/TcEnv.lhs +0 -0
- compiler/typecheck/TcExpr.hi-boot-5 compiler/typecheck/TcExpr.hi-boot-5 +0 -0
- compiler/typecheck/TcExpr.hi-boot-6 compiler/typecheck/TcExpr.hi-boot-6 +0 -0
- compiler/typecheck/TcExpr.lhs compiler/typecheck/TcExpr.lhs +0 -0
- compiler/typecheck/TcExpr.lhs-boot compiler/typecheck/TcExpr.lhs-boot +0 -0
- compiler/typecheck/TcForeign.lhs compiler/typecheck/TcForeign.lhs +0 -0
- compiler/typecheck/TcGenDeriv.lhs compiler/typecheck/TcGenDeriv.lhs +0 -0
- compiler/typecheck/TcHsSyn.lhs compiler/typecheck/TcHsSyn.lhs +0 -0
- compiler/typecheck/TcHsType.lhs compiler/typecheck/TcHsType.lhs +0 -0
- compiler/typecheck/TcInstDcls.lhs compiler/typecheck/TcInstDcls.lhs +0 -0
- compiler/typecheck/TcMType.lhs compiler/typecheck/TcMType.lhs +0 -0
- compiler/typecheck/TcMatches.hi-boot-5 compiler/typecheck/TcMatches.hi-boot-5 +0 -0
- compiler/typecheck/TcMatches.hi-boot-6 compiler/typecheck/TcMatches.hi-boot-6 +0 -0
- compiler/typecheck/TcMatches.lhs compiler/typecheck/TcMatches.lhs +0 -0
- compiler/typecheck/TcMatches.lhs-boot compiler/typecheck/TcMatches.lhs-boot +0 -0
- compiler/typecheck/TcPat.lhs compiler/typecheck/TcPat.lhs +0 -0
- compiler/typecheck/TcRnDriver.lhs compiler/typecheck/TcRnDriver.lhs +0 -0
- compiler/typecheck/TcRnMonad.lhs compiler/typecheck/TcRnMonad.lhs +0 -0
- compiler/typecheck/TcRnTypes.lhs compiler/typecheck/TcRnTypes.lhs +0 -0
- compiler/typecheck/TcRules.lhs compiler/typecheck/TcRules.lhs +0 -0
- compiler/typecheck/TcSimplify.lhs compiler/typecheck/TcSimplify.lhs +0 -0
- compiler/typecheck/TcSplice.hi-boot-6 compiler/typecheck/TcSplice.hi-boot-6 +0 -0
- compiler/typecheck/TcSplice.lhs compiler/typecheck/TcSplice.lhs +0 -0
- compiler/typecheck/TcSplice.lhs-boot compiler/typecheck/TcSplice.lhs-boot +0 -0
- compiler/typecheck/TcTyClsDecls.lhs compiler/typecheck/TcTyClsDecls.lhs +0 -0
- compiler/typecheck/TcTyDecls.lhs compiler/typecheck/TcTyDecls.lhs +0 -0
- compiler/typecheck/TcType.hi-boot-5 compiler/typecheck/TcType.hi-boot-5 +0 -0
- compiler/typecheck/TcType.hi-boot-6 compiler/typecheck/TcType.hi-boot-6 +0 -0
- compiler/typecheck/TcType.lhs compiler/typecheck/TcType.lhs +0 -0
- compiler/typecheck/TcType.lhs-boot compiler/typecheck/TcType.lhs-boot +0 -0
- compiler/typecheck/TcUnify.hi-boot-5 compiler/typecheck/TcUnify.hi-boot-5 +0 -0
- compiler/typecheck/TcUnify.hi-boot-6 compiler/typecheck/TcUnify.hi-boot-6 +0 -0
- compiler/typecheck/TcUnify.lhs compiler/typecheck/TcUnify.lhs +0 -0
- compiler/typecheck/TcUnify.lhs-boot compiler/typecheck/TcUnify.lhs-boot +0 -0
- compiler/types/Class.lhs compiler/types/Class.lhs +0 -0
- compiler/types/FunDeps.lhs compiler/types/FunDeps.lhs +0 -0
- compiler/types/Generics.lhs compiler/types/Generics.lhs +0 -0
- compiler/types/InstEnv.lhs compiler/types/InstEnv.lhs +0 -0
- compiler/types/Kind.lhs compiler/types/Kind.lhs +0 -0
- compiler/types/TyCon.hi-boot-5 compiler/types/TyCon.hi-boot-5 +0 -0
- compiler/types/TyCon.hi-boot-6 compiler/types/TyCon.hi-boot-6 +0 -0
- compiler/types/TyCon.lhs compiler/types/TyCon.lhs +0 -0
- compiler/types/TyCon.lhs-boot compiler/types/TyCon.lhs-boot +0 -0
- compiler/types/Type.lhs compiler/types/Type.lhs +0 -0
- compiler/types/TypeRep.hi-boot-5 compiler/types/TypeRep.hi-boot-5 +0 -0
- compiler/types/TypeRep.hi-boot-6 compiler/types/TypeRep.hi-boot-6 +0 -0
- compiler/types/TypeRep.lhs compiler/types/TypeRep.lhs +0 -0
- compiler/types/TypeRep.lhs-boot compiler/types/TypeRep.lhs-boot +0 -0
- compiler/types/Unify.lhs compiler/types/Unify.lhs +0 -0
- compiler/utils/Bag.lhs compiler/utils/Bag.lhs +0 -0
- compiler/utils/Binary.hs compiler/utils/Binary.hs +0 -0
- compiler/utils/BitSet.lhs compiler/utils/BitSet.lhs +0 -0
- compiler/utils/BufWrite.hs compiler/utils/BufWrite.hs +0 -0
- compiler/utils/Digraph.lhs compiler/utils/Digraph.lhs +0 -0
- compiler/utils/Encoding.hs compiler/utils/Encoding.hs +0 -0
- compiler/utils/FastMutInt.lhs compiler/utils/FastMutInt.lhs +0 -0
- compiler/utils/FastString.lhs compiler/utils/FastString.lhs +0 -0
- compiler/utils/FastTypes.lhs compiler/utils/FastTypes.lhs +0 -0
- compiler/utils/FiniteMap.lhs compiler/utils/FiniteMap.lhs +0 -0
- compiler/utils/IOEnv.hs compiler/utils/IOEnv.hs +0 -0
- compiler/utils/ListSetOps.lhs compiler/utils/ListSetOps.lhs +0 -0
- compiler/utils/Maybes.lhs compiler/utils/Maybes.lhs +0 -0
- compiler/utils/OrdList.lhs compiler/utils/OrdList.lhs +0 -0
- compiler/utils/Outputable.lhs compiler/utils/Outputable.lhs +0 -0
- compiler/utils/Panic.lhs compiler/utils/Panic.lhs +0 -0
- compiler/utils/Pretty.lhs compiler/utils/Pretty.lhs +0 -0
- compiler/utils/StringBuffer.lhs compiler/utils/StringBuffer.lhs +0 -0
- compiler/utils/UniqFM.lhs compiler/utils/UniqFM.lhs +0 -0
- compiler/utils/UniqSet.lhs compiler/utils/UniqSet.lhs +0 -0
- compiler/utils/Util.lhs compiler/utils/Util.lhs +0 -0
- configure.ac configure.ac +23 -18
- distrib/hc-build distrib/hc-build +9 -12
- docs/Makefile docs/Makefile +1 -1
- docs/building/Makefile docs/building/Makefile +0 -0
- docs/building/building.xml docs/building/building.xml +0 -0
- docs/comm/exts/ndp.html docs/comm/exts/ndp.html +0 -0
- docs/comm/exts/th.html docs/comm/exts/th.html +0 -0
- docs/comm/feedback.html docs/comm/feedback.html +0 -0
- docs/comm/genesis/genesis.html docs/comm/genesis/genesis.html +0 -0
- docs/comm/genesis/makefiles.html docs/comm/genesis/makefiles.html +0 -0
- docs/comm/genesis/modules.html docs/comm/genesis/modules.html +0 -0
- docs/comm/index.html docs/comm/index.html +0 -0
- docs/comm/others.html docs/comm/others.html +0 -0
- docs/comm/rts-libs/coding-style.html docs/comm/rts-libs/coding-style.html +0 -0
- docs/comm/rts-libs/foreignptr.html docs/comm/rts-libs/foreignptr.html +0 -0
- docs/comm/rts-libs/multi-thread.html docs/comm/rts-libs/multi-thread.html +0 -0
- docs/comm/rts-libs/non-blocking.html docs/comm/rts-libs/non-blocking.html +0 -0
- docs/comm/rts-libs/prelfound.html docs/comm/rts-libs/prelfound.html +0 -0
- docs/comm/rts-libs/prelude.html docs/comm/rts-libs/prelude.html +0 -0
- docs/comm/rts-libs/primitives.html docs/comm/rts-libs/primitives.html +0 -0
- docs/comm/rts-libs/stgc.html docs/comm/rts-libs/stgc.html +0 -0
- docs/comm/rts-libs/threaded-rts.html docs/comm/rts-libs/threaded-rts.html +0 -0
- docs/comm/the-beast/alien.html docs/comm/the-beast/alien.html +0 -0
- docs/comm/the-beast/basicTypes.html docs/comm/the-beast/basicTypes.html +0 -0
- docs/comm/the-beast/coding-style.html docs/comm/the-beast/coding-style.html +0 -0
- docs/comm/the-beast/data-types.html docs/comm/the-beast/data-types.html +0 -0
- docs/comm/the-beast/desugar.html docs/comm/the-beast/desugar.html +0 -0
- docs/comm/the-beast/driver.html docs/comm/the-beast/driver.html +0 -0
- docs/comm/the-beast/fexport.html docs/comm/the-beast/fexport.html +0 -0
- docs/comm/the-beast/ghci.html docs/comm/the-beast/ghci.html +0 -0
- docs/comm/the-beast/main.html docs/comm/the-beast/main.html +0 -0
- docs/comm/the-beast/mangler.html docs/comm/the-beast/mangler.html +0 -0
- docs/comm/the-beast/modules.html docs/comm/the-beast/modules.html +0 -0
- docs/comm/the-beast/names.html docs/comm/the-beast/names.html +0 -0
- docs/comm/the-beast/ncg.html docs/comm/the-beast/ncg.html +0 -0
- docs/comm/the-beast/optimistic.html docs/comm/the-beast/optimistic.html +0 -0
- docs/comm/the-beast/prelude.html docs/comm/the-beast/prelude.html +0 -0
- docs/comm/the-beast/renamer.html docs/comm/the-beast/renamer.html +0 -0
- docs/comm/the-beast/simplifier.html docs/comm/the-beast/simplifier.html +0 -0
- docs/comm/the-beast/stg.html docs/comm/the-beast/stg.html +0 -0
- docs/comm/the-beast/syntax.html docs/comm/the-beast/syntax.html +0 -0
- docs/comm/the-beast/typecheck.html docs/comm/the-beast/typecheck.html +0 -0
- docs/comm/the-beast/types.html docs/comm/the-beast/types.html +0 -0
- docs/comm/the-beast/vars.html docs/comm/the-beast/vars.html +0 -0
- docs/ext-core/Makefile docs/ext-core/Makefile +0 -0
- docs/ext-core/a4wide.sty docs/ext-core/a4wide.sty +0 -0
- docs/ext-core/code.sty docs/ext-core/code.sty +0 -0
- docs/ext-core/core.tex docs/ext-core/core.tex +0 -0
- docs/ghci/ghci.tex docs/ghci/ghci.tex +0 -0
- docs/rts/closure.ps docs/rts/closure.ps +0 -0
- docs/rts/closure.tex docs/rts/closure.tex +0 -0
- docs/rts/hugs_ret.pstex docs/rts/hugs_ret.pstex +0 -0
- docs/rts/hugs_ret.pstex_t docs/rts/hugs_ret.pstex_t +0 -0
- docs/rts/hugs_ret2.pstex docs/rts/hugs_ret2.pstex +0 -0
- docs/rts/hugs_ret2.pstex_t docs/rts/hugs_ret2.pstex_t +0 -0
- docs/rts/rts.tex docs/rts/rts.tex +0 -0
- docs/storage-mgt/Makefile docs/storage-mgt/Makefile +0 -0
- docs/storage-mgt/architecture.eepic docs/storage-mgt/architecture.eepic +0 -0
- docs/storage-mgt/architecture.fig docs/storage-mgt/architecture.fig +0 -0
- docs/storage-mgt/cacheprof_p.eps docs/storage-mgt/cacheprof_p.eps +0 -0
- docs/storage-mgt/code.sty docs/storage-mgt/code.sty +0 -0
- docs/storage-mgt/freelist.eepic docs/storage-mgt/freelist.eepic +0 -0
- docs/storage-mgt/freelist.fig docs/storage-mgt/freelist.fig +0 -0
- docs/storage-mgt/gen.eepic docs/storage-mgt/gen.eepic +0 -0
- docs/storage-mgt/gen.fig docs/storage-mgt/gen.fig +0 -0
- docs/storage-mgt/generation.eepic docs/storage-mgt/generation.eepic +0 -0
- docs/storage-mgt/generation.fig docs/storage-mgt/generation.fig +0 -0
- docs/storage-mgt/largeobjectpool.eepic docs/storage-mgt/largeobjectpool.eepic +0 -0
- docs/storage-mgt/largeobjectpool.fig docs/storage-mgt/largeobjectpool.fig +0 -0
- docs/storage-mgt/ldv.eepic docs/storage-mgt/ldv.eepic +0 -0
- docs/storage-mgt/ldv.fig docs/storage-mgt/ldv.fig +0 -0
- docs/storage-mgt/ldv.tex docs/storage-mgt/ldv.tex +0 -0
- docs/storage-mgt/megablock.eepic docs/storage-mgt/megablock.eepic +0 -0
- docs/storage-mgt/megablock.fig docs/storage-mgt/megablock.fig +0 -0
- docs/storage-mgt/nursery.eepic docs/storage-mgt/nursery.eepic +0 -0
- docs/storage-mgt/nursery.fig docs/storage-mgt/nursery.fig +0 -0
- docs/storage-mgt/reference.bib docs/storage-mgt/reference.bib +0 -0
- docs/storage-mgt/rp.tex docs/storage-mgt/rp.tex +0 -0
- docs/storage-mgt/sm.tex docs/storage-mgt/sm.tex +0 -0
- docs/storage-mgt/smallobjectpool.eepic docs/storage-mgt/smallobjectpool.eepic +0 -0
- docs/storage-mgt/smallobjectpool.fig docs/storage-mgt/smallobjectpool.fig +0 -0
- docs/storage-mgt/step.eepic docs/storage-mgt/step.eepic +0 -0
- docs/storage-mgt/step.fig docs/storage-mgt/step.fig +0 -0
- docs/users_guide/5-00-notes.xml docs/users_guide/5-00-notes.xml +0 -0
- docs/users_guide/5-02-notes.xml docs/users_guide/5-02-notes.xml +0 -0
- docs/users_guide/5-04-notes.xml docs/users_guide/5-04-notes.xml +0 -0
- docs/users_guide/6.0-notes.xml docs/users_guide/6.0-notes.xml +0 -0
- docs/users_guide/Makefile docs/users_guide/Makefile +0 -0
- docs/users_guide/bugs.xml docs/users_guide/bugs.xml +0 -0
- docs/users_guide/debugging.xml docs/users_guide/debugging.xml +0 -0
- docs/users_guide/ffi-chap.xml docs/users_guide/ffi-chap.xml +0 -0
- docs/users_guide/flags.xml docs/users_guide/flags.xml +0 -0
- docs/users_guide/ghci.xml docs/users_guide/ghci.xml +0 -0
- docs/users_guide/glasgow_exts.xml docs/users_guide/glasgow_exts.xml +0 -0
- docs/users_guide/gone_wrong.xml docs/users_guide/gone_wrong.xml +0 -0
- docs/users_guide/installing.xml docs/users_guide/installing.xml +0 -0
- docs/users_guide/intro.xml docs/users_guide/intro.xml +0 -0
- docs/users_guide/lang.xml docs/users_guide/lang.xml +0 -0
- docs/users_guide/license.xml docs/users_guide/license.xml +0 -0
- docs/users_guide/packages.xml docs/users_guide/packages.xml +0 -0
- docs/users_guide/parallel.xml docs/users_guide/parallel.xml +0 -0
- docs/users_guide/phases.xml docs/users_guide/phases.xml +0 -0
- docs/users_guide/primitives.xml docs/users_guide/primitives.xml +0 -0
- docs/users_guide/profiling.xml docs/users_guide/profiling.xml +0 -0
- docs/users_guide/runtime_control.xml docs/users_guide/runtime_control.xml +0 -0
- docs/users_guide/separate_compilation.xml docs/users_guide/separate_compilation.xml +0 -0
- docs/users_guide/sooner.xml docs/users_guide/sooner.xml +0 -0
- docs/users_guide/ug-book.xml.in docs/users_guide/ug-book.xml.in +0 -0
- docs/users_guide/ug-ent.xml docs/users_guide/ug-ent.xml +0 -0
- docs/users_guide/users_guide.xml docs/users_guide/users_guide.xml +0 -0
- docs/users_guide/using.xml docs/users_guide/using.xml +0 -0
- docs/users_guide/utils.xml docs/users_guide/utils.xml +0 -0
- docs/users_guide/win32-dlls.xml docs/users_guide/win32-dlls.xml +0 -0
- docs/vh/Makefile docs/vh/Makefile +0 -0
- docs/vh/vh.xml docs/vh/vh.xml +0 -0
- driver/Makefile driver/Makefile +0 -0
- driver/ghc-usage.txt driver/ghc-usage.txt +0 -0
- driver/ghc/Makefile driver/ghc/Makefile +0 -0
- driver/ghc/ghc.sh driver/ghc/ghc.sh +0 -0
- driver/ghci-usage.txt driver/ghci-usage.txt +0 -0
- driver/ghci/Makefile driver/ghci/Makefile +1 -1
- driver/ghci/ghci.c driver/ghci/ghci.c +0 -0
- driver/ghci/ghci.ico driver/ghci/ghci.ico +0 -0
- driver/ghci/ghci.rc driver/ghci/ghci.rc +0 -0
- driver/ghci/ghci.sh driver/ghci/ghci.sh +0 -0
- driver/ghci/ghcii.sh driver/ghci/ghcii.sh +0 -0
- driver/mangler/Makefile driver/mangler/Makefile +0 -0
- driver/mangler/ghc-asm.lprl driver/mangler/ghc-asm.lprl +0 -0
- driver/ordering-passes driver/ordering-passes +0 -0
- driver/split/Makefile driver/split/Makefile +0 -0
- driver/split/ghc-split.lprl driver/split/ghc-split.lprl +0 -0
- driver/test_mangler driver/test_mangler +0 -0
- ghc.spec.in ghc.spec.in +0 -0
- ghc/Makefile ghc/Makefile +0 -4
- ghc/README ghc/README +0 -53
- ghc/VERSION.in ghc/VERSION.in +0 -1
- ghc/aclocal.m4 ghc/aclocal.m4 +0 -131
- ghc/lib/Makefile ghc/lib/Makefile +0 -6
- ghc/mk/boilerplate.mk ghc/mk/boilerplate.mk +0 -28
- ghc/mk/config.mk.in ghc/mk/config.mk.in +0 -67
- ghc/mk/paths.mk ghc/mk/paths.mk +0 -80
- ghc/mk/target.mk ghc/mk/target.mk +0 -14
- ghc/mk/version.mk.in ghc/mk/version.mk.in +0 -60
- glafp-utils/Makefile glafp-utils/Makefile +0 -19
- glafp-utils/PATCHLEVEL glafp-utils/PATCHLEVEL +0 -1
- glafp-utils/README glafp-utils/README +0 -31
- glafp-utils/mk/boilerplate.mk glafp-utils/mk/boilerplate.mk +0 -32
- glafp-utils/mk/target.mk glafp-utils/mk/target.mk +0 -7
- glafp-utils/sgmlverb/Makefile glafp-utils/sgmlverb/Makefile +0 -18
- glafp-utils/sgmlverb/sgmlverb.lex glafp-utils/sgmlverb/sgmlverb.lex +0 -68
- includes/Block.h includes/Block.h +0 -0
- includes/Bytecodes.h includes/Bytecodes.h +0 -0
- includes/ClosureMacros.h includes/ClosureMacros.h +0 -0
- includes/ClosureTypes.h includes/ClosureTypes.h +0 -0
- includes/Closures.h includes/Closures.h +0 -0
- includes/Cmm.h includes/Cmm.h +0 -0
- includes/Constants.h includes/Constants.h +0 -0
- includes/DNInvoke.h includes/DNInvoke.h +0 -0
- includes/Dotnet.h includes/Dotnet.h +0 -0
- includes/GranSim.h includes/GranSim.h +0 -0
- includes/Hooks.h includes/Hooks.h +0 -0
- includes/HsFFI.h includes/HsFFI.h +0 -0
- includes/InfoTables.h includes/InfoTables.h +0 -0
- includes/Linker.h includes/Linker.h +0 -0
- includes/Liveness.h includes/Liveness.h +0 -0
- includes/MachDeps.h includes/MachDeps.h +0 -0
- includes/MachRegs.h includes/MachRegs.h +0 -0
- includes/Makefile includes/Makefile +1 -1
- includes/OSThreads.h includes/OSThreads.h +0 -0
- includes/Parallel.h includes/Parallel.h +0 -0
- includes/README includes/README +0 -0
- includes/Regs.h includes/Regs.h +0 -0
- includes/Rts.h includes/Rts.h +0 -0
- includes/RtsAPI.h includes/RtsAPI.h +0 -0
- includes/RtsConfig.h includes/RtsConfig.h +0 -0
- includes/RtsExternal.h includes/RtsExternal.h +0 -0
- includes/RtsFlags.h includes/RtsFlags.h +0 -0
- includes/RtsMessages.h includes/RtsMessages.h +0 -0
- includes/RtsTypes.h includes/RtsTypes.h +0 -0
- includes/SMP.h includes/SMP.h +0 -0
- includes/STM.h includes/STM.h +0 -0
- includes/SchedAPI.h includes/SchedAPI.h +0 -0
- includes/Signals.h includes/Signals.h +0 -0
- includes/Stable.h includes/Stable.h +0 -0
- includes/Stg.h includes/Stg.h +0 -0
- includes/StgDLL.h includes/StgDLL.h +0 -0
- includes/StgFun.h includes/StgFun.h +0 -0
- includes/StgLdvProf.h includes/StgLdvProf.h +0 -0
- includes/StgMiscClosures.h includes/StgMiscClosures.h +0 -0
- includes/StgProf.h includes/StgProf.h +0 -0
- includes/StgTicky.h includes/StgTicky.h +0 -0
- includes/StgTypes.h includes/StgTypes.h +0 -0
- includes/Storage.h includes/Storage.h +0 -0
- includes/TSO.h includes/TSO.h +0 -0
- includes/TailCalls.h includes/TailCalls.h +0 -0
- includes/config.h includes/config.h +0 -0
- includes/ghcconfig.h includes/ghcconfig.h +0 -0
- includes/ieee-flpt.h includes/ieee-flpt.h +0 -0
- includes/mkDerivedConstants.c includes/mkDerivedConstants.c +0 -0
- libraries/mk/boilerplate.mk libraries/mk/boilerplate.mk +0 -11
- mk/boilerplate.mk mk/boilerplate.mk +2 -2
- mk/bootstrap.mk mk/bootstrap.mk +3 -3
- mk/config.mk.in mk/config.mk.in +238 -204
- mk/package.mk mk/package.mk +2 -7
- mk/paths.mk mk/paths.mk +1 -1
- mk/suffix.mk mk/suffix.mk +2 -2
- mk/target.mk mk/target.mk +13 -13
- rts/Adjustor.c rts/Adjustor.c +0 -0
- rts/AdjustorAsm.S rts/AdjustorAsm.S +0 -0
- rts/Apply.cmm rts/Apply.cmm +0 -0
- rts/Apply.h rts/Apply.h +0 -0
- rts/Arena.c rts/Arena.c +0 -0
- rts/Arena.h rts/Arena.h +0 -0
- rts/AutoApply.h rts/AutoApply.h +0 -0
- rts/AwaitEvent.h rts/AwaitEvent.h +0 -0
- rts/BlockAlloc.c rts/BlockAlloc.c +0 -0
- rts/BlockAlloc.h rts/BlockAlloc.h +0 -0
- rts/Capability.c rts/Capability.c +0 -0
- rts/Capability.h rts/Capability.h +0 -0
- rts/ClosureFlags.c rts/ClosureFlags.c +0 -0
- rts/Disassembler.c rts/Disassembler.c +0 -0
- rts/Disassembler.h rts/Disassembler.h +0 -0
- rts/Exception.cmm rts/Exception.cmm +0 -0
- rts/Exception.h rts/Exception.h +0 -0
- rts/FrontPanel.c rts/FrontPanel.c +0 -0
- rts/FrontPanel.h rts/FrontPanel.h +0 -0
- rts/GC.c rts/GC.c +0 -0
- rts/GCCompact.c rts/GCCompact.c +0 -0
- rts/GCCompact.h rts/GCCompact.h +0 -0
- rts/GetTime.h rts/GetTime.h +0 -0
- rts/HSprel.def rts/HSprel.def +0 -0
- rts/Hash.c rts/Hash.c +0 -0
- rts/Hash.h rts/Hash.h +0 -0
- rts/HeapStackCheck.cmm rts/HeapStackCheck.cmm +0 -0
- rts/HsFFI.c rts/HsFFI.c +0 -0
- rts/Interpreter.c rts/Interpreter.c +0 -0
- rts/Interpreter.h rts/Interpreter.h +0 -0
- rts/LdvProfile.c rts/LdvProfile.c +0 -0
- rts/LdvProfile.h rts/LdvProfile.h +0 -0
- rts/Linker.c rts/Linker.c +0 -0
- rts/LinkerInternals.h rts/LinkerInternals.h +0 -0
- rts/MBlock.c rts/MBlock.c +0 -0
- rts/MBlock.h rts/MBlock.h +0 -0
- rts/Main.c rts/Main.c +0 -0
- rts/Makefile rts/Makefile +1 -1
- rts/PosixSource.h rts/PosixSource.h +0 -0
- rts/Prelude.h rts/Prelude.h +0 -0
- rts/PrimOps.cmm rts/PrimOps.cmm +0 -0
- rts/Printer.c rts/Printer.c +0 -0
- rts/Printer.h rts/Printer.h +0 -0
- rts/ProfHeap.c rts/ProfHeap.c +0 -0
- rts/ProfHeap.h rts/ProfHeap.h +0 -0
- rts/Profiling.c rts/Profiling.c +0 -0
- rts/Profiling.h rts/Profiling.h +0 -0
- rts/Proftimer.c rts/Proftimer.c +0 -0
- rts/Proftimer.h rts/Proftimer.h +0 -0
- rts/RetainerProfile.c rts/RetainerProfile.c +0 -0
- rts/RetainerProfile.h rts/RetainerProfile.h +0 -0
- rts/RetainerSet.c rts/RetainerSet.c +0 -0
- rts/RetainerSet.h rts/RetainerSet.h +0 -0
- rts/RtsAPI.c rts/RtsAPI.c +0 -0
- rts/RtsDllMain.c rts/RtsDllMain.c +0 -0
- rts/RtsFlags.c rts/RtsFlags.c +0 -0
- rts/RtsMessages.c rts/RtsMessages.c +0 -0
- rts/RtsSignals.h rts/RtsSignals.h +0 -0
- rts/RtsStartup.c rts/RtsStartup.c +0 -0
- rts/RtsUtils.c rts/RtsUtils.c +0 -0
- rts/RtsUtils.h rts/RtsUtils.h +0 -0
- rts/STM.c rts/STM.c +0 -0
- rts/Sanity.c rts/Sanity.c +0 -0
- rts/Sanity.h rts/Sanity.h +0 -0
- rts/Schedule.c rts/Schedule.c +0 -0
- rts/Schedule.h rts/Schedule.h +0 -0
- rts/Sparks.c rts/Sparks.c +0 -0
- rts/Sparks.h rts/Sparks.h +0 -0
- rts/Stable.c rts/Stable.c +0 -0
- rts/Stats.c rts/Stats.c +0 -0
- rts/Stats.h rts/Stats.h +0 -0
- rts/StgCRun.c rts/StgCRun.c +0 -0
- rts/StgMiscClosures.cmm rts/StgMiscClosures.cmm +0 -0
- rts/StgPrimFloat.c rts/StgPrimFloat.c +0 -0
- rts/StgRun.h rts/StgRun.h +0 -0
- rts/StgStartup.cmm rts/StgStartup.cmm +0 -0
- rts/StgStdThunks.cmm rts/StgStdThunks.cmm +0 -0
- rts/Storage.c rts/Storage.c +0 -0
- rts/Task.c rts/Task.c +0 -0
- rts/Task.h rts/Task.h +0 -0
- rts/ThreadLabels.c rts/ThreadLabels.c +0 -0
- rts/ThreadLabels.h rts/ThreadLabels.h +0 -0
- rts/Ticker.h rts/Ticker.h +0 -0
- rts/Ticky.c rts/Ticky.c +0 -0
- rts/Ticky.h rts/Ticky.h +0 -0
- rts/Timer.c rts/Timer.c +0 -0
- rts/Timer.h rts/Timer.h +0 -0
- rts/Updates.cmm rts/Updates.cmm +0 -0
- rts/Updates.h rts/Updates.h +0 -0
- rts/VisCallbacks.c rts/VisCallbacks.c +0 -0
- rts/VisCallbacks.h rts/VisCallbacks.h +0 -0
- rts/VisSupport.c rts/VisSupport.c +0 -0
- rts/VisSupport.h rts/VisSupport.h +0 -0
- rts/VisWindow.c rts/VisWindow.c +0 -0
- rts/VisWindow.h rts/VisWindow.h +0 -0
- rts/Weak.c rts/Weak.c +0 -0
- rts/Weak.h rts/Weak.h +0 -0
- rts/dotnet/Invoke.c rts/dotnet/Invoke.c +0 -0
- rts/dotnet/Invoker.cpp rts/dotnet/Invoker.cpp +0 -0
- rts/dotnet/Invoker.h rts/dotnet/Invoker.h +0 -0
- rts/dotnet/InvokerClient.h rts/dotnet/InvokerClient.h +0 -0
- rts/dotnet/Makefile rts/dotnet/Makefile +0 -0
- rts/dotnet/invoker.snk rts/dotnet/invoker.snk +0 -0
- rts/ghc-frontpanel.glade rts/ghc-frontpanel.glade +0 -0
- rts/gmp/.gdbinit rts/gmp/.gdbinit +0 -0
- rts/gmp/AUTHORS rts/gmp/AUTHORS +0 -0
- rts/gmp/COPYING rts/gmp/COPYING +0 -0
- rts/gmp/COPYING.LIB rts/gmp/COPYING.LIB +0 -0
- rts/gmp/INSTALL rts/gmp/INSTALL +0 -0
- rts/gmp/Makefile.am rts/gmp/Makefile.am +0 -0
- rts/gmp/Makefile.in rts/gmp/Makefile.in +0 -0
- rts/gmp/NEWS rts/gmp/NEWS +0 -0
- rts/gmp/README rts/gmp/README +0 -0
- rts/gmp/acconfig.h rts/gmp/acconfig.h +0 -0
- rts/gmp/acinclude.m4 rts/gmp/acinclude.m4 +0 -0
- rts/gmp/aclocal.m4 rts/gmp/aclocal.m4 +0 -0
- rts/gmp/ansi2knr.1 rts/gmp/ansi2knr.1 +0 -0
- rts/gmp/ansi2knr.c rts/gmp/ansi2knr.c +0 -0
- rts/gmp/assert.c rts/gmp/assert.c +0 -0
- rts/gmp/compat.c rts/gmp/compat.c +0 -0
- rts/gmp/config.guess rts/gmp/config.guess +0 -0
- rts/gmp/config.in rts/gmp/config.in +0 -0
- rts/gmp/config.sub rts/gmp/config.sub +0 -0
- rts/gmp/configure rts/gmp/configure +0 -0
- rts/gmp/configure.in rts/gmp/configure.in +0 -0
- rts/gmp/depcomp rts/gmp/depcomp +0 -0
- rts/gmp/errno.c rts/gmp/errno.c +0 -0
- rts/gmp/extract-dbl.c rts/gmp/extract-dbl.c +0 -0
- rts/gmp/gmp-impl.h rts/gmp/gmp-impl.h +0 -0
- rts/gmp/gmp.h rts/gmp/gmp.h +0 -0
- rts/gmp/insert-dbl.c rts/gmp/insert-dbl.c +0 -0
- rts/gmp/install-sh rts/gmp/install-sh +0 -0
- rts/gmp/longlong.h rts/gmp/longlong.h +0 -0
- rts/gmp/ltconfig rts/gmp/ltconfig +0 -0
- rts/gmp/ltmain.sh rts/gmp/ltmain.sh +0 -0
- rts/gmp/mdate-sh rts/gmp/mdate-sh +0 -0
- rts/gmp/memory.c rts/gmp/memory.c +0 -0
- rts/gmp/missing rts/gmp/missing +0 -0
- rts/gmp/mkinstalldirs rts/gmp/mkinstalldirs +0 -0
- rts/gmp/mp.h rts/gmp/mp.h +0 -0
- rts/gmp/mp_bpl.c rts/gmp/mp_bpl.c +0 -0
- rts/gmp/mp_clz_tab.c rts/gmp/mp_clz_tab.c +0 -0
- rts/gmp/mp_minv_tab.c rts/gmp/mp_minv_tab.c +0 -0
- rts/gmp/mp_set_fns.c rts/gmp/mp_set_fns.c +0 -0
- rts/gmp/mpn/Makefile.am rts/gmp/mpn/Makefile.am +0 -0
- rts/gmp/mpn/Makefile.in rts/gmp/mpn/Makefile.in +0 -0
- rts/gmp/mpn/README rts/gmp/mpn/README +0 -0
- rts/gmp/mpn/a29k/add_n.s rts/gmp/mpn/a29k/add_n.s +0 -0
- rts/gmp/mpn/a29k/addmul_1.s rts/gmp/mpn/a29k/addmul_1.s +0 -0
- rts/gmp/mpn/a29k/lshift.s rts/gmp/mpn/a29k/lshift.s +0 -0
- rts/gmp/mpn/a29k/mul_1.s rts/gmp/mpn/a29k/mul_1.s +0 -0
- rts/gmp/mpn/a29k/rshift.s rts/gmp/mpn/a29k/rshift.s +0 -0
- rts/gmp/mpn/a29k/sub_n.s rts/gmp/mpn/a29k/sub_n.s +0 -0
- rts/gmp/mpn/a29k/submul_1.s rts/gmp/mpn/a29k/submul_1.s +0 -0
- rts/gmp/mpn/a29k/udiv.s rts/gmp/mpn/a29k/udiv.s +0 -0
- rts/gmp/mpn/a29k/umul.s rts/gmp/mpn/a29k/umul.s +0 -0
- rts/gmp/mpn/alpha/README rts/gmp/mpn/alpha/README +0 -0
- rts/gmp/mpn/alpha/add_n.asm rts/gmp/mpn/alpha/add_n.asm +0 -0
- rts/gmp/mpn/alpha/addmul_1.asm rts/gmp/mpn/alpha/addmul_1.asm +0 -0
- rts/gmp/mpn/alpha/cntlz.asm rts/gmp/mpn/alpha/cntlz.asm +0 -0
- rts/gmp/mpn/alpha/default.m4 rts/gmp/mpn/alpha/default.m4 +0 -0
- rts/gmp/mpn/alpha/ev5/add_n.asm rts/gmp/mpn/alpha/ev5/add_n.asm +0 -0
- rts/gmp/mpn/alpha/ev5/lshift.asm rts/gmp/mpn/alpha/ev5/lshift.asm +0 -0
- rts/gmp/mpn/alpha/ev5/rshift.asm rts/gmp/mpn/alpha/ev5/rshift.asm +0 -0
- rts/gmp/mpn/alpha/ev5/sub_n.asm rts/gmp/mpn/alpha/ev5/sub_n.asm +0 -0
- rts/gmp/mpn/alpha/ev6/addmul_1.asm rts/gmp/mpn/alpha/ev6/addmul_1.asm +0 -0
- rts/gmp/mpn/alpha/ev6/gmp-mparam.h rts/gmp/mpn/alpha/ev6/gmp-mparam.h +0 -0
- rts/gmp/mpn/alpha/gmp-mparam.h rts/gmp/mpn/alpha/gmp-mparam.h +0 -0
- rts/gmp/mpn/alpha/invert_limb.asm rts/gmp/mpn/alpha/invert_limb.asm +0 -0
- rts/gmp/mpn/alpha/lshift.asm rts/gmp/mpn/alpha/lshift.asm +0 -0
- rts/gmp/mpn/alpha/mul_1.asm rts/gmp/mpn/alpha/mul_1.asm +0 -0
- rts/gmp/mpn/alpha/rshift.asm rts/gmp/mpn/alpha/rshift.asm +0 -0
- rts/gmp/mpn/alpha/sub_n.asm rts/gmp/mpn/alpha/sub_n.asm +0 -0
- rts/gmp/mpn/alpha/submul_1.asm rts/gmp/mpn/alpha/submul_1.asm +0 -0
- rts/gmp/mpn/alpha/udiv_qrnnd.S rts/gmp/mpn/alpha/udiv_qrnnd.S +0 -0
- rts/gmp/mpn/alpha/umul.asm rts/gmp/mpn/alpha/umul.asm +0 -0
- rts/gmp/mpn/alpha/unicos.m4 rts/gmp/mpn/alpha/unicos.m4 +0 -0
- rts/gmp/mpn/arm/add_n.S rts/gmp/mpn/arm/add_n.S +0 -0
- rts/gmp/mpn/arm/addmul_1.S rts/gmp/mpn/arm/addmul_1.S +0 -0
- rts/gmp/mpn/arm/gmp-mparam.h rts/gmp/mpn/arm/gmp-mparam.h +0 -0
- rts/gmp/mpn/arm/mul_1.S rts/gmp/mpn/arm/mul_1.S +0 -0
- rts/gmp/mpn/arm/sub_n.S rts/gmp/mpn/arm/sub_n.S +0 -0
- rts/gmp/mpn/asm-defs.m4 rts/gmp/mpn/asm-defs.m4 +0 -0
- rts/gmp/mpn/clipper/add_n.s rts/gmp/mpn/clipper/add_n.s +0 -0
- rts/gmp/mpn/clipper/mul_1.s rts/gmp/mpn/clipper/mul_1.s +0 -0
- rts/gmp/mpn/clipper/sub_n.s rts/gmp/mpn/clipper/sub_n.s +0 -0
- rts/gmp/mpn/cray/README rts/gmp/mpn/cray/README +0 -0
- rts/gmp/mpn/cray/add_n.c rts/gmp/mpn/cray/add_n.c +0 -0
- rts/gmp/mpn/cray/addmul_1.c rts/gmp/mpn/cray/addmul_1.c +0 -0
- rts/gmp/mpn/cray/gmp-mparam.h rts/gmp/mpn/cray/gmp-mparam.h +0 -0
- rts/gmp/mpn/cray/mul_1.c rts/gmp/mpn/cray/mul_1.c +0 -0
- rts/gmp/mpn/cray/mulww.f rts/gmp/mpn/cray/mulww.f +0 -0
- rts/gmp/mpn/cray/mulww.s rts/gmp/mpn/cray/mulww.s +0 -0
- rts/gmp/mpn/cray/sub_n.c rts/gmp/mpn/cray/sub_n.c +0 -0
- rts/gmp/mpn/cray/submul_1.c rts/gmp/mpn/cray/submul_1.c +0 -0
- rts/gmp/mpn/generic/add_n.c rts/gmp/mpn/generic/add_n.c +0 -0
- rts/gmp/mpn/generic/addmul_1.c rts/gmp/mpn/generic/addmul_1.c +0 -0
- rts/gmp/mpn/generic/addsub_n.c rts/gmp/mpn/generic/addsub_n.c +0 -0
- rts/gmp/mpn/generic/bdivmod.c rts/gmp/mpn/generic/bdivmod.c +0 -0
- rts/gmp/mpn/generic/bz_divrem_n.c rts/gmp/mpn/generic/bz_divrem_n.c +0 -0
- rts/gmp/mpn/generic/cmp.c rts/gmp/mpn/generic/cmp.c +0 -0
- rts/gmp/mpn/generic/diveby3.c rts/gmp/mpn/generic/diveby3.c +0 -0
- rts/gmp/mpn/generic/divrem.c rts/gmp/mpn/generic/divrem.c +0 -0
- rts/gmp/mpn/generic/divrem_1.c rts/gmp/mpn/generic/divrem_1.c +0 -0
- rts/gmp/mpn/generic/divrem_2.c rts/gmp/mpn/generic/divrem_2.c +0 -0
- rts/gmp/mpn/generic/dump.c rts/gmp/mpn/generic/dump.c +0 -0
- rts/gmp/mpn/generic/gcd.c rts/gmp/mpn/generic/gcd.c +0 -0
- rts/gmp/mpn/generic/gcd_1.c rts/gmp/mpn/generic/gcd_1.c +0 -0
- rts/gmp/mpn/generic/gcdext.c rts/gmp/mpn/generic/gcdext.c +0 -0
- rts/gmp/mpn/generic/get_str.c rts/gmp/mpn/generic/get_str.c +0 -0
- rts/gmp/mpn/generic/gmp-mparam.h rts/gmp/mpn/generic/gmp-mparam.h +0 -0
- rts/gmp/mpn/generic/hamdist.c rts/gmp/mpn/generic/hamdist.c +0 -0
- rts/gmp/mpn/generic/inlines.c rts/gmp/mpn/generic/inlines.c +0 -0
- rts/gmp/mpn/generic/jacbase.c rts/gmp/mpn/generic/jacbase.c +0 -0
- rts/gmp/mpn/generic/lshift.c rts/gmp/mpn/generic/lshift.c +0 -0
- rts/gmp/mpn/generic/mod_1.c rts/gmp/mpn/generic/mod_1.c +0 -0
- rts/gmp/mpn/generic/mod_1_rs.c rts/gmp/mpn/generic/mod_1_rs.c +0 -0
- rts/gmp/mpn/generic/mul.c rts/gmp/mpn/generic/mul.c +0 -0
- rts/gmp/mpn/generic/mul_1.c rts/gmp/mpn/generic/mul_1.c +0 -0
- rts/gmp/mpn/generic/mul_basecase.c rts/gmp/mpn/generic/mul_basecase.c +0 -0
- rts/gmp/mpn/generic/mul_fft.c rts/gmp/mpn/generic/mul_fft.c +0 -0
- rts/gmp/mpn/generic/mul_n.c rts/gmp/mpn/generic/mul_n.c +0 -0
- rts/gmp/mpn/generic/perfsqr.c rts/gmp/mpn/generic/perfsqr.c +0 -0
- rts/gmp/mpn/generic/popcount.c rts/gmp/mpn/generic/popcount.c +0 -0
- rts/gmp/mpn/generic/pre_mod_1.c rts/gmp/mpn/generic/pre_mod_1.c +0 -0
- rts/gmp/mpn/generic/random.c rts/gmp/mpn/generic/random.c +0 -0
- rts/gmp/mpn/generic/random2.c rts/gmp/mpn/generic/random2.c +0 -0
- rts/gmp/mpn/generic/rshift.c rts/gmp/mpn/generic/rshift.c +0 -0
- rts/gmp/mpn/generic/sb_divrem_mn.c rts/gmp/mpn/generic/sb_divrem_mn.c +0 -0
- rts/gmp/mpn/generic/scan0.c rts/gmp/mpn/generic/scan0.c +0 -0
- rts/gmp/mpn/generic/scan1.c rts/gmp/mpn/generic/scan1.c +0 -0
- rts/gmp/mpn/generic/set_str.c rts/gmp/mpn/generic/set_str.c +0 -0
- rts/gmp/mpn/generic/sqr_basecase.c rts/gmp/mpn/generic/sqr_basecase.c +0 -0
- rts/gmp/mpn/generic/sqrtrem.c rts/gmp/mpn/generic/sqrtrem.c +0 -0
- rts/gmp/mpn/generic/sub_n.c rts/gmp/mpn/generic/sub_n.c +0 -0
- rts/gmp/mpn/generic/submul_1.c rts/gmp/mpn/generic/submul_1.c +0 -0
- rts/gmp/mpn/generic/tdiv_qr.c rts/gmp/mpn/generic/tdiv_qr.c +0 -0
- rts/gmp/mpn/generic/udiv_w_sdiv.c rts/gmp/mpn/generic/udiv_w_sdiv.c +0 -0
- rts/gmp/mpn/hppa/README rts/gmp/mpn/hppa/README +0 -0
- rts/gmp/mpn/hppa/add_n.s rts/gmp/mpn/hppa/add_n.s +0 -0
- rts/gmp/mpn/hppa/gmp-mparam.h rts/gmp/mpn/hppa/gmp-mparam.h +0 -0
- rts/gmp/mpn/hppa/hppa1_1/addmul_1.s rts/gmp/mpn/hppa/hppa1_1/addmul_1.s +0 -0
- rts/gmp/mpn/hppa/hppa1_1/mul_1.s rts/gmp/mpn/hppa/hppa1_1/mul_1.s +0 -0
- rts/gmp/mpn/hppa/hppa1_1/pa7100/add_n.s rts/gmp/mpn/hppa/hppa1_1/pa7100/add_n.s +0 -0
- rts/gmp/mpn/hppa/hppa1_1/pa7100/addmul_1.S rts/gmp/mpn/hppa/hppa1_1/pa7100/addmul_1.S +0 -0
- rts/gmp/mpn/hppa/hppa1_1/pa7100/lshift.s rts/gmp/mpn/hppa/hppa1_1/pa7100/lshift.s +0 -0
- rts/gmp/mpn/hppa/hppa1_1/pa7100/rshift.s rts/gmp/mpn/hppa/hppa1_1/pa7100/rshift.s +0 -0
- rts/gmp/mpn/hppa/hppa1_1/pa7100/sub_n.s rts/gmp/mpn/hppa/hppa1_1/pa7100/sub_n.s +0 -0
- rts/gmp/mpn/hppa/hppa1_1/pa7100/submul_1.S rts/gmp/mpn/hppa/hppa1_1/pa7100/submul_1.S +0 -0
- rts/gmp/mpn/hppa/hppa1_1/submul_1.s rts/gmp/mpn/hppa/hppa1_1/submul_1.s +0 -0
- rts/gmp/mpn/hppa/hppa1_1/udiv_qrnnd.S rts/gmp/mpn/hppa/hppa1_1/udiv_qrnnd.S +0 -0
- rts/gmp/mpn/hppa/hppa1_1/umul.s rts/gmp/mpn/hppa/hppa1_1/umul.s +0 -0
- rts/gmp/mpn/hppa/hppa2_0/add_n.s rts/gmp/mpn/hppa/hppa2_0/add_n.s +0 -0
- rts/gmp/mpn/hppa/hppa2_0/sub_n.s rts/gmp/mpn/hppa/hppa2_0/sub_n.s +0 -0
- rts/gmp/mpn/hppa/lshift.s rts/gmp/mpn/hppa/lshift.s +0 -0
- rts/gmp/mpn/hppa/rshift.s rts/gmp/mpn/hppa/rshift.s +0 -0
- rts/gmp/mpn/hppa/sub_n.s rts/gmp/mpn/hppa/sub_n.s +0 -0
- rts/gmp/mpn/hppa/udiv_qrnnd.s rts/gmp/mpn/hppa/udiv_qrnnd.s +0 -0
- rts/gmp/mpn/i960/README rts/gmp/mpn/i960/README +0 -0
- rts/gmp/mpn/i960/add_n.s rts/gmp/mpn/i960/add_n.s +0 -0
- rts/gmp/mpn/i960/addmul_1.s rts/gmp/mpn/i960/addmul_1.s +0 -0
- rts/gmp/mpn/i960/mul_1.s rts/gmp/mpn/i960/mul_1.s +0 -0
- rts/gmp/mpn/i960/sub_n.s rts/gmp/mpn/i960/sub_n.s +0 -0
- rts/gmp/mpn/lisp/gmpasm-mode.el rts/gmp/mpn/lisp/gmpasm-mode.el +0 -0
- rts/gmp/mpn/m68k/add_n.S rts/gmp/mpn/m68k/add_n.S +0 -0
- rts/gmp/mpn/m68k/lshift.S rts/gmp/mpn/m68k/lshift.S +0 -0
- rts/gmp/mpn/m68k/mc68020/addmul_1.S rts/gmp/mpn/m68k/mc68020/addmul_1.S +0 -0
- rts/gmp/mpn/m68k/mc68020/mul_1.S rts/gmp/mpn/m68k/mc68020/mul_1.S +0 -0
- rts/gmp/mpn/m68k/mc68020/submul_1.S rts/gmp/mpn/m68k/mc68020/submul_1.S +0 -0
- rts/gmp/mpn/m68k/mc68020/udiv.S rts/gmp/mpn/m68k/mc68020/udiv.S +0 -0
- rts/gmp/mpn/m68k/mc68020/umul.S rts/gmp/mpn/m68k/mc68020/umul.S +0 -0
- rts/gmp/mpn/m68k/rshift.S rts/gmp/mpn/m68k/rshift.S +0 -0
- rts/gmp/mpn/m68k/sub_n.S rts/gmp/mpn/m68k/sub_n.S +0 -0
- rts/gmp/mpn/m68k/syntax.h rts/gmp/mpn/m68k/syntax.h +0 -0
- rts/gmp/mpn/m88k/add_n.s rts/gmp/mpn/m88k/add_n.s +0 -0
- rts/gmp/mpn/m88k/mc88110/add_n.S rts/gmp/mpn/m88k/mc88110/add_n.S +0 -0
- rts/gmp/mpn/m88k/mc88110/addmul_1.s rts/gmp/mpn/m88k/mc88110/addmul_1.s +0 -0
- rts/gmp/mpn/m88k/mc88110/mul_1.s rts/gmp/mpn/m88k/mc88110/mul_1.s +0 -0
- rts/gmp/mpn/m88k/mc88110/sub_n.S rts/gmp/mpn/m88k/mc88110/sub_n.S +0 -0
- rts/gmp/mpn/m88k/mul_1.s rts/gmp/mpn/m88k/mul_1.s +0 -0
- rts/gmp/mpn/m88k/sub_n.s rts/gmp/mpn/m88k/sub_n.s +0 -0
- rts/gmp/mpn/mips2/add_n.s rts/gmp/mpn/mips2/add_n.s +0 -0
- rts/gmp/mpn/mips2/addmul_1.s rts/gmp/mpn/mips2/addmul_1.s +0 -0
- rts/gmp/mpn/mips2/lshift.s rts/gmp/mpn/mips2/lshift.s +0 -0
- rts/gmp/mpn/mips2/mul_1.s rts/gmp/mpn/mips2/mul_1.s +0 -0
- rts/gmp/mpn/mips2/rshift.s rts/gmp/mpn/mips2/rshift.s +0 -0
- rts/gmp/mpn/mips2/sub_n.s rts/gmp/mpn/mips2/sub_n.s +0 -0
- rts/gmp/mpn/mips2/submul_1.s rts/gmp/mpn/mips2/submul_1.s +0 -0
- rts/gmp/mpn/mips2/umul.s rts/gmp/mpn/mips2/umul.s +0 -0
- rts/gmp/mpn/mips3/README rts/gmp/mpn/mips3/README +0 -0
- rts/gmp/mpn/mips3/add_n.s rts/gmp/mpn/mips3/add_n.s +0 -0
- rts/gmp/mpn/mips3/addmul_1.s rts/gmp/mpn/mips3/addmul_1.s +0 -0
- rts/gmp/mpn/mips3/gmp-mparam.h rts/gmp/mpn/mips3/gmp-mparam.h +0 -0
- rts/gmp/mpn/mips3/lshift.s rts/gmp/mpn/mips3/lshift.s +0 -0
- rts/gmp/mpn/mips3/mul_1.s rts/gmp/mpn/mips3/mul_1.s +0 -0
- rts/gmp/mpn/mips3/rshift.s rts/gmp/mpn/mips3/rshift.s +0 -0
- rts/gmp/mpn/mips3/sub_n.s rts/gmp/mpn/mips3/sub_n.s +0 -0
- rts/gmp/mpn/mips3/submul_1.s rts/gmp/mpn/mips3/submul_1.s +0 -0
- rts/gmp/mpn/mp_bases.c rts/gmp/mpn/mp_bases.c +0 -0
- rts/gmp/mpn/ns32k/add_n.s rts/gmp/mpn/ns32k/add_n.s +0 -0
- rts/gmp/mpn/ns32k/addmul_1.s rts/gmp/mpn/ns32k/addmul_1.s +0 -0
- rts/gmp/mpn/ns32k/mul_1.s rts/gmp/mpn/ns32k/mul_1.s +0 -0
- rts/gmp/mpn/ns32k/sub_n.s rts/gmp/mpn/ns32k/sub_n.s +0 -0
- rts/gmp/mpn/ns32k/submul_1.s rts/gmp/mpn/ns32k/submul_1.s +0 -0
- rts/gmp/mpn/pa64/README rts/gmp/mpn/pa64/README +0 -0
- rts/gmp/mpn/pa64/add_n.s rts/gmp/mpn/pa64/add_n.s +0 -0
- rts/gmp/mpn/pa64/addmul_1.S rts/gmp/mpn/pa64/addmul_1.S +0 -0
- rts/gmp/mpn/pa64/gmp-mparam.h rts/gmp/mpn/pa64/gmp-mparam.h +0 -0
- rts/gmp/mpn/pa64/lshift.s rts/gmp/mpn/pa64/lshift.s +0 -0
- rts/gmp/mpn/pa64/mul_1.S rts/gmp/mpn/pa64/mul_1.S +0 -0
- rts/gmp/mpn/pa64/rshift.s rts/gmp/mpn/pa64/rshift.s +0 -0
- rts/gmp/mpn/pa64/sub_n.s rts/gmp/mpn/pa64/sub_n.s +0 -0
- rts/gmp/mpn/pa64/submul_1.S rts/gmp/mpn/pa64/submul_1.S +0 -0
- rts/gmp/mpn/pa64/udiv_qrnnd.c rts/gmp/mpn/pa64/udiv_qrnnd.c +0 -0
- rts/gmp/mpn/pa64/umul_ppmm.S rts/gmp/mpn/pa64/umul_ppmm.S +0 -0
- rts/gmp/mpn/pa64w/README rts/gmp/mpn/pa64w/README +0 -0
- rts/gmp/mpn/pa64w/add_n.s rts/gmp/mpn/pa64w/add_n.s +0 -0
- rts/gmp/mpn/pa64w/addmul_1.S rts/gmp/mpn/pa64w/addmul_1.S +0 -0
- rts/gmp/mpn/pa64w/gmp-mparam.h rts/gmp/mpn/pa64w/gmp-mparam.h +0 -0
- rts/gmp/mpn/pa64w/lshift.s rts/gmp/mpn/pa64w/lshift.s +0 -0
- rts/gmp/mpn/pa64w/mul_1.S rts/gmp/mpn/pa64w/mul_1.S +0 -0
- rts/gmp/mpn/pa64w/rshift.s rts/gmp/mpn/pa64w/rshift.s +0 -0
- rts/gmp/mpn/pa64w/sub_n.s rts/gmp/mpn/pa64w/sub_n.s +0 -0
- rts/gmp/mpn/pa64w/submul_1.S rts/gmp/mpn/pa64w/submul_1.S +0 -0
- rts/gmp/mpn/pa64w/udiv_qrnnd.c rts/gmp/mpn/pa64w/udiv_qrnnd.c +0 -0
- rts/gmp/mpn/pa64w/umul_ppmm.S rts/gmp/mpn/pa64w/umul_ppmm.S +0 -0
- rts/gmp/mpn/power/add_n.s rts/gmp/mpn/power/add_n.s +0 -0
- rts/gmp/mpn/power/addmul_1.s rts/gmp/mpn/power/addmul_1.s +0 -0
- rts/gmp/mpn/power/lshift.s rts/gmp/mpn/power/lshift.s +0 -0
- rts/gmp/mpn/power/mul_1.s rts/gmp/mpn/power/mul_1.s +0 -0
- rts/gmp/mpn/power/rshift.s rts/gmp/mpn/power/rshift.s +0 -0
- rts/gmp/mpn/power/sdiv.s rts/gmp/mpn/power/sdiv.s +0 -0
- rts/gmp/mpn/power/sub_n.s rts/gmp/mpn/power/sub_n.s +0 -0
- rts/gmp/mpn/power/submul_1.s rts/gmp/mpn/power/submul_1.s +0 -0
- rts/gmp/mpn/power/umul.s rts/gmp/mpn/power/umul.s +0 -0
- rts/gmp/mpn/powerpc32/add_n.asm rts/gmp/mpn/powerpc32/add_n.asm +0 -0
- rts/gmp/mpn/powerpc32/addmul_1.asm rts/gmp/mpn/powerpc32/addmul_1.asm +0 -0
- rts/gmp/mpn/powerpc32/aix.m4 rts/gmp/mpn/powerpc32/aix.m4 +0 -0
- rts/gmp/mpn/powerpc32/gmp-mparam.h rts/gmp/mpn/powerpc32/gmp-mparam.h +0 -0
- rts/gmp/mpn/powerpc32/lshift.asm rts/gmp/mpn/powerpc32/lshift.asm +0 -0
- rts/gmp/mpn/powerpc32/mul_1.asm rts/gmp/mpn/powerpc32/mul_1.asm +0 -0
- rts/gmp/mpn/powerpc32/regmap.m4 rts/gmp/mpn/powerpc32/regmap.m4 +0 -0
- rts/gmp/mpn/powerpc32/rshift.asm rts/gmp/mpn/powerpc32/rshift.asm +0 -0
- rts/gmp/mpn/powerpc32/sub_n.asm rts/gmp/mpn/powerpc32/sub_n.asm +0 -0
- rts/gmp/mpn/powerpc32/submul_1.asm rts/gmp/mpn/powerpc32/submul_1.asm +0 -0
- rts/gmp/mpn/powerpc32/umul.asm rts/gmp/mpn/powerpc32/umul.asm +0 -0
- rts/gmp/mpn/powerpc64/README rts/gmp/mpn/powerpc64/README +0 -0
- No files found.
Too many changes to show.
To preserve performance only 1000 of 1000+ files are displayed.
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved