- 11 Dec, 2000 19 commits
-
-
simonmar authored
gc unused imports
-
simonmar authored
add foreignPtr names
-
simonmar authored
add ForeignPtr
-
sewardj authored
head -> head bootability wibbles (rm disallowed OPTIONS pragmas)
-
simonmar authored
Put back accidentally butchered Config.hs
-
sewardj authored
More driver straightening-out.
-
sewardj authored
Remove circular dependencies created by kludgedSystem.
-
simonmar authored
bco wibbles.
-
simonmar authored
New BCO primops.
-
sewardj authored
Remove the old bytecode interpreter and add the new one.
-
sewardj authored
wibble
-
sewardj authored
Are now redundant since GHCi does bytecode assembly in Haskell-land (fptools/ghc/compiler/ghci/ByteCodeGen.lhs).
-
simonmar authored
add missing #includes.
-
simonmar authored
- update representation of BCOs - add setHeapSize for use from within GHC
-
rrt authored
Use kludgedSystem instead of system to work sanely (AFATIP) on Windows.
-
simonmar authored
allow all the dynamic -f* flags to be reversed with -fno-*
-
simonmar authored
* -fno-strictness et al. were in the wrong set of flags. * remove static version of -fno-implicit-prelude
-
simonmar authored
-fno-implicit-prelude isn't a static flag any more
-
simonmar authored
remove old driver.
-
- 08 Dec, 2000 21 commits
-
-
qrczak authored
Let newtypes in stub files generate correct C type names. It worked in ghc-4.09 but was not merged into 4.11?
-
sewardj authored
Unboxed returns, + a little peephole optimisation.
-
sewardj authored
FILE RENAME: from fptools/ghc/rts/Bytecodes.h to fptools/ghc/includes/Bytecodes.h
-
sewardj authored
Wibble
-
sewardj authored
Correctly unpack constructors onto the stack.
-
simonpj authored
LiberateCase fiddling
-
simonpj authored
Bogons in previous commit
-
simonpj authored
Get CAF info right
-
simonpj authored
Some renaming in HscTypes
-
rrt authored
Add #include of ghc/includes/config.h so tests of TARGET_OS_mingw32 work.
-
simonpj authored
Correct CPR information. How it ever worked I don't know. * The CPR info on a newtype constructor should be NoCPR, whereas before it was ReturnsCPR! * Minor: don't change CPR info on implicit Ids
-
simonpj authored
Slight repackaging in HscMain
-
simonpj authored
Rename omitIfaceSigForId to isImplicitId
-
rrt authored
config.h depends not just on fptools/mk/config.h but on fptools/mk/config.mk, for architecture information.
-
simonmar authored
add -fno-{cse,cpr,strictness} flags.
-
simonmar authored
Don't need to set the CafInfo on non-top-level Ids, the default is correct now.
-
simonmar authored
change the default CafInfo to NoCafRefs, to avoid PrimOps, constructors and other random Ids from declaring that they refer to CAFs.
-
simonpj authored
Add documentation on -fno-monomorphism-restriction
-
simonpj authored
Add -fno-monomorphism-restriction
-
simonpj authored
Comment
-
simonpj authored
Complete Simons arity/caf changes
-