summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix warning.David Terei2011-10-181-2/+0
* Merge branch 'master' of http://darcs.haskell.org/ghcDavid Terei2011-10-188-29/+9
|\
| * Remove ArchUnknownIan Lynagh2011-10-187-22/+6
| * Remove OSUnknownIan Lynagh2011-10-182-7/+3
* | Fix file permissionsDavid Terei2011-10-183-0/+0
|/
* Merge branch 'master' of http://darcs.haskell.org/ghcIan Lynagh2011-10-185-35/+33
|\
| * Move freeStablePtr() into the exported API (Lennart wants it)Simon Marlow2011-10-182-3/+2
| * fix the object suffix when using TH with profiling (#5554)Simon Marlow2011-10-181-22/+27
| * fix value of this_mod passed to tcRnImports (#5545)Simon Marlow2011-10-182-10/+4
* | Merge branch 'master' of http://darcs.haskell.org/ghcIan Lynagh2011-10-1819-1414/+1171
|\ \ | |/
| * Add -fpackage-trust flag to Safe Haskell.David Terei2011-10-172-2/+15
| * remove some old filesDavid Terei2011-10-172-286/+0
| * Fix safe haskell warnings to include src locationsDavid Terei2011-10-172-10/+26
| * Formatting wibbles.David Terei2011-10-176-158/+158
| * Remove cruft code from old Safe Haskell implementation methodDavid Terei2011-10-176-629/+576
| * fix warningSimon Marlow2011-10-171-1/+0
| * make CAFs atomic, to fix #5558Simon Marlow2011-10-176-82/+150
| * Whitespace only in simplCore/SimplCore.lhs.Michal Terepeta2011-10-171-258/+258
| * build registerised on ARM platform by defaultKarel Gardas2011-10-171-1/+1
| * Pass Platform to pprExpr1Ben Gamari2011-10-171-1/+1
* | Get Windows building dynlibs againIan Lynagh2011-10-183-24/+21
* | On non-Windows, go back to using the libffi dynlib for the dyn wayIan Lynagh2011-10-162-15/+43
|/
* Remove CPP from llvmGen/LlvmCodeGen/CodeGen.hsIan Lynagh2011-10-151-11/+9
* Remove a little more CPPIan Lynagh2011-10-157-44/+37
* Remove some CPP from nativeGen/SPARC/Ppr.hsIan Lynagh2011-10-151-8/+4
* de-CPP codeGen/CgCon.lhsIan Lynagh2011-10-141-15/+24
* Whitespace only in codeGen/CgCon.lhsIan Lynagh2011-10-141-205/+205
* Tweak a commentIan Lynagh2011-10-141-2/+1
* Merge branch 'master' of dippy:c:/msys/1.0/home/ian/ghc/.Ian Lynagh2011-10-141-0/+5
|\
| * Temporary hack to get Windows to validate againIan Lynagh2011-10-141-0/+5
* | Remove CPP from codeGen/StgCmmCon.hsIan Lynagh2011-10-141-21/+29
* | Whitespace only in codeGen/StgCmmCon.hsIan Lynagh2011-10-141-62/+60
* | Remove some CPPIan Lynagh2011-10-141-6/+8
* | Remove some CPPIan Lynagh2011-10-141-26/+19
* | Fix some warningsIan Lynagh2011-10-141-7/+4
* | Merge branch 'master' of dippy:c:/msys/1.0/home/ian/ghc/.Ian Lynagh2011-10-141-3/+3
|\ \ | |/
| * Fix libffi build on WindowsIan Lynagh2011-10-141-3/+3
* | Don't hide the binary packageIan Lynagh2011-10-141-8/+0
|/
* Fix ffi build on amd64/Linux, and simplify a little moreIan Lynagh2011-10-141-13/+2
* Merge branch 'master' of mac:ghc/git/val32/.Ian Lynagh2011-10-147-197/+42
|\
| * Simplify the libffi buildIan Lynagh2011-10-146-195/+39
| * Include -optc options in mkExtraCObj (#5528)Simon Marlow2011-10-131-2/+3
* | Follow the removal of the Show superclass of NumIan Lynagh2011-10-122-2/+2
|/
* Increase max simplifier tick count magic number (Trac #5539)Simon Peyton Jones2011-10-121-6/+9
* Dos to Unix file encodingSimon Peyton Jones2011-10-121-187/+187
* Always define rtsOptsEnabled in the "extra object" when linkingIan Lynagh2011-10-112-20/+2
* fix panic in string-gap lexing (#5425)Simon Marlow2011-10-101-2/+3
* commentSimon Marlow2011-10-101-0/+3
* document the -H optionSimon Marlow2011-10-101-15/+23
* Fully implement for VECTORISE type pragmas (non-SCALAR).Manuel M T Chakravarty2011-10-1018-217/+230