summaryrefslogtreecommitdiff
path: root/compiler/ghc.mk
Commit message (Expand)AuthorAgeFilesLines
...
* Remove duplicated lineGabor Greif2015-12-011-1/+0
* Create a deterministic version of tyVarsOfTypeBartosz Nitka2015-11-211-0/+1
* Add DVarSet - a deterministic set of VarsBartosz Nitka2015-11-211-1/+2
* Set AIX specific CFLAGS flagsHerbert Valerio Riedel2015-11-191-0/+13
* Implement function-sections for Haskell code, #8405Simon Brenner2015-11-121-0/+3
* keepCAFsForGHCi was brokenSimon Marlow2015-11-011-2/+2
* Make type-class dictionary let binds deterministicBartosz Nitka2015-10-301-0/+1
* Libdw: Add libdw-based stack unwindingBen Gamari2015-10-171-0/+2
* Implement DuplicateRecordFieldsAdam Gundry2015-10-161-0/+2
* Rename PACKAGE_KEY and LIB_NAME in build system.Edward Z. Yang2015-10-141-3/+3
* Rename package key to unit ID, and installed package ID to component ID.Edward Z. Yang2015-10-141-2/+2
* Build system: cleanup BUILD_DIRS + add lots of NotesThomas Miedema2015-09-081-0/+1
* Delete ExtsCompat46 (#8330)Thomas Miedema2015-08-241-1/+0
* Refactor: delete most of the module FastTypesThomas Miedema2015-08-211-1/+0
* Delete FastBoolThomas Miedema2015-08-211-1/+0
* CoreUtils: Move size utilities to CoreStatsBen Gamari2015-07-161-0/+1
* CoreUtils: Move seq* functions to CoreSeqBen Gamari2015-07-161-0/+1
* ghc.mk: Update instances of -auto-allBen Gamari2015-06-161-5/+5
* 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