summaryrefslogtreecommitdiff
path: root/compiler/cmm/CmmType.hs
Commit message (Expand)AuthorAgeFilesLines
* cmm: Remove unnecessary HsVersion.h includesMichal Terepeta2018-02-061-3/+0
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Fix Ticky histogram on WindowsTamar Christina2016-06-091-11/+5
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-181-3/+3
* catch some recent typosGabor Greif2014-12-081-1/+1
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-0/+1
* Add Cmm support for 512-bit-wide values.Geoffrey Mainland2013-09-221-2/+9
* Add Cmm support for 256-bit-wide values.Geoffrey Mainland2013-09-221-2/+9
* ticky enhancementsNicolas Frisby2013-03-291-0/+6
* Add Cmm support for representing 128-bit-wide SIMD vectors.Geoffrey Mainland2013-02-011-13/+73
* Produce new-style Cmm from the Cmm parserSimon Marlow2012-10-081-1/+17
* Add the necessary REP_* constants to platformConstantsIan Lynagh2012-09-191-0/+23
* Remove some CPPIan Lynagh2012-09-171-15/+12
* Move wORD_SIZE into platformConstantsIan Lynagh2012-09-161-13/+12
* Pass DynFlags down to wordWidthIan Lynagh2012-09-121-6/+7
* Pass DynFlags down to gcWordIan Lynagh2012-09-121-2/+2
* Pass DynFlags down to bWordIan Lynagh2012-09-121-7/+7
* Pass Platform down to halfWordMaskIan Lynagh2012-09-101-4/+5
* Pass Platform down to halfWordWidthIan Lynagh2012-09-101-8/+15
* Add a Word add-with-carry primopIan Lynagh2012-02-231-0/+6
* comment updatesSimon Marlow2011-06-281-9/+5
* Merge in new code generator branch.Simon Marlow2011-01-241-0/+318