summaryrefslogtreecommitdiff
path: root/compiler/ghc.mk
Commit message (Expand)AuthorAgeFilesLines
* ApiAnnotations tweaksAlan Zimmerman2015-05-271-0/+2
* Filter out `-Rghc-timing` for V=0 builds (#10223)Thomas Miedema2015-04-011-0/+6
* Drop old integer-gmp-0.5 from GHC source treeHerbert Valerio Riedel2015-03-311-3/+0
* Refactor the story around switches (#10137)Joachim Breitner2015-03-301-0/+1
* Fix bug in hs-libraries field munging.Edward Z. Yang2015-03-231-1/+2
* Update Cabal submodule to latest 1.22 snapshotEdward Z. Yang2015-03-111-0/+1
* Remove RAWCPP_FLAGS (Task #9094)Thomas Miedema2015-02-171-1/+1
* API Annotations tweaks.Alan Zimmerman2015-01-161-2/+0
* Fix dll-split problem with patch 'Make Core Lint check for locally-bound Glob...Simon Peyton Jones2014-12-151-11/+0
* Remove references to Parser.y.ppThomas Miedema2014-12-011-3/+0
* Revert "Remove RAWCPP_FLAGS"Herbert Valerio Riedel2014-12-011-2/+2
* compiler: add new modules pulling in FunFlagsSergei Trofimovich2014-11-271-4/+3
* Embed Git commit id into `ghc --info` outputHerbert Valerio Riedel2014-11-271-0/+2
* Capture original source for literalsAlan Zimmerman2014-11-211-0/+2
* Add API AnnotationsAlan Zimmerman2014-11-211-0/+2
* Fix #7484, checking for good binder names in Convert.Richard Eisenberg2014-11-211-0/+1
* Remove TcMType from compiler_stage2_dll0_MODULESSimon Peyton Jones2014-11-211-1/+0
* arm64: 64bit iOS and SMP support (#7942)Luke Iannini2014-11-191-0/+1
* If pattern synonym is bidirectional and its type is some unboxed type T#,Dr. ERDI Gergo2014-11-131-0/+1
* 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