summaryrefslogtreecommitdiff
path: root/ghc/compiler
Commit message (Expand)AuthorAgeFilesLines
* Add stage2/ghci to ghc-api's import list.Lemmih2006-04-061-0/+1
* Don't build GHC with breakpoint support by default.Lemmih2006-04-061-1/+1
* GHC.Base.breakpoint isn't vaporware anymore.Lemmih2006-04-0610-33/+251
* Better messages from HscTypes.showModMsg.Lemmih2006-04-064-13/+17
* add support for x86_64; foreign import is now supported in GHCi on x86_64Simon Marlow2006-04-051-7/+176
* in stage1, we should get isPrint and isUpper from Compat.Unicode, not Data.CharSimon Marlow2006-03-291-3/+3
* Darwin/x86: correct stack alignment in ByteCodeFFIwolfgang.thaller@gmx.net2006-03-291-1/+17
* Add a new primitive forkOn#, for forking a thread on a specific CapabilitySimon Marlow2006-03-271-0/+7
* Allow users of the GHC library to specify which packages have already been lo...Lemmih2006-03-271-2/+7
* omit the __DISCARD__() call if unregisterisedSimon Marlow2006-03-241-1/+4
* gcc is getting smarter, so we need to hit it with a bigger stickSimon Marlow2006-03-231-0/+9
* -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
* Make -fliberate-case work for GADTssimonpj@microsoft.com2006-03-171-18/+50
* sanity checking: make sure we don't mix registerised and unreg'd codeSimon Marlow2006-03-161-5/+13
* improve panic messages a bit, with the GHC version and platformSimon Marlow2006-03-142-10/+9
* Bug fixes in my refactored RnNames code.Lemmih2006-03-142-22/+25
* Fix a really nasty bug in SMPSimon Marlow2006-03-141-1/+3
* 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-109-230/+316
* 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-073-229/+285
* 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
* The parser needs a set of parentheses when we don't use unsafeCoerce.Lemmih2006-03-051-1/+1
* 'have_object' isn't needed in a typed environment.Lemmih2006-03-042-12/+11
* FIXME's.Lemmih2006-03-041-0/+5
* Why name a function 'getGhciMode' when it returns GhcMode?Lemmih2006-03-045-11/+11
* 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
* callerSaveVolatileRegs: fix the Nothing caseSimon Marlow2006-03-031-1/+6
* Darwin/x86: Print 64-bit literals in a way Apple understands.wolfgang.thaller@gmx.net2006-02-051-1/+9
* Fix free-variable findersimonpj@microsoft.com2006-03-021-16/+38
* Make -split-objs work with --makeSimon Marlow2006-03-023-19/+53
* fix for compiling the base package with --makeSimon Marlow2006-03-021-2/+11
* replace several 'fromJust's with 'expectJust'sSimon Marlow2006-03-027-22/+23
* minor cleanup; remove one use of fromJustSimon Marlow2006-03-021-4/+3