summaryrefslogtreecommitdiff
path: root/compiler/cmm
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings in CmmInfoIan Lynagh2008-12-291-11/+3
* Fix warnings in CmmCPSGenIan Lynagh2008-12-291-13/+23
* Fix warnings in CmmProcPointIan Lynagh2008-12-291-10/+1
* Fix warnings in CmmCallConvIan Lynagh2008-12-291-13/+18
* Fix warnings in CmmLiveIan Lynagh2008-12-291-8/+1
* Fix warnings in CmmCPSIan Lynagh2008-12-291-14/+8
* Fix warnings in CmmUtilsIan Lynagh2008-12-291-11/+5
* Comment out dead function breakProcIan Lynagh2008-12-291-0/+4
* Fix warnings in CmmBrokenBlockIan Lynagh2008-12-291-11/+5
* Fix #2838: we should narrow a CmmInt before converting to ImmIntegerSimon Marlow2008-12-092-17/+19
* Remove INLINE pragmas on recursive functionssimonpj@microsoft.com2008-12-051-5/+0
* add missing case to Ord GlobalReg (EagerBlackhole == EagerBlackhole)Simon Marlow2008-11-281-0/+1
* don't emit CmmComments for nowSimon Marlow2008-11-271-1/+5
* drop some debugging traces and use only one flag for new codegendias@eecs.harvard.edu2008-11-261-2/+2
* one more missing patch from new codegen pathdias@eecs.harvard.edu2008-11-261-0/+2
* Removed warnings, made Haddock happy, added examples in documentationdias@eecs.harvard.edu2008-10-1712-56/+79
* Fixed linear regalloc bug, dropped some tracing codedias@eecs.harvard.edu2008-10-166-32/+31
* Keep update frames live even in functions that never returndias@eecs.harvard.edu2008-10-142-3/+12
* Removed space and time inefficiency in procpoint splittingdias@eecs.harvard.edu2008-10-142-5/+21
* Clarify the SRT building processdias@eecs.harvard.edu2008-10-142-23/+55
* Floating infotables were reversed in C back enddias@eecs.harvard.edu2008-10-132-4/+6
* forgot a few filesdias@eecs.harvard.edu2008-10-132-0/+990
* Big collection of patches for the new codegen branch.dias@eecs.harvard.edu2008-10-1333-1219/+1047
* Merging in the new codegen branchdias@eecs.harvard.edu2008-08-1437-2368/+3248
* Add optional eager black-holing, with new flag -feager-blackholingSimon Marlow2008-11-184-5/+3
* Return parser errors and warnings instead of dying.Thomas Schilling2008-09-141-8/+12
* haddock 2 doc fixesIan Lynagh2008-08-281-1/+1
* Document CmmZipUtilMax Bolingbroke2008-07-311-1/+1
* Document ZipCfgMax Bolingbroke2008-07-311-1/+1
* Document MachOpMax Bolingbroke2008-07-311-5/+5
* Document DataflowMax Bolingbroke2008-07-311-1/+1
* Document DFMonadMax Bolingbroke2008-07-311-1/+1
* SRT labels don't need to be globally visibleSimon Marlow2008-07-251-0/+2
* Fixes for haddock 0.8Ian Lynagh2008-07-211-5/+5
* Fix Haddock errors.Thomas Schilling2008-07-204-12/+15
* Fix Haddock errors.Thomas Schilling2008-07-204-23/+25
* Fix Haddock errors.Thomas Schilling2008-07-201-46/+50
* FIX #2322: add exceptions for more functions in math.hSimon Marlow2008-07-111-2/+10
* More commandline flag improvementsIan Lynagh2008-06-161-1/+1
* Fix conversions between Double/Float and simple-integerIan Lynagh2008-06-141-0/+1
* Missing import in C-- parserdias@eecs.harvard.edu2008-06-021-0/+1
* Replacing copyins and copyouts with data-movement instructionsdias@eecs.harvard.edu2008-05-2930-374/+286
* Cmm back end upgradesdias@eecs.harvard.edu2008-05-2924-1745/+1299
* documentation for ZipDataflowNorman Ramsey2008-05-201-57/+241
* FIX #2276: foreign import stdcall "&foo" doesn't workSimon Marlow2008-05-142-1/+14
* Add a type signature to help GHC 6.4Ian Lynagh2008-05-131-0/+3
* Fixes to via-C prototype generation (FIX BUILD on Windows)Simon Marlow2008-05-121-12/+31
* FIX #1861: floating-point constants for infinity and NaN in via-CSimon Marlow2008-05-121-1/+10
* Fix context for fwd_pure_anal to match that of forward_solsimonpj@microsoft.com2008-05-071-1/+1
* Fix type signature to work without -XRelaxedPolyRec, and hence earlier GHCssimonpj@microsoft.com2008-05-061-1/+1