summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/PPC/Regs.hs
Commit message (Expand)AuthorAgeFilesLines
* Remove empty NCG.hJohn Ericson2019-09-131-1/+0
* Module hierarchy: StgToCmm (#13009)Sylvain Henry2019-09-101-1/+1
* Move 'Platform' to ghc-bootJohn Ericson2019-06-191-1/+1
* removing x87 register support from native code genCarter Schonwald2019-04-101-1/+1
* PPC NCG: Use liveness information in CmmCallPeter Trommler2019-03-151-8/+4
* PPC NCG: Register definitions for all 64-bit systemsPeter Trommler2019-01-171-7/+3
* PPC NCG: Remove Darwin supportPeter Trommler2019-01-011-2/+0
* Allow CmmLabelDiffOff with different widthsSimon Marlow2018-05-161-1/+1
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Fix typos in diagnostics, testsuite and commentsGabor Greif2017-09-071-1/+1
* PPC NCG: Fix float parameter passing on 64-bit.Peter Trommler2016-06-191-1/+4
* Add NCG support for AIX/ppc32Herbert Valerio Riedel2016-03-241-0/+2
* nativeGen PPC: fix > 16 bit offsets in stack handlingPeter Trommler2015-10-021-2/+12
* Refactor: delete most of the module FastTypesThomas Miedema2015-08-211-17/+16
* Delete FastBoolThomas Miedema2015-08-211-2/+1
* Fix todo in compiler/nativeGen: Rename Size to Formatmarkus2015-07-071-5/+5
* Implement PowerPC 64-bit native code backend for LinuxPeter Trommler2015-07-031-4/+17
* powerpc: fix and enable shared libraries by default on linuxSergei Trofimovich2014-12-141-2/+4
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-0/+2
* Remove OldCmm, convert backends to consume new CmmSimon Marlow2012-11-121-1/+1
* Move wORD_SIZE into platformConstantsIan Lynagh2012-09-161-3/+4
* Remove some CPP from nativeGen/PPC/Regs.hIan Lynagh2012-08-281-24/+12
* Move more code into codeGen/CodeGen/Platform.hsIan Lynagh2012-08-281-285/+5
* Fix -fPIC with the new code generatorSimon Marlow2012-08-281-2/+0
* Make the PPC globalRegMaybe more similar to the other platforms'Ian Lynagh2012-08-211-26/+26
* Whitespace only in compiler/nativeGen/PPC/Regs.hsIan Lynagh2012-08-211-201/+194
* Start separating out the RTS and Haskell imports of MachRegs.hIan Lynagh2012-08-061-1/+1
* Use SDoc rather than Doc in the native gensIan Lynagh2012-06-121-8/+6
* Allow the use of R9 and R10 in primops; fixes trac #5423Ian Lynagh2011-11-061-0/+6
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Remove dead Alpha native backend.Edward Z. Yang2011-04-301-1/+0
* Merge in new code generator branch.Simon Marlow2011-01-241-1/+1
* Add new LLVM code generator to GHC. (Version 2)David Terei2010-06-151-16/+0
* Implement SSE2 floating-point support in the x86 native code generator (#594)Simon Marlow2010-02-041-23/+6
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-1/+1
* Follow vreg/hreg patch in PPC NCGBen.Lippmeier@anu.edu.au2009-05-261-13/+101
* Split Reg into vreg/hreg and add register pairsBen.Lippmeier@anu.edu.au2009-05-181-51/+54
* NCG: Split up the native code generator into arch specific modulesBen.Lippmeier@anu.edu.au2009-02-151-71/+31
* SPARC NCG: Enumerate freeRegs / globalRegMaybe instead of using #ifdeferyBen.Lippmeier@anu.edu.au2009-02-111-1/+1
* NCG: Validate fixes for powerpcBen.Lippmeier@anu.edu.au2009-02-131-1/+1
* NCG: Split MachRegs.hs into arch specific modulesBen.Lippmeier@anu.edu.au2009-02-041-0/+584