Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-generics
[ghc-hetmet.git] / compiler /
2011-05-03 Jose Pedro MagalhaesUse NoSelector when a constructor does not have fields.
2011-05-03 Simon Peyton JonesMore hacking on monad-comp
2011-05-02 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-02 Jose Pedro MagalhaesRemove the hasGenerics field of TyCon, improve the...
2011-05-02 Simon Peyton JonesMore on monad-comp; an intermediate state, so don't...
2011-05-02 Simon Peyton JonesMerge in changes from HEAD
2011-05-02 Simon Peyton JonesMore hacking on monad-comp; now works
2011-05-02 Simon Peyton JonesA few more wibbles on ghc-new-co
2011-05-01 Ian LynaghRemove some ifdefs in favour of Haskell tests
2011-05-01 Ian LynaghRemove an ifdef from ghci/ByteCodeAsm.lhs
2011-05-01 Ian LynaghIgnore requests to use backends that aren't available...
2011-05-01 Ian LynaghRemove the OMIT_NATIVE_CODEGEN ifdef
2011-05-01 Ian LynaghRemove a commented out import
2011-05-01 Ian LynaghSmall DynFlags improvements
2011-05-01 Ian LynaghReinstate the "-O conflicts with --interactive" warning
2011-05-01 Ian LynaghUpdate the defaultObjectTarget definition
2011-05-01 David TereiLLVM: Fix bug with osx mangler and jump tables.
2011-04-30 Edward Z. YangImplement dead basic block elimination.
2011-04-30 Edward Z. YangRemove dead Alpha native backend.
2011-04-30 Simon Peyton JonesMerge remote branch 'origin/master' into ghc-new-co
2011-04-30 Ian LynaghDon't expose the cas definition to .hc files
2011-04-29 Ian LynaghFix build on OS X amd64
2011-04-29 Simon Peyton JonesSimon's hacking on monad-comp; incomplete
2011-04-29 Jose Pedro MagalhaesFirst go at making Representable0 just a standard deriv...
2011-04-29 Jose Pedro MagalhaesAdd DeriveRepresentable flag.
2011-04-29 Ian LynaghAdd "C compiler flags" to settings file
2011-04-29 Jose Pedro MagalhaesAdd a selector to DerivDecl.
2011-04-29 Jose Pedro MagalhaesRemove some debug info left lying around.
2011-04-29 Ian LynaghMove the machdepCCOpts flags into cCcOpts
2011-04-29 Ian LynaghRemove redundant -DDONT_WANT_WIN32_DLL_SUPPORT flag
2011-04-29 Ian LynaghRemove some out-of-date comments
2011-04-29 Jose Pedro MagalhaesGenerate Par0 when appropriate.
2011-04-28 Adam Megaczprimops.txt.pp: add missing type application in descrip...
2011-04-28 Jose Pedro MagalhaesMore code cleanup and removing old generics stuff.
2011-04-28 Simon Peyton JonesMerge remote branch 'origin/master' into monad-comp
2011-04-28 Simon Peyton JonesPreliminary monad-comprehension patch (Trac #4370)
2011-04-28 Jose Pedro MagalhaesRemove a lot of stuff from the old generic mechanism.
2011-04-28 Jose Pedro MagalhaesMerge branch 'ghc-generics' of darcs.haskell.org/ghc...
2011-04-28 Jose Pedro MagalhaesA few comments and whitespace changes.
2011-04-28 Simon Peyton JonesUse 'default' rather than 'generic' for default-method...
2011-04-27 Johan TibellOutput ELF .size directives for functions
2011-04-27 Edward Z. YangFix bug in multi-destination jump patching.
2011-04-27 Edward Z. YangImplement jump table fix-ups for linear register allocator.
2011-04-27 Edward Z. YangEliminate GC check when no extra stack is used.
2011-04-27 Edward Z. YangGive manifestSP better information about the actual...
2011-04-27 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-04-27 U-EUROPE\dimitrisMerge branch 'master' of darcs.haskell.org/ghc
2011-04-27 U-EUROPE\dimitrisSolving one IP from another. This fixes #5120.
2011-04-27 Ben LippmeierMerge branch 'master' of /Users/benl/devel/ghc/ghc...
2011-04-27 Ben LippmeierRun a CSE pass after vectorisation. This cleans up...
2011-04-26 David TereiFormatting wibble in GhcMake.hs
2011-04-26 David TereiFix some warnings and formatting in HsDecls
2011-04-26 David TereiFormatting fixes to TcForeign.lhs
2011-04-26 David TereiTrim some trailing spaces
2011-04-26 David TereiAdd missing eol marker in RnSource.lhs
2011-04-26 David TereiFix some small errors in comments
2011-04-26 David TereiShare some work in MkIface
2011-04-26 David TereiFormatting wibble
2011-04-26 David TereiFormatting fixes in Lexer.x
2011-04-26 David TereiRemove unused imports
2011-04-26 David TereiFix warnings in HsImpExp.lhs
2011-04-26 David TereiFix spelling mistake in comment
2011-04-26 Edward Z. Yangcmm-notes updates.
2011-04-26 Edward Z. YangRaw versions of if and switch.
2011-04-24 Ian LynaghDerive some Typeable instances
2011-04-23 Ian LynaghFix warnings in DynFlags
2011-04-23 Ian LynaghRename "GCC command" to "C compiler command"
2011-04-23 Ian LynaghRemove now-unused compiler/Makefile.local
2011-04-22 Ian LynaghRevert "Output ELF .size directives for functions"
2011-04-22 Ian LynaghMove gcc's and perl's location to the settings file
2011-04-22 Johan TibellOutput ELF .size directives for functions
2011-04-22 Ian LynaghMove the opt* fields from DynFlags into the Settings...
2011-04-21 Ian LynaghInitialise Settings before DynFlags
2011-04-21 Ian LynaghSplit off a Settings type from DynFlags
2011-04-21 Ian LynaghRename "extra-gcc-opts" to "settings", and start genera...
2011-04-21 Ian LynaghFix typo in comment
2011-04-21 Simon Peyton JonesFix Trac #5084
2011-04-20 Simon Peyton JonesTidy up SigTv
2011-04-20 Simon Peyton JonesFix Trac #5130: missed error report
2011-04-20 Simon Peyton JonesDont print "Constraint solver steps = n" if -dno-debug...
2011-04-20 Simon Peyton JonesAdd pprDefiniteTrace and use it
2011-04-20 Simon Peyton JonesFix Trac #5126: generate correct usage info in TH decla...
2011-04-20 Simon Peyton JonesComment changes to satisfy Haddock
2011-04-20 Simon Peyton JonesMake TcClassDcl compile
2011-04-20 Simon Peyton JonesMerge remote branch 'origin/master' into ghc-generics
2011-04-20 Simon Peyton JonesMerge branch 'master' of darcs.haskell.org/ghc
2011-04-20 Simon Peyton JonesPretty-print type variables that are operators correctly
2011-04-20 Simon Peyton JonesMerge branch 'master' into ghc-generics
2011-04-20 Simon Peyton JonesMerge branch 'master' into ghc-new-co
2011-04-19 Ian LynaghDon't generate a prototype for cas
2011-04-19 Ian LynaghRemove use of -fno-asm-mangling flag; fixes #5134
2011-04-19 David TereiLLVM: Fix #5131. Add support for missing stg regs
2011-04-19 simonpjSlightly better tracing in the constraint solver
2011-04-19 simonpjFix Trac #5038 (missing free variable in ifThenElse...
2011-04-19 simonpjSimplify treatement of pragmas slightly
2011-04-19 simonpjFix typo in comment
2011-04-19 simonpjRemove unused function sigForThisGroup
2011-04-19 simonpjFix Trac #5045: add ticks to HsArrForms
2011-04-19 simonpjFix Trac #5041: parse the trailing '#'
2011-04-19 Simon Peyton JonesMore small fixes to generics branch (doesn't compile...
next