summaryrefslogtreecommitdiff
path: root/compiler/ghci
Commit message (Expand)AuthorAgeFilesLines
* Add support for 256-bit-wide vectors.Geoffrey Mainland2013-07-081-0/+2
* Allow the GHCi messages to be overridden via the GHC API; fixes #7456Ian Lynagh2013-06-231-4/+5
* Fix many ASSERT uses under Clang.Austin Seipp2013-06-184-6/+6
* Handle -opt<blah> options more consistently (#7909)Simon Marlow2013-05-211-5/+4
* Fix ghci on Windows when GHC is dynamically linkedIan Lynagh2013-05-141-1/+1
* Remove CPP in ByteCodeItblsIan Lynagh2013-04-092-186/+162
* Use the standard state monad transformer in GHCiIan Lynagh2013-04-092-40/+20
* Remove some __HADDOCK__ CPPIan Lynagh2013-04-091-2/+0
* Generalise the type of fieldSz and use it moreIan Lynagh2013-04-091-3/+3
* Fix searching for object files when doing THIan Lynagh2013-03-161-35/+31
* A little polishingIan Lynagh2013-03-161-1/+1
* By default, use the dynamic way for programs in the GHC treeIan Lynagh2013-03-151-17/+11
* Add OSiOS, and define and use platformUsesFrameworks; part of #7720Ian Lynagh2013-03-021-16/+15
* some more typosGabor Greif2013-02-021-1/+1
* Always pass vector values on the stack.Geoffrey Mainland2013-02-011-12/+14
* Change a few throwGhcException uses to throwGhcExceptionIOIan Lynagh2013-01-302-3/+3
* Use throwGhcExceptionIO rather than throwGhcException in ghci/Linker.lhsIan Lynagh2013-01-301-13/+13
* Pure refactoringSimon Peyton Jones2013-01-281-2/+3
* Tidy up: move info-table related stuff to CmmInfoSimon Marlow2013-01-231-1/+1
* remove unnecessary size field in BCO (#7518)Simon Marlow2013-01-091-6/+2
* Make FastBytes a synonym for ByteStringIan Lynagh2012-12-131-4/+6
* Don't define DYNAMIC when compiling the dyn wayIan Lynagh2012-12-051-3/+2
* Remove a use of printfIan Lynagh2012-11-291-2/+1
* Small refactoringIan Lynagh2012-11-291-3/+3
* Whitespace only in compiler/ghci/LibFFI.hscIan Lynagh2012-11-291-17/+10
* Replace all uses of ghcError with throwGhcException and purge ghcError.Erik de Castro Lopo2012-11-304-16/+16
* typosGabor Greif2012-11-071-1/+1
* Fix the instantiation of data constructors in the GHCi debuggerSimon Peyton Jones2012-11-061-5/+34
* Do not treat a constructor in a *pattern* as a *use* of that constructorSimon Peyton Jones2012-10-291-7/+7
* typoGabor Greif2012-10-241-2/+2
* Set the way when loading dynamic objects for GHCiIan Lynagh2012-10-191-0/+5
* Remove the old codegenSimon Marlow2012-10-195-83/+93
* Refactor the way dump flags are handledIan Lynagh2012-10-181-2/+2
* Some alpha renamingIan Lynagh2012-10-162-5/+5
* Rename DynFlag to GeneralFlagIan Lynagh2012-10-161-1/+1
* When dynamic-by-default, don't use the GHCi linkerIan Lynagh2012-10-131-16/+47
* Make adjust_ul handle BCOsIan Lynagh2012-10-051-1/+3
* Load the right object files in ghciIan Lynagh2012-10-041-29/+44
* Fix the recompilation check for dynamic librariesIan Lynagh2012-10-031-7/+0
* Make StgWord a portable type tooIan Lynagh2012-09-183-8/+17
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-09-171-1/+1
|\
| * typoGabor Greif2012-09-171-1/+1
* | Remove unused importIan Lynagh2012-09-171-1/+0
|/
* Move wORD_SIZE into platformConstantsIan Lynagh2012-09-168-150/+133
* Windows build fixIan Lynagh2012-09-161-6/+8
* Move wORD_SIZE_IN_BITS to DynFlagsIan Lynagh2012-09-142-35/+38
* Move some more constants fo platformConstantsIan Lynagh2012-09-141-3/+3
* Move ldInputs into DynFlagsIan Lynagh2012-09-031-3/+2
* Remove some CPP from compiler/ghci/Linker.lhsIan Lynagh2012-08-281-2/+3
* Remove Util.{isDarwinTarget,isWindowsTarget}Ian Lynagh2012-08-281-26/+36