summaryrefslogtreecommitdiff
path: root/utils/genapply/GenApply.hs
Commit message (Expand)AuthorAgeFilesLines
* Replace usages of `-w` by `-fno-warn`sThomas Miedema2015-07-041-3/+8
* Add unwind information to CmmPeter Wortmann2014-12-161-0/+1
* Add missing stack checks to stg_ap_* functions (#9001)Simon Marlow2014-05-141-116/+198
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-1/+1
* Add support for 512-bit-wide vectors.Geoffrey Mainland2013-09-221-0/+6
* Add support for 256-bit-wide vectors.Geoffrey Mainland2013-09-221-0/+6
* Always pass vector values on the stack.Geoffrey Mainland2013-02-011-28/+38
* We should be including HaskellMachRegs.h here, not RtsMachRegs.hSimon Marlow2013-01-301-1/+1
* Attach proper jump liveness information to generated C-- code.Geoffrey Mainland2012-10-301-11/+43
* Produce new-style Cmm from the Cmm parserSimon Marlow2012-10-081-7/+7
* Start separating out the RTS and Haskell imports of MachRegs.hIan Lynagh2012-08-061-1/+1
* typos in commentsGabor Greif2012-07-181-3/+3
* Tabs -> SpacesDavid Terei2012-03-231-325/+325
* Make profiling work with multiple capabilities (+RTS -N)Simon Marlow2011-11-291-1/+1
* Overhaul of infrastructure for profiling, coverage (HPC) and breakpointsSimon Marlow2011-11-021-14/+51
* Remove the IND_OLDGEN and IND_OLDGEN_PERM closure typesSimon Marlow2010-04-011-5/+1
* New implementation of BLACKHOLEsSimon Marlow2010-03-291-1/+1
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-2/+2
* Merging in the new codegen branchdias@eecs.harvard.edu2008-08-141-2/+2
* Add optional eager black-holing, with new flag -feager-blackholingSimon Marlow2008-11-181-2/+0
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-031-2/+2
* Fix and supress some warnings, and turn on -Werror when validatingIan Lynagh2007-09-021-0/+6
* annotate C-- calls that do not returnNorman Ramsey2007-08-201-1/+1
* Pointer TaggingSimon Marlow2007-07-271-12/+107
* Implemented and fixed bugs in CmmInfo handlingMichael D. Adams2007-06-271-3/+14
* remove #if branches for pre-ghc-6.0Isaac Dupree2007-06-051-9/+0
* Lightweight ticky-ticky profilingKirsten Chevalier2007-02-071-5/+5
* Support RelocatableReadOnlyData section type in CmmParse, and use it where ne...wolfgang.thaller@gmx.net2006-10-221-2/+2
* Cast switch scrutinees to W_ in AutoApply.cmmwolfgang.thaller@gmx.net2006-10-221-2/+2
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+769