summaryrefslogtreecommitdiff
path: root/compiler/GHC/CmmToAsm
Commit message (Expand)AuthorAgeFilesLines
* Fix #19931John Ericson2021-07-213-7/+28
* Add Word64#/Int64# primopsSylvain Henry2021-07-154-0/+124
* Fix #19889 - Invalid BMI2 instructions generated.wip/andreask/bim-fixAndreas Klebinger2021-07-062-24/+26
* [aarch64 NCG] Add better support for sub-word primopsMoritz Angermann2021-06-233-35/+150
* Put tracing functions into their own moduleSylvain Henry2021-06-221-11/+7
* PPC NCG: Fix panic in linear register allocatorPeter Trommler2021-06-161-1/+1
* Make Logger independent of DynFlagsSylvain Henry2021-06-071-0/+4
* Adds AArch64 Native Code GeneratorMoritz Angermann2021-06-0525-86/+3345
* Use GHC's State monad consistentlyBen Gamari2021-05-291-1/+1
* Split GHC.Utils.Monad.State into .Strict and .LazyBen Gamari2021-05-296-6/+6
* PPC NCG: Fix unsigned compare with 16-bit constantsPeter Trommler2021-05-191-1/+2
* Cmm: fix sinking after suspendThreadSylvain Henry2021-05-193-0/+9
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-1221-25/+12
* Fully remove HsVersions.hSylvain Henry2021-05-1219-39/+0
* Replace CPP assertions with Haskell functionsSylvain Henry2021-05-124-24/+28
* Replace (ptext .. sLit) with `text`Sylvain Henry2021-04-2912-611/+608
* Enhance pretty-printing perfSylvain Henry2021-04-101-31/+40
* Re-export GHC.Bits from GHC.Prelude with custom shift implementation.Andreas Klebinger2021-04-0910-10/+0
* CmmToAsm.Reg.Linear: oneShot-ify RegMwip/ncg-perfBen Gamari2021-03-241-16/+22
* CmmToAsm.Reg.Linear: Use concat rather than repeated (++)Ben Gamari2021-03-241-2/+1
* PPC NCG: Fix int to float conversionPeter Trommler2021-03-231-6/+26
* Transfer tickish things to GHC.Types.TickishLuite Stegeman2021-03-203-3/+3
* remove superfluous 'id' type parameter from GenTickishLuite Stegeman2021-03-201-2/+2
* Save the type of breakpoints in the Breakpoint tick in STGLuite Stegeman2021-03-203-3/+3
* CmmtoAsm.Reg.Linear: Rewrite processBen Gamari2021-03-171-33/+29
* CmmToAsm.Reg.Linear: Make linearRA body a join pointBen Gamari2021-03-171-19/+17
* Eliminate selector thunk allocationsBen Gamari2021-03-171-1/+1
* Require GHC 8.10 as the minimum compiler for bootstrappingRyan Scott2021-03-091-7/+0
* Implement riscv64 LLVM backendAndreas Schwab2021-03-054-0/+10
* Fix array and cleanup conversion primops (#19026)Sylvain Henry2021-03-031-8/+6
* PPC NCG: print procedure end label for debugPeter Trommler2021-02-171-5/+11
* Drop GHC_LOADED_IN_GHCIBen Gamari2021-02-141-12/+0
* Fix typosBrian Wignall2021-02-063-3/+3
* Add explicit import lists to Data.List importsOleg Grenrus2021-01-295-5/+5
* RegAlloc: Add missing raPlatformfield to RegAllocStatsSpillAndreas Klebinger2020-11-262-2/+7
* [Sized Cmm] properly retain sizes.Moritz Angermann2020-11-261-3/+11
* dwarf: Apply info table offset consistentlyBen Gamari2020-11-211-5/+19
* Add Addr# atomic primops (#17751)Sylvain Henry2020-11-161-5/+5
* AArch64/arm64 adjustmentsMoritz Angermann2020-11-154-10/+10
* nativeGen/dwarf: Use DW_AT_linkage instead of DW_AT_MIPS_linkageBen Gamari2020-11-152-3/+3
* nativeGen/dwarf: Only produce DW_AT_source_note DIEs in -g3Ben Gamari2020-11-152-5/+9
* nativeGen/dwarf: Fix procedure end addressesBen Gamari2020-11-153-15/+25
* codeGen: Produce local symbols for module-internal functionsBen Gamari2020-11-113-2/+15
* Move this_module into NCGConfigBen Gamari2020-11-113-32/+29
* Don't use LEA with 8-bit registers (#18614)Sylvain Henry2020-11-041-2/+6
* NCG: Fix 64bit int comparisons on 32bit x86Andreas Klebinger2020-11-042-30/+100
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-016-85/+76
* Lint the compiler for extraneous LANGUAGE pragmasHécate2020-10-105-19/+15
* rts: fix race condition in StgCRunTamar Christina2020-10-091-2/+3
* WinIO: Small changes related to atomic request swaps.Andreas Klebinger2020-10-071-0/+2