[project @ 2004-08-13 13:04:50 by simonmar]
authorsimonmar <unknown>
Fri, 13 Aug 2004 13:11:23 +0000 (13:11 +0000)
committersimonmar <unknown>
Fri, 13 Aug 2004 13:11:23 +0000 (13:11 +0000)
commit423d477bfecd490de1449c59325c8776f91d7aac
tree2fe481e38a21be66b17539de24a4fe56daf80642
parent553e90d9a32ee1b1809430f260c401cc4169c6c7
[project @ 2004-08-13 13:04:50 by simonmar]
Merge backend-hacking-branch onto HEAD.  Yay!
218 files changed:
ghc/compiler/HsVersions.h
ghc/compiler/Makefile
ghc/compiler/NOTES
ghc/compiler/absCSyn/AbsCSyn.lhs [deleted file]
ghc/compiler/absCSyn/AbsCUtils.lhs [deleted file]
ghc/compiler/absCSyn/CLabel.lhs [deleted file]
ghc/compiler/absCSyn/CStrings.lhs [deleted file]
ghc/compiler/absCSyn/Costs.lhs [deleted file]
ghc/compiler/absCSyn/MachOp.hs [deleted file]
ghc/compiler/absCSyn/PprAbsC.lhs [deleted file]
ghc/compiler/basicTypes/Id.lhs
ghc/compiler/basicTypes/Literal.lhs
ghc/compiler/basicTypes/Name.lhs
ghc/compiler/basicTypes/Unique.lhs
ghc/compiler/cmm/CLabel.hs [new file with mode: 0644]
ghc/compiler/cmm/Cmm.hs [new file with mode: 0644]
ghc/compiler/cmm/CmmLex.x [new file with mode: 0644]
ghc/compiler/cmm/CmmLint.hs [new file with mode: 0644]
ghc/compiler/cmm/CmmParse.y [new file with mode: 0644]
ghc/compiler/cmm/CmmUtils.hs [new file with mode: 0644]
ghc/compiler/cmm/MachOp.hs [new file with mode: 0644]
ghc/compiler/cmm/PprC.hs [new file with mode: 0644]
ghc/compiler/cmm/PprCmm.hs [new file with mode: 0644]
ghc/compiler/codeGen/CgBindery.lhs
ghc/compiler/codeGen/CgCallConv.hs [new file with mode: 0644]
ghc/compiler/codeGen/CgCase.lhs
ghc/compiler/codeGen/CgClosure.lhs
ghc/compiler/codeGen/CgCon.lhs
ghc/compiler/codeGen/CgConTbls.lhs [deleted file]
ghc/compiler/codeGen/CgExpr.lhs
ghc/compiler/codeGen/CgForeignCall.hs [new file with mode: 0644]
ghc/compiler/codeGen/CgHeapery.lhs
ghc/compiler/codeGen/CgInfoTbls.hs [new file with mode: 0644]
ghc/compiler/codeGen/CgLetNoEscape.lhs
ghc/compiler/codeGen/CgMonad.lhs
ghc/compiler/codeGen/CgParallel.hs [new file with mode: 0644]
ghc/compiler/codeGen/CgPrimOp.hs [new file with mode: 0644]
ghc/compiler/codeGen/CgProf.hs [new file with mode: 0644]
ghc/compiler/codeGen/CgRetConv.hi-boot [deleted file]
ghc/compiler/codeGen/CgRetConv.lhs [deleted file]
ghc/compiler/codeGen/CgStackery.lhs
ghc/compiler/codeGen/CgTailCall.lhs
ghc/compiler/codeGen/CgTicky.hs [new file with mode: 0644]
ghc/compiler/codeGen/CgUpdate.lhs [deleted file]
ghc/compiler/codeGen/CgUsages.lhs [deleted file]
ghc/compiler/codeGen/CgUtils.hs [new file with mode: 0644]
ghc/compiler/codeGen/ClosureInfo.lhs
ghc/compiler/codeGen/CodeGen.lhs
ghc/compiler/codeGen/SMRep.lhs
ghc/compiler/compMan/CompManager.lhs
ghc/compiler/deSugar/DsCCall.lhs
ghc/compiler/deSugar/DsForeign.lhs
ghc/compiler/ghci/ByteCodeAsm.lhs
ghc/compiler/ghci/ByteCodeFFI.lhs
ghc/compiler/ghci/ByteCodeGen.lhs
ghc/compiler/ghci/ByteCodeInstr.lhs
ghc/compiler/ghci/ByteCodeItbls.lhs
ghc/compiler/ghci/InteractiveUI.hs
ghc/compiler/ghci/Linker.lhs
ghc/compiler/hsSyn/HsDecls.lhs
ghc/compiler/main/CmdLineOpts.lhs
ghc/compiler/main/CodeOutput.lhs
ghc/compiler/main/Constants.lhs
ghc/compiler/main/DriverFlags.hs
ghc/compiler/main/DriverPhases.hs
ghc/compiler/main/DriverPipeline.hs
ghc/compiler/main/DriverState.hs
ghc/compiler/main/DriverUtil.hs
ghc/compiler/main/ErrUtils.lhs
ghc/compiler/main/HscMain.lhs
ghc/compiler/main/Main.hs
ghc/compiler/main/SysTools.lhs
ghc/compiler/nativeGen/AbsCStixGen.lhs [deleted file]
ghc/compiler/nativeGen/AsmCodeGen.lhs
ghc/compiler/nativeGen/AsmRegAlloc.lhs [deleted file]
ghc/compiler/nativeGen/MachCode.lhs [deleted file]
ghc/compiler/nativeGen/MachCodeGen.hs [new file with mode: 0644]
ghc/compiler/nativeGen/MachInstrs.hs [new file with mode: 0644]
ghc/compiler/nativeGen/MachMisc.hi-boot [deleted file]
ghc/compiler/nativeGen/MachMisc.hi-boot-5 [deleted file]
ghc/compiler/nativeGen/MachMisc.hi-boot-6 [deleted file]
ghc/compiler/nativeGen/MachMisc.lhs [deleted file]
ghc/compiler/nativeGen/MachRegs.lhs
ghc/compiler/nativeGen/NCG.h
ghc/compiler/nativeGen/NCGMonad.hs [new file with mode: 0644]
ghc/compiler/nativeGen/NOTES
ghc/compiler/nativeGen/PprMach.hs [moved from ghc/compiler/nativeGen/PprMach.lhs with 77% similarity]
ghc/compiler/nativeGen/RegAllocInfo.hs [moved from ghc/compiler/nativeGen/RegAllocInfo.lhs with 58% similarity]
ghc/compiler/nativeGen/RegisterAlloc.hs [new file with mode: 0644]
ghc/compiler/nativeGen/Stix.hi-boot [deleted file]
ghc/compiler/nativeGen/Stix.lhs [deleted file]
ghc/compiler/nativeGen/StixMacro.lhs [deleted file]
ghc/compiler/nativeGen/StixPrim.hi-boot [deleted file]
ghc/compiler/nativeGen/StixPrim.hi-boot-5 [deleted file]
ghc/compiler/nativeGen/StixPrim.hi-boot-6 [deleted file]
ghc/compiler/nativeGen/StixPrim.lhs [deleted file]
ghc/compiler/parser/Ctype.lhs
ghc/compiler/parser/Lexer.x
ghc/compiler/parser/Parser.y.pp
ghc/compiler/parser/RdrHsSyn.lhs
ghc/compiler/prelude/ForeignCall.lhs
ghc/compiler/prelude/PrimOp.lhs
ghc/compiler/prelude/PrimRep.lhs [deleted file]
ghc/compiler/prelude/TysPrim.lhs
ghc/compiler/profiling/CostCentre.lhs
ghc/compiler/typecheck/TcForeign.lhs
ghc/compiler/typecheck/TcHsSyn.lhs
ghc/compiler/typecheck/TcRnTypes.lhs
ghc/compiler/types/TyCon.lhs
ghc/compiler/types/Type.lhs
ghc/compiler/utils/FastString.lhs
ghc/compiler/utils/OrdList.lhs
ghc/compiler/utils/Panic.lhs
ghc/compiler/utils/StringBuffer.lhs
ghc/compiler/utils/Util.lhs
ghc/docs/comm/genesis/modules.html
ghc/docs/comm/rts-libs/coding-style.html
ghc/driver/mangler/ghc-asm.lprl
ghc/includes/Block.h
ghc/includes/CCall.h [deleted file]
ghc/includes/ClosureMacros.h
ghc/includes/Closures.h
ghc/includes/Cmm.h [new file with mode: 0644]
ghc/includes/Constants.h
ghc/includes/Derived.h [deleted file]
ghc/includes/DietHEP.h [deleted file]
ghc/includes/HsFFI.h
ghc/includes/InfoMacros.h [deleted file]
ghc/includes/InfoTables.h
ghc/includes/Liveness.h [new file with mode: 0644]
ghc/includes/MachDeps.h
ghc/includes/MachRegs.h
ghc/includes/Makefile
ghc/includes/PosixSource.h [deleted file]
ghc/includes/PrimOps.h [deleted file]
ghc/includes/README [new file with mode: 0644]
ghc/includes/Regs.h
ghc/includes/Rts.h
ghc/includes/RtsAPI.h
ghc/includes/RtsConfig.h [new file with mode: 0644]
ghc/includes/RtsExternal.h [new file with mode: 0644]
ghc/includes/RtsFlags.h
ghc/includes/Stable.h
ghc/includes/Stg.h
ghc/includes/StgFun.h
ghc/includes/StgLdvProf.h
ghc/includes/StgMacros.h [deleted file]
ghc/includes/StgMiscClosures.h
ghc/includes/StgProf.h
ghc/includes/StgStorage.h [deleted file]
ghc/includes/StgTicky.h
ghc/includes/StgTypes.h
ghc/includes/Storage.h [moved from ghc/rts/Storage.h with 54% similarity]
ghc/includes/TSO.h
ghc/includes/TailCalls.h
ghc/includes/Updates.h
ghc/includes/mkDerivedConstants.c
ghc/includes/mkNativeHdr.c [deleted file]
ghc/rts/Apply.cmm [new file with mode: 0644]
ghc/rts/Apply.h
ghc/rts/Apply.hc [deleted file]
ghc/rts/AutoApply.h [new file with mode: 0644]
ghc/rts/Capability.h
ghc/rts/Disassembler.c
ghc/rts/Exception.cmm [new file with mode: 0644]
ghc/rts/Exception.h
ghc/rts/Exception.hc [deleted file]
ghc/rts/FrontPanel.c
ghc/rts/GC.c
ghc/rts/GCCompact.c
ghc/rts/HeapStackCheck.cmm [new file with mode: 0644]
ghc/rts/HeapStackCheck.hc [deleted file]
ghc/rts/Interpreter.c
ghc/rts/LdvProfile.c
ghc/rts/Linker.c
ghc/rts/MBlock.h
ghc/rts/Main.c
ghc/rts/Makefile
ghc/rts/Prelude.h
ghc/rts/PrimOps.cmm [new file with mode: 0644]
ghc/rts/PrimOps.hc [deleted file]
ghc/rts/Printer.c
ghc/rts/ProfHeap.c
ghc/rts/Profiling.c
ghc/rts/Profiling.h
ghc/rts/RetainerProfile.c
ghc/rts/RetainerProfile.h
ghc/rts/RtsFlags.c
ghc/rts/RtsStartup.c
ghc/rts/RtsUtils.h
ghc/rts/Sanity.c
ghc/rts/Schedule.c
ghc/rts/Schedule.h
ghc/rts/Signals.c
ghc/rts/Stable.c
ghc/rts/StablePriv.h [deleted file]
ghc/rts/Stats.c
ghc/rts/StgCRun.c
ghc/rts/StgMiscClosures.cmm [new file with mode: 0644]
ghc/rts/StgMiscClosures.hc [deleted file]
ghc/rts/StgRun.h
ghc/rts/StgStartup.cmm [moved from ghc/rts/StgStartup.hc with 53% similarity]
ghc/rts/StgStartup.h [deleted file]
ghc/rts/StgStdThunks.cmm [new file with mode: 0644]
ghc/rts/StgStdThunks.hc [deleted file]
ghc/rts/Storage.c
ghc/rts/StoragePriv.h [deleted file]
ghc/rts/Ticky.c
ghc/rts/Updates.cmm [moved from ghc/rts/Updates.hc with 55% similarity]
ghc/rts/Weak.c
ghc/rts/Weak.h
ghc/rts/package.conf.in
ghc/utils/genapply/GenApply.hs
ghc/utils/ghc-pkg/Main.hs
ghc/utils/hp2ps/Main.h
ghc/utils/hsc2hs/Main.hs
ghc/utils/prof/cgprof/cgprof.c
ghc/utils/prof/cgprof/main.c