| Commit message (Expand) | Author | Age | Files | Lines |
* | Modules: CmmToAsm (#13009) | Sylvain Henry | 2020-02-24 | 1 | -73/+0 |
* | Remove empty NCG.h | John Ericson | 2019-09-13 | 1 | -1/+0 |
* | Revert "Add support for SIMD operations in the NCG" | Ben Gamari | 2019-07-16 | 1 | -3/+0 |
* | Add support for SIMD operations in the NCG | Abhiroop Sarkar | 2019-07-03 | 1 | -0/+3 |
* | Move 'Platform' to ghc-boot | John Ericson | 2019-06-19 | 1 | -1/+1 |
* | removing x87 register support from native code gen | Carter Schonwald | 2019-04-10 | 1 | -16/+9 |
* | Remove unused imports | Sebastian Graf | 2019-02-02 | 1 | -3/+0 |
* | Fix regDotColor for amd64. | klebinger.andreas@gmx.at | 2019-01-27 | 1 | -31/+46 |
* | compiler: introduce custom "GhcPrelude" Prelude | Herbert Valerio Riedel | 2017-09-19 | 1 | -0/+2 |
* | Fix todo in compiler/nativeGen: Rename Size to Format | markus | 2015-07-07 | 1 | -4/+4 |
* | nativeGen: detabify/dewhitespace X86/RegInfo | Austin Seipp | 2014-07-20 | 1 | -19/+11 |
* | Add LANGUAGE pragmas to compiler/ source files | Herbert Valerio Riedel | 2014-05-15 | 1 | -2/+2 |
* | Globally replace "hackage.haskell.org" with "ghc.haskell.org" | Simon Marlow | 2013-10-01 | 1 | -1/+1 |
* | Use -fwarn-tabs when validating | Ian Lynagh | 2011-11-04 | 1 | -0/+7 |
* | A little more CPP removal | Ian Lynagh | 2011-10-19 | 1 | -22/+16 |
* | Revert "Remove ArchUnknown" | Ian Lynagh | 2011-10-19 | 1 | -0/+1 |
* | Remove ArchUnknown | Ian Lynagh | 2011-10-18 | 1 | -1/+0 |
* | enhance ArchARM with ISA and ISA extensions | Karel Gardas | 2011-08-21 | 1 | -1/+1 |
* | Remove more defaultTargetPlatform uses | Ian Lynagh | 2011-07-15 | 1 | -12/+9 |
* | add missing cases for ArchARM | Simon Marlow | 2011-06-27 | 1 | -0/+1 |
* | Fix a build failure on non-{x86,amd64} | Ian Lynagh | 2011-06-01 | 1 | -40/+28 |
* | Fix build for non-x86 architectures | Ben.Lippmeier@anu.edu.au | 2010-02-15 | 1 | -0/+2 |
* | Implement SSE2 floating-point support in the x86 native code generator (#594) | Simon Marlow | 2010-02-04 | 1 | -16/+18 |
* | Follow vreg/hreg patch in X86_64 NCG | Ben.Lippmeier.anu.edu.au | 2009-05-27 | 1 | -1/+1 |
* | Follow vreg/hreg patch in PPC NCG | Ben.Lippmeier@anu.edu.au | 2009-05-26 | 1 | -1/+1 |
* | Follow vreg/hreg patch in x86 NCG | Ben.Lippmeier@anu.edu.au | 2009-05-19 | 1 | -70/+9 |
* | Split Reg into vreg/hreg and add register pairs | Ben.Lippmeier@anu.edu.au | 2009-05-18 | 1 | -3/+3 |
* | A few bug fixes; some improvements spurred by paper writing | dias@eecs.harvard.edu | 2009-03-03 | 1 | -7/+10 |
* | NCG: Validate fixes for x86-linux | Ben.Lippmeier@anu.edu.au | 2009-02-15 | 1 | -25/+7 |
* | NCG: Split up the native code generator into arch specific modules | Ben.Lippmeier@anu.edu.au | 2009-02-15 | 1 | -431/+100 |
* | Add a panic to fix the build on amd64/Linux; to be fixed properly later | Ian Lynagh | 2009-02-06 | 1 | -0/+1 |
* | NCG: Validate fixes | Ben.Lippmeier@anu.edu.au | 2009-02-05 | 1 | -1/+2 |
* | NCG: Split RegAllocInfo into arch specific modules | Ben.Lippmeier@anu.edu.au | 2009-02-04 | 1 | -0/+489 |