summaryrefslogtreecommitdiff
path: root/utils/genapply
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-013-5/+5
* 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
* Automatically add the $(exeext) to program namesIan Lynagh2013-03-031-1/+1
* Define $(prog)_INPLACE variables automatically, and start using themIan Lynagh2013-03-031-1/+1
* 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
* Build the dynamic way by default on Linux/amd64Ian Lynagh2012-10-031-0/+1
* 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
* RefactoringIan Lynagh2012-01-081-3/+3
* 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
* ghc_ge_607 is now always trueIan Lynagh2009-05-231-2/+0
* Add a header to all build system files:Simon Marlow2009-04-282-0/+24
* GHC new build system megapatchIan Lynagh2009-04-262-29/+19
* 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
* ghc_ge_605 is now always YESIan Lynagh2008-11-081-4/+0
* bindists are now some way towards workingIan Lynagh2008-08-101-0/+3
* Fix the build with GHC 6.4Ian Lynagh2008-06-231-0/+5
* Use -fforce-recomp rather than -no-recomp when building genapplyIan Lynagh2008-06-141-1/+1
* 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
* -package pretty is required for GHC >= 6.7Simon Marlow2007-05-251-0/+4
* Remove ghc_ge_504 (it's required to be true now anyway)Ian Lynagh2007-05-091-4/+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-072-0/+794