summaryrefslogtreecommitdiff
path: root/compiler/ghc.mk
Commit message (Expand)AuthorAgeFilesLines
* Implement new integer-gmp2 from scratch (re #9281)Herbert Valerio Riedel2014-11-121-2/+6
* Remove RAWCPP_FLAGSThomas Miedema2014-10-071-2/+2
* Implement `MIN_VERSION_GLASGOW_HASKELL()` macroHerbert Valerio Riedel2014-10-051-0/+4
* ghc.mk: fix list for dll-split on GHCi-less buildsSergei Trofimovich2014-10-041-42/+48
* PostTcType replaced with TypeAnnotAlan Zimmerman2014-09-061-0/+1
* Package keys (for linking/type equality) separated from package IDs.Edward Z. Yang2014-08-051-0/+6
* compiler/ghc.mk: restore GhcHcOpts variable handling (Trac #8787)Sergei Trofimovich2014-07-021-3/+3
* Control CPP through settings file (#8683)Carter Tazio Schonwald2014-07-021-2/+0
* Fix --enable-unregistered by passing NOSMP to .hc compiler (#8748)Sergei Trofimovich2014-02-171-0/+5
* Implement pattern synonymsDr. ERDI Gergo2014-01-201-0/+2
* ghc.mk: one module name per lineDr. ERDI Gergo2013-11-261-1/+164
* Make type-level evaluation work with :kind!Iavor S. Diatchki2013-11-121-1/+1
* Use dynamic linking only if the GHC package is compiled with -dynamic (#8376)Simon Marlow2013-10-111-6/+0
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-2/+2
* SIMD primops are now generated using schemas that are polymorphic inGeoffrey Mainland2013-09-221-2/+14
* Restructure compilation pipeline to allow hooksAustin Seipp2013-09-221-1/+1
* Restore old names of comparison primopsJan Stolarek2013-09-181-2/+1
* Trailing whitespacesJan Stolarek2013-09-181-2/+2
* Implement checkable "minimal complete definitions" (#7633)Twan van Laarhoven2013-09-181-1/+1
* Add support for evaluation of type-level natural numbers.Iavor S. Diatchki2013-09-121-1/+2
* Merge branch 'ghc-parmake-gsoc' (#910)Patrick Palka2013-09-091-0/+6
|\
| * Merge remote-tracking branch 'origin/master' into ghc-parmake-gsocPatrick Palka2013-09-061-1/+16
| |\
| * | UniqSupply: make mkSplitUniqSupply thread-safePatrick Palka2013-08-261-0/+6
* | | Fix optimization of Parser.y.ppAustin Seipp2013-09-091-6/+9
| |/ |/|
* | Make sure -fcmm-sink is passed to Parser properlyAustin Seipp2013-09-041-1/+16
|/
* Fix Trac #8020.Richard Eisenberg2013-08-021-1/+1
* Link to the right RTS whenever we build a .dll on WindowsIan Lynagh2013-05-151-0/+16
* Add a check that the Windows DLL split is OK; fixes #7780Ian Lynagh2013-04-071-0/+1
* Remove a redundant build-system hackIan Lynagh2013-04-061-11/+0
* Change the list of modules that are put into a separate DLL on WindowsIan Lynagh2013-04-061-4/+2
* By default, use the dynamic way for programs in the GHC treeIan Lynagh2013-03-151-0/+10
* Fix building the GHC package DLL on WindowsIan Lynagh2013-03-111-15/+9
* Automatically define _INPLACE variables for perl programs tooIan Lynagh2013-03-031-1/+1
* Use unlit_INPLACE rather than UNLIT in the build systemIan Lynagh2013-03-031-1/+1
* Define $(prog)_INPLACE variables automatically, and start using themIan Lynagh2013-03-031-24/+24
* Remove unused values from Config.hsIan Lynagh2013-03-021-12/+0
* Change how the build system handles packagesIan Lynagh2013-03-011-4/+0
* fix some dependenciesSimon Marlow2013-02-191-3/+3
* fix PrimOp dependenciesSimon Marlow2013-02-181-3/+3
* Finish removing BootingFromHcIan Lynagh2013-02-171-2/+0
* Build system tweak: Do the package checks at configure timeIan Lynagh2013-02-151-0/+5
* Tidy up cross-compilingSimon Marlow2013-01-171-52/+47
* Don't define DYNAMIC when compiling the dyn wayIan Lynagh2012-12-051-6/+14
* libffi build system tweaksIan Lynagh2012-11-301-0/+3
* Add fixity information to primops (ticket #6026)Michal Terepeta2012-11-231-0/+3
* Replace mkDerivedConstants.c with DeriveConstants.hsIan Lynagh2012-11-121-0/+10
* Fix build on WindowsIan Lynagh2012-10-111-1/+1
* Move the primop bits into the compiler/stage<n>/build directoriesIan Lynagh2012-10-101-61/+55
* Put the generated Parser.y under compiler/stage<n>/build; fixes #7195Ian Lynagh2012-10-101-1/+12
* Merge the remainder of HaskellConstants into ConstantsIan Lynagh2012-09-171-5/+1