summaryrefslogtreecommitdiff
path: root/compiler/codeGen/StgCmmBind.hs
Commit message (Expand)AuthorAgeFilesLines
* Some alpha renamingIan Lynagh2012-10-161-5/+5
* Produce new-style Cmm from the Cmm parserSimon Marlow2012-10-081-16/+25
* Change some "else return ()"s to use when/unlessIan Lynagh2012-09-201-2/+1
* Move tAG_BITS into platformConstantsIan Lynagh2012-09-161-2/+2
* Move wORD_SIZE into platformConstantsIan Lynagh2012-09-161-2/+1
* Start moving other constants from (Haskell)Constants to platformConstantsIan Lynagh2012-09-141-2/+2
* Use oFFSET_* from platformConstants rather than ConstantsIan Lynagh2012-09-131-1/+1
* Use sIZEOF_* from platformConstants rather than ConstantsIan Lynagh2012-09-131-1/+1
* Pass DynFlags down to wordWidthIan Lynagh2012-09-121-4/+4
* Pass DynFlags down to bWordIan Lynagh2012-09-121-9/+11
* Cleanup: add mkIntExpr and zeroExpr utilsSimon Marlow2012-08-311-1/+1
* remove tabsSimon Marlow2012-08-211-124/+117
* Remove uses of fixC from the codeGen, and make the FCode monad strictSimon Marlow2012-08-091-74/+110
* fix warningSimon Marlow2012-08-071-1/+1
* entryHeapCheck: fix calls to stg_gc_fun and stg_gc_enter_1Simon Marlow2012-08-071-2/+2
* Small optimisationSimon Marlow2012-08-071-5/+6
* fix a warningSimon Marlow2012-08-071-1/+1
* Fix update frames for profilingSimon Marlow2012-08-071-12/+16
* Cleanup and fixes to profilingSimon Marlow2012-08-071-1/+5
* A closure with void args only should be a function, not a thunkSimon Marlow2012-08-071-4/+3
* Generate one fewer temps per heap allocationSimon Marlow2012-08-071-5/+6
* Add "Unregisterised" as a field in the settings fileIan Lynagh2012-08-071-2/+3
* Make tablesNextToCode "dynamic"Ian Lynagh2012-08-061-3/+4
* Use "ReturnedTo" when generating safe foreign callsSimon Marlow2012-08-061-4/+3
* Add a comment to explain why the FCode monad is lazySimon Marlow2012-08-061-1/+2
* Explicitly share some return continuationsSimon Marlow2012-08-021-2/+4
* Small optimisation to the code generated for CAFsSimon Marlow2012-07-301-9/+14
* New codegen: do not split proc-points when using the NCGSimon Marlow2012-07-301-1/+1
* Make -fscc-profiling a dynamic flagIan Lynagh2012-07-241-23/+28
* remove some redundant SRT-related stuffSimon Marlow2012-07-111-5/+3
* Merge remote-tracking branch 'origin/master' into newcgSimon Marlow2012-07-041-22/+25
|\
| * Remove some unnecessary platform argumentsIan Lynagh2012-06-131-7/+3
| * Pass DynFlags down to showSDocDumpIan Lynagh2012-06-121-6/+10
| * Fix for earger blackholing of thunks with no free variables (#6146)Simon Marlow2012-06-071-7/+10
* | fix the updfr offset in the jump after newCAFSimon Marlow2012-03-071-1/+2
* | Fix an SRT-related bugSimon Marlow2012-02-141-17/+13
* | New stack layout algorithmSimon Marlow2012-02-081-1/+1
* | Different implementation of MkGraphSimon Marlow2012-01-251-9/+9
|/
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Overhaul of infrastructure for profiling, coverage (HPC) and breakpointsSimon Marlow2011-11-021-11/+12
* Don't generate stg_ap thunks when profiling, it loses information (#949)Simon Marlow2011-11-021-1/+4
* make CAFs atomic, to fix #5558Simon Marlow2011-10-171-16/+15
* More CPP removal: pprDynamicLinkerAsmLabel in CLabelIan Lynagh2011-10-021-8/+12
* fix the eager-blackholing check, which I inadvertently broke inSimon Marlow2011-09-061-9/+36
* refactoring and fixing the stage 2 compilationSimon Marlow2011-08-251-25/+5
* Refactoring/renamingSimon Marlow2011-08-251-6/+3
* eliminate ConInfoSimon Marlow2011-08-251-11/+11
* Remove another use of mkConInfoSimon Marlow2011-08-251-1/+2
* Refactoring: reduce usage of mkConInfo, with a view to killing itSimon Marlow2011-08-251-2/+9
* More refactoring (CgRep)Simon Peyton Jones2011-08-251-1/+1