summaryrefslogtreecommitdiff
path: root/libraries/ghc-boot/GHC/Platform.hs
Commit message (Expand)AuthorAgeFilesLines
* Move GHC.Platform into the compilerSylvain Henry2020-07-251-356/+0
* Put PlatformConstants into PlatformSylvain Henry2020-07-251-0/+4
* Replace ghcWithNativeCodeGen with a proper Backend datatypeSylvain Henry2020-07-221-1/+0
* Fix duplicated words and typos in comments and user guideJan Hrček2020-06-281-1/+1
* Move tablesNextToCode field into PlatformSylvain Henry2020-06-181-4/+4
* ghc-bignum librarySylvain Henry2020-06-171-10/+1
* Move LeadingUnderscore into Platform (#17957)Sylvain Henry2020-05-061-10/+10
* CmmToAsm DynFlags refactoring (#17957)Sylvain Henry2020-04-211-31/+53
* Kill wORDS_BIGENDIAN and replace it with platformByteOrder (#17957)Sylvain Henry2020-04-011-13/+13
* DynFlags refactoring IIISylvain Henry2020-03-251-0/+33
* Implement s390x LLVM backend.Stefan Schulze Frielinghaus2019-10-221-0/+2
* Factor out a smaller part of Platform for host fallbackJohn Ericson2019-10-041-3/+21
* Consolidate `TablesNextToCode` and `GhcUnreigsterised` in configure (#15548)Joachim Breitner2019-08-101-0/+3
* Introduce a type for "platform word size", use it instead of IntÖmer Sinan Ağacan2019-08-061-3/+35
* Remove LLVM_TARGET platform macrosJohn Ericson2019-07-141-0/+1
* Add 'stringEncodeArch' and 'stringEncodeOS' to GHC.PlatformJohn Ericson2019-06-191-0/+61
* Move 'Platform' to ghc-bootJohn Ericson2019-06-191-0/+190