summaryrefslogtreecommitdiff
path: root/compiler/ghci
Commit message (Expand)AuthorAgeFilesLines
* Fix the bytecode genreation for tagToEnum# (Trac #8383)Simon Peyton Jones2013-10-041-42/+83
* Comments onlySimon Peyton Jones2013-10-041-0/+1
* Improve pretty-printing of typesunknown2013-10-011-3/+2
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-013-3/+3
* Fix BCO bitmap generation on 32-bit platforms (#8377)Takano Akio2013-09-291-11/+9
* Implement an unlifted Proxy type, Proxy#Austin Seipp2013-09-271-0/+1
* Add support for 512-bit-wide vectors.Geoffrey Mainland2013-09-221-0/+2
* Add support for 256-bit-wide vectors.Geoffrey Mainland2013-09-221-0/+2
* Restructure compilation pipeline to allow hooksAustin Seipp2013-09-224-7/+3
* Fix AMP warnings.Austin Seipp2013-09-112-0/+16
* Strings and comments only: 'to to ' fixesGabor Greif2013-08-221-1/+1
* Add a better implementation of dropTail, and use itSimon Peyton Jones2013-08-191-1/+1
* Don't run the system linker unncessarily.Patrick Palka2013-08-141-1/+5
* Implement "roles" into GHC.Richard Eisenberg2013-08-021-4/+12
* 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