summaryrefslogtreecommitdiff
path: root/compiler/ghci/ByteCodeInstr.lhs
Commit message (Expand)AuthorAgeFilesLines
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Improve pretty-printing of BCOs (-ddump-bcos)Simon Marlow2011-11-021-9/+36
* refactoring and fixing the stage 2 compilationSimon Marlow2011-08-251-0/+1
* Remove unused ghci/ByteCodeFFI.lhsIan Lynagh2011-05-251-1/+1
* Interruptible FFI calls with pthread_kill and CancelSynchronousIO. v4Edward Z. Yang2010-09-191-1/+7
* implement case-on-Word in the byte code generator/interpreter (#2881)Simon Marlow2009-09-181-0/+6
* Make the types we use when creating GHCi bytecode better match realityIan Lynagh2009-07-291-59/+59
* Fix warnings in ByteCodeInstrIan Lynagh2008-12-291-12/+3
* Support for using libffi to implement FFI calls in GHCi (#631)Simon Marlow2008-02-041-1/+1
* Use GHC.Exts rather than GHC.PrimIan Lynagh2007-12-021-1/+1
* GHCi: use non-updatable thunks for breakpointsSimon Marlow2007-10-101-2/+5
* 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/+8
* small performance improvement: unbox some fieldsSimon Marlow2007-05-151-9/+10
* Refactoring, tidyup and improve layeringSimon Marlow2007-05-021-1/+1
* remember the type of _resultSimon Marlow2007-04-251-1/+4
* Re-working of the breakpoint supportSimon Marlow2007-04-171-1/+23
* MERGE: Fix Windows DEP violations (bug #885)Simon Marlow2006-12-121-1/+3
* Add ppr for the MKPAP case, and rearrange the other cases to match the datatypeIan Lynagh2006-11-201-4/+6
* More import tidying and fixing the stage 2 buildSimon Marlow2006-10-111-10/+11
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+256