summaryrefslogtreecommitdiff
path: root/ghc
Commit message (Expand)AuthorAgeFilesLines
...
* 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: Support __IMPORT segments in the Linkerwolfgang.thaller@gmx.net2006-02-091-4/+35
* Darwin/x86 Mangler: Make sure each imported symbol stub gets a separate chunk.wolfgang.thaller@gmx.net2006-02-051-0/+7
* Darwin/x86: Print 64-bit literals in a way Apple understands.wolfgang.thaller@gmx.net2006-02-051-1/+9
* Darwin/x86: Handle IMPORT sections in manglerwolfgang.thaller@gmx.net2006-02-031-1/+2
* 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
* Sigh: one more fix to undoing the erroneous patchsimonpj@microsoft.com2006-03-021-1/+2
* Remember the free vars in HsRule.Lemmih2006-03-017-14/+18
* Complete undo of Simplify-the-IdInfo-before-any-RHSssimonpj@microsoft.com2006-03-011-8/+3
* Undo patch Simplify-the-IdInfo-before-any-RHSssimonpj@microsoft.com2006-03-012-57/+73
* fix parse errorSimon Marlow2006-03-011-5/+0
* fix compilation with older GHCsSimon Marlow2006-03-011-1/+2
* update docs w.r.t. dllMain() definition (EXTFUN is no more)Simon Marlow2006-03-011-1/+1
* add commentsSimon Marlow2006-03-011-6/+48
* add ':set prompt' commandSimon Marlow2006-03-012-12/+48
* Add support for Data.Char.generalCategory to libcompatSimon Marlow2006-03-014-4/+69
* takeMVar/putMVar were missing some write barriers when modifying a TSOSimon Marlow2006-02-282-6/+10
* A better x86_64 register mapping, with more argument registers.Simon Marlow2006-02-282-34/+33
* filter the messages generated by gccSimon Marlow2006-02-281-24/+48
* Allow C argument regs to be used as global regs (R1, R2, etc.)Simon Marlow2006-02-285-48/+101
* pass arguments to unknown function calls in registersSimon Marlow2006-02-2810-130/+275
* fix live register annotations on foreign callsSimon Marlow2006-02-281-40/+43
* Simplify the IdInfo before any RHSssimonpj@microsoft.com2006-02-284-153/+169
* Add floating-point symbols to the listsimonpj@microsoft.com2006-02-281-0/+13
* slightly better dependencies for GenApply.hsSimon Marlow2006-02-271-0/+6
* x86_64: include .type and .size directives in the output, for valgrindSimon Marlow2006-02-271-1/+1
* The initStablePtrTable should be called before ACQUIRE_LOCK(&stable_mutex)kr.angelov@gmail.com2006-02-221-26/+23
* support LOCK_DEBUG for Windowskr.angelov@gmail.com2006-02-221-0/+15
* mmap() errors on Darwin: use errorBelch/exit instead of barf()Simon Marlow2006-02-271-3/+7
* these tables have four columns, not threeclaus.reinke@talk21.com2006-02-251-27/+27
* Remove comment about imports and exports not being in the renamer result.Lemmih2006-02-261-3/+0
* NCG: fix mkRegRegMoveInstr for x86-64wolfgang.thaller@gmx.net2006-02-251-0/+4
* NCG: Fix Typo in Register Allocator Loop Patchwolfgang.thaller@gmx.net2006-02-251-1/+1
* NCG: Handle loops in register allocatorwolfgang.thaller@gmx.net2006-02-254-69/+259
* Oops, I got a little trigger happy while trimming package.conf.in.Lemmih2006-02-241-0/+4
* Prettify parts of RnNames. No change of functionality.Lemmih2006-02-241-64/+31
* Remove duplicate code from RnNames.Lemmih2006-02-241-10/+1
* Remove non-existing modules from package.conf.inLemmih2006-02-241-7/+0
* Remove some unused bindings frm RnNames.Lemmih2006-02-241-7/+2
* Rather large refactoring of RnNames.Lemmih2006-02-246-183/+321
* add file to go with "extract some of the generic..." patchSimon Marlow2006-02-241-0/+460