Silence some warnings
[ghc-hetmet.git] / compiler /
2006-12-12 simonpj@microsoft.comMissed a stage-2 problem in the TcSimplify refactoring
2006-12-12 simonpj@microsoft.comComments only
2006-12-12 Simon MarlowMERGE: Fix Windows DEP violations (bug #885)
2006-12-12 simonpj@microsoft.comFix up yesterdays commit to TcSimplify; fixes broken...
2006-12-11 simonpj@microsoft.comAdd comments, plus fix zapFragileInfo to zap worker...
2006-12-11 simonpj@microsoft.comAdd comments about pruning implication constraints
2006-12-11 wolfgang.thaller... Unbreak x86_64 PIC patch, part 3
2006-12-11 wolfgang.thaller... Support MO_WriteBarrier in PowerPC NCG (lwsync instruction)
2006-12-11 simonpj@microsoft.comMore refactoring of constraint simplification
2006-12-11 simonpj@microsoft.comImprove origin of constraints in subsumption checking
2006-12-11 simonpj@microsoft.comSuggests -fglasgow-exts for contexts-differ-in-length...
2006-12-11 simonpj@microsoft.comComments and layout only
2006-12-11 simonpj@microsoft.comRemove strange extra print (a temporary debug?)
2006-12-08 simonpj@microsoft.comImprove parsing for bang patterns (fixes Trac #1041)
2006-12-10 wolfgang.thaller... Unbreak x86_64 PIC patch, part 2
2006-12-09 Ian LynaghUse System.IO.stderr rather than IO.stderr in GHCi...
2006-12-07 Simon Marlowfix for #1013.
2006-12-07 wolfgang.thaller... Unbreak previous x86_64 PIC patch
2006-12-07 wolfgang.thaller... Tell the NCG that XOR foo, foo does *not* read foo
2006-12-07 wolfgang.thaller... x86_64: support PIC and therefore, Mac OS X in the NCG
2006-12-07 Manuel M T ChakravartyFix family instance consistency check for home package...
2006-12-06 Manuel M T ChakravartyKind sigs in associated data/newtype family decls may...
2006-12-06 simonpj@microsoft.comImprove dependency analysis; makes more dictionaries...
2006-12-04 simonpj@microsoft.comComments only
2006-12-03 Ian LynaghMERGE: In hashExpr, use Word32 rather than relying...
2006-12-01 wolfgang.thaller... Decouple -O from -fvia-C
2006-12-01 simonpj@microsoft.comq
2006-11-29 simonpj@microsoft.comRemove trace
2006-11-29 simonpj@microsoft.comRemove bogus comment
2006-11-29 simonpj@microsoft.comTeach SpecConstr how to handle mutually-recursive functions
2006-11-29 simonpj@microsoft.comImprove the loop-breaking heuristics
2006-11-29 simonpj@microsoft.comComments only
2006-11-29 simonpj@microsoft.comMake SpecConstr work right for nullary constructors
2006-11-29 wolfgang.thaller... x86_64 NCG: fix register usage for CALLs
2006-11-29 andy@galois.comTickBox representation change
2006-11-01 andy@galois.comFixing Alts to reflect Alternatives, rather than every...
2006-11-29 Simon Marlowfix to isNormalComment for non-Haddock mode, and some...
2006-11-28 Kirsten Chevalierretain arity for let-bound vars in simplifier
2006-11-24 wolfgang.thaller... Support I64->I32 casts in the NCG, and use them for...
2006-11-24 wolfgang.thaller... NCG: Really avoid the need for memory-to-memory moves...
2006-11-20 wolfgang.thaller... i386-darwin: disable use of code stubs for dynamic...
2006-10-22 wolfgang.thaller... Support RelocatableReadOnlyData section type in CmmPars...
2006-10-22 wolfgang.thaller... Cast switch scrutinees to W_ in AutoApply.cmm
2006-11-25 Ian LynaghAdd some Outputable instances
2006-11-24 simonpj@microsoft.comFix constraint handling for lazy patterns
2006-11-24 simonpj@microsoft.comMake SpecConstr more aggressive, by neglecting reboxing
2006-11-24 simonpj@microsoft.comDrop redundant parens in pretty-printing
2006-11-24 simonpj@microsoft.comImprove handling of implicit parameters
2006-11-24 simonpj@microsoft.comFix name-capture bug in rule matching
2006-11-24 simonpj@microsoft.comImprove hashing of expressions
2006-11-24 simonpj@microsoft.comUse existing Ord instance on Int, saving code
2006-11-24 simonpj@microsoft.comUse existing function uniqAway instead of duplicating...
2006-11-24 simonpj@microsoft.comGather constraints in program order
2006-11-23 simonpj@microsoft.comSimplify TcSimplify, by removing Free
2006-11-22 simonpj@microsoft.comImprove recovery in hptRules
2006-11-22 simonpj@microsoft.comRefactoring of where tcSimplifyTop happens
2006-11-22 simonpj@microsoft.comRetain simplifications of implication constraints
2006-11-22 simonpj@microsoft.comImprove error messages slightly
2006-11-21 LemmihRemove the concept of stableRoots.
2006-11-21 Ian LynaghFix ":i Maybe", noticed by Claus Reinke
2006-11-21 Simon Marlowput the unsafeCoerce trace inside DEBUG, to avoid test...
2006-11-20 Ian LynaghAdd ppr for the MKPAP case, and rearrange the other...
2006-11-20 Ian LynaghAvoid problems with unaligned loads on alpha/mips/mipse...
2006-11-20 Ian LynaghDon't force -static on mips
2006-11-20 Ian LynaghDon't make ghc threaded if GhcNotThreaded is YES
2006-11-17 sof@galois.comEmit .bat versions of -inplace scripts on Windows platf...
2006-11-15 Simon Marlowrestore compilation with 5.04
2006-11-14 Simon Marlowsimplify the generated C a little by removing some...
2006-11-14 Simon Marlowfix types in generated C for comparison MachOps
2006-11-14 Ian LynaghRemove unused Name imort, and add a comment explaining...
2006-11-13 simonpj@microsoft.comAdd literal-shift rewrite rules
2006-11-13 simonpj@microsoft.comFixups to PelRules (esp using intResult, wordResult)
2006-11-12 Ian LynaghFix typo "comand" (trac #965)
2006-11-10 Samuel BronsonZap stray whitespace in lhs formatting
2006-11-04 Samuel BronsonFix up .lhs delimiters a bit
2006-11-08 Samuel BronsonDoc nit in OccName
2006-11-10 simonpj@microsoft.comUse implication constraints to improve type inference
2006-11-10 simonpj@microsoft.comCosmetics and debug printing only
2006-11-10 simonpj@microsoft.comCosmetics only
2006-11-10 simonpj@microsoft.comAdd HsUtils.unguardedGRHSs, and use it
2006-11-10 simonpj@microsoft.comComments and cosmetics only
2006-11-10 simonpj@microsoft.comAdd new utility function, partitionWith
2006-11-10 simonpj@microsoft.comTrim imports
2006-11-10 simonpj@microsoft.comPatch to demand analyser, to handle polymorphism in...
2006-11-08 simonpj@microsoft.comDo not print HsDoc field when pretty-printing patterns...
2006-11-09 Simon Marlowuse the right $(HC) for stage 3
2006-11-07 simonpj@microsoft.comComment out deeply suspicious (and unused) function...
2006-11-07 simonpj@microsoft.comLayout and comments only
2006-11-06 simonpj@microsoft.comWarn only of explicit imports that are unused (test...
2006-11-06 simonpj@microsoft.comVarious debugging print changes; nothing exciting
2006-11-06 simonpj@microsoft.comTidy up substitutions
2006-11-01 Samuel BronsonGet External Core (-fext-core) working with readline
2006-10-24 Ian LynaghRemove pre-5.04 code
2006-11-01 simonpj@microsoft.comMajor overhaul of the Simplifier
2006-11-02 simonpj@microsoft.comImprove error message from ghc --make when filename...
2006-11-02 simonpj@microsoft.comImprove handling of unused imports (test is mod75)
2006-11-02 simonpj@microsoft.comRemove unused lookupDeprec function
2006-11-02 simonpj@microsoft.comFix handling of non-in-scope exports (fixes test mod7)
2006-11-02 simonpj@microsoft.comComments and layout only
2006-11-01 sof@galois.comimport Maybes wibble
next