Fix build on Windows
[ghc-hetmet.git] / compiler /
2010-02-17 Simon MarlowFix a recompilation checking bug when a package depende...
2010-02-16 Simon MarlowBeef up cmmMiniInline a tiny bit
2010-02-15 Simon MarlowRepresent the free register set using Word64 on x86...
2010-02-15 Ben.Lippmeier@anu... Fix build for non-x86 architectures
2010-02-15 Roman LeshchinskiyAdd comments about the ForceSpecConstr mechanism
2010-02-15 Roman LeshchinskiySpot ForceSpecConstr arguments in polymorphic loops
2010-02-11 Simon Marlowdon't constant fold division that would result in negat...
2010-02-10 simonpj@microsoft.comImprove error dump in TcEnv
2010-02-10 simonpj@microsoft.comKeep track of explicit kinding in HsTyVarBndr; plus...
2010-02-08 simonpj@microsoft.comRemove redundant import
2010-02-10 simonpj@microsoft.comStop fruitless ANF-ing
2010-02-10 simonpj@microsoft.comComments only
2010-02-10 simonpj@microsoft.comSimplify syntax for quasi-quotation
2010-02-10 simonpj@microsoft.comSeveral TH/quasiquote changes
2010-02-09 Simon Marlowgenerate slightly better code for ccall argument-pushin...
2010-02-08 simonpj@microsoft.comFix Trac #3850
2010-02-05 Simon MarlowFix a bug introduced in the SSE2 support: callClobbered...
2010-02-04 Simon MarlowImplement SSE2 floating-point support in the x86 native...
2010-02-01 simonpj@microsoft.comFix Trac #3831: blowup in SpecConstr
2010-01-29 Simon MarlowRe-read pragmas after preprocessing (#2464, #3674,...
2010-01-27 Simon Marlowfix warning on Windows
2010-01-27 Simon Marlowcatch SIGHUP and SIGTERM and raise an exception (#3656)
2010-01-27 Simon MarlowaddCoverageTicksToBinds: tolerate a non-existent .hs...
2010-01-22 Ian LynaghRemove an out-of-date comment
2010-01-19 Simon MarlowFix docs for sizeofByteArray#/sizeofMutableByteArray...
2010-01-20 simonpj@microsoft.comFix Trac #3813: unused variables in GHCi bindings
2010-01-20 simonpj@microsoft.comFix Trac #3823, plus warning police in TcRnDriver
2010-01-18 Ian LynaghFix a warning message
2010-01-16 Ian LynaghTeach the alternative layout rule about mdo and rec
2010-01-16 Ian LynaghTeach the alternative layout rule about $( ... )
2010-01-16 Ian LynaghFix typo
2010-01-12 Simon MarlowDo some recompilation avoidance in GHC.loadModule
2010-01-12 Simon MarlowInvoke Haddock directly from the build system, instead...
2010-01-04 Simon Marlowrefactoring while I try to make sense of the hsc interface
2010-01-08 simonpj@microsoft.comRespect SPECIALISE pragmas even for apparently-non...
2010-01-08 simonpj@microsoft.comComment out debug warnings; they are fine
2010-01-07 simonpj@microsoft.comImprove error locations
2010-01-07 simonpj@microsoft.comSpelling error in comment
2010-01-07 simonpj@microsoft.comA little refactoring, plus improve error locations
2010-01-07 simonpj@microsoft.comClarify error message (Trac #3805)
2010-01-07 simonpj@microsoft.comComments only
2010-01-06 simonpj@microsoft.comSpecConstr: Remove -fspec-inline-join-points, and add...
2010-01-06 simonpj@microsoft.comMake SpecConstr more informative output when there...
2010-01-06 simonpj@microsoft.comMake view patterns right-associate
2010-01-06 simonpj@microsoft.comImprove the handling of default methods
2010-01-06 Ian LynaghPatch for shared libraries support on FreeBSD
2010-01-05 dias@cs.tufts.eduFollowing Simon M's "take newCAF() out from sm_mutex...
2010-01-05 simonpj@microsoft.comVery minor refactoring
2010-01-05 simonpj@microsoft.comUndo the fix for Trac #3772 and do it a new way
2010-01-05 simonpj@microsoft.comFix warnings
2010-01-05 simonpj@microsoft.comImprove error message (idea in Trac #3805)
2010-01-05 simonpj@microsoft.comComments only
2009-12-24 simonpj@microsoft.comContinue refactoring the core-to-core pipeline
2009-12-24 simonpj@microsoft.comA bunch of stuff relating to substitutions on core
2009-12-24 simonpj@microsoft.comRefactor CoreArity a bit
2009-12-22 simonpj@microsoft.comWibbles to inlining for small functions
2009-12-22 simonpj@microsoft.comPrint out a bit more info with the "arity decrease...
2009-12-22 simonpj@microsoft.comMove isDictTy from TcType to Type
2009-12-22 simonpj@microsoft.comAllow instance heads to use infix syntax
2009-12-22 simonpj@microsoft.comFix pretty-printer
2010-01-04 simonpj@microsoft.comFix Trac #3792: check for qualified names in import...
2010-01-04 simonpj@microsoft.comFix bugs in STG Lint
2010-01-04 Ben.Lippmeier@anu... Refactor PackageTarget back into StaticTarget
2010-01-02 Ben.Lippmeier@anu... Follow PackageTarget changes in pprCEntity
2010-01-02 Ben.Lippmeier.anu... Assume CmmLabels have dynamic linkage on non-Windows
2010-01-02 Ben.Lippmeier@anu... Follow PackageTarget change in byte code generator
2010-01-02 Ben.Lippmeier@anu... When compiling viac, don't need to emit prototypes...
2010-01-02 Ben.Lippmeier@anu... Follow ForeignLabel changes in PPC NCG
2010-01-02 Ben.Lippmeier@anu... Tag ForeignCalls with the package they correspond to
2009-12-29 Ben.Lippmeier@anu... Nicer panic message
2009-12-29 Ben.Lippmeier@anu... Typo in comment
2010-01-03 Simon MarlowlocateOneObj: don't look for dynamic libs in static...
2010-01-04 simonpj@microsoft.comSubstantial improvements to coercion optimisation
2010-01-02 Ian LynaghWhitespace only
2009-12-31 Simon MarlowRolling back: Make FastString thread-safe.
2009-12-31 Simon Marlowtake newCAF() out from sm_mutex; use the capability...
2009-12-22 dias@cs.tufts.eduCopying Simon M's fix for 650 to the new codegen
2009-12-22 dias@cs.tufts.eduBetter error checking and code cleanup
2009-12-21 simonpj@microsoft.comFix Trac #3772: dict funs for single-field classes
2009-12-21 simonpj@microsoft.comComments only (about implementing SPECIALISE pragmas)
2009-12-21 simonpj@microsoft.comA bit of refactoring, plus a sanity check
2009-12-21 simonpj@microsoft.comFix Trac #3776
2009-12-18 simonpj@microsoft.comMove all the CoreToDo stuff into CoreMonad
2009-12-18 simonpj@microsoft.comAlways expose the unfolding of something with an InlineRule
2009-12-18 simonpj@microsoft.comComments only
2009-12-18 simonpj@microsoft.comMove loop-breaker info from original function to worker...
2009-12-18 simonpj@microsoft.comMake -ddump-inlinings and -ddump-rule-firings less...
2009-12-18 simonpj@microsoft.comMake warning printing a bit less noisy
2009-12-18 simonpj@microsoft.comSet fixity (left-assoc) for setIdOccInfo
2009-12-18 simonpj@microsoft.comComments only
2009-12-21 Simon MarlowPartial support for Haiku (#3727)
2009-12-17 Simon MarlowFix #3751, also fix some lexical error SrcLocs
2009-12-17 Simon Marlowimprove panic messages for srcLocLine, srcLocCol
2009-12-18 Ian LynaghAvoid a failing shell command when cleaning
2009-12-18 dias@cs.tufts.eduunused named variables
2009-12-17 dias@cs.tufts.edumissed a case in a previous fix
2009-12-17 Simon MarlowFix #650: use a card table to mark dirty sections of...
2009-12-16 simonpj@microsoft.comAdjust Activations for specialise and work/wrap, and...
2009-12-16 simonpj@microsoft.comComments only
2009-12-16 simonpj@microsoft.comRefactor to combine two eqExpr functions
next