summaryrefslogtreecommitdiff
path: root/compiler/GHC/CmmToAsm/X86/Ppr.hs
Commit message (Expand)AuthorAgeFilesLines
* Rectifying COMMENT and `mkComment` across platforms to work with SDocBenjamin Maurer2021-09-291-1/+1
* Move `/includes` to `/rts/include`, sort per package betterJohn Ericson2021-08-091-1/+1
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+1
* Fully remove HsVersions.hSylvain Henry2021-05-121-2/+0
* Replace (ptext .. sLit) with `text`Sylvain Henry2021-04-291-205/+200
* Re-export GHC.Bits from GHC.Prelude with custom shift implementation.Andreas Klebinger2021-04-091-1/+0
* nativeGen/dwarf: Fix procedure end addressesBen Gamari2020-11-151-9/+19
* codeGen: Produce local symbols for module-internal functionsBen Gamari2020-11-111-0/+11
* Introduce OutputablePSylvain Henry2020-09-171-48/+48
* PPC and X86: Portable printing of IEEE floatsPeter Trommler2020-08-261-13/+4
* NCG: Dwarf configurationSylvain Henry2020-08-211-3/+3
* DynFlags: refactor GHC.CmmToAsm (#17957, #10143)Sylvain Henry2020-08-181-13/+9
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-0/+1
* Fix duplicated words and typos in comments and user guideJan HrĨek2020-06-281-1/+1
* Move tablesNextToCode field into PlatformSylvain Henry2020-06-181-6/+4
* winio: Add Atomic Exchange PrimOp and implement Atomic Ptr exchanges.Tamar Christina2020-06-141-0/+3
* Clarify leaf module names for new module hierarchyTakenobu Tani2020-06-101-1/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-3/+3
* Refactor CmmStaticsSylvain Henry2020-04-031-4/+4
* Move blob handling into StgToCmmSylvain Henry2020-04-031-1/+2
* Modules: Types (#13009)Sylvain Henry2020-03-291-2/+2
* Refactoring: use Platform instead of DynFlags when possibleSylvain Henry2020-03-191-5/+2
* Refactor CmmToAsm (disentangle DynFlags)Sylvain Henry2020-03-151-450/+528
* Modules: CmmToAsm (#13009)Sylvain Henry2020-02-241-0/+1014