Add new LLVM code generator to GHC. (Version 2)
[ghc-hetmet.git] / compiler / typecheck / TcForeign.lhs
2010-06-15 David TereiAdd new LLVM code generator to GHC. (Version 2)
2010-01-04 Ben.Lippmeier@anu... Refactor PackageTarget back into StaticTarget
2010-01-02 Ben.Lippmeier@anu... Tag ForeignCalls with the package they correspond to
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-10-14 Simon MarlowFix FFI declaration checks
2009-07-27 Simon MarlowRemove old 'foreign import dotnet' code
2009-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
2009-06-26 Simon MarlowFix #3319, and do various tidyups at the same time
2009-06-11 Duncan CouttsRequire GHCForeignImportPrim for "foreign import prim"
2009-06-11 Duncan CouttsReverse the safe/unsafe requirement on foreign import...
2009-06-09 Duncan CouttsTypechecking for "foreign import prim"
2009-06-11 Duncan CouttsDeprecate the threadsafe kind of foreign import
2009-06-08 Duncan CouttsCheck we're not using stdcall in foreign export on...
2009-03-04 simonpj@microsoft.comLayout only
2009-03-04 simonpj@microsoft.comFix a long-standing latent bug (and the build): check...
2009-02-23 simonpj@microsoft.comUse 'nonIOok' instead of 'True'; cosmetics only
2008-12-16 Simon MarlowRollback INLINE patches
2008-12-05 simonpj@microsoft.comCompletely new treatment of INLINE pragmas (big patch)
2008-08-14 dias@eecs.harvard.eduMerging in the new codegen branch
2008-07-31 Max BolingbrokeFollow TcEnv API addition in TcForeign
2008-07-09 Simon Marlowadd -fwarn-dodgy-foreign-imports (see #1357)
2008-06-06 Ian LynaghFix warnings in TcForeign
2008-04-23 Roman LeshchinskiyInclude HsVersions.h where necessary
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in TcForeign
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-01-17 Twan van LaarhovenMonadify typecheck/TcForeign: use do, return and standa...
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-28 Simon MarlowFIX #1533: foreign exporing the same identifier multipl...
2007-08-09 simonpj@microsoft.comTidy up the treatment of newtypes, refactor, and fix...
2007-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-05-10 Michael D. AdamsWarning fix for unused and redundant imports
2006-11-10 Samuel BronsonZap stray whitespace in lhs formatting
2006-10-11 Simon MarlowMore import tidying and fixing the stage 2 build
2006-10-11 Simon MarlowInterface file optimisation and removal of nameParent
2006-10-04 simonpj@microsoft.comRemove ILX from the GHC altogether (although I left...
2006-09-23 simonpj@microsoft.comTrim imports, and remove some dead code
2006-08-09 Simon MarlowRemove old FFI syntax
2006-04-11 simonpj@microsoft.comAllow IO to be wrapped in a newtype in foreign import...
2006-04-07 Simon MarlowReorganisation of the source tree