summaryrefslogtreecommitdiff
path: root/compiler/cmm
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* replace hints with kinds in parser as wellNorman Ramsey2008-05-031-6/+6
* replace Cmm 'hint' with 'kind'Norman Ramsey2008-05-0312-63/+63
* new version of ZipDataflowNorman Ramsey2008-05-031-0/+865
* minor changes to Cmm left over from September 2007Norman Ramsey2008-05-0313-51/+215
* Add back an erroneously removed #include "HsVersions.h"Ian Lynagh2008-04-231-0/+2
* Include HsVersions.h where necessaryRoman Leshchinskiy2008-04-232-0/+4
* (F)SLIT -> (f)sLit in CmmParseIan Lynagh2008-04-221-46/+44
* (F)SLIT -> (f)sLit in PprCIan Lynagh2008-04-121-126/+124
* (F)SLIT -> (f)sLit in PprCmmZIan Lynagh2008-04-121-7/+5
* (F)SLIT -> (f)sLit in ZipCfgCmmRepIan Lynagh2008-04-121-20/+18
* (F)SLIT -> (f)sLit in CmmLintIan Lynagh2008-04-121-3/+1
* (F)SLIT -> (f)sLit in CmmCPSGenIan Lynagh2008-04-121-4/+2
* (F)SLIT -> (f)sLit in PprCmmIan Lynagh2008-04-121-74/+72
* (F)SLIT -> (f)sLit in MachOpIan Lynagh2008-04-121-12/+12
* (F)SLIT -> (f)sLit in CLabelIan Lynagh2008-04-121-75/+72
* Add some more generic (en|de)code(Double|Float) codeIan Lynagh2008-04-171-0/+1
* add pointers to the wiki for the rules about C prototypesSimon Marlow2008-04-092-4/+5
* Do not #include external header files when compiling via CSimon Marlow2008-04-023-31/+53
* Don't import FastString in HsVersions.hIan Lynagh2008-03-299-18/+3
* Remove some unnecessary importsIan Lynagh2008-03-291-5/+0
* Put debugIsOn in Util, rather than rely on it being CPPed inIan Lynagh2008-03-292-0/+2
* FIX #2080: an optimisation to remove a widening was wrongSimon Marlow2008-02-081-21/+37