Merge branch 'master' of http://darcs.haskell.org/ghc
[ghc-hetmet.git] / compiler / ghci / ByteCodeAsm.lhs
2011-05-08 Ian LynaghRemove a use of cTargetOS, in favour of platformOS
2011-05-01 Ian LynaghRemove some ifdefs in favour of Haskell tests
2011-05-01 Ian LynaghRemove an ifdef from ghci/ByteCodeAsm.lhs
2010-11-12 simonpj@microsoft.comAdd LANGUAGE BangPatterns to modules that use them
2010-09-19 Edward Z. YangInterruptible FFI calls with pthread_kill and CancelSyn...
2010-09-14 Ian LynaghRemove (most of) the FiniteMap wrapper
2009-09-18 Simon Marlowimplement case-on-Word in the byte code generator/inter...
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-08-01 Ian LynaghAllow more than 64k instructions in a BCO; fixes #789
2009-08-01 Ian LynaghFix the 64k insns overflow check in ghci, and add more...
2009-07-30 Ian LynaghRemove some redundant fromIntegral's
2009-07-29 Ian LynaghMake the types we use when creating GHCi bytecode bette...
2009-07-28 Ian LynaghFix whitespace in ByteCodeAsm.lhs
2009-07-07 Ian LynaghRemove unused imports
2009-05-29 Simon MarlowChanges for the new IO library, mainly base-package...
2009-05-28 simonpj@microsoft.comRemove type-ambiguous (fromIntegral 0)::Int, replacing...
2009-04-24 Ian LynaghRequire a bang pattern when unlifted types are where...
2009-02-06 Ian LynaghWhen generating C, don't pretend functions are data
2008-12-29 Ian LynaghFix warnings in ByteCodeAsm
2008-02-04 Simon MarlowSupport for using libffi to implement FFI calls in...
2007-10-10 Simon MarlowGHCi: use non-updatable thunks for breakpoints
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-10 Ian LynaghFollow Array changes (adding numElements field)
2007-08-10 Ian LynaghRemove a duplicate case
2007-07-05 Michael D. AdamsWarning Police
2007-04-17 Simon MarlowRe-working of the breakpoint support
2007-02-27 Simon MarlowRemove the itbls field of BCO, put itbls in with the...
2007-02-21 Simon MarlowMERGE from 6.6: Windows fix for stdcall foreign-import...
2006-12-21 Ian LynaghAllow a word-sized argument for STKCHECK
2006-10-11 Simon MarlowMore import tidying and fixing the stage 2 build
2006-04-07 Simon MarlowReorganisation of the source tree