summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix #20959wip/dump-cafsBen Gamari2022-03-112-44/+86
* IPE: dumpAllInfoTablesBen Gamari2022-02-162-0/+42
* Introduce ip_STACK_FRAMEBen Gamari2022-02-152-66/+68
* IPE: Don't export traceBen Gamari2022-02-152-16/+11
* rts: Mark closureFlags array as constBen Gamari2022-02-152-2/+2
* Refactor handling of global initializersBen Gamari2022-02-1512-88/+253
* (#21044) Documented arithmetic functions in base.nikshalark2022-02-134-4/+264
* configure: Fix result reporting of adjustors method checkBen Gamari2022-02-131-1/+2
* adjustors/NativeAmd64Mingw: Use AdjustorPoolBen Gamari2022-02-134-151/+189
* adjustors/NativeAmd64: Use AdjustorPoolBen Gamari2022-02-134-124/+160
* Introduce initAdjustorsBen Gamari2022-02-138-5/+22
* rts: Initial commit of AdjustorPoolBen Gamari2022-02-134-0/+365
* rts/adjustor: Split Windows path out of NativeAmd64Ben Gamari2022-02-134-165/+229
* rts: Drop DEC Alpha adjustor implementationBen Gamari2022-02-131-107/+0
* rts/Adjustor: Ensure that allocateExecPage succeededBen Gamari2022-02-134-0/+27
* Only check the exit code in derefnull & divbyzero tests on OpenBSDGreg Steuck2022-02-123-2/+4
* Tag inference work.Andreas Klebinger2022-02-1288-310/+3093
* Fix documentation about Word64Rep/Int64Rep (#16964)Sylvain Henry2022-02-111-2/+2
* testsuite: Make sure all tests trigger ghc rebuildMatthew Pickering2022-02-112-2/+2
* Make sure all platforms have a release jobMatthew Pickering2022-02-111-20/+24
* Decrease the size of the LargeRecord testsheaf2022-02-111-30/+0
* Refine tcSemigroupWarnings to work in ghc-primMatthew Pickering2022-02-101-4/+7
* Fix copy-pasto in prof-late-ccs docsMatthew Pickering2022-02-101-2/+2
* eventlog: Fix size of TICKY_COUNTER_BEGIN_SAMPLEMatthew Pickering2022-02-101-1/+1
* eventlog: Delete misleading comment in gen_event_types.pyMatthew Pickering2022-02-101-2/+0
* eventlog: Fix event type of MEM_RETURNMatthew Pickering2022-02-101-1/+1
* eventlog: Fix event type of EVENT_IPEMatthew Pickering2022-02-101-1/+1
* Add metadata to integer-gmp.cabalMorrow2022-02-101-0/+8
* Bump Cabal submoduleBen Gamari2022-02-108-20/+18
* ghc-boot: Simplify writePackageDb permissions handlingDaniel Gröber2022-02-101-23/+16
* linker/PEi386: Make addLibrarySearchPath long-path awareBen Gamari2022-02-101-15/+3
* PEi386: Drop Windows Vista fallback in addLibrarySearchPathBen Gamari2022-02-101-52/+3
* Docs:Mention that safe calls don't keep their arguments alive.Andreas Klebinger2022-02-101-2/+9
* Add late cost centre supportAndreas Klebinger2022-02-1017-6/+157
* Add some perf tests for coercionssheaf2022-02-099-0/+1189
* rts/mmap: Refactor mmapForLinkerBen Gamari2022-02-092-113/+124
* linker: Don't use MAP_FIXEDBen Gamari2022-02-091-7/+4
* rts/linker/MMap: Use MemoryAccess in mmapForLinkerBen Gamari2022-02-095-24/+42
* rts/linker: Drop dead IA64 codeBen Gamari2022-02-091-6/+0
* rts: Move mmapForLinker and friends to linker/MMap.cBen Gamari2022-02-0911-341/+377
* rts: Rename MemoryMap.[ch] -> ReportMemoryMap.[ch]Ben Gamari2022-02-095-4/+4
* Include ru_name in toHsRule messageZiyang Liu2022-02-092-11/+9
* ByteCode: avoid out-of-bound readSylvain Henry2022-02-091-5/+15
* NCG: minor code factorizationSylvain Henry2022-02-092-51/+35
* driver: Filter out our own boot module in hptSomeThingsBelowMatthew Pickering2022-02-091-2/+5
* Rename -merge-objs flag to --merge-objsBen Gamari2022-02-094-4/+4
* Add test for #21037sheaf2022-02-092-0/+25
* Look through untyped TH splices in tcInferAppHead_maybeRyan Scott2022-02-094-13/+43
* Fix a portability issue in m4/find_llvm_prog.m4PHO2022-02-091-1/+1
* Implement System.Environment.getExecutablePath for NetBSDPHO2022-02-092-6/+14