summaryrefslogtreecommitdiff
path: root/compiler/codeGen
Commit message (Expand)AuthorAgeFilesLines
* Fix #3132: a case of bogus code generationSimon Marlow2009-06-181-2/+28
* Remove old GUM/GranSim codeSimon Marlow2009-06-021-5/+1
* Make some showSDoc's use OneLineMode rather than PageModeIan Lynagh2009-03-311-2/+2
* Debugging by Sesame Street:dias@eecs.tufts.edu2009-04-031-1/+1
* Better handling of node parameter in calling conventionsdias@eecs.tufts.edu2009-03-251-3/+7
* When calling gc, avoid saving node in static closuresdias@eecs.tufts.edu2009-03-232-4/+5
* Code simplifications due to call/return separation; some improvements to how ...dias@eecs.tufts.edu2009-03-232-22/+22
* Calls with and without passing node arguments more clearly separateddias@eecs.tufts.edu2009-03-233-6/+6
* Another small step: call and return conventions specified separately when mak...dias@eecs.tufts.edu2009-03-235-13/+14
* Small step toward call-conv improvement: separate out calls and returnsdias@eecs.tufts.edu2009-03-235-6/+6
* Removed a tracedias@eecs.tufts.edu2009-03-181-1/+1
* Calling convention bug and cleanupdias@eecs.tufts.edu2009-03-174-5/+3
* Inconsistent type and arguments in safe foreign calls...dias@eecs.tufts.edu2009-03-161-15/+15
* Fixes to "Retract Hp *before* checking for HpLim==0"Simon Marlow2009-03-181-2/+7
* FIX biographical profiling (#3039, probably #2297)Simon Marlow2009-03-173-4/+21
* A few bug fixes; some improvements spurred by paper writingdias@eecs.harvard.edu2009-03-036-35/+47
* Fix the build on amd64/LinuxIan Lynagh2009-02-063-2/+2
* When generating C, don't pretend functions are dataIan Lynagh2009-02-066-6/+10
* Remove a redundant importIan Lynagh2009-01-141-1/+0
* Make the ASSERT more informativesimonpj@microsoft.com2009-01-131-1/+1
* Fix warnings in StgCmmForeignIan Lynagh2008-12-291-10/+11
* Fix warnings in CgCallConvIan Lynagh2008-12-291-10/+11
* Fix warnings in SMRepIan Lynagh2008-12-291-17/+15
* Fix warnings in ClosureInfoIan Lynagh2008-12-291-34/+43
* Fix warnings in CgTickyIan Lynagh2008-12-291-15/+18
* Fix warnings in CgConIan Lynagh2008-12-291-11/+4
* Use DynFlags to work out if we are doing ticky ticky profilingIan Lynagh2008-12-188-44/+55
* Fix warnings in CgExprIan Lynagh2008-12-171-16/+24
* Fix warnings in CgBinderyIan Lynagh2008-12-171-13/+28
* Fix warnings in CgStackeryIan Lynagh2008-12-171-9/+1
* Fix warnings in CgCaseIan Lynagh2008-12-171-24/+24
* Remove some dead code from CgCaseIan Lynagh2008-12-171-1/+0
* Fix warnings in StgCmmProfIan Lynagh2008-12-171-13/+21
* Fix warnings in CgProfIan Lynagh2008-12-171-15/+21
* Fix warnings in CgInfoTblsIan Lynagh2008-12-171-13/+3
* Remove dead function srtLabelAndLength from CgInfoTblsIan Lynagh2008-12-171-12/+0
* Fix warnings in CgHeaperyIan Lynagh2008-12-171-11/+7
* Fix warnings in CgTailCallIan Lynagh2008-12-171-13/+7
* Remove a little dead code from CgTailCallIan Lynagh2008-12-171-1/+0
* Fix warnings in CodeGenIan Lynagh2008-12-171-11/+2
* Fix warnings in StgCmmTickyIan Lynagh2008-12-171-11/+20
* Remove dead code from CgUtilsIan Lynagh2008-12-171-1/+0
* Fix warnings in CgPrimOpIan Lynagh2008-12-171-120/+116
* Fix warnings in CgMonadIan Lynagh2008-12-171-13/+7
* Fix warnings in CgClosureIan Lynagh2008-12-171-11/+4
* Fix warnings in CgForeignCallIan Lynagh2008-12-151-10/+16
* Remove some redundant codeIan Lynagh2008-12-152-4/+0
* Fix warnings in CgLetNoEscapeIan Lynagh2008-12-151-10/+3
* Fix warnings in StgCmmGranIan Lynagh2008-12-091-14/+3
* Fix warnings in CgHpcIan Lynagh2008-12-091-10/+3