summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/RegAlloc/Linear/FreeRegs.hs
Commit message (Expand)AuthorAgeFilesLines
* Modules: CmmToAsm (#13009)Sylvain Henry2020-02-241-89/+0
* Modules: Driver (#13009)Sylvain Henry2020-02-211-1/+1
* Implement s390x LLVM backend.Stefan Schulze Frielinghaus2019-10-221-0/+1
* Revert "Add support for SIMD operations in the NCG"Ben Gamari2019-07-161-5/+0
* Add support for SIMD operations in the NCGAbhiroop Sarkar2019-07-031-0/+5
* Move 'Platform' to ghc-bootJohn Ericson2019-06-191-1/+1
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Add sparc64 a known architecture (Ticket #11211)John Paul Adrian Glaubitz2015-12-191-0/+1
* Implement PowerPC 64-bit native code backend for LinuxPeter Trommler2015-07-031-1/+1
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-0/+1
* ghc: initial AArch64 patchesColin Watson2014-04-211-0/+1
* Add basic support for GHCJSAustin Seipp2013-09-061-0/+1
* De-tabify register allocator codeBen Lippmeier2012-11-141-13/+6
* Tell the compiler about alpha, mipseb and mipsel again; fixes #7339Ian Lynagh2012-11-131-0/+3
* Move some more constants into platformConstantsIan Lynagh2012-09-141-7/+8
* Remove some CPPIan Lynagh2012-09-101-3/+10
* Move more code into codeGen/CodeGen/Platform.hsIan Lynagh2012-08-281-8/+8
* Pass platform down to lastintIan Lynagh2012-08-211-3/+3
* Pass platform down to lastxmmIan Lynagh2012-08-211-3/+3
* add support for ARM hard-float ABI (fixes #5914)Karel Gardas2012-04-271-7/+7
* Remove registerised code for dead architectures: mips, ia64, alpha,David Terei2011-11-221-3/+0
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Eliminate all uses of IF_ARCH_i386, and remove the definitionIan Lynagh2011-10-231-2/+2
* A little more CPP removalIan Lynagh2011-10-191-0/+3
* Revert "Remove ArchUnknown"Ian Lynagh2011-10-191-0/+1
* Remove ArchUnknownIan Lynagh2011-10-181-1/+0
* enhance ArchARM with ISA and ISA extensionsKarel Gardas2011-08-211-1/+1
* Remove more defaultTargetPlatform usesIan Lynagh2011-07-151-6/+3
* add missing cases for ArchARMSimon Marlow2011-06-271-0/+1
* Remove CPP from nativeGen/RegAlloc/Linear/FreeRegs.hsIan Lynagh2011-05-311-19/+47
* NCG: Split up the native code generator into arch specific modulesBen.Lippmeier@anu.edu.au2009-02-151-1/+5
* NCG: Split linear allocator into separate modules.Ben.Lippmeier@anu.edu.au2009-02-021-0/+41