summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/CPrim.hs
Commit message (Expand)AuthorAgeFilesLines
* Implement new CLZ and CTZ primops (re #9340)Herbert Valerio Riedel2014-08-141-0/+20
* Re-add more primops for atomic ops on byte arraysJohan Tibell2014-06-301-1/+49
* Revert "Add more primops for atomic ops on byte arrays"Johan Tibell2014-06-261-49/+1
* Add more primops for atomic ops on byte arraysJohan Tibell2014-06-241-1/+49
* Add support for byte endian swapping for Word 16/32/64.Austin Seipp2013-07-171-0/+9
* Revert "Add support for byte endian swapping for Word 16/32/64."Simon Peyton Jones2013-06-111-9/+0
* Add support for byte endian swapping for Word 16/32/64.Ian Lynagh2013-06-091-0/+9
* Implement word2Float# and word2Double#Johan Tibell2012-12-131-1/+11
* Add popCnt# primopJohan Tibell2011-08-161-0/+14