summaryrefslogtreecommitdiff
path: root/compiler/cmm/Bitmap.hs
Commit message (Expand)AuthorAgeFilesLines
* Fix unused-import warningsDavid Eichmann2018-11-221-1/+0
* cmm: Remove unnecessary HsVersion.h includesMichal Terepeta2018-02-061-4/+1
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Bitmap: Use foldl' instead of foldrBen Gamari2017-01-171-3/+7
* Bitmap: Fix thunk explosionBen Gamari2015-07-091-20/+64
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-0/+2
* Detab modules with tabs on 5 lines or fewerIan Lynagh2013-04-061-16/+9
* Make StgWord a portable type tooIan Lynagh2012-09-181-7/+7
* Move wORD_SIZE into platformConstantsIan Lynagh2012-09-161-4/+4
* Move wORD_SIZE_IN_BITS to DynFlagsIan Lynagh2012-09-141-18/+19
* Attempt to fix the bytecode generator for unboxed tuples, given the latest ch...Max Bolingbroke2012-06-091-1/+1
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* More refactoring (CgRep)Simon Peyton Jones2011-08-251-0/+85