summaryrefslogtreecommitdiff
path: root/compiler/codeGen/StgCmmExpr.hs
Commit message (Expand)AuthorAgeFilesLines
...
* Snapshot of codegen refactoring to share with simonpjSimon Marlow2011-08-251-1/+1
* Fix the buildIan Lynagh2011-07-081-4/+5
* Port 'Add two new primops seq# and spark#' (be54417) to new codegen.Edward Z. Yang2011-07-071-0/+20
* Merge in new code generator branch.Simon Marlow2011-01-241-5/+4
* Remove unnecessary importsIan Lynagh2010-10-261-1/+0
* Follow GHC.Bool/GHC.Types mergeIan Lynagh2010-10-231-2/+2
* Better error checking and code cleanupdias@cs.tufts.edu2009-12-221-6/+5
* unused named variablesdias@cs.tufts.edu2009-12-181-2/+2
* missed a case in a previous fixdias@cs.tufts.edu2009-12-171-4/+26
* Loop problems in native back ends, update to T3286 fixdias@cs.tufts.edu2009-11-051-1/+1
* Fix for T3286 in new codegen (related to T3132); plus formattingdias@cs.tufts.edu2009-09-181-15/+38
* Remove old 'foreign import dotnet' codeSimon Marlow2009-07-271-1/+0
* Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263Max Bolingbroke2009-07-011-2/+2
* Add missing StgPrimCallOp case to isSimpleOpIan Lynagh2009-06-111-0/+1
* Calls with and without passing node arguments more clearly separateddias@eecs.tufts.edu2009-03-231-3/+3
* Another small step: call and return conventions specified separately when mak...dias@eecs.tufts.edu2009-03-231-1/+2
* Small step toward call-conv improvement: separate out calls and returnsdias@eecs.tufts.edu2009-03-231-1/+1
* Calling convention bug and cleanupdias@eecs.tufts.edu2009-03-171-2/+0
* A few bug fixes; some improvements spurred by paper writingdias@eecs.harvard.edu2009-03-031-21/+32
* Use DynFlags to work out if we are doing ticky ticky profilingIan Lynagh2008-12-181-2/+3
* drop some debugging traces and use only one flag for new codegendias@eecs.harvard.edu2008-11-261-1/+1
* Removed warnings, made Haddock happy, added examples in documentationdias@eecs.harvard.edu2008-10-171-15/+88
* Don't adjust hp up when the case scrutinee won't allocatedias@eecs.harvard.edu2008-10-141-6/+6
* Big collection of patches for the new codegen branch.dias@eecs.harvard.edu2008-10-131-46/+80
* Merging in the new codegen branchdias@eecs.harvard.edu2008-08-141-0/+451