Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modules: CmmToAsm (#13009) | Sylvain Henry | 2020-02-24 | 1 | -77/+0 |
| | |||||
* | Modules: Driver (#13009) | Sylvain Henry | 2020-02-21 | 1 | -1/+1 |
| | | | | submodule updates: nofib, haddock | ||||
* | compiler: introduce custom "GhcPrelude" Prelude | Herbert Valerio Riedel | 2017-09-19 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | This switches the compiler/ component to get compiled with -XNoImplicitPrelude and a `import GhcPrelude` is inserted in all modules. This is motivated by the upcoming "Prelude" re-export of `Semigroup((<>))` which would cause lots of name clashes in every modulewhich imports also `Outputable` Reviewers: austin, goldfire, bgamari, alanz, simonmar Reviewed By: bgamari Subscribers: goldfire, rwbarton, thomie, mpickering, bgamari Differential Revision: https://phabricator.haskell.org/D3989 | ||||
* | Remove redundant constraints in the compiler itself, found by ↵ | Simon Peyton Jones | 2015-01-06 | 1 | -1/+1 |
| | | | | -fwarn-redundant-constraints | ||||
* | Update a panic message | Ian Lynagh | 2013-01-11 | 1 | -1/+1 |
| | | | | | | I don't actually know if suggesting -fllvm as a workaround is useful advice, but -fvia-C certainly won't help as it doesn't do anything any more. | ||||
* | Whitespace only in nativeGen/SPARC/Base.hs | Ian Lynagh | 2013-01-11 | 1 | -31/+24 |
| | |||||
* | Move some more constants into platformConstants | Ian Lynagh | 2012-09-14 | 1 | -3/+3 |
| | |||||
* | Use -fwarn-tabs when validating | Ian Lynagh | 2011-11-04 | 1 | -0/+7 |
| | | | | | We only use it for "compiler" sources, i.e. not for libraries. Many modules have a -fno-warn-tabs kludge for now. | ||||
* | Follow the removal of the Show superclass of Num | Ian Lynagh | 2011-10-12 | 1 | -1/+1 |
| | |||||
* | SPARC NCG: Split up into chunks, and fix warnings. | Ben.Lippmeier@anu.edu.au | 2009-02-16 | 1 | -0/+24 |
| | |||||
* | SPARC NCG: Reorganise Reg and RegInfo | Ben.Lippmeier@anu.edu.au | 2009-02-16 | 1 | -0/+51 |