summaryrefslogtreecommitdiff
path: root/ghc
Commit message (Expand)AuthorAgeFilesLines
* We always install stage2, so we need to always put stage2 into bindistsIan Lynagh2008-09-091-1/+1
* Handle the html target in compiler/ and ghc/Ian Lynagh2008-08-281-0/+3
* Give locations of flag warnings/errorsIan Lynagh2008-08-261-7/+10
* Separate the static flag parser from the static global variablesIan Lynagh2008-08-261-0/+1
* st is now split off from baseIan Lynagh2008-08-231-1/+1
* Ignore install-docs in compiler/Makefile and ghc/MakefileIan Lynagh2008-08-211-0/+3
* We need to give make some more cluesIan Lynagh2008-08-171-1/+1
* When making in compiler/, automatically make in ghc/ when we are doneIan Lynagh2008-08-171-1/+3
* Don't do the stage1 re-linking hack if we have GHC >= 6.9Ian Lynagh2008-08-171-0/+2
* move INPLACE_DATA_DIR into mk/config.mk and share itSimon Marlow2008-08-131-3/+0
* Make "make clean" in ghc/ only clean the stage we want to cleanIan Lynagh2008-08-101-7/+9
* bindist fixesIan Lynagh2008-08-101-8/+3
* Add -fno-implicit-import-qualified (#2452)Simon Marlow2008-08-051-1/+8
* in stage1, always rebuild Main.hsSimon Marlow2008-08-051-0/+7
* Follow extensible exception changesIan Lynagh2008-07-301-11/+10
* don't strip the inplace GHC executables (for debugging)Simon Marlow2008-07-281-0/+4
* add --enable-shared to configure, and $(BuildSharedLibs) to the build systemSimon Marlow2008-07-241-0/+4
* allow EXTRA_HC_OPTS to be used from the command-lineSimon Marlow2008-07-241-0/+4
* put the inplace GHC in stageN-inplace/ghc instead of stageN-inplace/bin/ghcSimon Marlow2008-07-241-1/+1
* add a "rebuild" target for convenienceSimon Marlow2008-07-231-0/+5
* Clean stage 3Ian Lynagh2008-07-221-0/+2
* Some "install" and "clean" fixesIan Lynagh2008-07-181-16/+18
* Build system tweaksIan Lynagh2008-07-181-1/+2
* More build system changes; ghc-pkg is now built with CabalIan Lynagh2008-07-181-12/+3
* Split building the ghc package and binary into "boot" and "all" stepsIan Lynagh2008-07-171-3/+4
* Install the compiler during make installIan Lynagh2008-07-171-0/+9
* Remove some duplicationIan Lynagh2008-07-171-31/+16
* Fix GHC finding extra-gcc-opts on WindowsIan Lynagh2008-07-161-2/+15
* Get building GHC itself with Cabal more-or-less workingIan Lynagh2008-07-164-0/+711
* remove the last bits of the ghc/ subdirSimon Marlow2006-04-078-385/+0
* Reorganisation of the source treeSimon Marlow2006-04-071486-424506/+0
* rempve some unused filesSimon Marlow2006-01-2168-1946/+0
* 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
* Add SA_RESTART flag to the timer signal handler.Simon Marlow2006-04-061-0/+11
* Better messages from HscTypes.showModMsg.Lemmih2006-04-064-13/+17
* Turn the "too many hs_exit()s" fatal error into a warningSimon Marlow2006-04-051-1/+2
* add freeStorage() prototypeSimon Marlow2006-04-051-0/+1
* add support for x86_64; foreign import is now supported in GHCi on x86_64Simon Marlow2006-04-051-7/+176
* Correct spelling mistake: GhcState1HcOpts -> GhcStage1HcOptsDuncan Coutts2006-03-301-3/+3
* oops, undo accidental patchSimon Marlow2006-03-301-1/+1
* fix profiling on Win32Simon Marlow2006-03-303-5/+12
* fix for GHC >= 6.5 againSimon Marlow2006-03-291-1/+1
* in stage1, we should get isPrint and isUpper from Compat.Unicode, not Data.CharSimon Marlow2006-03-292-4/+13
* Darwin/x86: correct stack alignment in ByteCodeFFIwolfgang.thaller@gmx.net2006-03-291-1/+17
* Deal with non-executable memory on Darwin (only an issue on Darwin/x86 so far)wolfgang.thaller@gmx.net2006-03-231-2/+2
* add forkOnzh_fast symbolSimon Marlow2006-03-281-0/+1
* Add a new primitive forkOn#, for forking a thread on a specific CapabilitySimon Marlow2006-03-276-24/+110
* eliminate a warningSimon Marlow2006-03-271-1/+1