summaryrefslogtreecommitdiff
path: root/compiler/ghci
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make -fscc-profiling a dynamic flagIan Lynagh2012-07-244-33/+40
* Add a separate FastZString typeIan Lynagh2012-07-151-4/+4
* Implement FastBytes, and use it for MachStrIan Lynagh2012-07-141-1/+1
* Add a Note, copying text from #2437Simon Marlow2012-07-021-1/+27
* Use a derived Ord instance for DiscrIan Lynagh2012-06-221-12/+3
* Derive Eq DiscrIan Lynagh2012-06-221-9/+2
* Remove some uses of sortLeIan Lynagh2012-06-221-1/+1
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-06-131-33/+71
|\
| * Attempt to fix the bytecode generator for unboxed tuples, given the latest ch...Max Bolingbroke2012-06-091-33/+71
* | Remove lots of commented out 'in' keywordsIan Lynagh2012-06-131-5/+0
* | Pass DynFlags down to showSDocIan Lynagh2012-06-124-39/+42
* | Pass DynFlags to the LogActionIan Lynagh2012-06-112-3/+3
|/
* Merge remote-tracking branch 'origin/unboxed-tuple-arguments2'Paolo Capriotti2012-06-053-55/+99
|\
| * Support code generation for unboxed-tuple function argumentsunboxed-tuple-arguments2Max Bolingbroke2012-05-153-55/+99
* | Change how macros like ASSERT are definedIan Lynagh2012-06-052-0/+2
* | avoid name clashSimon Marlow2012-06-041-0/+4
* | Remove some more stdout/stderr usesIan Lynagh2012-05-291-4/+5
* | Remove more uses of stdout and stderrIan Lynagh2012-05-291-3/+4
* | Replace printDump with a new SeverityIan Lynagh2012-05-291-3/+4
|/
* Handle cases with no alternatives in GHCiSimon Marlow2012-05-111-0/+3
* Fix Win64 build now that hsc2hs knows what platform we're onIan Lynagh2012-05-011-2/+2