swap <[]> and <{}> syntax
[ghc-hetmet.git] / compiler /
2011-10-02 Adam Megaczswap <[]> and <{}> syntax
2011-09-01 Adam Megaczadd support for <{..}> and ~~> syntax as well as typing...
2011-08-31 Adam Megaczadd pretty-printing of <[...]>@.. types
2011-08-30 Adam Megaczupdate submodule pointers
2011-07-04 Adam Megaczupdate submodule pointers
2011-06-21 Adam Megaczupdate submodule pointers
2011-06-20 Adam Megaczupdate submodule pointers
2011-06-20 Adam Megaczupdate submodule pointers
2011-06-19 Adam Megaczupdate submodule pointers
2011-06-19 Adam Megaczput coqPassCoreToCore on the CoreM monad, greatly simpl...
2011-06-19 Adam MegaczCoreMonad: add lookupOrigCoreM, modeled after IfaceEnv...
2011-06-18 Adam Megaczminimize impact on PrelNames
2011-06-15 Adam Megaczadapt to upstream changes
2011-06-14 Adam Megaczmerge upstream
2011-06-14 Edward Z. YangImplement regslot inlining, document soundness concerns.
2011-06-14 Edward Z. YangSplit out assignment rewriting to own module.
2011-06-14 Edward Z. YangRename CmmCPS to CmmPipeline.
2011-06-14 Edward Z. YangMove control flow optimization to CmmCPS.
2011-06-14 Adam Megaczupdate submodule pointer
2011-06-13 Simon Peyton JonesMerge branch 'master' of darcs.haskell.org/ghc
2011-06-13 Simon Peyton JonesImprove the reporting of module cycles, to give a nice...
2011-06-13 Edward Z. YangRemove type synonyms for CmmFormals, CmmActuals (and...
2011-06-13 Edward Z. YangBake in ByteOff to ParamLocation, and remove ArgumentFo...
2011-06-13 Edward Z. YangRemove unused assignArguments and argumentsSize.
2011-06-13 Simon Peyton JonesMerge branch 'master' of darcs.haskell.org/ghc
2011-06-13 Simon Peyton JonesComment only
2011-06-13 Simon Peyton JonesDon't allow specialisation of class methods (fixes...
2011-06-13 Edward Z. YangPort "Make array copy primops inline" and related patch...
2011-06-13 Edward Z. YangExtra comment about WithRegUsage.
2011-06-13 Simon Peyton JonesMerge branch 'master' of darcs.haskell.org/ghc
2011-06-13 Manuel M T ChakravartyFix warnings
2011-06-13 Simon Peyton JonesFix the SPECIALISE error in the haddock invocation...
2011-06-13 Manuel M T ChakravartyAdded a pragma {-# NOVECTORISE f #-} that suppresses...
2011-06-11 Simon Peyton JonesMake TH capable of quoting GADT declarations (Trac...
2011-06-11 Simon Peyton JonesIgnore UNPACK pragmas with OmitInterfacePragmas is...
2011-06-11 Simon Peyton JonesFurther improvents to duplicate-export warnings (Trac...
2011-06-11 Simon Peyton JonesComments only
2011-06-11 Simon Peyton JonesWithout -O do not complain about SPECIALISE pragmas...
2011-06-11 Simon Peyton JonesFix tracking of what RdrNames are used (fixes Trac...
2011-06-11 Simon Peyton JonesAdd -fno-omit-interface-pragmas to SrcLoc, to work...
2011-06-10 Simon Peyton JonesMerge branch 'master' of darcs.haskell.org/ghc
2011-06-10 Simon Peyton JonesKill bogus duplicate-export warnings (fix Trac #2436)
2011-06-10 Simon Peyton JonesMake DsMeta catch up with LastStmt (fix Trac #5235)
2011-06-10 Simon Peyton JonesComments, layout and cmm-notes
2011-06-10 Ian LynaghMerge branch 'master' of darcs.haskell.org/ghc
2011-06-10 Ian LynaghFix parsing "$topdir" in package config
2011-06-10 Manuel M T ChakravartyTake vectorisation declarations into account during...
2011-06-09 Ian LynaghFollow Src{Loc,Span} changes in other parts of the...
2011-06-09 Ian LynaghRefactor SrcLoc and SrcSpan
2011-06-09 Dimitrios VytiniotisMerge branch 'master' of darcs.haskell.org/ghc
2011-06-08 Ian LynaghFix warnings in nativeGen/PPC/CodeGen.hs
2011-06-08 Ian LynaghRemove platform CPP from nativeGen/PPC/CodeGen.hs
2011-06-08 Ian LynaghcmmTopCodeGen no longer takes DynFlags as an argument
2011-06-08 Ian LynaghFill out the osElfTarget definition
2011-06-08 Ian LynaghAdd a target32Bit function to Platform
2011-06-08 Ian LynaghRemove out-of-date comment
2011-06-08 Ian LynaghWhitespace only in utils/Platform.hs
2011-06-08 Dimitrios VytiniotisMerge branch 'master' of darcs.haskell.org/ghc
2011-06-08 Dimitrios VytiniotisReorganized functional dependency reactions once more:
2011-06-08 Ian LynaghWhitespace only in nativeGen/PPC/CodeGen.hs
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-02 Adam Megaczadd support for flattening recursive-let
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 Adam Megaczdesugar: do not bother simplifying if we are doing...
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 Adam Megaczadapt HetMet extensions to new GHC coercion representation
2011-05-31 Adam Megaczmerge GHC HEAD
2011-05-31 Adam Megaczupdate submodule pointer
2011-05-31 David TereiLLVM: Figure out llvm version we are calling
2011-05-31 Adam Megaczadd -fsimpleopt-before-flatten
2011-05-30 Johan TibellMake assignTemp_ less pessimistic
2011-05-30 Adam Megaczupdate submodule pointer
2011-05-30 Adam MegaczTcHsType: set the kind for tyvars that occur in explici...
2011-05-30 Adam Megaczextract_lty: remember to check the environment classifier
2011-05-30 Adam Megaczadd -fflatten and -funsafe-skolemize flags
next