summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/X86/CodeGen.hs
Commit message (Expand)AuthorAgeFilesLines
* When using Ivy Bridge, emit 'rep movsb' for copieswip/ermsbAustin Seipp2014-04-281-0/+33
* Add flags to control memcpy and memset inliningJohan Tibell2014-03-261-26/+30
* Add support for prefetch with locality levels.Austin Seipp2013-10-011-2/+21
* SIMD primops are now generated using schemas that are polymorphic inGeoffrey Mainland2013-09-221-0/+2
* Add support for byte endian swapping for Word 16/32/64.Austin Seipp2013-07-171-0/+24
* Fix many ASSERT uses under Clang.Austin Seipp2013-06-181-1/+1
* Revert "Add support for byte endian swapping for Word 16/32/64."Simon Peyton Jones2013-06-111-14/+0
* Add support for byte endian swapping for Word 16/32/64.Ian Lynagh2013-06-091-0/+14
* Refactor cmmMakeDynamicReferenceIan Lynagh2013-05-131-5/+4
* x86: promote arguments to C functions according to the ABI (#7383)Simon Marlow2013-02-231-6/+14
* Add prefetch primops.Geoffrey Mainland2013-02-011-0/+3
* Add support for passing SSE vectors in registers.Geoffrey Mainland2013-02-011-41/+47
* Add the Int32X4# primitive type and associated primops.Paul Monday2013-02-011-0/+18
* Add the Float32X4# primitive type and associated primops.Geoffrey Mainland2013-02-011-1/+35
* typosGabor Greif2013-01-301-1/+1
* Add preprocessor defines when SSE is enabledJohan Tibell2013-01-101-10/+2
* Implement word2Float# and word2Double#Johan Tibell2012-12-131-0/+13
* Remove OldCmm, convert backends to consume new CmmSimon Marlow2012-11-121-107/+113
* Fix typosIan Lynagh2012-11-011-2/+2
* Attach global register liveness info to Cmm procedures.Geoffrey Mainland2012-10-301-2/+2
* Cmm jumps always have live register information.Geoffrey Mainland2012-10-301-3/+2
* Some alpha renamingIan Lynagh2012-10-161-4/+4
* fix panic message typoSimon Marlow2012-09-251-1/+1
* whitespace and panic message fixupSimon Marlow2012-09-241-8/+8
* Generate better code for "if (3 <= x) then ..."Simon Marlow2012-09-241-1/+13
* Move wORD_SIZE into platformConstantsIan Lynagh2012-09-161-12/+11
* Move more constants into platformConstantsIan Lynagh2012-09-141-5/+5
* Pass DynFlags down to wordWidthIan Lynagh2012-09-121-10/+10
* Pass DynFlags down to bWordIan Lynagh2012-09-121-66/+72
* Move more code into codeGen/CodeGen/Platform.hsIan Lynagh2012-08-281-68/+89
* More CPP removal in nativeGen/X86/Regs.hsIan Lynagh2012-08-221-2/+2
* Remove some CPP in nativeGen/X86/Regs.hsIan Lynagh2012-08-221-6/+6
* Make -fPIC a dynamic flagIan Lynagh2012-07-161-11/+13
* Allow the register allocator access to argument regs (R1.., F1.., etc.)Simon Marlow2012-07-061-11/+15
* Remove lots of commented out 'in' keywordsIan Lynagh2012-06-131-30/+0
* Remove PlatformOutputableIan Lynagh2012-06-131-8/+4
* Change how macros like ASSERT are definedIan Lynagh2012-06-051-0/+1
* Add an X86/amd64 implementation for quotRemWord2Ian Lynagh2012-04-211-20/+50
* Add a quotRemWord2 primopIan Lynagh2012-04-211-6/+7
* Implement the Adjustor for Win64Ian Lynagh2012-03-211-2/+6
* Fixes for the calling convention on Win64Ian Lynagh2012-03-211-7/+42
* Rename allArgRegs to allIntArgRegsIan Lynagh2012-03-211-2/+2
* Fix for Win64 codegenIan Lynagh2012-03-201-7/+22
* Fix the unregisterised build; fixes #5901Ian Lynagh2012-02-271-4/+4
* Add x86 implementations of the quotRem, Mul2 and Add2 primopsIan Lynagh2012-02-241-2/+59
* Implement 2-word-multiply for x86_64Ian Lynagh2012-02-241-0/+15
* Add a 2-word-multiply operatorIan Lynagh2012-02-241-0/+1
* Add x86_64 support for the add-with-carry opIan Lynagh2012-02-231-0/+13
* Add a Word add-with-carry primopIan Lynagh2012-02-231-19/+17
* Call expandCallishMachOp in the x86_64 codegen tooIan Lynagh2012-02-231-0/+4