summaryrefslogtreecommitdiff
path: root/compiler/cmm/PprCmmExpr.hs
Commit message (Expand)AuthorAgeFilesLines
* Revert "Add support for SIMD operations in the NCG"Ben Gamari2019-07-161-3/+3
* Add support for SIMD operations in the NCGAbhiroop Sarkar2019-07-031-3/+3
* Also suppress uniques in cmm dumps with `-dsuppress-uniques`.klebinger.andreas@gmx.at2018-06-041-2/+7
* Allow CmmLabelDiffOff with different widthsSimon Marlow2018-05-161-1/+1
* Fix references to cminusminus.orgBen Gamari2018-01-181-2/+2
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Remove StgRubbishArg and CmmArgÖmer Sinan Ağacan2016-08-101-9/+0
* Implement unboxed sum primitive typeÖmer Sinan Ağacan2016-07-211-0/+9
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-181-25/+24
* cmm: Expose machine's stack and return address registerBen Gamari2015-11-011-0/+2
* Pass 512-bit-wide vectors in registers.Geoffrey Mainland2013-09-221-0/+1
* Pass 256-bit-wide vectors in registers.Geoffrey Mainland2013-09-221-0/+1
* Add support for passing SSE vectors in registers.Geoffrey Mainland2013-02-011-0/+1
* Add Cmm support for representing 128-bit-wide SIMD vectors.Geoffrey Mainland2013-02-011-0/+1
* Remove OldCmm, convert backends to consume new CmmSimon Marlow2012-11-121-1/+0
* Pass DynFlags down to wordWidthIan Lynagh2012-09-121-2/+3
* Pass DynFlags down to bWordIan Lynagh2012-09-121-2/+3
* Move -fno-warn-orphan flag into individual modulesIan Lynagh2012-07-151-0/+1
* Merge remote-tracking branch 'origin/master' into newcgSimon Marlow2012-07-041-64/+53
|\
| * Remove some more redundant Platform argumentsIan Lynagh2012-06-201-28/+27
| * Remove some redundant Platform argumentsIan Lynagh2012-06-201-13/+12
| * Fix whitespace in cmm/PprCmmExpr.hsIan Lynagh2012-06-201-24/+17
| * Remove PlatformOutputableIan Lynagh2012-06-131-7/+5
* | New stack layout algorithmSimon Marlow2012-02-081-6/+2
|/
* Make profiling work with multiple capabilities (+RTS -N)Simon Marlow2011-11-291-0/+1
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* More CPP removal: pprDynamicLinkerAsmLabel in CLabelIan Lynagh2011-10-021-42/+45
* Use double method, not the hacked rational method.David Terei2011-08-241-1/+2
* Merge in new code generator branch.Simon Marlow2011-01-241-0/+275