Fix an nasty black hole, concerning computation of isRecursiveTyCon
[ghc-hetmet.git] / compiler /
2009-03-30 simonpj@microsoft.comFix an nasty black hole, concerning computation of...
2009-03-30 simonpj@microsoft.comAdd an extra print to -ddump-tc-trace
2009-03-30 simonpj@microsoft.comRemove dead code (dataConsStupidTheta)
2009-03-30 simonpj@microsoft.comFix Trac #246: order of matching in record patterns
2009-03-30 simonpj@microsoft.comFix Trac #3126: matching overloaded literals
2009-03-30 simonpj@microsoft.comWhite space cosmetics only
2009-03-25 simonpj@microsoft.comImprove mkDupableCont; and fix Trac #3116
2009-03-23 simonpj@microsoft.comAvoid quadratic complexity in occurrence analysis ...
2009-03-23 simonpj@microsoft.comImprove arity propagation in the specialiser
2009-03-26 Ian Lynaghsyb no longer needs to be wired in
2009-03-26 Manuel M T ChakravartyTemplate Haskell: added bang patterns
2009-03-26 Manuel M T ChakravartyTemplate Haskell: support for kind annotations
2009-03-23 Bertram Felgenhauerupdate list of C math functions
2009-03-25 Manuel M T ChakravartyTemplate Haskell: make reify aware of type families
2009-03-24 Manuel M T ChakravartyTemplate Haskell: support for INLINE and SPECIALISE...
2009-03-19 Manuel M T ChakravartyTemplate Haskell support for equality constraints
2009-03-19 Manuel M T ChakravartyTemplate Haskell: support for type family declarations
2009-03-18 dias@eecs.tufts.eduComment explaining use of seq in DFMonad
2009-03-18 Simon MarlowFIX unregisterised target by #ifdefing targetPlatform...
2009-03-18 dias@eecs.tufts.eduRemoved a trace
2009-03-17 dias@eecs.tufts.eduCalling convention bug and cleanup
2009-03-16 dias@eecs.tufts.eduInconsistent type and arguments in safe foreign calls...
2009-03-16 dias@eecs.tufts.edustack overflows and out of memory's
2009-03-18 simonpj@microsoft.comAdd the notion of "constructor-like" Ids for rule-matching
2009-03-18 Simon MarlowFixes to "Retract Hp *before* checking for HpLim==0"
2009-03-17 Simon MarlowAdd fast event logging
2009-03-17 Simon MarlowFIX biographical profiling (#3039, probably #2297)
2009-03-16 Simon MarlowFIX #3093: stub filenames when using -osuf
2009-03-16 simonpj@microsoft.comFix Trac #3095, and make RdrHsSyn warning-clean
2009-03-16 simonpj@microsoft.comLayout only
2009-03-16 simonpj@microsoft.comReject foralls in constructor args in 'deriving', excep...
2009-03-16 simonpj@microsoft.comFix Trac #3092
2009-03-15 Manuel M T ChakravartyEnsure the orientation of var-var equalities is correct...
2009-03-13 simonpj@microsoft.comFix Trac #3087: derived Data now defines dataCast1/2
2009-03-13 simonpj@microsoft.comAdjust error message slightly to make it clearer
2009-03-13 Simon Marlowjust comment formatting
2009-03-13 Simon Marlowtidy up "missing symbol" error message
2009-03-12 Simon MarlowFIX #3079, dodgy parsing of LANGUAGE pragmas 2009-03-13
2009-03-11 Simon MarlowFIX #2816 (correct unicode output for :type/:kind)
2009-03-11 Simon MarlowFIX #2832: Setting SplitObjs=NO doesn't disable -split...
2009-03-11 Simon MarlowFIX #2976: fix buggy implementation of shadowing in...
2009-03-10 Ian LynaghDon't put a trailing / on the mingw include path
2009-03-06 Simon MarlowPartial fix for #2917
2009-03-06 Ian LynaghAdd CONTRACT to the pragmas that we recognise.
2009-03-07 Roman LeshchinskiyGenerate lots of __inline_me during vectorisation
2009-03-07 Roman LeshchinskiySpecial-case desugaring of simple parallel array compre...
2009-03-06 Roman LeshchinskiyFix warning
2009-03-06 Roman LeshchinskiyTry not to avoid vectorising purely scalar functions
2009-03-05 Simon Marlowadd final newlines
2009-03-05 Simon Marlowremove foo.exe.manifest when --embed-manifest is on
2009-03-05 Ian LynaghOn OS X/x86, tell gcc to generate instructions for...
2009-03-05 simonpj@microsoft.comMake -fdicts-cheap cope with implication constraints
2009-03-05 simonpj@microsoft.comFinally fix Trac #3066
2009-03-04 simonpj@microsoft.comLayout only
2009-03-04 simonpj@microsoft.comFix a long-standing latent bug (and the build): check...
2009-03-03 pepe iborraFix #3067: GHCi panics with 'initTc:LIE' while :steppin...
2009-03-03 simonpj@microsoft.comFix Trac #3066: checking argument types in foreign...
2009-03-03 simonpj@microsoft.comFix Trac #3057 in deriving Functor
2009-03-03 dias@eecs.harvard.eduA few bug fixes; some improvements spurred by paper...
2009-03-03 simonpj@microsoft.comComments only
2009-02-28 David WaernFilter out carriage returns in doc strings
2009-02-27 Ian Lynaghz-encode digits at the start of a symbol name; fixes...
2009-02-27 Ian LynaghWhitespace only
2009-02-23 simonpj@microsoft.comUse 'nonIOok' instead of 'True'; cosmetics only
2009-02-26 Ian LynaghIf we are given -Werror, then pass -Werror to cpp
2009-02-23 Ben.Lippmeier@anu... SPARC NCG: Split out sanity checking into its own module
2009-02-23 Ben.Lippmeier@anu... SPARC NCG: Add jumps to end of blocks when working...
2009-02-23 Ben.Lippmeier@anu... SPARC NCG: Enforce the invariant that each block ends...
2009-02-22 Peter Hercek:steplocal and :stepmodule should not polute trace...
2009-02-22 Peter HercekDo not print anything to stdout when stopping at a...
2009-02-21 Ian LynaghOnly use STAGE3_PACKAGE_CONF for building GHC itself
2009-02-17 Ben.Lippmeier@anu... SPARC NCG: Unsigned comparisons are unsigned
2009-02-17 Ben.Lippmeier@anu... SPARC NCG: Fix word size conversions
2009-02-16 Ben.Lippmeier@anu... SPARC NCG: Split up into chunks, and fix warnings.
2009-02-16 Ben.Lippmeier@anu... SPARC NCG: Reorganise Reg and RegInfo
2009-02-16 Ben.Lippmeier@anu... NCG: Cleanup old file
2009-02-15 Ben.Lippmeier@anu... NCG: validate fixes for ppc-darwin
2009-02-15 Ben.Lippmeier@anu... NCG: validate fixes for ghc-6.6
2009-02-15 Ben.Lippmeier@anu... NCG: validate fixes for i386-darwin
2009-02-15 Ben.Lippmeier@anu... NCG: validate fixes for x86_64-linux
2009-02-15 Ben.Lippmeier@anu... NCG: Haddock validate fix
2009-02-15 Ben.Lippmeier@anu... NCG: Validate fixes for x86-linux
2009-02-15 Ben.Lippmeier@anu... SPARC NCG: Don't release top half of f6 and f8
2009-02-15 Ben.Lippmeier@anu... NCG: Split up the native code generator into arch speci...
2009-02-11 Ben.Lippmeier@anu... SPARC NCG: Make linear allocator use info in SPARC...
2009-02-11 Ben.Lippmeier@anu... SPARC NCG: Enumerate freeRegs / globalRegMaybe instead...
2009-02-05 Ben.Lippmeier@anu... NCG: Split PprMach into arch specific modules
2009-02-13 Ian LynaghPut RelaxedPolyRec in the cabal file rather than a...
2009-02-13 Ben.Lippmeier@anu... NCG: Split block reorder thing in linear allocator...
2009-02-13 Ben.Lippmeier@anu... NCG: Validate fixes for powerpc
2009-02-13 Ben.Lippmeier@anu... NCG: Add missing ops to powerpc isJumpish
2009-02-11 simonpj@microsoft.comFix Trac #3017: ensure that we quantify over enough...
2009-02-11 Ian LynaghOn sparc, pass -mcpu=v9 when assembling with object...
2009-02-11 simonpj@microsoft.comTurn another ASSERT into a WARN (temproraily)
2009-02-06 Simon MarlowImprovements to the "can't find module" error message...
2009-02-07 Ian LynaghCorrect an IsFunction that should be IsData
2009-02-06 Ian LynaghFix calling maths functions when compiling via C
2009-02-06 Ian LynaghAdd a panic to fix the build on amd64/Linux; to be...
2009-02-06 Ian LynaghFix the build on OS X: only understands .space, not...
2009-02-06 Ian LynaghFix building with GHC 6.8
next