summaryrefslogtreecommitdiff
path: root/compiler/GHC/CmmToAsm/AArch64/CodeGen.hs
Commit message (Expand)AuthorAgeFilesLines
* Remove label style from printing contextwip/styled-labels-finalKrzysztof Gogolewski2022-08-261-2/+4
* CmmToAsm/AArch64: Sign-extend narrow C argumentsBen Gamari2022-06-281-2/+14
* CmmToAsm/AArch64: Re-format argument handling logicBen Gamari2022-06-281-5/+19
* ncg/aarch64: Fix implementation of IntMulMayOfloBen Gamari2022-06-181-1/+41
* Fix all invalid haddock comments in the compilerZubin Duggal2022-03-291-1/+1
* hi haddock: Lex and store haddock docs in interface filesZubin Duggal2022-03-231-2/+2
* Introduce alignment to CmmStoreBen Gamari2022-02-041-1/+1
* Introduce alignment in CmmLoadBen Gamari2022-02-041-1/+1
* Fix a few Note inconsistenciesBen Gamari2022-02-011-1/+2
* Fix typosKrzysztof Gogolewski2021-12-251-1/+1
* nativeGen/aarch64: Fix handling of subword valuesBen Gamari2021-12-021-80/+189
* nativeGen/aarch64: Don't rely on register width to determine amodeBen Gamari2021-12-021-12/+16
* Do not sign extend CmmInt's unless negative.Moritz Angermann2021-10-221-0/+5
* Typo [skip ci]wip/typo-cgMatthew Pickering2021-09-231-1/+1
* AArch64 NCG: Emit FABS instructions for fabsFloat# and fabsDouble#ARATA Mizuki2021-08-281-1/+15
* [AArch64/Darwin] fix packed calling conv alignmentMoritz Angermann2021-08-021-6/+38
* Add Word64#/Int64# primopsSylvain Henry2021-07-151-0/+31
* [aarch64 NCG] Add better support for sub-word primopsMoritz Angermann2021-06-231-29/+123
* Adds AArch64 Native Code GeneratorMoritz Angermann2021-06-051-0/+1358