summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/BlockLayout.hs
Commit message (Expand)AuthorAgeFilesLines
* Make the C-- O and C types constructors with DataKindsJohn Ericson2019-09-051-2/+5
* Remove redundant OPTIONS_GHC in BlockLayout.hsAndreas Klebinger2019-08-271-3/+0
* Remove unused imports of the form 'import foo ()' (Fixes #17065)James Foster2019-08-151-1/+0
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-251-1/+1
* Small optimizations to BlockLayout.klebinger.andreas@gmx.at2019-01-311-39/+31
* Replace BlockSequence with OrdList in BlockLayout.hsklebinger.andreas@gmx.at2019-01-311-76/+23
* NCG: New code layout algorithm.Andreas Klebinger2018-11-171-0/+819