summaryrefslogtreecommitdiff
path: root/compiler/ghci/ByteCodeGen.lhs
Commit message (Expand)AuthorAgeFilesLines
* Allow enumerations to have phantom arguments.simonpj@microsoft.com2010-12-151-2/+2
* Remove unncessary fromIntegral callssimonpj@microsoft.com2010-11-161-1/+1
* Use takeUniqFromSupply in ByteCodeGenIan Lynagh2010-10-211-3/+3
* Interruptible FFI calls with pthread_kill and CancelSynchronousIO. v4Edward Z. Yang2010-09-191-2/+3
* Remove use of lambda with a refutable patternsimonpj@microsoft.com2010-09-231-26/+24
* Remove (most of) the FiniteMap wrapperIan Lynagh2010-09-141-14/+18
* Super-monster patch implementing the new typechecker -- at lastsimonpj@microsoft.com2010-09-131-3/+5
* Refactor PackageTarget back into StaticTargetBen.Lippmeier@anu.edu.au2010-01-041-14/+1
* Follow PackageTarget change in byte code generatorBen.Lippmeier@anu.edu.au2010-01-021-0/+14
* implement case-on-Word in the byte code generator/interpreter (#2881)Simon Marlow2009-09-181-0/+10
* Windows build fixSimon Marlow2009-08-031-1/+1
* If ghci runs out of labels, panicIan Lynagh2009-08-011-1/+4
* Remove some redundant fromIntegral'sIan Lynagh2009-07-301-2/+2
* Make the types we use when creating GHCi bytecode better match realityIan Lynagh2009-07-291-51/+61
* Trim unused imports detected by new unused-import codesimonpj@microsoft.com2009-07-061-3/+3
* FIX #2845: Allow breakpoints on expressions with unlifted typeSimon Marlow2009-04-201-2/+15
* When generating C, don't pretend functions are dataIan Lynagh2009-02-061-1/+1
* Tidy up treatment of big lambda (fixes Trac #2898)simonpj@microsoft.com2008-12-301-48/+43
* Comments only. Fix typo.Thomas Schilling2008-12-111-1/+1
* pushAtom: add missing case for MachNullAddr (#2589)Simon Marlow2008-10-091-0/+1
* Follow extensible exception changesIan Lynagh2008-07-301-2/+1
* validate fix: eliminate a warning on non-WindowsSimon Marlow2008-05-151-2/+2
* FIX #1288: GHCi wasn't adding the @n suffix to stdcalls on WindowsSimon Marlow2008-05-141-2/+13
* Make ByteCodeGen warning-freeIan Lynagh2008-05-041-67/+58
* (F)SLIT -> (f)sLit in ByteCodeGenIan Lynagh2008-04-121-2/+2
* Import libffi-3.0.4, and use it to provide FFI support in GHCiSimon Marlow2008-04-081-10/+0
* Support for using libffi to implement FFI calls in GHCi (#631)Simon Marlow2008-02-041-38/+57
* GHCi: use non-updatable thunks for breakpointsSimon Marlow2007-10-101-2/+10
* FIX #1466 (partly), which was causing concprog001(ghci) to failSimon Marlow2007-09-111-6/+8
* 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
* Update the panic msg from #1257 to be an ordinary error, not a panicSimon Marlow2007-05-181-4/+5
* We shouldn't let-bind expressions with unlifted typeSimon Marlow2007-04-271-11/+17
* remember the type of _resultSimon Marlow2007-04-251-0/+1
* Various cleanups and improvements to the breakpoint supportSimon Marlow2007-04-181-1/+1
* Re-working of the breakpoint supportSimon Marlow2007-04-171-26/+159
* Fix C/Haskell type mismatchesIan Lynagh2007-04-041-2/+2
* refactor: use do-notation rather than `thenBc`-styleSimon Marlow2007-03-081-109/+106
* Handle LongArg's in the FFI on x86Ian Lynagh2006-12-221-0/+1
* Allow a word-sized argument for STKCHECKIan Lynagh2006-12-211-3/+1
* MERGE: Fix Windows DEP violations (bug #885)Simon Marlow2006-12-121-8/+15
* fix for #1013. Simon Marlow2006-12-071-2/+11
* More import tidying and fixing the stage 2 buildSimon Marlow2006-10-111-38/+32
* In ByteCodeGen, correctly passthru AnnCast in all relevant places, so the pre...audreyt@audreyt.org2006-09-231-7/+7
* Add explicit eta-reduction to GHCI's schemeE such that deriving Typeable won'...audreyt@audreyt.org2006-09-231-0/+7
* Repair "ghci" under FC+AT by handling AnnCast in bytecode generator.audreyt@audreyt.org2006-09-221-0/+3
* Warning police: Removed overlapped pattern warningssven.panne@aedion.de2006-08-111-1/+0
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+1358