summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Relax test TH_addCStub2 so it succeeds on travis.fd/fix-travis2Facundo Domínguez2017-02-102-7/+11
* Bump array submoduleBen Gamari2017-02-091-0/+0
* Tweaks and typos in manual, note refs, commentsGabor Greif2017-02-0927-34/+34
* Implement addCStub in template-haskell.Facundo Domínguez2017-02-0912-2/+105
* Bump array submoduleBen Gamari2017-02-081-0/+0
* Fix documentation for setByteArray#Ben Gamari2017-02-081-1/+2
* users-guide: Document defaults for remaining optimization flagsBen Gamari2017-02-081-10/+42
* Add dump flags for the renamed and typechecked hsSyn ASTsAlan Zimmerman2017-02-0810-144/+478
* Back-pedal the fix for Trac #8155Simon Peyton Jones2017-02-081-26/+29
* Kill inaccessible-branch complaints in record updateSimon Peyton Jones2017-02-083-2/+52
* Add some commented-out tracing in SpecConstrSimon Peyton Jones2017-02-081-5/+9
* Fix stop_thread unwinding informationBen Gamari2017-02-083-8/+26
* CmmLayoutStack: Correctly annotate Sp adjustments with unwinding informationBen Gamari2017-02-081-5/+16
* Cmm: Add support for undefined unwinding statementsBen Gamari2017-02-0810-36/+68
* CmmLayoutStack: Add unwind information on stack fixupsBen Gamari2017-02-081-1/+9
* Generalize CmmUnwind and pass unwind information through NCGBen Gamari2017-02-0818-131/+450
* Improve -dsuppress-coercionsSimon Peyton Jones2017-02-082-3/+4
* Improve the simple optimiserSimon Peyton Jones2017-02-081-198/+364
* More typos in comments [skip ci]Gabor Greif2017-02-089-13/+13
* Update hoopl submoduleBen Gamari2017-02-071-0/+0
* Pass -v0 to ghc-pkg to reduce noise in build ouputMatthew Pickering2017-02-071-1/+1
* Fix comment (broken link to users_guide) in $(TOP)/Takenobu Tani2017-02-071-1/+1
* Fix comment of `section "Exceptions"`Takenobu Tani2017-02-071-13/+12
* Fix push_bang_into_newtype when the pattern match has no argumentsMatthew Pickering2017-02-076-9/+47
* Update Core formalize for Levity -> RuntimeRepBen Gamari2017-02-071-3/+3
* cpeApp: Make Int accumulator strictBen Gamari2017-02-071-1/+1
* testsuite: Bump bytes allocated for T5837Ben Gamari2017-02-071-1/+4
* testsuite: Bump max_bytes_used for T4029Ben Gamari2017-02-071-1/+2
* Clean up findPartiallyCompletedCyclesDavid Feuer2017-02-071-17/+12
* Use better map operations in CoreMonadDavid Feuer2017-02-071-9/+4
* Add Wredundant-constraints to list of flags excluded from -WallSiddhanathan Shanmugam2017-02-071-0/+1
* Docs: Fix typo in glasgow_exts.rstDaniel Gröber2017-02-071-1/+1
* Another improvement to SetLevelsSimon Peyton Jones2017-02-074-204/+329
* Comments onlySimon Peyton Jones2017-02-071-3/+3
* Do not inline bottoming thingsSimon Peyton Jones2017-02-071-0/+5
* Typos in comments [skip ci]Gabor Greif2017-02-073-3/+3
* Derive <$David Feuer2017-02-077-22/+202
* Remove unnecessary use of -DGENERICS flagRyan Scott2017-02-061-1/+1
* Typos in comments [skip ci]Gabor Greif2017-02-066-7/+7
* Typos in comments [skip ci]Gabor Greif2017-02-061-3/+3
* Do Worker/Wrapper for NOINLINE thingsEric Seidel2017-02-0512-56/+290
* testsuite: Update expected values for T13035 and T12234Ben Gamari2017-02-051-2/+4
* Fixes for OccurAnal bugs (#13221)Luke Maurer2017-02-051-5/+5
* Fix broken link of GHC.RTS.FlagsTakenobu Tani2017-02-051-1/+1
* Fix comment (old file names '.hc' ) in libraries/Takenobu Tani2017-02-051-3/+3
* Don't return empty initial uncovered set for an unsat contextMatthew Pickering2017-02-058-23/+16
* Don't replace type family instances with the same LHS in GHCi (#7102)Reid Barton2017-02-0515-51/+84
* Use proper primitives in Utils.Binaryalexbiehl2017-02-051-93/+96
* Add liftA2 to Applicative classDavid Feuer2017-02-0526-79/+285
* Expose cseExpr from CSEJoachim Breitner2017-02-041-1/+4