summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/BlockLayout.hs
Commit message (Expand)AuthorAgeFilesLines
* PmCheck: Formulate as translation between Clause TreesSebastian Graf2020-01-251-0/+2
* Fix more typos, via an improved Levenshtein-style correctorBrian Wignall2020-01-121-2/+2
* Fix typos, via a Levenshtein-style correctorBrian Wignall2020-01-041-1/+1
* Fix more typosBrian Wignall2019-12-021-1/+1
* Fix typos, using Wikipedia list of common typosBrian Wignall2019-11-281-1/+1
* Fix typosBrian Wignall2019-11-231-2/+1
* Add loop level analysis to the NCG backend.klebinger.andreas@gmx.at2019-10-161-248/+387
* Fix #17334 where NCG did not properly update the CFG.wip/andreask/17334Andreas Klebinger2019-10-131-12/+10
* 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