cvs commit: fptools/ghc/compiler/cmm CLabel.hs CmmParse.y
MachOp.hs fptools/ghc/compiler/codeGen CgProf.hs CgUtils.hs
fptools/ghc/compiler/ghci InteractiveUI.hs Linker.lhs
fptools/ghc/compiler/main Constants.lhs DriverFlags.hs ...
Simon Marlow
simonmar at haskell.org
Fri Aug 13 08:03:02 EDT 2004
simonmar 2004/08/13 05:03:02 PDT
Modified files: (Branch: backend-hacking-branch)
ghc/compiler/cmm CLabel.hs CmmParse.y MachOp.hs
ghc/compiler/codeGen CgProf.hs CgUtils.hs
ghc/compiler/ghci InteractiveUI.hs Linker.lhs
ghc/compiler/main Constants.lhs DriverFlags.hs
DriverPhases.hs DriverPipeline.hs
DriverState.hs DriverUtil.hs Main.hs
SysTools.lhs
ghc/compiler/nativeGen MachInstrs.hs NCG.h RegisterAlloc.hs
ghc/compiler/typecheck TcForeign.lhs
ghc/compiler/utils Panic.lhs Util.lhs
ghc/docs/comm/rts-libs coding-style.html
ghc/includes ClosureMacros.h Cmm.h HsFFI.h
InfoTables.h MachDeps.h Makefile Regs.h
RtsConfig.h Stg.h StgLdvProf.h
StgMiscClosures.h StgTypes.h TSO.h
TailCalls.h Updates.h
mkDerivedConstants.c
ghc/rts Capability.h Exception.cmm GC.c Makefile
PrimOps.cmm ProfHeap.c Schedule.c
StgCRun.c StgMiscClosures.cmm
StgStdThunks.cmm 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 main.c
Log:
Final round of commits on the backend-hacking-branch before I merge
this stuff into the HEAD.
This branch will not build for now. I renamed config.h to ghcconfig.h
(something I've been meaning to do for ages), which meant that changes
to libraries/ were required, but that part of the codebase isn't
branched.
Revision Changes Path
1.1.2.17 +14 -14 fptools/ghc/compiler/cmm/Attic/CLabel.hs
1.1.2.3 +4 -1 fptools/ghc/compiler/cmm/Attic/CmmParse.y
1.1.2.26 +1 -1 fptools/ghc/compiler/cmm/Attic/MachOp.hs
1.1.2.24 +39 -13 fptools/ghc/compiler/codeGen/Attic/CgProf.hs
1.1.2.33 +1 -1 fptools/ghc/compiler/codeGen/Attic/CgUtils.hs
1.162.2.1 +1 -1 fptools/ghc/compiler/ghci/InteractiveUI.hs
1.38.2.1 +1 -1 fptools/ghc/compiler/ghci/Linker.lhs
1.34.2.17 +1 -1 fptools/ghc/compiler/main/Constants.lhs
1.129.2.3 +1 -1 fptools/ghc/compiler/main/DriverFlags.hs
1.28.2.2 +1 -1 fptools/ghc/compiler/main/DriverPhases.hs
1.161.2.4 +1 -1 fptools/ghc/compiler/main/DriverPipeline.hs
1.97.2.2 +1 -1 fptools/ghc/compiler/main/DriverState.hs
1.41.2.1 +1 -1 fptools/ghc/compiler/main/DriverUtil.hs
1.136.2.2 +1 -1 fptools/ghc/compiler/main/Main.hs
1.110.2.1 +1 -1 fptools/ghc/compiler/main/SysTools.lhs
1.1.2.24 +1 -1 fptools/ghc/compiler/nativeGen/Attic/MachInstrs.hs
1.11.16.2 +1 -1 fptools/ghc/compiler/nativeGen/NCG.h
1.1.2.22 +1 -1 fptools/ghc/compiler/nativeGen/Attic/RegisterAlloc.hs
1.66.2.4 +1 -1 fptools/ghc/compiler/typecheck/TcForeign.lhs
1.22.10.1 +1 -1 fptools/ghc/compiler/utils/Panic.lhs
1.66.2.3 +1 -1 fptools/ghc/compiler/utils/Util.lhs
1.3.4.1 +1 -1 fptools/ghc/docs/comm/rts-libs/coding-style.html
1.38.2.4 +1 -1 fptools/ghc/includes/ClosureMacros.h
1.1.2.4 +18 -2 fptools/ghc/includes/Attic/Cmm.h
1.18.8.2 +1 -1 fptools/ghc/includes/HsFFI.h
1.32.2.3 +7 -7 fptools/ghc/includes/InfoTables.h
1.8.10.2 +1 -1 fptools/ghc/includes/MachDeps.h
1.22.4.4 +5 -5 fptools/ghc/includes/Makefile
1.14.2.3 +1 -1 fptools/ghc/includes/Regs.h
1.1.2.2 +1 -1 fptools/ghc/includes/Attic/RtsConfig.h
1.60.2.5 +1 -1 fptools/ghc/includes/Stg.h
1.2.24.4 +10 -30 fptools/ghc/includes/StgLdvProf.h
1.47.8.5 +150 -27 fptools/ghc/includes/StgMiscClosures.h
1.20.2.3 +3 -4 fptools/ghc/includes/StgTypes.h
1.33.2.3 +45 -39 fptools/ghc/includes/TSO.h
1.15.2.1 +2 -2 fptools/ghc/includes/TailCalls.h
1.34.2.4 +10 -10 fptools/ghc/includes/Updates.h
1.4.10.13 +38 -11 fptools/ghc/includes/mkDerivedConstants.c
1.13.2.1 +0 -4 fptools/ghc/rts/Capability.h
1.1.2.4 +2 -2 fptools/ghc/rts/Attic/Exception.cmm
1.164.2.3 +13 -18 fptools/ghc/rts/GC.c
1.87.2.2 +9 -3 fptools/ghc/rts/Makefile
1.1.2.3 +6 -7 fptools/ghc/rts/Attic/PrimOps.cmm
1.50.2.1 +2 -1 fptools/ghc/rts/ProfHeap.c
1.184.2.3 +2 -2 fptools/ghc/rts/Schedule.c
1.41.2.3 +16 -15 fptools/ghc/rts/StgCRun.c
1.1.2.3 +3 -3 fptools/ghc/rts/Attic/StgMiscClosures.cmm
1.1.2.3 +9 -11 fptools/ghc/rts/Attic/StgStdThunks.cmm
1.3.4.1 +2 -2 fptools/ghc/rts/package.conf.in
1.8.8.4 +49 -26 fptools/ghc/utils/genapply/GenApply.hs
1.38.2.1 +1 -1 fptools/ghc/utils/ghc-pkg/Main.hs
1.3.14.1 +1 -1 fptools/ghc/utils/hp2ps/Main.h
1.49.2.1 +2 -2 fptools/ghc/utils/hsc2hs/Main.hs
1.4.4.1 +2 -2 fptools/ghc/utils/prof/cgprof/cgprof.c
1.2.4.1 +2 -2 fptools/ghc/utils/prof/cgprof/main.c
More information about the Cvs-ghc
mailing list