summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/CFG.hs
Commit message (Expand)AuthorAgeFilesLines
* Modules: CmmToAsm (#13009)Sylvain Henry2020-02-241-1320/+0
* Modules: Driver (#13009)Sylvain Henry2020-02-211-1/+1
* compiler: Qualify imports of Data.ListBen Gamari2020-02-081-1/+1
* Module hierarchy: Cmm (cf #13009)Sylvain Henry2020-01-251-13/+12
* Fix more typos, via an improved Levenshtein-style correctorBrian Wignall2020-01-121-9/+9
* Fix bug in the x86 backend involving the CFG.Andreas Klebinger2019-10-231-39/+88
* Add loop level analysis to the NCG backend.klebinger.andreas@gmx.at2019-10-161-64/+684
* Fix #17334 where NCG did not properly update the CFG.wip/andreask/17334Andreas Klebinger2019-10-131-3/+4
* Remove unused imports of the form 'import foo ()' (Fixes #17065)James Foster2019-08-151-1/+1
* Rip out object splittingBen Gamari2019-03-051-6/+1
* Allow resizing the stack for the graph allocator.klebinger.andreas@gmx.at2019-02-081-0/+18
* A few typofixesGabor Greif2019-01-231-1/+1
* Taming the Kind Inference MonsterSimon Peyton Jones2018-11-291-1/+0
* Fixup the new code layout patch for SplitObjs.klebinger.andreas@gmx.at2018-11-221-3/+7
* NCG: New code layout algorithm.Andreas Klebinger2018-11-171-0/+635