Add PrimCall to the STG layer and update Core -> STG translation
[ghc-hetmet.git] / compiler /
2009-06-09 Duncan CouttsAdd PrimCall to the STG layer and update Core -> STG...
2009-06-09 Duncan CouttsDesugaring for "foreign import prim"
2009-06-09 Duncan CouttsTypechecking for "foreign import prim"
2009-06-09 Duncan CouttsLexing and parsing for "foreign import prim"
2009-06-09 Duncan CouttsAdd new FFI calling convention "prim"
2009-06-20 Ian LynaghThe IO type has moved to GHC.Types in ghc-prim
2009-06-18 Simon MarlowFix #3132: a case of bogus code generation
2009-06-16 Simon MarlowAdd support for 'make help' in subdirectories
2009-06-15 Simon MarlowcopyFileWithHeader: use binary Handles
2009-06-08 Simon MarlowpprExpr: don't add extra parens around [a..b] in an...
2009-05-29 Simon MarlowChanges for the new IO library, mainly base-package...
2009-06-12 Ian LynaghFix the compiler-hs-dependency's
2009-06-11 Duncan CouttsDeprecate the threadsafe kind of foreign import
2009-06-04 Duncan CouttsFix the flag used to force linking when we are making...
2009-06-08 Duncan CouttsCheck we're not using stdcall in foreign export on...
2009-06-10 Ian LynaghChange GHC_OPTIONS to OPTIONS_GHC
2009-06-08 Ian LynaghPut "%expect 0" directives in the .y files
2009-06-05 Ian LynaghMake a proper Opt_WarnLazyUnliftedBindings warning...
2009-06-03 simonpj@microsoft.comAllow RULES for seq, and exploit them
2009-06-02 Ian LynaghRemove the unused remains of __decodeFloat
2009-06-02 Simon MarlowRemove old GUM/GranSim code
2009-06-02 simonpj@microsoft.comFix Trac #3265: type operators in type/class declarations
2009-05-29 Simon Marlowdepend on mk/project.mk appropriately
2009-05-30 Ian LynaghQuote commands that we run, so they work if there are...
2009-05-23 Austin Seippfix pprDynamicLinkerAsmLabel for Mac OS X x86_64
2009-05-29 simonpj@microsoft.comImplement -XMonoLocalBinds: a radical new flag
2009-05-29 simonpj@microsoft.comFix Trac #3259: expose 'lazy' only after generating...
2009-05-28 simonpj@microsoft.comFix Trac #3262: suppress name-shadow warning for _names
2009-05-28 simonpj@microsoft.comImprove printing of Orig RdrNames
2009-05-28 simonpj@microsoft.comPrint more nicely in -ddump-splices
2009-05-28 simonpj@microsoft.comFix Trac #3261: make default types play nice with ...
2009-05-28 simonpj@microsoft.comAdjust error message slightly
2009-05-28 simonpj@microsoft.comWhite space only
2009-05-28 simonpj@microsoft.comRemove type-ambiguous (fromIntegral 0)::Int, replacing...
2009-05-28 simonpj@microsoft.comMove getMainFun to TcRnDriver, trim DynFlags imports
2009-05-28 simonpj@microsoft.comComments only
2009-05-28 simonpj@microsoft.comComments about naming for data constructors
2009-05-28 simonpj@microsoft.comRemove dead code isHsVar
2009-05-28 simonpj@microsoft.comComments only
2009-05-28 simonpj@microsoft.comFix Trac #3013: multiple constructors in a GADT decl
2009-05-28 simonpj@microsoft.comSeparate flags -XDeriveFunctor, -XDeriveFoldable, ...
2009-05-28 simonpj@microsoft.comAdd a comment
2009-05-27 Ben.Lippmeier.anu... Follow vreg/hreg patch in X86_64 NCG
2009-05-26 Ben.Lippmeier@anu... Follow vreg/hreg patch in PPC NCG
2009-05-19 Ben.Lippmeier@anu... Follow vreg/hreg patch in x86 NCG
2009-05-19 Ben.Lippmeier@anu... Don't try and coalesce RealReg->RealReg moves
2009-05-18 Ben.Lippmeier@anu... Split Reg into vreg/hreg and add register pairs
2009-04-21 Ben.Lippmeier@anu... SPARC NCG: Fix available regs for graph allocator
2009-05-27 simonpj@microsoft.comFix Trac #3221: renamer warnings for deriving clauses
2009-05-27 simonpj@microsoft.comTemplate Haskell: allow type splices
2009-05-27 simonpj@microsoft.comTemplate Haskell: improve lifting for strings
2009-05-27 simonpj@microsoft.comRename conDeclsNames to hsConDeclsNames, and export it
2009-05-27 simonpj@microsoft.comComments about wiredInIds
2009-05-26 Ian LynaghWibble some comments to avoid haddock parse errors
2009-05-24 Ian LynaghRemove legacy code that isn't used now that we require...
2009-05-24 Ian LynaghBe more precise about munging compiler/stage1/inplace...
2009-05-20 Simon Marlowremove old todo comment
2009-05-20 Ian LynaghNeed to pass gcc -m64 on amd64 OSX
2009-05-19 Duncan CouttsWhen linking a shared library with --make, always do...
2009-05-19 Duncan CouttsMake -dynload sysdep mean to embed rpaths in shared...
2009-05-17 Duncan CouttsSwitch the default -dynload mode to SystemDependent
2009-05-15 Duncan CouttsSet the soname when creating a shared lib
2009-05-15 Duncan CouttsKeep C main separate from rts lib and link it in for...
2009-05-14 Duncan CouttsRemove old Windows-only implementation of keeping main...
2009-05-20 Ian LynaghNeed to pass gcc -m64 on amd64 OSX
2009-05-20 Ian LynaghFix the unregisterised build
2009-05-20 Ian LynaghBuild fix for amd64/OSX
2009-05-20 Ian LynaghNeed to pass gcc -m64 on amd64 OSX
2009-05-20 Ian LynaghUse machdepCCOpts when running "as"
2009-05-19 Simon Marlowmake [123] omits phases 1,2, and 3
2009-05-19 Roman LeshchinskiyMake -Odph imply -fsimplifier-phases=3
2009-05-18 Simon Marlowfix typo: TH.ModName -> TH.PkgName
2009-05-15 Simon MarlowFix #3207: add has_side_effects = True for lots of...
2009-05-15 Simon MarlowFurther fixes to the stage1 version hack; fix validate.
2009-05-14 Simon Marlowdon't rebuild the whole of stage 1 just because the...
2009-05-14 Ian LynaghHide warnings from alex/happy sources
2009-05-13 Ian LynaghFix some warnings in Lexer
2009-05-13 simonpj@microsoft.comImprove error reporting for kind errors (fix Trac ...
2009-05-13 simonpj@microsoft.comFix Trac #3219: type of a record update
2009-05-13 simonpj@microsoft.comAdd comments
2009-05-01 Duncan CouttsMake ghc -dynamic imply -fPIC for C code
2009-05-13 Simon Marlowfix warning
2009-04-22 y.zhuang5@lse.ac.ukenable LinkDynLib in compilier phase
2009-05-12 simonpj@microsoft.comImprove error messages for type functions
2009-04-29 Ian LynaghUse haskeline, rather than editline, for line editing...
2009-04-28 Ian LynaghFix error handling
2009-04-28 Simon MarlowAdd a header to all build system files:
2009-04-27 Manuel M T ChakravartyEquality constraint solver is now externally pure
2009-04-26 Ian LynaghImprove the error message when we find a module in...
2009-04-26 Ian LynaghGHC new build system megapatch
2009-04-25 Ben.Lippmeier@anu... Fix SPARC build, missing #include
2009-04-24 Ian LynaghFix a lint failure when we have a ! (# ... #) pattern...
2009-04-24 Ian LynaghDo the second part of #2806: Disallow unlifted types...
2009-04-24 Ian LynaghTiny refactor
2009-04-24 Ian LynaghRequire a bang pattern when unlifted types are where...
2009-04-24 simonpj@microsoft.comDon't short out top-level indirections if there's a...
2009-04-24 Ben.Lippmeier@anu... Fix #3182: 64 bit FP value returned by C calls was...
2009-04-24 simonpj@microsoft.comTiny optimisation to mkInlineMe
2009-04-23 simonpj@microsoft.comSimplify the placeholder binding for naughty record...
2009-04-23 simonpj@microsoft.comFix Trac #3176: intercept naughty record selectors
next