summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Separate flags -XDeriveFunctor, -XDeriveFoldable, -XDeriveTraversablesimonpj@microsoft.com2009-05-282-10/+26
* Add a commentsimonpj@microsoft.com2009-05-281-0/+1
* Follow vreg/hreg patch in X86_64 NCGBen.Lippmeier.anu.edu.au2009-05-273-4/+2
* Follow vreg/hreg patch in PPC NCGBen.Lippmeier@anu.edu.au2009-05-269-62/+127
* Follow vreg/hreg patch in x86 NCGBen.Lippmeier@anu.edu.au2009-05-198-181/+262
* Don't try and coalesce RealReg->RealReg movesBen.Lippmeier@anu.edu.au2009-05-191-3/+7
* Split Reg into vreg/hreg and add register pairsBen.Lippmeier@anu.edu.au2009-05-1841-1042/+1521
* SPARC NCG: Fix available regs for graph allocatorBen.Lippmeier@anu.edu.au2009-04-211-3/+3
* Fix Trac #3221: renamer warnings for deriving clausessimonpj@microsoft.com2009-05-273-23/+33
* Template Haskell: allow type splicessimonpj@microsoft.com2009-05-279-92/+122
* Template Haskell: improve lifting for stringssimonpj@microsoft.com2009-05-273-11/+49
* Rename conDeclsNames to hsConDeclsNames, and export itsimonpj@microsoft.com2009-05-271-7/+7
* Comments about wiredInIdssimonpj@microsoft.com2009-05-271-8/+33
* Wibble some comments to avoid haddock parse errorsIan Lynagh2009-05-261-4/+5
* Remove legacy code that isn't used now that we require GHC >= 6.8Ian Lynagh2009-05-244-23/+0
* Be more precise about munging compiler/stage1/inplace-pkg-configIan Lynagh2009-05-241-1/+3
* remove old todo commentSimon Marlow2009-05-201-1/+0
* Need to pass gcc -m64 on amd64 OSXIan Lynagh2009-05-201-2/+0
* When linking a shared library with --make, always do the link stepDuncan Coutts2009-05-191-1/+1
* Make -dynload sysdep mean to embed rpaths in shared libs as well as binariesDuncan Coutts2009-05-191-1/+7
* Switch the default -dynload mode to SystemDependentDuncan Coutts2009-05-171-1/+1
* Set the soname when creating a shared libDuncan Coutts2009-05-151-0/+1
* Keep C main separate from rts lib and link it in for standalone progsDuncan Coutts2009-05-151-0/+8
* Remove old Windows-only implementation of keeping main outside the rtsDuncan Coutts2009-05-141-9/+0
* Need to pass gcc -m64 on amd64 OSXIan Lynagh2009-05-201-1/+7
* Fix the unregisterised buildIan Lynagh2009-05-201-1/+2
* Build fix for amd64/OSXIan Lynagh2009-05-201-1/+1
* Need to pass gcc -m64 on amd64 OSXIan Lynagh2009-05-201-0/+2
* Use machdepCCOpts when running "as"Ian Lynagh2009-05-201-3/+9
* make [123] omits phases 1,2, and 3Simon Marlow2009-05-191-3/+3
* Make -Odph imply -fsimplifier-phases=3Roman Leshchinskiy2009-05-191-0/+3
* fix typo: TH.ModName -> TH.PkgNameSimon Marlow2009-05-181-1/+1
* Fix #3207: add has_side_effects = True for lots of primopsSimon Marlow2009-05-152-5/+93
* Further fixes to the stage1 version hack; fix validate.Simon Marlow2009-05-151-0/+19
* don't rebuild the whole of stage 1 just because the date has changedSimon Marlow2009-05-141-0/+10
* Hide warnings from alex/happy sourcesIan Lynagh2009-05-147-7/+7
* Fix some warnings in LexerIan Lynagh2009-05-131-14/+88
* Improve error reporting for kind errors (fix Trac #1633)simonpj@microsoft.com2009-05-133-94/+115
* Fix Trac #3219: type of a record updatesimonpj@microsoft.com2009-05-131-28/+41
* Add commentssimonpj@microsoft.com2009-05-131-1/+2
* Make ghc -dynamic imply -fPIC for C codeDuncan Coutts2009-05-011-2/+2
* fix warningSimon Marlow2009-05-131-0/+2
* enable LinkDynLib in compilier phasey.zhuang5@lse.ac.uk2009-04-221-7/+18
* Improve error messages for type functionssimonpj@microsoft.com2009-05-122-2/+42
* Use haskeline, rather than editline, for line editing in ghciIan Lynagh2009-04-294-2898/+0
* Fix error handlingIan Lynagh2009-04-281-1/+2
* Add a header to all build system files:Simon Marlow2009-04-282-0/+24
* Equality constraint solver is now externally pureManuel M T Chakravarty2009-04-278-290/+571
* Improve the error message when we find a module in 2 places; trac #3183Ian Lynagh2009-04-261-4/+7
* GHC new build system megapatchIan Lynagh2009-04-267-652/+575