- Oct 27, 2000
-
-
Julian Seward authored
Track changes to the finder (now is a global variable and not passed around). Also some fixes to flag handling.
-
Simon Marlow authored
Don't pass the finder around any more. Instead, its state lives in the I/O monad. module Finder ( newFinder, -- :: PackageConfigInfo -> IO (), findModule, -- :: ModuleName -> IO (Maybe (Module, ModuleLocation)) ModuleLocation(..), mkHomeModuleLocn, ) where
-
Julian Seward authored
baseRegOffset: handle long-regs correctly.
-
Simon Marlow authored
fill in the package cache on the first lookup too.
-
Simon Marlow authored
Change the finder so that it doesn't fill in the home cache until it is first used.
-
Julian Seward authored
Remove some redundant -fvia-Cs, wot offend mine eye.
-
Julian Seward authored
No longer needed. Bye bye Argv!
-
Julian Seward authored
Don't link happy-generated objects twice.
-
- Oct 26, 2000
-
-
Julian Seward authored
Final changes to get it to compile.
-
Julian Seward authored
Compile everything up to Main. The Really Entertaining News (tm) is that there are still modules beyond Main to fix up :-)
-
Simon Marlow authored
Simon's stuff
-
Julian Seward authored
Make HscMain compile. Hurrah!
-
Simon Marlow authored
Fix up
-
Julian Seward authored
So Simon can proceed with driver hacks.
-
Simon Peyton Jones authored
wibbles
-
- Oct 25, 2000
-
-
Julian Seward authored
Wibbles from Julian
-
Simon Peyton Jones authored
writeIface stuff
-
Julian Seward authored
Compile up to HscMain. Again :)
-
Simon Peyton Jones authored
Wibbles
-
Simon Peyton Jones authored
Tons of stuff for the mornings work
-
Julian Seward authored
Sort out linking of interpreted code a bit.
-
Julian Seward authored
HscMain: more details on parsing and codegen, and handle parse/rename/tc failure correctly.
-
Simon Peyton Jones authored
More renamer stuff; still in flight
-
- Oct 24, 2000
-
-
Simon Peyton Jones authored
Stuff to do with Rules; may not compile
-
Julian Seward authored
More bitz n pieces.
-
Simon Marlow authored
StgToDo done
-
Simon Marlow authored
Compiles up to DriverFlags
-
Simon Peyton Jones authored
More renamer
-
Julian Seward authored
First shot at revised hscMain.
-
Julian Seward authored
Compile everything needed by main/HscMain.
-
Julian Seward authored
Changes to make CodeOutput compile.
-
Simon Peyton Jones authored
Wibbles
-
Julian Seward authored
Make the back-end world compile.
-
Simon Peyton Jones authored
More renamer; move stuff into (new) RnHiFiles.lhs
-
Simon Peyton Jones authored
Small wibbles
-
Simon Peyton Jones authored
Remove HsPragmas; hasnt been used for ages
-
Simon Peyton Jones authored
Mainly MkIface
-
- Oct 23, 2000
-
-
Simon Peyton Jones authored
A tiny bit more
-
Simon Peyton Jones authored
More renamer stuff
-
Julian Seward authored
Plumb a function :: Name -> Maybe Fixity into the depths of the deriver for deriving Show and Read. This information is in the ModIFaces, not the ModDetails, and we don't want to send complete ModIFaces into the typechecker.
-