summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/SPARC/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Modules: Driver (#13009)Sylvain Henry2020-02-213-3/+3
* Do CafInfo/SRT analysis in CmmÖmer Sinan Ağacan2020-01-312-3/+3
* Disable two warnings for files that trigger themTom Ellis2020-01-271-0/+2
* Module hierarchy: Cmm (cf #13009)Sylvain Henry2020-01-258-9/+9
* Fix typos, using Wikipedia list of common typosBrian Wignall2019-11-281-1/+1
* Module hierarchy: StgToCmm (#13009)Sylvain Henry2019-09-101-1/+1
* Remove unused imports of the form 'import foo ()' (Fixes #17065)James Foster2019-08-154-4/+3
* Move 'Platform' to ghc-bootJohn Ericson2019-06-191-1/+1
* SPARC nativeGen: Support for MO_SS_Conv_W32_W64Peter Trommler2018-03-191-0/+18
* Get rid of some stuttering in comments and docsGabor Greif2017-12-191-1/+1
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-197-0/+14
* Nix typo and redundant where-clausesRyan Scott2017-01-251-2/+0
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-34/+31
* Implement function-sections for Haskell code, #8405Simon Brenner2015-11-121-2/+2
* Fix todo in compiler/nativeGen: Rename Size to Formatmarkus2015-07-076-49/+49
* nativeGen: detabify/dewhitespace SPARC/CodeGen/BaseAustin Seipp2014-07-201-53/+41
* nativeGen: detabify/dewhitespace SPARC/CodeGen/Gen32Austin Seipp2014-07-201-373/+361
* nativeGen: detabify/dewhitespace SPARC/CodeGen/SanityAustin Seipp2014-07-201-53/+42
* nativeGen: detabify/dewhitespace SPARC/CodeGen/ExpandAustin Seipp2014-07-201-106/+91
* nativeGen: detabify/dewhitespace SPARC/CodeGen/AmodeAustin Seipp2014-07-201-23/+15
* nativeGen: detabify/dewhitespace SPARC/CodeGen/CondCodeAustin Seipp2014-07-201-29/+21
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-156-6/+6
* Fix a popular typo in commentsGabor Greif2014-02-011-1/+1
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-016-6/+6
* Remove dead codeJan Stolarek2013-09-101-0/+1
* Remove tabs (M-x untabify)Gabor Greif2013-04-071-99/+91
* Fix typosGabor Greif2013-04-071-1/+1
* Remove OldCmm, convert backends to consume new CmmSimon Marlow2012-11-128-10/+9
* Attach global register liveness info to Cmm procedures.Geoffrey Mainland2012-10-301-2/+2
* Pass DynFlags down to bWordIan Lynagh2012-09-124-12/+17
* Move more code into codeGen/CodeGen/Platform.hsIan Lynagh2012-08-282-7/+11
* Remove some more Platform argumentsIan Lynagh2012-06-131-4/+2
* Remove PlatformOutputableIan Lynagh2012-06-133-10/+6
* Define a quotRem CallishMachOp; fixes #5598Ian Lynagh2012-02-141-343/+0
* de-tabbed the hs-boot filesIan Lynagh2012-01-261-9/+2
* Make getDynFlags* functions use HasDynFlags/getDynFlags tooIan Lynagh2011-12-193-6/+6
* Tabs -> SpacesDavid Terei2011-11-221-184/+178
* Explicitly handle unsupported Cmm prim ops.David Terei2011-11-221-2/+5
* Use -fwarn-tabs when validatingIan Lynagh2011-11-049-0/+63
* More CPP removal: pprDynamicLinkerAsmLabel in CLabelIan Lynagh2011-10-022-3/+7
* Renaming onlySimon Peyton Jones2011-08-251-1/+1
* Add popCnt# primopJohan Tibell2011-08-161-0/+3
* Remove more defaultTargetPlatform usesIan Lynagh2011-07-152-11/+17
* More work towards cross-compilationIan Lynagh2011-07-151-6/+8
* Refactoring: use a structured CmmStatics type rather than [CmmStatic]Max Bolingbroke2011-07-052-7/+5
* Remove type synonyms for CmmFormals, CmmActuals (and hinted versions).Edward Z. Yang2011-06-131-3/+3
* Fix some validation errorsDavid Terei2011-05-311-2/+2
* Add new mem{cpy,set,move} cmm prim ops.David Terei2011-05-311-8/+22
* Merge in new code generator branch.Simon Marlow2011-01-249-16/+17
* Add new LLVM code generator to GHC. (Version 2)David Terei2010-06-151-5/+6