summaryrefslogtreecommitdiff
path: root/compiler/cmm/PprC.hs
Commit message (Expand)AuthorAgeFilesLines
* Add support for prefetch with locality levels.Austin Seipp2013-10-011-1/+3
* SIMD primops are now generated using schemas that are polymorphic inGeoffrey Mainland2013-09-221-0/+9
* Fix AMP warnings.Austin Seipp2013-09-111-0/+9
* Add basic support for GHCJSAustin Seipp2013-09-061-0/+1
* Add support for byte endian swapping for Word 16/32/64.Austin Seipp2013-07-171-0/+1
* Revert "Add support for byte endian swapping for Word 16/32/64."Simon Peyton Jones2013-06-111-1/+0
* Add support for byte endian swapping for Word 16/32/64.Ian Lynagh2013-06-091-0/+1
* In CMM, only allow foreign calls to labels, not arbitrary expressionsIan Lynagh2013-04-241-23/+11
* Add prefetch primops.Geoffrey Mainland2013-02-011-0/+1
* Add support for passing SSE vectors in registers.Geoffrey Mainland2013-02-011-0/+9
* Add the Int32X4# primitive type and associated primops.Paul Monday2013-02-011-0/+26
* Add the Float32X4# primitive type and associated primops.Geoffrey Mainland2013-02-011-0/+30
* Add Cmm support for representing 128-bit-wide SIMD vectors.Geoffrey Mainland2013-02-011-0/+2
* hopefully fix #7620Simon Marlow2013-01-291-2/+5
* Implement word2Float# and word2Double#Johan Tibell2012-12-131-0/+1
* Pessimistically assume that unknown arches can't do unaligned loadsIan Lynagh2012-12-071-0/+3
* C backend: put the entry block firstSimon Marlow2012-11-191-1/+1
* C backend: ignore MO_TouchSimon Marlow2012-11-161-0/+2
* fix syntax error in generated C (#7407)Simon Marlow2012-11-161-2/+2
* Tell the compiler about alpha, mipseb and mipsel again; fixes #7339Ian Lynagh2012-11-131-0/+3
* Fix warningsSimon Marlow2012-11-121-0/+3
* Remove OldCmm, convert backends to consume new CmmSimon Marlow2012-11-121-62/+69
* Attach global register liveness info to Cmm procedures.Geoffrey Mainland2012-10-301-1/+1
* Some alpha renamingIan Lynagh2012-10-161-1/+1
* Produce new-style Cmm from the Cmm parserSimon Marlow2012-10-081-1/+0
* Remove some uses of the WORDS_BIGENDIAN CPP symbolIan Lynagh2012-09-181-7/+5
* Move more constants to platformConstantsIan Lynagh2012-09-161-6/+5
* Move wORD_SIZE into platformConstantsIan Lynagh2012-09-161-10/+10
* Pass DynFlags down to wordWidthIan Lynagh2012-09-121-69/+79
* Pass DynFlags down to bWordIan Lynagh2012-09-121-12/+18
* New codegen: do not split proc-points when using the NCGSimon Marlow2012-07-301-2/+2
* GHC 7.4 is now required for building HEADIan Lynagh2012-07-201-4/+0
* Remove redundant Platform arguments in cmm/PprC.hsIan Lynagh2012-07-191-140/+137
* Pass DynFlags down to printForC and printForAsmIan Lynagh2012-06-111-1/+1
* Cast memory primops in the C backend (#5976)Paolo Capriotti2012-05-021-16/+25
* Add a quotRemWord2 primopIan Lynagh2012-04-211-5/+6
* Fix PprC for 64bit platforms with 32bit long'sIan Lynagh2012-03-151-4/+5
* Fix the unregisterised build; fixes #5901Ian Lynagh2012-02-271-4/+10
* Add a 2-word-multiply operatorIan Lynagh2012-02-241-0/+1
* Add a Word add-with-carry primopIan Lynagh2012-02-231-5/+4
* Add a primop for unsigned quotRem; part of #5598Ian Lynagh2012-02-171-0/+1
* Define a quotRem CallishMachOp; fixes #5598Ian Lynagh2012-02-141-1/+9
* Track STG live register information for use in LLVMDavid Terei2012-01-091-2/+2
* Remove unused arg field of CmmReturnDavid Terei2012-01-051-1/+1
* Remove unused argument field on CmmJumpDavid Terei2012-01-051-2/+2
* Fix for unregisterised compilation: isStrangeTypeGlobal CCCS = TrueSimon Marlow2012-01-051-0/+2
* Fix the C backend after making CCCS an STG registerSimon Marlow2012-01-031-0/+1
* Remove old mangler commentDavid Terei2011-12-031-3/+0
* Get rid of the "safety" field of CmmCall (OldCmm)Simon Marlow2011-11-291-10/+10
* Implement a capi calling convention; fixes #2979Ian Lynagh2011-11-281-0/+1