summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/X86
Commit message (Expand)AuthorAgeFilesLines
* Restore original alignment for info tablesSimon Brenner2016-01-271-0/+9
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-181-49/+49
* Support multiple debug output levelsBen Gamari2015-11-231-3/+3
* Implement function-sections for Haskell code, #8405Simon Brenner2015-11-122-100/+72
* Add subWordC# on x86ishNikita Karetnikov2015-10-311-5/+10
* x86 codegen: don't generate location commentsSergei Trofimovich2015-10-291-3/+2
* Rename package key to unit ID, and installed package ID to component ID.Edward Z. Yang2015-10-141-4/+4
* Annotate CmmBranch with an optional likely targetSimon Marlow2015-09-231-3/+4
* CodeGen: fix typo in error messageThomas Miedema2015-09-121-1/+1
* Refactor: delete most of the module FastTypesThomas Miedema2015-08-211-22/+20
* Delete FastBoolThomas Miedema2015-08-213-6/+3
* Fix todo in compiler/nativeGen: Rename Size to Formatmarkus2015-07-074-576/+584
* Encode alignment in MO_Memcpy and friendsBen Gamari2015-06-161-17/+8
* Refactor the story around switches (#10137)Joachim Breitner2015-03-301-6/+8
* Generate DWARF unwind informationPeter Wortmann2014-12-161-0/+6
* Generate DWARF info sectionPeter Wortmann2014-12-161-3/+12
* Generate .loc/.file directives from source ticksPeter Wortmann2014-12-163-1/+23
* Add unwind information to CmmPeter Wortmann2014-12-161-0/+1
* Tick scopesPeter Wortmann2014-12-161-1/+2
* Source notes (Cmm support)Peter Wortmann2014-12-161-0/+1
* Allow -dead_strip linking on platforms with .subsections_via_symbolsMoritz Angermann2014-11-191-6/+1
* Per-thread allocation counters and limitsSimon Marlow2014-11-123-21/+60
* Revert "Place static closures in their own section."Edward Z. Yang2014-10-201-4/+0
* Indentation and non-semantic changes only.Edward Z. Yang2014-10-191-45/+49
* Implement optimized NCG `MO_Ctz W64` op for i386 (#9340)Herbert Valerio Riedel2014-10-181-9/+32
* Code size micro-optimizations in the X86 backendReid Barton2014-10-071-1/+34
* Place static closures in their own section.Edward Z. Yang2014-10-011-0/+4
* Stop exporting, and stop using, functions marked as deprecatedThomas Miedema2014-09-271-1/+1
* `M-x delete-trailing-whitespace` & `M-x untabify`...Herbert Valerio Riedel2014-08-311-2/+2
* Add MO_AddIntC, MO_SubIntC MachOps and implement in X86 backendReid Barton2014-08-233-0/+25
* Implement new CLZ and CTZ primops (re #9340)Herbert Valerio Riedel2014-08-141-0/+65
* x86: zero extend the result of 16-bit popcnt instructions (#9435)Reid Barton2014-08-121-4/+8
* Add CMOVcc insns to x86 NCGHerbert Valerio Riedel2014-08-122-0/+18
* Add bit scan {forward,reverse} insns to x86 NCGHerbert Valerio Riedel2014-08-122-2/+10
* x86: Always generate add instruction in MO_Add2 (#9013)Reid Barton2014-08-113-2/+14
* Eliminate some code duplication in x86 backend (genCCall32/64)Reid Barton2014-08-101-101/+13
* Add missing memory fence to atomicWriteIntArray#Johan Tibell2014-07-233-1/+7
* X86 codegen: make LOCK a real instruction prefixJohan Tibell2014-07-233-12/+8
* Rename PackageId to PackageKey, distinguishing it from Cabal's PackageId.Edward Z. Yang2014-07-211-3/+3
* nativeGen: detabify/dewhitespace X86/RegInfoAustin Seipp2014-07-201-19/+11
* Re-add more primops for atomic ops on byte arraysJohan Tibell2014-06-303-1/+155
* Revert "Add more primops for atomic ops on byte arrays"Johan Tibell2014-06-263-137/+1
* Add more primops for atomic ops on byte arraysJohan Tibell2014-06-243-1/+137
* Make better use of the x86 addressing modeJohan Tibell2014-06-101-0/+9
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-155-7/+13
* Validate inferred theta. Fixes #8883Jan Stolarek2014-04-191-0/+1
* Use the correct callClobberedRegs on Windows/x64 (#8834)Simon Marlow2014-03-271-0/+3
* Add flags to control memcpy and memset inliningJohan Tibell2014-03-261-26/+30
* Manual hlinting: or (map f) = any fJoachim Breitner2014-02-131-1/+1
* Add support for prefetch with locality levels.Austin Seipp2013-10-013-4/+47