summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/RegAlloc/Graph/TrivColorable.hs
Commit message (Expand)AuthorAgeFilesLines
* Implement s390x LLVM backend.Stefan Schulze Frielinghaus2019-10-221-0/+3
* Revert "Add support for SIMD operations in the NCG"Ben Gamari2019-07-161-0/+1
* Add support for SIMD operations in the NCGAbhiroop Sarkar2019-07-031-1/+0
* Move 'Platform' to ghc-bootJohn Ericson2019-06-191-1/+1
* removing x87 register support from native code genCarter Schonwald2019-04-101-26/+12
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Upgrade UniqSet to a newtypeDavid Feuer2017-03-011-3/+3
* NCG: Implement trivColorable for PowerPC 64-bitPeter Trommler2016-12-091-4/+4
* Document some codegen nondeterminismBartosz Nitka2016-07-071-1/+2
* Kill foldUniqSetBartosz Nitka2016-06-061-2/+2
* Add sparc64 a known architecture (Ticket #11211)John Paul Adrian Glaubitz2015-12-191-0/+4
* Refactor: delete most of the module FastTypesThomas Miedema2015-08-211-27/+25
* Delete FastBoolThomas Miedema2015-08-211-1/+1
* Fix misspelled function name in a commentBartosz Nitka2015-07-301-1/+1
* Implement PowerPC 64-bit native code backend for LinuxPeter Trommler2015-07-031-4/+4
* Replace .lhs with .hs in compiler commentsYuri de Wit2015-02-091-2/+2
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-1/+1
* ghc: initial AArch64 patchesColin Watson2014-04-211-0/+4
* Fix a popular typo in commentsGabor Greif2014-02-011-1/+1
* Add basic support for GHCJSAustin Seipp2013-09-061-0/+4
* Tell the compiler about alpha, mipseb and mipsel again; fixes #7339Ian Lynagh2012-11-131-0/+12
* add support for ARM hard-float ABI (fixes #5914)Karel Gardas2012-04-271-28/+28
* Remove registerised code for dead architectures: mips, ia64, alpha,David Terei2011-11-221-12/+0
* A little more CPP removalIan Lynagh2011-10-191-0/+12
* Revert "Remove ArchUnknown"Ian Lynagh2011-10-191-4/+8
* Remove ArchUnknownIan Lynagh2011-10-181-8/+4
* enhance ArchARM with ISA and ISA extensionsKarel Gardas2011-08-211-4/+4
* Remove some defaultTargetPlatform'sIan Lynagh2011-07-151-13/+10
* add missing cases for ArchARMSimon Marlow2011-06-271-0/+4
* Fix the build with GHC 6.12.3Ian Lynagh2011-06-011-28/+28
* Remove CPP from nativeGen/RegAlloc/Graph/TrivColorable.hsIan Lynagh2011-05-311-52/+61
* Whitespace only in nativeGen/RegAlloc/Graph/TrivColorable.hsIan Lynagh2011-05-311-93/+93
* NCG: allocatableRegs is only giving us 8 SSE regs to allocate tobenl@ouroborus.net2010-06-291-1/+1
* Replace FiniteMap and UniqFM with counterparts from containers.Milan Straka2010-05-031-15/+36
* Implement SSE2 floating-point support in the x86 native code generator (#594)Simon Marlow2010-02-041-2/+16
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-1/+1
* Split Reg into vreg/hreg and add register pairsBen.Lippmeier@anu.edu.au2009-05-181-107/+146
* SPARC NCG: Fix available regs for graph allocatorBen.Lippmeier@anu.edu.au2009-04-211-3/+3
* NCG: Split up the native code generator into arch specific modulesBen.Lippmeier@anu.edu.au2009-02-151-0/+176