summaryrefslogtreecommitdiff
path: root/compiler/basicTypes/Literal.lhs
Commit message (Expand)AuthorAgeFilesLines
* compiler: de-lhs basicTypes/Austin Seipp2014-12-031-495/+0
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-1/+1
* Rename remaining FastBytes usages to ByteStringIan Lynagh2012-12-141-2/+3
* Remove a couple more FastBytes functionsIan Lynagh2012-12-141-1/+1
* Fix litFitsInCharIan Lynagh2012-09-191-4/+3
* Move tARGET_* out of HaskellConstantsIan Lynagh2012-09-171-22/+23
* Implement FastBytes, and use it for MachStrIan Lynagh2012-07-141-4/+5
* Remove redundant warning suppression in basicTypes/Literal.lhsIan Lynagh2012-06-181-7/+0
* Remove some redundant Show instancesIan Lynagh2012-06-121-3/+0
* Put the Integer type, rather than the mkIntegerId, inside LitIntegerIan Lynagh2012-06-061-28/+16
* Change how macros like ASSERT are definedIan Lynagh2012-06-051-0/+2
* Establish the invariant that (LitAlt l) is always unliftedSimon Peyton Jones2011-11-091-1/+5
* Comments onlySimon Peyton Jones2011-11-091-1/+3
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Comments and layout onlySimon Peyton Jones2011-10-241-4/+4
* Recover proper sharing for Integer literalsSimon Peyton Jones2011-10-211-13/+17
* Reenable a couple of assertionsIan Lynagh2011-09-271-6/+4
* Take account of the mk_integer in a LitInteger when computing CAF-hoodSimon Peyton Jones2011-09-231-6/+24
* Improve the handling of Integer literalsIan Lynagh2011-09-171-15/+27
* change how Integer's are handled in CoreIan Lynagh2011-09-131-5/+22
* Fix warnings in basicTypes/Literal.lhsIan Lynagh2011-09-111-2/+18
* Whitespace only in basicTypes/Literal.lhsIan Lynagh2011-09-111-158/+152
* Use double method, not the hacked rational method.David Terei2011-08-241-3/+4
* Fix braino in WwLib/Literal patchsimonpj@microsoft.com2010-09-241-1/+1
* Rejig the absent-arg stuff for unlifted typessimonpj@microsoft.com2010-09-231-2/+20
* Add Data and Typeable instances to HsSynDavid Waern2010-03-301-0/+3
* Fixes for cross-compiling to a different word sizeSimon Marlow2009-10-141-26/+1
* Remove GHC's haskell98 dependencyIan Lynagh2009-07-241-1/+1
* Adjust inlining heursiticssimonpj@microsoft.com2009-04-031-10/+0
* When generating C, don't pretend functions are dataIan Lynagh2009-02-061-15/+23
* Document Literal, expand it's API and rename mkStringLit to mkMachStringMax Bolingbroke2008-07-311-54/+83
* (F)SLIT -> (f)sLit in LiteralIan Lynagh2008-04-121-8/+6
* Fixed warnings in basicTypes/Literal, except for incomplete pattern matchesTwan van Laarhoven2008-01-261-4/+7
* lots of portability changes (#1405)Isaac Dupree2008-01-171-1/+1
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-031-2/+2
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-011-0/+7
* Stoping constant folding of calls to chr# that are invalidandy@galois.com2007-07-111-0/+7
* Import fiddlingsimonpj@microsoft.com2007-05-021-1/+0
* Module header tidyup, phase 1Simon Marlow2006-10-111-10/+8
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+405