summaryrefslogtreecommitdiff
path: root/compiler/ghci/ByteCodeLink.lhs
Commit message (Expand)AuthorAgeFilesLines
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-031-2/+2
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-011-0/+7
* Follow Array changes (adding numElements field)Ian Lynagh2007-08-101-3/+4
* FIX: Linker.getHValue should be linking in any dependencies it requiresSimon Marlow2007-05-091-1/+1
* use Any as the HValue type, this should be a bit safer than forall a.aSimon Marlow2007-04-251-1/+1
* Re-working of the breakpoint supportSimon Marlow2007-04-171-6/+13
* Remove the itbls field of BCO, put itbls in with the literalsSimon Marlow2007-02-271-24/+13
* Handle breakpoint jumps while splicing TH functions in ghciPepe Iborra2006-12-101-0/+3
* Retrieving the datacon of an arbitrary closurePepe Iborra2006-12-101-0/+1
* MERGE: Fix Windows DEP violations (bug #885)Simon Marlow2006-12-121-3/+3
* More import tidying and fixing the stage 2 buildSimon Marlow2006-10-111-13/+11
* Remove HasBounds-instance and implement MArray.getBounds insteadEsa Ilari Vuokko2006-08-091-3/+1
* fix symbols for GHC.PrimopWrappersSimon Marlow2006-07-271-1/+1
* fix DEBUG buildSimon Marlow2006-07-261-3/+5
* Generalise Package SupportSimon Marlow2006-07-251-6/+17
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+268