Add a target32Bit function to Platform
[ghc-hetmet.git] / compiler / ghc.mk
2011-05-24 Simon MarlowAssign more accurate code sizes to primops, so that...
2011-05-08 Ian LynaghChange remaining uses of cTargetOS to platformOS
2011-05-01 Ian LynaghRemove the OMIT_NATIVE_CODEGEN ifdef
2011-05-01 Ian LynaghSmall DynFlags improvements
2011-04-29 Ian LynaghAdd "C compiler flags" to settings file
2011-04-22 Ian LynaghMove gcc's and perl's location to the settings file
2011-04-12 Simon MarlowChange the way module initialisation is done (#3252...
2011-04-11 Edward Z. YangFlag for defaulting the codegen GhcStageXDefaultNewCodegen.
2011-04-04 Ian LynaghRemove dead code, now that -fvia-c is a no-op
2011-02-19 Ian LynaghClarify the "object splitting" variable names
2011-01-24 Ian LynaghKeep separate linker flags, for when we want to link...
2011-01-15 Ian LynaghBuild system improvements
2011-01-04 Ian LynaghDefine cTargetArch and start to use it rather than...
2011-01-04 Ian LynaghRename the c*Platform variables to c*PlatformString
2010-12-19 Matthias KilianDrop GhcWithLlvmCodeGen configuration bits
2010-12-14 Ian LynaghRemove dead code now that we require the bootstrapping...
2010-11-27 Ian LynaghAlways enable the archive-loading code
2010-09-21 Ian LynaghFixes for when HADDOCK_DOCS=NO
2010-09-20 Ian LynaghImplement archive loading for ghci
2010-08-19 Ian LynaghRemove some duplication of C flags
2010-08-19 Ian LynaghGive each stage its own Config.hs
2010-08-13 simonpj@microsoft.comDelete GhcLibProfiled
2010-07-16 Ian LynaghAdd platform info to "ghc --info" output
2010-07-16 Ian LynaghTidy up Config.hs generation
2010-07-14 Ian LynaghCorrect the values in ghc_boot_platform.h
2010-07-08 Sergei TrofimovichFixing link failure of compiler on ia64 ('-Wl,' prefixe...
2010-06-18 David TereiAdd support of TNTC to llvm backend
2010-06-16 Simon Marlowpick up changes to $(GhcStage1HcOpts) without re-config...
2010-05-07 Simon Marlowfix -fforce-recomp setting: module is PrimOp, not PrimOps
2010-06-15 David TereiAdd new LLVM code generator to GHC. (Version 2)
2010-05-20 Simon Marlowthe 'stage=0' trick to disable all compiler builds...
2010-05-13 Simon MarlowUndo part of #4003 patch
2010-05-11 simonpj@microsoft.comFix Trac #4003: fix the knot-tying in checkHiBootIface
2010-04-27 Ian LynaghFix "make 2"
2010-04-26 Simon Marlowworkaround for #4003, fixes HEAD build with 6.12.2
2010-04-24 Ian LynaghMake sure all the clean rules are always included
2010-03-24 Ian LynaghRemove unused cUSER_WAY_NAMES cUSER_WAY_OPTS
2010-03-24 Ian LynaghRemove unused cCONTEXT_DIFF
2010-03-24 Ian LynaghRemove unused cEnableWin32DLLs
2010-03-24 Ian LynaghRemove unused cGHC_CP
2010-02-21 Ian LynaghMake "make tags" work in the new build system
2010-01-12 Simon MarlowInvoke Haddock directly from the build system, instead...
2009-12-18 Ian LynaghAvoid a failing shell command when cleaning
2009-12-15 Ian LynaghDon't make C deps for compiler/parser/cutils.c in stage1
2009-12-09 Ian LynaghFix the stage1 version number munging
2009-12-09 Ian LynaghEliminate mkdependC
2009-11-09 Simon MarlowDon't try to rebuild compiler/primop-*.hs-incl when...
2009-10-15 Simon MarlowAdd some manual dependencies, and -fforce-recomp for...
2009-10-02 Ian LynaghUse "order only constraints" for directories
2009-09-13 Ian LynaghDon't register the non-munged stage1 ghc package
2009-09-13 Ian LynaghFixes for compiling the HEAD with iteslf
2009-08-20 Simon MarlowAdd unique package identifiers (InstalledPackageId...
2009-07-22 Ian LynaghMake the Integer library used directly configurable...
2009-07-19 Ian LynaghTweak whitespace
2009-07-20 Simon Marlowremove unused $(HscIfaceFileVersion)
2009-06-12 Ian LynaghFix the compiler-hs-dependency's
2009-05-29 Simon Marlowdepend on mk/project.mk appropriately
2009-05-30 Ian LynaghQuote commands that we run, so they work if there are...
2009-05-24 Ian LynaghBe more precise about munging compiler/stage1/inplace...
2009-05-15 Simon MarlowFurther fixes to the stage1 version hack; fix validate.
2009-05-14 Simon Marlowdon't rebuild the whole of stage 1 just because the...
2009-04-28 Simon MarlowAdd a header to all build system files:
2009-04-26 Ian LynaghGHC new build system megapatch