summaryrefslogtreecommitdiff
path: root/compiler/nativeGen
Commit message (Expand)AuthorAgeFilesLines
* Rename PackageId to PackageKey, distinguishing it from Cabal's PackageId.Edward Z. Yang2014-07-212-6/+6
* nativeGen: detabify/dewhitespace SPARC/CodeGen/BaseAustin Seipp2014-07-201-53/+41
* nativeGen: detabify/dewhitespace SPARC/CodeGen/Gen32Austin Seipp2014-07-201-373/+361
* nativeGen: detabify/dewhitespace SPARC/CodeGen/SanityAustin Seipp2014-07-201-53/+42
* nativeGen: detabify/dewhitespace SPARC/CodeGen/ExpandAustin Seipp2014-07-201-106/+91
* nativeGen: detabify/dewhitespace SPARC/CodeGen/AmodeAustin Seipp2014-07-201-23/+15
* nativeGen: detabify/dewhitespace SPARC/CodeGen/CondCodeAustin Seipp2014-07-201-29/+21
* nativeGen: detabify/dewhitespace SPARC/CondAustin Seipp2014-07-201-29/+21
* nativeGen: detabify/dewhitespace SPARC/RegsAustin Seipp2014-07-201-145/+137
* nativeGen: detabify/dewhitespace SPARC/InstrAustin Seipp2014-07-201-311/+302
* nativeGen: detabify/dewhitespace SPARC/ShortcutJumpAustin Seipp2014-07-201-21/+10
* nativeGen: detabify/dewhitespace SPARC/ImmAustin Seipp2014-07-201-42/+32
* nativeGen: detabify/dewhitespace SPARC/StackAustin Seipp2014-07-201-29/+20
* nativeGen: detabify/dewhitespace TargetRegAustin Seipp2014-07-201-22/+12
* nativeGen: detabify/dewhitespace RegClassAustin Seipp2014-07-201-28/+20
* nativeGen: detabify/dewhitespace PPC/RegInfoAustin Seipp2014-07-201-16/+7
* nativeGen: detabify/dewhitespace PPC/CondAustin Seipp2014-07-201-25/+17
* nativeGen: detabify/dewhitespace X86/RegInfoAustin Seipp2014-07-201-19/+11
* nativeGen: detabify/dewhitespace RegAustin Seipp2014-07-201-127/+116
* nativeGen: detabify/dewhitespace SizeAustin Seipp2014-07-201-51/+44
* remove SPARC related comment in PPC code generatorPeter Trommler2014-07-101-9/+0
* Re-add more primops for atomic ops on byte arraysJohan Tibell2014-06-306-2/+212
* Revert "Add more primops for atomic ops on byte arrays"Johan Tibell2014-06-266-194/+2
* Add more primops for atomic ops on byte arraysJohan Tibell2014-06-246-2/+194
* Some typos in commentsGabor Greif2014-06-111-1/+1
* Make better use of the x86 addressing modeJohan Tibell2014-06-101-0/+9
* Fix discarding of unreachable code in the register allocator (#9155)Simon Marlow2014-06-061-4/+10
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-1538-31/+64
* ghc: initial AArch64 patchesColin Watson2014-04-215-0/+12
* Validate inferred theta. Fixes #8883Jan Stolarek2014-04-192-0/+2
* 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
* PPC: Fix loads of PIC data with > 16 bit offsets (#7830).Erik de Castro Lopo2014-02-281-2/+3
* Manual hlinting: or (map f) = any fJoachim Breitner2014-02-131-1/+1
* Fix a popular typo in commentsGabor Greif2014-02-012-2/+2
* Disable -fregs-graph (#7679, #8657)Simon Marlow2014-01-161-2/+4
* nativeGen: Fix spelling in commentBen Gamari2014-01-071-1/+1
* TyposKrzysztof Gogolewski2013-10-121-1/+1
* Future-proof code for upcoming `array-0.5.0.0`Herbert Valerio Riedel2013-10-111-4/+4
* Add support for prefetch with locality levels.Austin Seipp2013-10-015-7/+56
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-0120-20/+20
* Discard unreachable code in the register allocator (#7574)Simon Marlow2013-09-233-15/+48
* SIMD primops are now generated using schemas that are polymorphic inGeoffrey Mainland2013-09-221-0/+2
* Fix AMP warnings.Austin Seipp2013-09-113-1/+27
* Remove dead codeJan Stolarek2013-09-102-7/+1
* Add basic support for GHCJSAustin Seipp2013-09-065-0/+13
* Add support for byte endian swapping for Word 16/32/64.Austin Seipp2013-07-176-0/+39
* Fix many ASSERT uses under Clang.Austin Seipp2013-06-182-2/+2
* Revert "Add support for byte endian swapping for Word 16/32/64."Simon Peyton Jones2013-06-116-29/+0
* Add support for byte endian swapping for Word 16/32/64.Ian Lynagh2013-06-096-0/+29