summaryrefslogtreecommitdiff
path: root/compiler/ghci/ByteCodeAsm.lhs
Commit message (Expand)AuthorAgeFilesLines
* implement case-on-Word in the byte code generator/interpreter (#2881)Simon Marlow2009-09-181-0/+11
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-1/+1
* Allow more than 64k instructions in a BCO; fixes #789Ian Lynagh2009-08-011-26/+37
* Fix the 64k insns overflow check in ghci, and add more checksIan Lynagh2009-08-011-11/+14
* Remove some redundant fromIntegral'sIan Lynagh2009-07-301-1/+1
* Make the types we use when creating GHCi bytecode better match realityIan Lynagh2009-07-291-38/+37
* Fix whitespace in ByteCodeAsm.lhsIan Lynagh2009-07-281-107/+107
* Remove unused importsIan Lynagh2009-07-071-10/+0
* Changes for the new IO library, mainly base-package modules moving aroundSimon Marlow2009-05-291-1/+6
* Remove type-ambiguous (fromIntegral 0)::Int, replacing it with just 0simonpj@microsoft.com2009-05-281-1/+1
* Require a bang pattern when unlifted types are where/let bound; #3182Ian Lynagh2009-04-241-2/+2
* When generating C, don't pretend functions are dataIan Lynagh2009-02-061-2/+2
* Fix warnings in ByteCodeAsmIan Lynagh2008-12-291-17/+19
* Support for using libffi to implement FFI calls in GHCi (#631)Simon Marlow2008-02-041-1/+2
* GHCi: use non-updatable thunks for breakpointsSimon Marlow2007-10-101-0/+2
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1
* 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-2/+2
* Remove a duplicate caseIan Lynagh2007-08-101-1/+0
* Warning PoliceMichael D. Adams2007-07-051-3/+3
* Re-working of the breakpoint supportSimon Marlow2007-04-171-4/+11
* Remove the itbls field of BCO, put itbls in with the literalsSimon Marlow2007-02-271-56/+54
* MERGE from 6.6: Windows fix for stdcall foreign-import-wrapper, fixes ffi012(...Simon Marlow2007-02-211-0/+6
* Allow a word-sized argument for STKCHECKIan Lynagh2006-12-211-1/+26
* More import tidying and fixing the stage 2 buildSimon Marlow2006-10-111-11/+12
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+497