summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Tweak commentsIan Lynagh2012-12-021-2/+3
* Merge branch 'ticket-7442' of git://github.com/phonohawk/ghcIan Lynagh2012-12-021-4/+12
|\
| * Fix broken -fPIC on Darwin/PPC (#7442)PHO2012-11-241-4/+12
* | Merge branch 'master' of ssh://darcs.haskell.org/srv/darcs/ghcRichard Eisenberg2012-12-011-1/+1
|\ \
| * \ Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-11-301-1/+1
| |\ \
| * | | Update dependenciesIan Lynagh2012-11-301-1/+1
* | | | Added GHC formalism to the GHC source tree.Richard Eisenberg2012-12-018-1/+90
* | | | Remove case from coreLintExpr dealing with types, as it is not used.Richard Eisenberg2012-11-301-2/+4
| |/ / |/| |
* | | typoGabor Greif2012-11-301-1/+1
|/ /
* | DetabIan Lynagh2012-11-301-1/+1
* | Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-11-301-4/+6
|\ \
| * \ Merge branch 'master' of ssh://darcs.haskell.org/srv/darcs/ghcIavor S. Diatchki2012-11-292-22/+17
| |\ \
| * | | Add ":info!" to GHCi. This shows all instances without filtering first.Iavor S. Diatchki2012-11-291-4/+6
* | | | Extend parser to allow specification of RULES that never fire. #7162Andrew Farmer2012-11-301-0/+1
| |/ / |/| |
* | | libffi build system tweaksIan Lynagh2012-11-301-0/+3
* | | 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-3018-55/+51
* | Fix #7231: don't unload stable modules when there is an error laterSimon Marlow2012-11-271-5/+12
* | typos in noteGabor Greif2012-11-261-3/+3
* | Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2012-11-2619-48/+140
|\ \ | |/
| * Revert "Move seq's fixity declaration info primops.txt.pp"Ian Lynagh2012-11-232-2/+3
| * Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-11-231-5/+8
| |\
| | * Use the right environment for tidying the types of a data constructorSimon Peyton Jones2012-11-231-5/+8
| * | Fix building on Sparc/Solaris with non-GNU linker; fixes #5407Ian Lynagh2012-11-231-1/+3
| * | Move seq's fixity declaration info primops.txt.ppIan Lynagh2012-11-232-3/+2
| * | Add fixity information to primops (ticket #6026)Michal Terepeta2012-11-234-4/+44
| |/
| * fix some typosGabor Greif2012-11-213-8/+8
| * Reject promoted constructors when -XDataKinds is not enabled (FIX #7433)Jose Pedro Magalhaes2012-11-212-1/+7
| * C backend: put the entry block firstSimon Marlow2012-11-191-1/+1
| * Code-size optimisation for top-level indirections (#7308)Simon Marlow2012-11-196-21/+60
| * C backend: ignore MO_TouchSimon Marlow2012-11-161-0/+2
| * fix syntax error in generated C (#7407)Simon Marlow2012-11-161-2/+2
| * typos in commentsGabor Greif2012-11-162-5/+5
* | Improve error message when a variable is used both as kind and type variableSimon Peyton Jones2012-11-261-0/+15
* | Improve kind inference for tuple typesSimon Peyton Jones2012-11-262-10/+25
* | Accurately report usage of newtype data constructors in FFI declarationsSimon Peyton Jones2012-11-264-95/+142
* | Make Constraint and * look identical in Core (System FC)Simon Peyton Jones2012-11-263-24/+55
|/
* Haddoc fixBen Lippmeier2012-11-141-9/+9
* Comments and formatting to register allocator statsBen Lippmeier2012-11-141-38/+87
* Comments and formatting to spill cost codeBen Lippmeier2012-11-141-52/+62
* Comments and formatting to spill cleanerBen Lippmeier2012-11-141-147/+166
* Comments and formatting to register allocatorsBen Lippmeier2012-11-145-252/+326
* De-tabify register allocator codeBen Lippmeier2012-11-1410-961/+889
* Remove the nonexistent lazy primop, and follow move from GHC.Base to GHC.MagicIan Lynagh2012-11-132-21/+1
* Remove the inline primopIan Lynagh2012-11-131-20/+0
* Tell the compiler about alpha, mipseb and mipsel again; fixes #7339Ian Lynagh2012-11-137-0/+45
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-11-137-49/+30
|\
| * Fix the Slow calling convention (#7192)Simon Marlow2012-11-137-49/+30