Fix segfault in array copy primops on 32-bit
[ghc-hetmet.git] / compiler /
2011-06-07 Johan TibellFix segfault in array copy primops on 32-bit
2011-06-06 Simon MarlowMerge remote branch 'working/master'
2011-06-05 Ian LynaghMake dumpIfSet_dyn_or use dumpSDoc
2011-06-04 Simon Marlowadd comment
2011-06-04 Simon Marlowcomment typo
2011-06-03 Simon MarlowTidy up the ic_exports field of the InteractiveContext...
2011-06-03 Manuel M T ChakravartyHaddock fix in the vectoriser
2011-06-03 Manuel M T ChakravartyPropagate scalar variables and tycons for vectorisation...
2011-06-01 Johan TibellFold constants during forward substitution in the Cmm...
2011-06-01 Johan TibellImplement forward substitution of constants in the...
2011-05-31 Ian LynaghFix the build with GHC 6.12.3
2011-05-31 Ian LynaghFix a build failure on non-{x86,amd64}
2011-05-31 Ian LynaghEliminate IF_ARCH_sparc
2011-05-31 Ian LynaghRemove some unused CPP macros
2011-05-31 Ian LynaghRemove CPP from nativeGen/RegAlloc/Linear/FreeRegs.hs
2011-05-31 Ian LynaghParameterise the RegM monad on the FreeRegs type
2011-05-31 Ian LynaghWhitespace only in nativeGen/RegAlloc/Linear/Base.hs
2011-05-31 Ian LynaghAdd missing type sigs in nativeGen/RegAlloc/Linear...
2011-05-31 Ian LynaghWhitespace only in nativeGen/RegAlloc/Linear/Main.hs
2011-05-31 Ian LynaghRemove CPP from nativeGen/RegAlloc/Graph/TrivColorable.hs
2011-05-31 Ian LynaghWhitespace only in nativeGen/RegAlloc/Graph/TrivColorab...
2011-05-31 Ian LynaghAdd an ArchUnknown constructor to the arch type
2011-05-31 Ian LynaghRemove CPP from nativeGen/TargetReg.hs
2011-05-31 David TereiFix some validation errors
2011-05-31 David TereiRemove some old unused prelnames
2011-05-31 David TereiRemove very dead Java backend code.
2011-05-31 David TereiFix warnings in X86/CodeGen
2011-05-31 David TereiAdd new mem{cpy,set,move} cmm prim ops.
2011-05-31 David TereiLLVM: Figure out llvm version we are calling
2011-05-30 Johan TibellMake assignTemp_ less pessimistic
2011-05-29 Ian LynaghRemove most of the CPP from AsmCodeGen
2011-05-26 Jose Pedro MagalhaesMerge branch 'ghc-generics'
2011-05-26 Simon Peyton JonesMerge branch 'master' of darcs.haskell.org/ghc
2011-05-26 Simon Peyton JonesSuppress the alarming SpecConstr message for normal...
2011-05-26 Simon Peyton JonesTreat the (~) type constructor a bit specially
2011-05-26 Simon Peyton JonesMerge remote branch 'origin/master' into ghc-generics
2011-05-26 Simon Peyton JonesDo not be so eager about loading family-instance modules
2011-05-26 Simon Peyton JonesRejig the way in which generic default method signature...
2011-05-26 Simon MarlowBump specConstr threshold to match to 10x factor added to
2011-05-25 Ian LynaghRemove unused ghci/ByteCodeFFI.lhs
2011-05-25 Simon MarlowsizeExpr: multiply all the sizes by 10, except for...
2011-05-25 Duncan CouttsImplement ${pkgroot} spec, allows relocatable registere...
2011-05-25 Jose Pedro MagalhaesBetter output for -ddump-deriv when using generics.
2011-05-25 Simon Marlowdeprecate the -n option (#5180)
2011-05-24 Ian LynaghDisable DatatypeContexts by default
2011-05-24 Simon Marlowfix warning
2011-05-24 Simon Marlowmake the change to go_pap suggested in #4978. Accordin...
2011-05-24 Simon MarlowAssign more accurate code sizes to primops, so that...
2011-05-24 Simon MarlowTweak sizing heurstics for case expressions (see comments).
2011-05-23 Jose Pedro MagalhaesRemove comment.
2011-05-23 Jose Pedro MagalhaesFix a bug with standalone deriving of Generic instances.
2011-05-20 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-20 Jose Pedro MagalhaesMerge branch 'ghc-generics' of darcs.haskell.org/ghc...
2011-05-20 Simon Peyton JonesSimon's fixes to the generated type instances in Generics
2011-05-19 Johan TibellMake array copy primops inline
2011-05-19 Daniel PeeblesAdd array copy/clone primops
2011-05-18 Dimitrios VytiniotisMerge remote branch 'origin/master'
2011-05-18 Dimitrios VytiniotisFixes the way we check if flattening happened during
2011-05-17 Dimitrios VytiniotisIntroducing:
2011-05-17 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-16 Edward Z. YangAmend comment per Marlow's comments.
2011-05-15 Max BolingbrokeFix build when DEBUG is on
2011-05-15 Max BolingbrokeUse FractionalLit more extensively to improve other...
2011-05-15 Max BolingbrokeRecord the original text along with parsed Rationals...
2011-05-15 Edward Z. YangWork around lack of saving volatile registers from...
2011-05-15 Edward Z. YangMake -ddump-to-file truncate existing files.
2011-05-15 Edward Z. YangMore aggressive clobber detection with Hp and RegSlot.
2011-05-15 Edward Z. YangSplit -ddump-cmmz into many smaller flags.
2011-05-15 Edward Z. YangMore aggressive CmmRegOff inlining, and fix failure...
2011-05-15 Edward Z. YangGeneralized assignment rewriting pass.
2011-05-15 Ben LippmeierFix build: Add missing import and remove unneeded ...
2011-05-15 Max BolingbrokeAccept '-l foo' as library syntax: fixes #4869
2011-05-14 Max BolingbrokeUnicode fixes, taking into account PEP383 support
2011-05-12 Jose Pedro MagalhaesFix some small things broken with the last merge.
2011-05-12 Ben LippmeierMerge branch 'master' of /Users/benl/devel/ghc/ghc...
2011-05-12 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-12 Jose Pedro MagalhaesRemove some old code.
2011-05-12 Ben LippmeierRemove scar tissue
2011-05-12 Ben LippmeierWibbles on modules imported by vectoriser
2011-05-12 Ben LippmeierFix build
2011-05-12 Ben LippmeierFollow changes in DPH library: Repr module is gone.
2011-05-12 Ben LippmeierUpdate vectoriser now that PData instances have moved.
2011-05-12 Ben LippmeierUpdate vectoriser now that PRepr has moved
2011-05-12 Ben LippmeierUpdate vectoriser now that Scalar has moved
2011-05-12 Ben LippmeierUpdate vectoriser now that PData has moved.
2011-05-12 Simon Peyton JonesMerge branch 'master' of darcs.haskell.org/ghc
2011-05-12 Simon Peyton JonesThe final batch of changes for the new coercion represe...
2011-05-12 Simon Peyton JonesUnix line endings for Pair.lhs
2011-05-12 Simon Peyton JonesFix Trac #5192: missing case in hsValBindsImplicits
2011-05-12 Simon Peyton JonesWhite space only
2011-05-11 Simon Peyton JonesMerge remote branch 'origin/master'
2011-05-11 Simon Marlowfix the names of the floating-point operations in the...
2011-05-10 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-09 Simon Peyton JonesMerge branch 'master' of darcs.haskell.org/ghc
2011-05-09 Simon Peyton JonesFix renaming of guards
2011-05-09 Simon Peyton JonesFix the desugaring of guards in arrow syntax
2011-05-09 Simon Marlowfix pretty-printing of the cvttsd2si SSE2 instruction...
2011-05-09 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-09 Jose Pedro MagalhaesMake the errors for DeriveGeneric consistent with other...
2011-05-09 Simon Peyton JonesMerge branch 'master' of darcs.haskell.org/ghc
next