summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Failing test-case for #12135.ghc-quick3Edward Z. Yang2016-06-057-0/+29
* Better comment for orIfNotFound.Edward Z. Yang2016-06-051-1/+5
* Testsuite: fixup comments for T9872d [skip ci]Thomas Miedema2016-06-051-2/+2
* Add relocation type R_X86_64_REX_GOTPCRELXTamar Christina2016-06-051-1/+7
* Replace hand-written Bounded instances with derived onesRyan Scott2016-06-045-136/+58
* Refactor the SymbolName and SymbolAddr types to be pointersTamar Christina2016-06-042-49/+49
* Rename isPinnedByteArray# to isByteArrayPinned#Ben Gamari2016-06-047-11/+48
* RTS SMP: Use compiler built-ins on all platforms.Peter Trommler2016-06-043-166/+40
* PrelInfo: Ensure that tuple promoted datacon names are in knownKeyNamesBen Gamari2016-06-044-4/+7
* integer-gmp: Make minusInteger more efficientAlan Mock2016-06-046-5/+81
* Use useful names for Symbol Addr and Names in Linker.cTamar Christina2016-06-032-54/+57
* Refactored SymbolInfo to lower memory usage in RTSTamar Christina2016-06-035-76/+179
* testsuite: Mark broken tests on powerpc64lePeter Trommler2016-06-0311-18/+31
* Derive instances in Data.DataRyan Scott2016-06-032-703/+69
* Document putSymbolTable determinismBartosz Nitka2016-06-031-1/+3
* Make FieldLabelEnv a deterministic setBartosz Nitka2016-06-035-18/+41
* HscMain: Minor simplificationÖmer Sinan Ağacan2016-06-031-3/+2
* Whitespace onlyÖmer Sinan Ağacan2016-06-031-3/+3
* Kill nameSetElems in rnCmdTopBartosz Nitka2016-06-021-1/+1
* Kill nameSetElems in findImportUsageBartosz Nitka2016-06-021-1/+1
* Use UniqDSet for finding free names in the LinkerBartosz Nitka2016-06-022-8/+10
* Remove dead generics-related code from OccNameRyan Scott2016-06-021-27/+2
* Add nameSetElemsStable and fix the buildBartosz Nitka2016-06-021-1/+11
* Serialize vParallelTyCons in a stable orderBartosz Nitka2016-06-021-1/+1
* Localize orphan-related nondeterminismBartosz Nitka2016-06-024-8/+11
* Travis: llvm's apt repository is offlineThomas Miedema2016-06-021-2/+4
* Testsuite: run tests in /tmp/ghctest-xxx instead of /tmp/ghctest/xxxThomas Miedema2016-06-021-15/+1
* Kill nameSetElems in getInfoBartosz Nitka2016-06-021-1/+1
* Improve failed knot-tying error message.Edward Z. Yang2016-06-024-6/+31
* Use nameSetAny in findUsesBartosz Nitka2016-06-021-1/+1
* Fix detection and use of `USE_LIBDW`Erik de Castro Lopo2016-06-0110-21/+21
* Update a Cmm noteÖmer Sinan Ağacan2016-05-311-0/+1
* Remove unused FAST_STRING_NOT_NEEDED macro defsÖmer Sinan Ağacan2016-05-313-3/+0
* StgCmmUtils.emitMultiAssign: Make assertion msg more helpfulÖmer Sinan Ağacan2016-05-301-1/+1
* RtsFlags.c: Const correct fixesErik de Castro Lopo2016-05-291-2/+2
* Testsuite: don't use --interactive in MakefilesThomas Miedema2016-05-279-25/+60
* Clarify users' guide section on GeneralizedNewtypeDerivingRyan Scott2016-05-271-5/+17
* Typos in commentsGabor Greif2016-05-271-3/+3
* Do not init record accessors as exportedÖmer Sinan Ağacan2016-05-273-2/+17
* StgCmmExpr: Remove a redundant listÖmer Sinan Ağacan2016-05-271-1/+1
* Comments and white space onlySimon Peyton Jones2016-05-271-3/+5
* More fixes for unboxed tuplesSimon Peyton Jones2016-05-272-21/+76
* StgCmmCon: Do not generate moves from unused fields to local variablesÖmer Sinan Ağacan2016-05-271-6/+13
* Coverage.hs: Fix a duplicationÖmer Sinan Ağacan2016-05-261-5/+2
* StgCmmExpr: Fix a duplicationÖmer Sinan Ağacan2016-05-261-2/+2
* Reduce special-casing for nullary unboxed tupleSimon Peyton Jones2016-05-266-131/+153
* Fix bytecode gen to deal with rep-polymorphismSimon Peyton Jones2016-05-265-12/+37
* Testsuite: add a test for #5522 (-fliberate-case -fspec-constr)Thomas Miedema2016-05-251-0/+6
* Testsuite: fix enum01/02/03 on Windows (#9399)Thomas Miedema2016-05-258-10/+19
* Testsuite: also normalise platform-dependent .stdout/stderrThomas Miedema2016-05-251-26/+12