summaryrefslogtreecommitdiff
path: root/ghc/compiler/main
Commit message (Expand)AuthorAgeFilesLines
* -fno-code shouldn't be a mode.Lemmih2006-03-185-26/+37
* Don't generate stub files when -fno-code is given.Lemmih2006-03-181-5/+1
* Don't generate stub files when -fno-code is given.Lemmih2006-03-181-1/+5
* -fno-code shouldn't be a mode.Lemmih2006-03-185-37/+26
* Cleanup after the OPTIONS parsing was moved.Lemmih2006-03-122-11/+2
* Look for a package.conf.d directory containing per-package .conf filesSimon Marlow2006-03-131-2/+18
* Wibble in HscMain.Lemmih2006-03-101-4/+5
* Parse OPTIONS properly and cache the result.Lemmih2006-03-106-222/+227
* Fix -ddump-if-traceLemmih2006-03-081-0/+1
* Bug fix in the new HscMain code.Lemmih2006-03-081-9/+8
* x86_64: add -fno-builtin to gcc command line for .hc files.Simon Marlow2006-03-071-1/+5
* More work thrown at HscMain.Lemmih2006-03-072-217/+280
* Make it clear when the symbols are using by the interpreter.Lemmih2006-03-061-1/+3
* Import symbols needed by the interpreter.Lemmih2006-03-061-2/+2
* 'have_object' isn't needed in a typed environment.Lemmih2006-03-042-12/+11
* FIXME's.Lemmih2006-03-041-0/+5
* Enumerate imports and remove dead code.Lemmih2006-03-041-6/+2
* Use hscCodeGenNothing instead of hscCodeGenSimple.Lemmih2006-03-041-4/+1
* Comments and esthetical changes.Lemmih2006-03-042-87/+113
* Remove the old HscMain code.Lemmih2006-03-042-323/+33
* Use the new HscMain API in DriverPipeline.Lemmih2006-03-041-90/+76
* Export the new HscMain API.Lemmih2006-03-041-0/+5
* Allow hscCompileMake to target HscNothing.Lemmih2006-03-041-19/+5
* Description of the new HscMain.Lemmih2006-03-041-0/+24
* Initial hack on the new low-level compiler API.Lemmih2006-03-041-2/+337
* Make -split-objs work with --makeSimon Marlow2006-03-022-19/+51
* fix for compiling the base package with --makeSimon Marlow2006-03-021-2/+11
* replace several 'fromJust's with 'expectJust'sSimon Marlow2006-03-022-6/+6
* fix compilation with older GHCsSimon Marlow2006-03-011-1/+2
* filter the messages generated by gccSimon Marlow2006-02-281-24/+48
* Remove comment about imports and exports not being in the renamer result.Lemmih2006-02-261-3/+0
* Rather large refactoring of RnNames.Lemmih2006-02-242-6/+13
* -O2 implies -optc-O2 nowSimon Marlow2006-02-241-1/+4
* Completion for :set, :unset and :undef.Lemmih2006-02-101-0/+10
* Simplify the -B handling. The interface to the ghc library has changed slightly.Lemmih2006-02-103-32/+38
* Merge the smp and threaded RTS waysSimon Marlow2006-02-091-12/+1
* prof/smp combination probably doesn't work, disable itSimon Marlow2006-02-091-1/+0
* make the smp way RTS-only, normal libraries now work with -smpSimon Marlow2006-02-082-9/+5
* add -dfaststring-stats to dump some stats about the FastString hash tableSimon Marlow2006-02-082-1/+42
* Basic completion in GHCiSimon Marlow2006-02-061-2/+23
* Add bang patternssimonpj@microsoft.com2006-02-031-1/+4
* Use extraGHCiLibraries (if supplied) in GHCi linker rather than extraLibrariesDuncan Coutts2005-12-071-0/+1
* Simon's big boxy-type commitsimonpj@microsoft.com2006-01-254-7/+7
* send usage info to stdout, not stderrSimon Marlow2006-01-241-2/+2
* [project @ 2006-01-18 10:06:36 by simonmar]simonmar2006-01-181-1/+7
* [project @ 2006-01-12 16:16:28 by simonmar]simonmar2006-01-121-19/+27
* [project @ 2006-01-06 16:30:17 by simonmar]simonmar2006-01-065-8/+8
* [project @ 2006-01-03 16:14:20 by simonmar]simonmar2006-01-031-1/+1
* [project @ 2005-12-19 13:08:19 by simonpj]simonpj2005-12-192-7/+6
* [project @ 2005-11-28 11:45:38 by simonpj]simonpj2005-11-281-2/+5