summaryrefslogtreecommitdiff
path: root/compiler/cmm/CmmStackLayout.hs
Commit message (Expand)AuthorAgeFilesLines
* 'Fix' a validation problem when bootstrap is 7.2.1David Terei2011-08-191-1/+1
* Eliminate GC check when no extra stack is used.Edward Z. Yang2011-04-271-4/+13
* Give manifestSP better information about the actual SP location.Edward Z. Yang2011-04-271-29/+116
* Fix warningsSimon Marlow2011-01-281-0/+7
* Merge in new code generator branch.Simon Marlow2011-01-241-160/+152
* Remove code that is dead now that we need >= 6.12 to buildIan Lynagh2010-12-151-2/+0
* Interruptible FFI calls with pthread_kill and CancelSynchronousIO. v4Edward Z. Yang2010-09-191-2/+2
* Remove (most of) the FiniteMap wrapperIan Lynagh2010-09-141-38/+41
* Fix build with 6.10Ian Lynagh2010-09-131-0/+2
* Super-monster patch implementing the new typechecker -- at lastsimonpj@microsoft.com2010-09-131-0/+4
* Comments in Cmmsimonpj@microsoft.com2009-09-101-6/+35
* Remove GHC's haskell98 dependencyIan Lynagh2009-07-241-1/+1
* Remove unused importsIan Lynagh2009-07-071-1/+0
* Trim unused imports detected by new unused-import codesimonpj@microsoft.com2009-07-061-1/+0
* A few bug fixes; some improvements spurred by paper writingdias@eecs.harvard.edu2009-03-031-69/+78
* Removed warnings, made Haddock happy, added examples in documentationdias@eecs.harvard.edu2008-10-171-4/+4
* Fixed linear regalloc bug, dropped some tracing codedias@eecs.harvard.edu2008-10-161-11/+14
* Keep update frames live even in functions that never returndias@eecs.harvard.edu2008-10-141-2/+10
* forgot a few filesdias@eecs.harvard.edu2008-10-131-0/+434