summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add support for SIMD operations in the NCGwip/simdAbhiroop Sarkar2019-07-0145-246/+1512
* rts: Assert that LDV profiling isn't used with parallel GCwip/memory-barriersBen Gamari2019-06-281-0/+3
* Correct closure observation, construction, and mutation on weak memory machines.Travis Whitaker2019-06-2831-56/+361
* typo in the docs for DynFlags.hsArtem Pelenitsyn2019-06-271-1/+1
* Fix GCC warnings with __clear_cache builtin (#16867)Sylvain Henry2019-06-271-6/+8
* testsuite: Add more type annotations to perf_notesBen Gamari2019-06-272-54/+100
* Fix #16805 by formatting warning messagenineonine2019-06-273-9/+13
* getExecutablePath: get path from sysctl on FreeBSDFraser Tweedale2019-06-271-0/+47
* Fix Happy deps for Stack (#16825)Sylvain Henry2019-06-271-10/+5
* configure: prefer cc over gccRoland Zumkeller2019-06-271-1/+1
* Improve doc for :type-at. (#14780)Roland Senn2019-06-271-1/+8
* rts: Do not traverse nursery for dead closures in LDV profileMatthew Pickering2019-06-271-23/+0
* rts: Correct assertion in LDV_recordDeadMatthew Pickering2019-06-271-1/+1
* rts: Correct handling of LARGE ARR_WORDS in LDV profilerMatthew Pickering2019-06-273-19/+20
* testsuite: More type signatureswip/run-fragile-testsBen Gamari2019-06-262-9/+12
* testsuite: Run and report on fragile testsBen Gamari2019-06-263-9/+23
* testsuite: Mark T5611 and T5611a as fragileBen Gamari2019-06-261-2/+2
* testsuite: Add T5611aBen Gamari2019-06-265-4/+42
* testsuite: Use safe FFI call in T5611Ben Gamari2019-06-261-3/+3
* [skip ci] add a blurb about the purpose of Printer.cSiddharth Bhat2019-06-261-1/+2
* testsuite: Fix T16832Ben Gamari2019-06-262-5/+6
* Add -Wmissing-safe-haskell-mode warningOleg Grenrus2019-06-252-1/+27
* Add -Winferred-safe-imports warningOleg Grenrus2019-06-258-22/+79
* Bump Cabal submodule to what will become 3.0.0.0Ben Gamari2019-06-252-0/+6
* Bump containers submodule to v0.6.2.1Ben Gamari2019-06-2511-16/+23
* Remove unused UniqSupply functionsÖmer Sinan Ağacan2019-06-251-42/+1
* testsuite: Unbreak T16608 testsBen Gamari2019-06-252-2/+4
* Don't eta-expand unsaturated primopsBen Gamari2019-06-2510-35/+134
* CoreToStg: Enable CAFfyness checking with -dstg-lintBen Gamari2019-06-251-2/+11
* testsuite: Add test for #16846Ben Gamari2019-06-253-0/+42
* [skip ci] Typo fix: b*ar*nches -> b*ra*nchesSiddharth Bhat2019-06-251-1/+1
* testsuite: Mark ghci058 as broken on WindowsBen Gamari2019-06-251-1/+2
* testsuite: Fix expected output for caf_crashBen Gamari2019-06-251-0/+1
* testsuite: Don't run T16525a with -DS unless compiler_debuggedBen Gamari2019-06-251-1/+2
* gitlab-ci: Add testsuite typechecking lintBen Gamari2019-06-251-0/+13
* testsuite: Fix a few issues in JUnit outputBen Gamari2019-06-251-5/+14
* testsuite: A major revamp of the driverBen Gamari2019-06-259-357/+523
* Simplify link_caf and mkForeignLabel functionsÖmer Sinan Ağacan2019-06-252-5/+3
* Fix cyclic dependencies when using --configureAndrey Mokhov2019-06-2521-105/+77
* Add MonadFail instance for ParserMErik de Castro Lopo2019-06-241-0/+11
* Fixes for LLVM 7Erik de Castro Lopo2019-06-245-12/+26
* Refactor UnliftedNewtypes-relation kind signature validity checksRyan Scott2019-06-2317-67/+220
* ghci: Load static objects in batchesBen Gamari2019-06-231-13/+31
* testsuite: Test for #13786Ben Gamari2019-06-237-0/+51
* testsuite: Add caf_crash testcaseBen Gamari2019-06-226-0/+67
* rts: Reset STATIC_LINK field of reverted CAFsBen Gamari2019-06-221-6/+11
* testsuite: Mark T5611 as broken in ghci wayBen Gamari2019-06-221-1/+4
* testsuite: Add test for #16563Ben Gamari2019-06-223-0/+4
* ghci: Don't rely on resolution of System.IO to base moduleBen Gamari2019-06-2213-36/+79
* testsuite: Mark T16608_* as fragile on DarwinBen Gamari2019-06-221-2/+2