summaryrefslogtreecommitdiff
path: root/compiler/ghci/ByteCodeItbls.lhs
Commit message (Expand)AuthorAgeFilesLines
* Convert GHCi sources from .lhs to .hsRodlogic2014-10-291-404/+0
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-1/+2
* Untabify buffer.Austin Seipp2013-11-221-2/+2
* M-x delete-trailing-whitespaceAustin Seipp2013-11-221-5/+5
* GHCi: Properly generate jump code for ARM (#8380)Austin Seipp2013-11-221-2/+21
* Remove CPP in ByteCodeItblsIan Lynagh2013-04-091-184/+160
* Use the standard state monad transformer in GHCiIan Lynagh2013-04-091-32/+10
* Remove some __HADDOCK__ CPPIan Lynagh2013-04-091-2/+0
* Generalise the type of fieldSz and use it moreIan Lynagh2013-04-091-3/+3
* some more typosGabor Greif2013-02-021-1/+1
* Remove the old codegenSimon Marlow2012-10-191-4/+3
* Move wORD_SIZE into platformConstantsIan Lynagh2012-09-161-38/+15
* Move some more constants fo platformConstantsIan Lynagh2012-09-141-3/+3
* Make -fscc-profiling a dynamic flagIan Lynagh2012-07-241-13/+14
* Support code generation for unboxed-tuple function argumentsunboxed-tuple-arguments2Max Bolingbroke2012-05-151-1/+2
* Bytecode assembler refactoring.Paolo Capriotti2012-04-161-1/+1
* Export State monad transformer from ByteCodeItbls.Paolo Capriotti2012-04-161-6/+15
* Fix validate with tables-next-to-code offIan Lynagh2012-02-271-0/+7
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-11-241-18/+16
|\
| * fix warnings (validate was failing on i386)Simon Marlow2011-11-241-3/+7
* | Fix build on WindowsSimon Peyton Jones2011-11-231-13/+18
|/
* Fix compilation error in unreg modeDavid Terei2011-11-221-1/+1
* Fix warnings in ByteCodeItblsDavid Terei2011-11-221-56/+50
* Tabs -> Spaces + cleaningDavid Terei2011-11-221-14/+0
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* refactoring and fixing the stage 2 compilationSimon Marlow2011-08-251-1/+1
* SafeHaskell: Make base GHC.* modules untrustedDavid Terei2011-06-171-1/+1
* SafeHaskell: More fixing to work with safe baseDavid Terei2011-06-171-1/+1
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-2/+2
* Fix to new executable allocation code (fixed print002 etc.)Simon Marlow2008-09-221-5/+23
* Remove an ifdefIan Lynagh2008-06-151-5/+3
* Use GHC.Exts rather than GHC.PrimIan Lynagh2007-12-021-1/+0
* 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
* Store the constructor name in the info table in UTF-8Simon Marlow2007-05-091-2/+2
* Re-working of the breakpoint supportSimon Marlow2007-04-171-4/+9
* Make constructor names in info tables position independentwolfgang.thaller@gmx.net2007-03-081-2/+17
* some more vectored return stuff to be removedSimon Marlow2007-03-011-24/+0
* fix data con patch for 64-bit architecturesSimon Marlow2007-02-271-5/+2
* Constructor names in info tablesbjpop@csse.unimelb.edu.au2007-02-201-18/+52
* Fix the buildIan Lynagh2006-12-161-1/+3
* Retrieving the datacon of an arbitrary closurePepe Iborra2006-12-101-1/+1
* MERGE: Fix Windows DEP violations (bug #885)Simon Marlow2006-12-121-15/+13
* Rejig TABLES_NEXT_TO_CODE: the -unreg flag was broken by earlier changesSimon Marlow2006-10-171-13/+13
* Partially fix GHCi when unregisterisedIan Lynagh2006-10-121-13/+51
* More import tidying and fixing the stage 2 buildSimon Marlow2006-10-111-8/+3
* stgMallocBytesRWX --> allocateExecSimon Marlow2006-05-311-3/+3
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+366