summaryrefslogtreecommitdiff
path: root/compiler/GHC/CmmToAsm/X86/CodeGen.hs
Commit message (Expand)AuthorAgeFilesLines
* compiler: Use compact representation/FastStrings for `SourceNote`sZubin Duggal2023-05-161-2/+2
* Add fused multiply-add instructionssheaf2023-05-111-13/+79
* Misc cleanupKrzysztof Gogolewski2023-04-171-1/+1
* Cmm: track the type of global registerssheaf2023-01-311-13/+14
* nativeGen/X86: MFENCE is unnecessary for release semanticsBen Gamari2023-01-181-1/+1
* Revert "NCG(x86): Compile add+shift as lea if possible."Matthew Pickering2023-01-091-36/+0
* Codegen/x86: Eliminate barrier for relaxed accessesBen Gamari2022-12-151-7/+12
* cmm: Introduce MemoryOrderingsBen Gamari2022-12-151-2/+2
* Use a more efficient printer for code generation (#21853)Krzysztof Gogolewski2022-11-111-1/+1
* Drop a kludge for binutils<2.17, which is now over 10 years old.M Farkas-Dyck2022-11-011-16/+1
* Scrub various partiality involving lists (again).M Farkas-Dyck2022-10-191-2/+2
* Fix typosEric Lindblad2022-09-141-1/+1
* Remove Outputable Char instanceKrzysztof Gogolewski2022-09-071-4/+4
* NCG(x86): Compile add+shift as lea if possible.wip/andreask/add_mul_leaAndreas Klebinger2022-08-081-0/+36
* codeGen/X86: Don't clobber switch variable in switch generationBen Gamari2022-08-051-2/+3
* Don't assume that labels are 32-bit on WindowsBen Gamari2022-04-061-10/+17
* Refactor is32BitLit to take Platform rather than BoolBen Gamari2022-04-061-37/+33
* Generate LEA for label expressionsBen Gamari2022-04-061-0/+16
* nativeGen/x86: Use %rip-relative addressingBen Gamari2022-04-061-8/+49
* codeGen: Fix signedness of jump table indexingBen Gamari2022-03-181-6/+40
* NCG: inline some 64-bit primops on x86/32-bit (#5444)Sylvain Henry2022-02-231-21/+256
* NCG: refactor the way registers are handledSylvain Henry2022-02-231-137/+91
* NCG: refactor X86 codegenSylvain Henry2022-02-231-932/+1054
* StgToCmm: Get rid of GHC.Driver.Session importsJohn Ericson2022-02-081-1/+0
* Fix some notesMatthew Pickering2022-02-081-1/+1
* Introduce alignment to CmmStoreBen Gamari2022-02-041-1/+1
* Introduce alignment in CmmLoadBen Gamari2022-02-041-24/+24
* Fix a few Note inconsistenciesBen Gamari2022-02-011-8/+4
* nativeGen/x86: Don't encode large shift offsetsBen Gamari2021-12-021-1/+10
* i386: fix codegen of 64-bit comparisonsSylvain Henry2021-11-061-14/+21
* Rectifying COMMENT and `mkComment` across platforms to work with SDocBenjamin Maurer2021-09-291-1/+1
* ncg: Kill incorrect unreachable codeBen Gamari2021-09-111-3/+3
* PrimOps: Add CAS op for all int sizesPeter Trommler2021-08-021-2/+5
* Fix #19931John Ericson2021-07-211-2/+9
* Add Word64#/Int64# primopsSylvain Henry2021-07-151-0/+30
* Fix #19889 - Invalid BMI2 instructions generated.wip/andreask/bim-fixAndreas Klebinger2021-07-061-23/+21
* Cmm: fix sinking after suspendThreadSylvain Henry2021-05-191-0/+3
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+0
* Fully remove HsVersions.hSylvain Henry2021-05-121-2/+0
* Replace CPP assertions with Haskell functionsSylvain Henry2021-05-121-13/+15
* Replace (ptext .. sLit) with `text`Sylvain Henry2021-04-291-9/+9
* Re-export GHC.Bits from GHC.Prelude with custom shift implementation.Andreas Klebinger2021-04-091-1/+0
* Transfer tickish things to GHC.Types.TickishLuite Stegeman2021-03-201-1/+1
* Save the type of breakpoints in the Breakpoint tick in STGLuite Stegeman2021-03-201-1/+1
* Require GHC 8.10 as the minimum compiler for bootstrappingRyan Scott2021-03-091-7/+0
* Fix typosBrian Wignall2021-02-061-1/+1
* Add Addr# atomic primops (#17751)Sylvain Henry2020-11-161-5/+5
* 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-041-14/+84
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-011-20/+21