summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix 'make 1'Simon Marlow2009-06-171-0/+1
* remove unused cruftSimon Marlow2009-06-031-1/+0
* Add a couple more symbols to the Linker.c tableIan Lynagh2009-06-221-0/+2
* makefile tweakIan Lynagh2009-06-171-1/+1
* Add an _EXTRA_OBJS variable when linking packagesIan Lynagh2009-06-161-8/+8
* Remove more GMP bitsIan Lynagh2009-06-163-74/+0
* Add a #endif back that was accidentally removed from package.conf.inIan Lynagh2009-06-161-0/+1
* Make sure we aren't passing -Werror in the CFLAGS for configure scriptsIan Lynagh2009-06-151-1/+4
* Pass CFLAGS and LDFLAGS to configure scriptsIan Lynagh2009-06-151-0/+3
* .cmm rules need to depend on $$($1_$2_HC_DEP), not $$($1_$2_HC)Ian Lynagh2009-06-151-6/+6
* Move gmp into libraries/integer-gmpIan Lynagh2009-06-144-148/+3
* Stop building the rts against gmpDuncan Coutts2009-06-135-64/+3
* Remove the implementation of gmp primops from the rtsDuncan Coutts2009-06-135-651/+1
* Stop setting the gmp memory functions in the rtsDuncan Coutts2009-06-131-67/+0
* Remove the gmp/Integer primops from the compilerDuncan Coutts2009-06-132-156/+1
* Put the CMM objects in the GHCi library tooIan Lynagh2009-06-111-2/+2
* Add rules for building .cmm files in librariesIan Lynagh2009-06-117-46/+84
* Exports a few rts things we need for cmm code in external packagesDuncan Coutts2009-06-131-0/+4
* Add and export rts_unsafeGetMyCapability from rtsDuncan Coutts2009-06-123-0/+25
* Require GHCForeignImportPrim for "foreign import prim"Duncan Coutts2009-06-112-1/+5
* Add missing StgPrimCallOp case in repCCallConvDuncan Coutts2009-06-111-1/+1
* Add missing StgPrimCallOp case to isSimpleOpIan Lynagh2009-06-111-0/+1
* Reverse the safe/unsafe requirement on foreign import primDuncan Coutts2009-06-111-2/+2
* Add PrimCall to the STG layer and update Core -> STG translationDuncan Coutts2009-06-097-4/+55
* Desugaring for "foreign import prim"Duncan Coutts2009-06-091-1/+36
* Typechecking for "foreign import prim"Duncan Coutts2009-06-092-0/+45
* Lexing and parsing for "foreign import prim"Duncan Coutts2009-06-093-1/+12
* Add new FFI calling convention "prim"Duncan Coutts2009-06-091-2/+6
* The IO type has moved to GHC.Types in ghc-primIan Lynagh2009-06-201-2/+2
* Fix the way in the +RTS --info outputIan Lynagh2009-06-201-1/+2
* Set DELETE_ON_ERROR in ghc.mkIan Lynagh2009-06-171-0/+2
* Fix the ghci wrapperIan Lynagh2009-06-161-1/+1
* Fix #3132: a case of bogus code generationSimon Marlow2009-06-181-2/+28
* Fix #3279, #3288: fix crash encountered when calling unblock inside unsafePer...Simon Marlow2009-06-161-8/+35
* drop packedstring; it is no longer required by template-haskellSimon Marlow2009-05-182-2/+0
* suggest "cd <dir>; make help"Simon Marlow2009-06-161-8/+2
* Add support for 'make help' in subdirectoriesSimon Marlow2009-06-164-1/+36
* mention 'make {html,ps,pdf}'Simon Marlow2009-06-162-0/+35
* eliminate "warning: overriding commnds..." from make when we're cleaningSimon Marlow2009-06-162-1/+4
* Add 'make help', displaying a list of useful make targetsSimon Marlow2009-06-152-1/+61
* Add 'make fast' which omits deps (for a library) and some of the phasesSimon Marlow2009-06-151-1/+5
* add the missing final row of dashes in the success messageSimon Marlow2009-06-151-0/+3
* 'make 1' in libraries builds just the stage1 libsSimon Marlow2009-06-151-0/+4
* add 'make stage1_libs', to make just the stage 1 libsSimon Marlow2009-06-151-0/+4
* copyFileWithHeader: use binary HandlesSimon Marlow2009-06-151-6/+7
* Include runghc and unlit in bindistsIan Lynagh2009-06-132-5/+1
* Improve bindist testingIan Lynagh2009-06-132-0/+5
* Remove the haskeline-specific hacks from ghc-cabalIan Lynagh2009-06-121-81/+1
* Remove library buildinfo files when cleaningIan Lynagh2009-06-121-0/+1
* Update symbol names; fixes the build on OSXIan Lynagh2009-06-121-8/+8