summaryrefslogtreecommitdiff
path: root/compiler/codeGen/StgCmmPrim.hs
Commit message (Expand)AuthorAgeFilesLines
* Different implementation of MkGraphSimon Marlow2012-01-251-22/+22
* Add new primtypes 'ArrayArray#' and 'MutableArrayArray#'Manuel M T Chakravarty2011-12-071-2/+7
* Code generation: Always ask for result of newSparkPeter Wortmann2011-12-051-1/+2
* Further tweaks to the ccs primopsSimon Marlow2011-11-301-1/+8
* Add a new primop: getCCCS# :: State# s -> (# State# s, Addr# #)Simon Marlow2011-11-291-0/+3
* fix profiling bug in copyArray#/cloneArray# (cgrun068(profasm) segfault)Simon Marlow2011-11-141-1/+1
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Handle HValues slightly nicerIan Lynagh2011-10-031-1/+1
* Snapshot of codegen refactoring to share with simonpjSimon Marlow2011-08-251-2/+1
* Add popCnt# primopJohan Tibell2011-08-161-0/+14
* Port 'Add two new primops seq# and spark#' (be54417) to new codegen.Edward Z. Yang2011-07-071-0/+12
* codeGen: Make emitCopyByteArray less pessimisticJohan Tibell2011-06-171-9/+1
* Port "Add byte array copy primops" to the new code genJohan Tibell2011-06-161-0/+57
* Port "6c7d2a9 Use the new memcpy/memmove/memset MachOps" to new codegen.Edward Z. Yang2011-06-151-37/+23
* Port "Make array copy primops inline" and related patches to new codegen.Edward Z. Yang2011-06-131-0/+209
* Fix Array sizeof primops to use the correct offset (which happens to be 0, so...Daniel Peebles2011-02-011-1/+1
* Add sizeof(Mutable)Array# primitivesDaniel Peebles2011-01-261-0/+5
* Merge in new code generator branch.Simon Marlow2011-01-241-2/+3
* FIX #38000 Store StgArrWords payload size in bytesAntoine Latter2010-01-011-6/+3
* Copying Simon M's fix for 650 to the new codegendias@cs.tufts.edu2009-12-221-2/+15
* Keep Touch'd variables live through the back enddias@cs.tufts.edu2009-09-181-4/+4
* * Refactor CLabel.RtsLabel to CLabel.CmmLabelBen.Lippmeier@anu.edu.au2009-11-061-1/+2
* Merge RtsLabelInfo.Rts* with RtsLabelInfo.Rts*FSBen.Lippmeier@anu.edu.au2009-10-181-1/+1
* Add PrimCall to the STG layer and update Core -> STG translationDuncan Coutts2009-06-091-0/+5
* Another small step: call and return conventions specified separately when mak...dias@eecs.tufts.edu2009-03-231-1/+1
* Small step toward call-conv improvement: separate out calls and returnsdias@eecs.tufts.edu2009-03-231-1/+1
* drop some debugging traces and use only one flag for new codegendias@eecs.harvard.edu2008-11-261-1/+1
* Big collection of patches for the new codegen branch.dias@eecs.harvard.edu2008-10-131-3/+5
* Merging in the new codegen branchdias@eecs.harvard.edu2008-08-141-0/+662