merge GHC HEAD
[ghc-hetmet.git] / compiler / ghci / ByteCodeLink.lhs
2010-11-12 simonpj@microsoft.comMore modules that need LANGUAGE BangPatterns
2009-08-01 Ian LynaghFix the 64k insns overflow check in ghci, and add more...
2009-07-30 Ian LynaghFix space problems in ghci
2009-07-29 Ian LynaghMake the types we use when creating GHCi bytecode bette...
2009-04-24 Ian LynaghRequire a bang pattern when unlifted types are where...
2008-10-03 simonpj@microsoft.comAdd ASSERTs to all calls of nameModule
2008-07-30 Ian LynaghFollow extensible exception changes
2008-03-24 Ian LynaghAnother change for GHC.PrimopWrappers moving from base...
2007-09-08 sven.panne@aedion.deWe seem to use Outputable unconditionally these days
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-05-09 Simon MarlowFIX: Linker.getHValue should be linking in any dependen...
2007-04-25 Simon Marlowuse Any as the HValue type, this should be a bit safer...
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...
2006-12-10 Pepe IborraHandle breakpoint jumps while splicing TH functions...
2006-12-10 Pepe IborraRetrieving the datacon of an arbitrary closure
2006-12-12 Simon MarlowMERGE: Fix Windows DEP violations (bug #885)
2006-10-11 Simon MarlowMore import tidying and fixing the stage 2 build
2006-08-09 Esa Ilari VuokkoRemove HasBounds-instance and implement MArray.getBound...
2006-07-27 Simon Marlowfix symbols for GHC.PrimopWrappers
2006-07-26 Simon Marlowfix DEBUG build
2006-07-25 Simon MarlowGeneralise Package Support
2006-04-07 Simon MarlowReorganisation of the source tree