Haddock fix in the vectoriser
[ghc-hetmet.git] / compiler / ghci / ByteCodeInstr.lhs
2011-05-25 Ian LynaghRemove unused ghci/ByteCodeFFI.lhs
2010-09-19 Edward Z. YangInterruptible FFI calls with pthread_kill and CancelSyn...
2009-09-18 Simon Marlowimplement case-on-Word in the byte code generator/inter...
2009-07-29 Ian LynaghMake the types we use when creating GHCi bytecode bette...
2008-12-29 Ian LynaghFix warnings in ByteCodeInstr
2008-02-04 Simon MarlowSupport for using libffi to implement FFI calls in...
2007-12-02 Ian LynaghUse GHC.Exts rather than GHC.Prim
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-05-15 Simon Marlowsmall performance improvement: unbox some fields
2007-05-02 Simon MarlowRefactoring, tidyup and improve layering
2007-04-25 Simon Marlowremember the type of _result
2007-04-17 Simon MarlowRe-working of the breakpoint support
2006-12-12 Simon MarlowMERGE: Fix Windows DEP violations (bug #885)
2006-11-20 Ian LynaghAdd ppr for the MKPAP case, and rearrange the other...
2006-10-11 Simon MarlowMore import tidying and fixing the stage 2 build
2006-04-07 Simon MarlowReorganisation of the source tree