[project @ 2000-01-13 14:33:57 by hwloidl]
authorhwloidl <unknown>
Thu, 13 Jan 2000 14:34:09 +0000 (14:34 +0000)
committerhwloidl <unknown>
Thu, 13 Jan 2000 14:34:09 +0000 (14:34 +0000)
commit1b28d4e1f43185ad8c8e7407c66413e1b358402b
tree9a69069b4adaf380e7bad6827e2e248b29f96024
parentd3d20ba70003e869af4d9f44d70d1d403d131812
[project @ 2000-01-13 14:33:57 by hwloidl]
Merged GUM-4-04 branch into the main trunk. In particular merged GUM and
SMP code. Most of the GranSim code in GUM-4-04 still has to be carried over.
77 files changed:
ghc/compiler/absCSyn/Costs.lhs
ghc/compiler/basicTypes/Module.lhs
ghc/compiler/codeGen/CgCase.lhs
ghc/compiler/codeGen/CgClosure.lhs
ghc/compiler/codeGen/CgHeapery.lhs
ghc/compiler/codeGen/CgStackery.lhs
ghc/compiler/main/Constants.lhs
ghc/compiler/nativeGen/StixMacro.lhs
ghc/driver/ghc-asm.lprl
ghc/driver/ghc.lprl
ghc/driver/test_mangler
ghc/includes/CCall.h
ghc/includes/ClosureTypes.h
ghc/includes/Closures.h
ghc/includes/Constants.h
ghc/includes/GranSim.h [new file with mode: 0644]
ghc/includes/InfoMacros.h
ghc/includes/InfoTables.h
ghc/includes/Parallel.h [new file with mode: 0644]
ghc/includes/PrimOps.h
ghc/includes/Rts.h
ghc/includes/RtsTypes.h [new file with mode: 0644]
ghc/includes/SchedAPI.h
ghc/includes/Stg.h
ghc/includes/StgMacros.h
ghc/includes/StgMiscClosures.h
ghc/includes/TSO.h
ghc/includes/Updates.h
ghc/lib/std/Makefile
ghc/lib/std/PrelHandle.lhs
ghc/lib/std/PrelWeak.lhs
ghc/mk/paths.mk
ghc/rts/ClosureFlags.c
ghc/rts/Exception.hc
ghc/rts/GC.c
ghc/rts/GC.h
ghc/rts/Hash.h
ghc/rts/HeapStackCheck.hc
ghc/rts/Main.c
ghc/rts/Makefile
ghc/rts/PrimOps.hc
ghc/rts/Printer.c
ghc/rts/RtsFlags.c
ghc/rts/RtsFlags.h
ghc/rts/RtsStartup.c
ghc/rts/RtsUtils.c
ghc/rts/RtsUtils.h
ghc/rts/Sanity.c
ghc/rts/Sanity.h
ghc/rts/Schedule.c
ghc/rts/Schedule.h
ghc/rts/StgMiscClosures.hc
ghc/rts/Storage.h
ghc/rts/Updates.hc
ghc/rts/parallel/0Hash.c [new file with mode: 0644]
ghc/rts/parallel/0Parallel.h [new file with mode: 0644]
ghc/rts/parallel/0Unpack.c [new file with mode: 0644]
ghc/rts/parallel/FetchMe.h [new file with mode: 0644]
ghc/rts/parallel/FetchMe.hc [new file with mode: 0644]
ghc/rts/parallel/Global.c [new file with mode: 0644]
ghc/rts/parallel/GranSim.c [new file with mode: 0644]
ghc/rts/parallel/GranSimRts.h [new file with mode: 0644]
ghc/rts/parallel/HLC.h [new file with mode: 0644]
ghc/rts/parallel/HLComms.c [new file with mode: 0644]
ghc/rts/parallel/LLC.h [new file with mode: 0644]
ghc/rts/parallel/LLComms.c [new file with mode: 0644]
ghc/rts/parallel/PEOpCodes.h [new file with mode: 0644]
ghc/rts/parallel/Pack.c [new file with mode: 0644]
ghc/rts/parallel/ParInit.c [new file with mode: 0644]
ghc/rts/parallel/ParInit.h [new file with mode: 0644]
ghc/rts/parallel/ParTypes.h [new file with mode: 0644]
ghc/rts/parallel/Parallel.c [new file with mode: 0644]
ghc/rts/parallel/ParallelDebug.c [new file with mode: 0644]
ghc/rts/parallel/ParallelDebug.h [new file with mode: 0644]
ghc/rts/parallel/ParallelRts.h [new file with mode: 0644]
ghc/rts/parallel/RBH.c [new file with mode: 0644]
ghc/rts/parallel/SysMan.c [new file with mode: 0644]