summaryrefslogtreecommitdiff
path: root/compiler/GHC/CmmToAsm/SPARC
Commit message (Expand)AuthorAgeFilesLines
* Rectifying COMMENT and `mkComment` across platforms to work with SDocBenjamin Maurer2021-09-293-6/+10
* Move `/includes` to `/rts/include`, sort per package betterJohn Ericson2021-08-091-1/+1
* Fix #19931John Ericson2021-07-211-2/+10
* Add Word64#/Int64# primopsSylvain Henry2021-07-151-0/+30
* Adds AArch64 Native Code GeneratorMoritz Angermann2021-06-051-4/+4
* Cmm: fix sinking after suspendThreadSylvain Henry2021-05-191-0/+3
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-123-3/+2
* Fully remove HsVersions.hSylvain Henry2021-05-123-6/+0
* Replace (ptext .. sLit) with `text`Sylvain Henry2021-04-292-134/+127
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-011-5/+3
* Generalize OutputablePSylvain Henry2020-09-171-1/+4
* Introduce OutputablePSylvain Henry2020-09-175-185/+188
* PPC and X86: Portable printing of IEEE floatsPeter Trommler2020-08-261-0/+22
* DynFlags: refactor GHC.CmmToAsm (#17957, #10143)Sylvain Henry2020-08-186-68/+58
* DynFlags: disentangle OutputableSylvain Henry2020-08-1212-4/+12
* Fix duplicated words and typos in comments and user guideJan Hrček2020-06-281-1/+1
* Clean up haddock hyperlinks of GHC.* (part2)Takenobu Tani2020-06-251-1/+1
* winio: Add Atomic Exchange PrimOp and implement Atomic Ptr exchanges.Tamar Christina2020-06-141-0/+1
* Clarify leaf module names for new module hierarchyTakenobu Tani2020-06-101-1/+1
* Modify file paths to module paths for new module hierarchyTakenobu Tani2020-06-011-1/+1
* Clean up file paths for new module hierarchyTakenobu Tani2020-06-011-1/+1
* Remove further dead code found by a simple Python script.Brian Foley2020-05-081-27/+0
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-2617-42/+42
* CmmToAsm DynFlags refactoring (#17957)Sylvain Henry2020-04-211-5/+4
* Refactor CmmStaticsSylvain Henry2020-04-034-9/+9
* Move blob handling into StgToCmmSylvain Henry2020-04-031-3/+5
* Modules: Types (#13009)Sylvain Henry2020-03-293-3/+3
* Refactoring: use Platform instead of DynFlags when possibleSylvain Henry2020-03-196-55/+51
* Refactor CmmToAsm (disentangle DynFlags)Sylvain Henry2020-03-155-60/+51
* Modules: CmmToAsm (#13009)Sylvain Henry2020-02-2418-0/+3912