summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/SPARC/CodeGen/Gen32.hs
Commit message (Expand)AuthorAgeFilesLines
* Modules: Driver (#13009)Sylvain Henry2020-02-211-1/+1
* Do CafInfo/SRT analysis in CmmÖmer Sinan Ağacan2020-01-311-2/+2
* Module hierarchy: Cmm (cf #13009)Sylvain Henry2020-01-251-1/+1
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Nix typo and redundant where-clausesRyan Scott2017-01-251-2/+0
* Implement function-sections for Haskell code, #8405Simon Brenner2015-11-121-2/+2
* Fix todo in compiler/nativeGen: Rename Size to Formatmarkus2015-07-071-32/+32
* nativeGen: detabify/dewhitespace SPARC/CodeGen/Gen32Austin Seipp2014-07-201-373/+361
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-1/+1
* Fix a popular typo in commentsGabor Greif2014-02-011-1/+1
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-1/+1
* Remove OldCmm, convert backends to consume new CmmSimon Marlow2012-11-121-1/+1
* Pass DynFlags down to bWordIan Lynagh2012-09-121-5/+7
* Move more code into codeGen/CodeGen/Platform.hsIan Lynagh2012-08-281-2/+5
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Refactoring: use a structured CmmStatics type rather than [CmmStatic]Max Bolingbroke2011-07-051-6/+4
* Merge in new code generator branch.Simon Marlow2011-01-241-6/+6
* SPARC NCG: Add jumps to end of blocks when working out condition codesBen.Lippmeier@anu.edu.au2009-02-231-15/+39
* SPARC NCG: Unsigned comparisons are unsignedBen.Lippmeier@anu.edu.au2009-02-171-4/+4
* SPARC NCG: Fix word size conversionsBen.Lippmeier@anu.edu.au2009-02-171-24/+69
* SPARC NCG: Split up into chunks, and fix warnings.Ben.Lippmeier@anu.edu.au2009-02-161-0/+625