summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove redundant isSSE defwip/kavon-llvm-improveKavon Farvardin2018-09-301-3/+0
* Multiple fixes / improvements for LLVM backend #13904Kavon Farvardin2018-09-3020-45/+270
|\
| * Add -fkeep-cafsSimon Marlow2018-09-2811-1/+107
| * Expose wopt_set/unset_fatal in DynFlagsNeil Mitchell2018-09-281-1/+1
| * Normalise EmptyCase types using the constraint solverRyan Scott2018-09-289-43/+162
* | add lower-expect to lvl 0 optimization; it's basically free perfKavon Farvardin2018-09-301-1/+1
* | Mark T14251 as expected to pass.Kavon Farvardin2018-09-291-2/+1
* | remove extra imported symbolKavon Farvardin2018-09-291-1/+1
* | rewrote patch for T14619 to fix a lingering bug, and make it clearerKavon Farvardin2018-09-292-44/+26
* | fixed issue with bad register sorting, and bad increment while traversingKavon Farvardin2018-09-291-15/+24
* | fix issue in patch for T14251; missed an incrementKavon Farvardin2018-09-281-8/+9
* | proposed patch for T14251Kavon Farvardin2018-09-272-14/+67
* | fix typo in fn attribute nameKavon Farvardin2018-09-271-1/+1
* | fix for #13904: LLVM trashing caller-save global varsKavon Farvardin2018-09-271-38/+2
|/
* Fix for recover with -fexternal-interpreter (#15418)Simon Marlow2018-09-278-22/+81
* users' guide: document -freverse-errorsquasicomputational2018-09-271-0/+10
* Fix constant-folding for Integer shiftsSimon Peyton Jones2018-09-263-9/+44
* Fix Lint of unsaturated type familiesSimon Peyton Jones2018-09-263-24/+40
* Expand the Note on let-bound skolemsSimon Peyton Jones2018-09-261-0/+25
* Add regression test for #15666Ryan Scott2018-09-252-0/+30
* Don't show constraint tuples in errors (#14907)Alec Theriault2018-09-258-5/+59
* aclocal.m4: fix shell comment syntax: '#', not '$'Sergei Trofimovich2018-09-251-1/+1
* Fix a MSG_BLACKHOLE sanity check, add some commentsÖmer Sinan Ağacan2018-09-242-3/+12
* Add a recursivity check in nonVoidRyan Scott2018-09-234-53/+174
* Fix get getIdFromTrivialExprSimon Peyton Jones2018-09-235-8/+53
* Comments onlySimon Peyton Jones2018-09-231-1/+1
* Don't look up unnecessary return in LastStmtSimon Peyton Jones2018-09-235-22/+49
* Buglet in reporting out of scope errors in rulesSimon Peyton Jones2018-09-236-12/+31
* testsuite: Bump T9630 expected allocationsBen Gamari2018-09-221-1/+2
* testsuite: Bump expected allocations for T12707Ben Gamari2018-09-211-1/+2
* testsuite: Bump expected allocations of T9675Ben Gamari2018-09-211-2/+4
* testsuite: Fix readFail048 and readFail032 brokenness declarationsBen Gamari2018-09-211-2/+2
* testsuite: Mark readFail032 and readFail048 as broken on DarwinBen Gamari2018-09-211-2/+4
* testsuite: Don't force run of llvm ways in T14251Ben Gamari2018-09-211-2/+1
* Remove redundant slop zeroingÖmer Sinan Ağacan2018-09-211-6/+0
* Fix slop zeroing for AP_STACK eager blackholes in debug buildÖmer Sinan Ağacan2018-09-213-29/+28
* user-guide: Allow build with sphinx < 1.8Ben Gamari2018-09-201-2/+7
* users_guide: fix sphinx error caused by non-explicit overrideZejun Wu2018-09-201-12/+5
* users-guide: Fix build with sphinx 1.8Ben Gamari2018-09-201-2/+10
* Revert "adds -latomic to. ghc-prim"Ben Gamari2018-09-206-38/+24
* Add testcase for #14251Ben Gamari2018-09-203-0/+34
* users guide: Fix a few issuesFrank Steffahn2018-09-202-6/+9
* Remove -Waggregate-return when building RTSÖmer Sinan Ağacan2018-09-201-1/+0
* Use predefined known-key names when possibleChaitanya Koparkar2018-09-191-12/+13
* docs: fix example codejohn2018-09-191-2/+2
* Don't shortcut SRTs for static functions (#15544)Simon Marlow2018-09-181-22/+130
* Bump deepseq submoduleBen Gamari2018-09-181-0/+0
* Bump text submoduleBen Gamari2018-09-181-0/+0
* Bump stm submoduleBen Gamari2018-09-181-0/+0
* Invert FP conditions to eliminate the explicit NaN check.klebinger.andreas@gmx.at2018-09-185-22/+92