summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rts: Fix #include of <linker/PEi386.h>Ben Gamari2016-11-111-1/+1
* rts: Fix build when linked with goldBen Gamari2016-11-111-11/+2
* ghc-pkg: Munge dynamic library directoriesBen Gamari2016-11-111-0/+1
* testsuite: Lower allocations for T876Ben Gamari2016-11-111-1/+2
* Pass -no-pie to GCCBen Gamari2016-11-117-0/+52
* rts: Fix LoadArchive on OS XBen Gamari2016-11-113-7/+20
* Revert "Refactor CallStack defaulting slightly"Simon Peyton Jones2016-11-111-35/+39
* Revert "Pass -no-pie to GCC"Ben Gamari2016-11-105-44/+0
* Prevent GND from inferring an instance context for method-less classesRyan Scott2016-11-1011-22/+60
* Update user's guide after D2490Thomas Winant2016-11-101-3/+8
* rts/linker: Move loadArchive to new source fileBen Gamari2016-11-103-526/+567
* rts: Add api to pin a thread to a numa node but without fixing a capabilityDarshan Kapashi2016-11-102-5/+37
* Read parentheses betterDavid Feuer2016-11-101-7/+24
* Add Richard Eisenberg's new email to mailmapBen Gamari2016-11-101-1/+2
* testsuite: Update allocation numbers for T5631Ben Gamari2016-11-101-1/+3
* Pass -no-pie to GCCBen Gamari2016-11-105-0/+44
* configure: Pass HC_OPTS_STAGEx to build systemBen Gamari2016-11-102-0/+7
* build system: Include CONF_LD_LINKER_OPTS in ALL_LD_OPTSBen Gamari2016-11-102-7/+22
* ghc-cabal: Use correct name of linker flags env variableBen Gamari2016-11-101-1/+1
* Refactor CallStack defaulting slightlySimon Peyton Jones2016-11-101-39/+35
* Refactoring of mkNewTypeEqnSimon Peyton Jones2016-11-101-18/+19
* Adapt the (commented out) pprTrace in OccurAnalSimon Peyton Jones2016-11-101-2/+3
* Fix comment about pointer taggingAlex Biehl2016-11-101-1/+1
* Update 8.0.2 release notes for #12784Ryan Scott2016-11-071-0/+4
* Fix hs_try_putmvar003 (#12800)Simon Marlow2016-11-071-1/+1
* Fix broken validate build.Tamar Christina2016-11-061-1/+1
* Some minor linker cleanups.Tamar Christina2016-11-063-5/+4
* Describe symptoms of (and the cure for) #12768 in 8.0.2 release notesRyan Scott2016-11-061-0/+17
* Allow GeneralizedNewtypeDeriving for classes with associated type familiesRyan Scott2016-11-0620-90/+569
* Add tracing infrastructure to pattern match checkerMatthew Pickering2016-11-065-4/+75
* Stop -dno-debug-output suppressing -ddump-tc-traceMatthew Pickering2016-11-062-7/+9
* Update release notes for type sigs in TH patterns patchMatthew Pickering2016-11-051-0/+2
* Handle types w/ type variables in signatures inside patterns (DsMeta)Mikhail Vorozhtsov2016-11-0511-24/+101
* Take account of injectivity when doing fundepsSimon Peyton Jones2016-11-047-33/+94
* Remove a debug traceSimon Peyton Jones2016-11-041-1/+0
* Add comments from Trac #12768Simon Peyton Jones2016-11-041-0/+28
* Omit unnecessary linker flagsSimon Marlow2016-11-033-27/+2
* API Annotations: make all ModuleName LocatedAlan Zimmerman2016-11-0312-27/+23
* Add test for #12788Ryan Scott2016-11-034-0/+36
* testsuite: Update T10858 allocationsBen Gamari2016-11-021-1/+1
* Merge cpe_ExprIsTrivial and exprIsTrivialBen Gamari2016-11-022-28/+76
* Add testcase for #12757Ben Gamari2016-11-023-0/+33
* Add notes describing SRT conceptsBen Gamari2016-11-022-1/+40
* Hoopl/Dataflow: make the module more self-containedMichal Terepeta2016-11-025-52/+82
* linker: Move ARM interworking note to SymbolExtras.cBen Gamari2016-11-022-24/+28
* linker: Split ELF implementation into separate source fileBen Gamari2016-11-024-1709/+1743
* linker: Split MachO implementation into new source fileBen Gamari2016-11-023-1226/+1266
* linker: Split PEi386 implementation into new source fileBen Gamari2016-11-024-1717/+1798
* Shuffle declarations into LinkerInternals.hBen Gamari2016-11-023-30/+37
* linker: Split symbol extras logic into new source fileBen Gamari2016-11-023-200/+240