summaryrefslogtreecommitdiff
path: root/compiler/ghc.mk
Commit message (Expand)AuthorAgeFilesLines
* Remove unused bindingsIan Lynagh2011-06-231-4/+0
* Move more commands into the settings fileIan Lynagh2011-06-221-2/+0
* Assign more accurate code sizes to primops, so that the inliningSimon Marlow2011-05-241-3/+3
* Change remaining uses of cTargetOS to platformOSIan Lynagh2011-05-081-90/+0
* Remove the OMIT_NATIVE_CODEGEN ifdefIan Lynagh2011-05-011-6/+0
* Small DynFlags improvementsIan Lynagh2011-05-011-0/+52
* Add "C compiler flags" to settings fileIan Lynagh2011-04-291-2/+0
* Move gcc's and perl's location to the settings fileIan Lynagh2011-04-221-4/+0
* Change the way module initialisation is done (#3252, #4417)Simon Marlow2011-04-121-0/+2
* Flag for defaulting the codegen GhcStageXDefaultNewCodegen.Edward Z. Yang2011-04-111-0/+12
* Remove dead code, now that -fvia-c is a no-opIan Lynagh2011-04-041-4/+0
* Clarify the "object splitting" variable namesIan Lynagh2011-02-191-2/+2
* Keep separate linker flags, for when we want to link with gcc or ldIan Lynagh2011-01-241-2/+4
* Build system improvementsIan Lynagh2011-01-151-1/+3
* Define cTargetArch and start to use it rather than ifdefsIan Lynagh2011-01-041-0/+38
* Rename the c*Platform variables to c*PlatformStringIan Lynagh2011-01-041-6/+6
* Drop GhcWithLlvmCodeGen configuration bitsMatthias Kilian2010-12-191-2/+0
* Remove dead code now that we require the bootstrapping compiler be >= 6.12Ian Lynagh2010-12-141-22/+0
* Always enable the archive-loading codeIan Lynagh2010-11-271-11/+13
* Fixes for when HADDOCK_DOCS=NOIan Lynagh2010-09-211-1/+6
* Implement archive loading for ghciIan Lynagh2010-09-201-0/+6
* Remove some duplication of C flagsIan Lynagh2010-08-191-0/+4
* Give each stage its own Config.hsIan Lynagh2010-08-191-5/+6
* Delete GhcLibProfiledsimonpj@microsoft.com2010-08-131-7/+1
* Add platform info to "ghc --info" outputIan Lynagh2010-07-161-0/+11
* Tidy up Config.hs generationIan Lynagh2010-07-161-76/+76
* Correct the values in ghc_boot_platform.hIan Lynagh2010-07-141-71/+71
* Fixing link failure of compiler on ia64 ('-Wl,' prefixed value passed directl...Sergei Trofimovich2010-07-081-4/+0
* Add support of TNTC to llvm backendDavid Terei2010-06-181-8/+2
* pick up changes to $(GhcStage1HcOpts) without re-configuring the ghc packageSimon Marlow2010-06-161-4/+5
* fix -fforce-recomp setting: module is PrimOp, not PrimOpsSimon Marlow2010-05-071-1/+1
* Add new LLVM code generator to GHC. (Version 2)David Terei2010-06-151-1/+11
* the 'stage=0' trick to disable all compiler builds stopped working; fix itSimon Marlow2010-05-201-8/+7
* Undo part of #4003 patchSimon Marlow2010-05-131-0/+7
* Fix Trac #4003: fix the knot-tying in checkHiBootIfacesimonpj@microsoft.com2010-05-111-7/+0
* Fix "make 2"Ian Lynagh2010-04-271-1/+7
* workaround for #4003, fixes HEAD build with 6.12.2Simon Marlow2010-04-261-0/+7
* Make sure all the clean rules are always includedIan Lynagh2010-04-241-12/+6
* Remove unused cUSER_WAY_NAMES cUSER_WAY_OPTSIan Lynagh2010-03-241-4/+0
* Remove unused cCONTEXT_DIFFIan Lynagh2010-03-241-2/+0
* Remove unused cEnableWin32DLLsIan Lynagh2010-03-241-2/+0
* Remove unused cGHC_CPIan Lynagh2010-03-241-2/+0
* Make "make tags" work in the new build systemIan Lynagh2010-02-211-0/+3
* Invoke Haddock directly from the build system, instead of via CabalSimon Marlow2010-01-121-1/+1
* Avoid a failing shell command when cleaningIan Lynagh2009-12-181-0/+2
* Don't make C deps for compiler/parser/cutils.c in stage1Ian Lynagh2009-12-151-0/+2
* Fix the stage1 version number mungingIan Lynagh2009-12-091-2/+7
* Eliminate mkdependCIan Lynagh2009-12-091-6/+12
* Don't try to rebuild compiler/primop-*.hs-incl when BootingFromHcSimon Marlow2009-11-091-0/+2
* Add some manual dependencies, and -fforce-recomp for Constants and PrimOpsSimon Marlow2009-10-151-1/+6