summaryrefslogtreecommitdiff
path: root/utils/genapply
Commit message (Expand)AuthorAgeFilesLines
* Disable several ignore-warning flags in genapply.j2023-02-031-8/+6
* rts: workaround cmm's improper variadic ccall breaking wasm32 typecheckingCheng Shao2022-11-111-3/+4
* Fix Cmm symbol kindCheng Shao2022-11-111-0/+26
* Add native delimited continuations to the RTSAlexis King2022-09-111-2/+4
* Drop make build systemBen Gamari2022-08-251-30/+0
* Fix a few Note inconsistenciesBen Gamari2022-02-011-2/+2
* Make: Get rid of `BUILD_.*_INCLUDE_DIRS`John Ericson2021-11-161-1/+1
* Make: Get rid of GHC_INCLUDE_DIRSJohn Ericson2021-11-151-1/+1
* Move `/includes` to `/rts/include`, sort per package betterJohn Ericson2021-08-091-5/+5
* Fix typos, using Wikipedia list of common typosBrian Wignall2019-11-281-1/+1
* Per stage headers, ghc_boot_platform.h -> stage 0 ghcplatform.hJohn Ericson2019-10-042-1/+11
* Deduplicate `HaskellMachRegs.h` and `RtsMachRegs.h` headersJohn Ericson2019-09-171-1/+1
* Module hierarchy: StgToCmm (#13009)Sylvain Henry2019-09-101-1/+1
* Remove most uses of TARGET platform macrosJohn Ericson2019-07-091-0/+4
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-253-5/+5
* Documentation for StgRetFunÖmer Sinan Ağacan2019-01-161-1/+1
* Drop GHC 8.2 compatibilityRyan Scott2018-10-031-2/+0
* genapply: Explicitly specify argumentsMoritz Angermann2017-10-031-1/+1
* [Semigroup] fix genapplyMoritz Angermann2017-09-241-0/+4
* Prefer #if defined to #ifdefBen Gamari2017-04-281-2/+2
* Fix comment (old file names) in mk/ and utils/Takenobu Tani2017-02-041-6/+6
* genapply: update source file in autogenerated textSergei Trofimovich2016-10-041-1/+1
* Properly track live registers when saving the CCCS.Geoffrey Mainland2016-01-311-3/+26
* Code formatting cleanup.Geoffrey Mainland2016-01-311-3/+3
* Add type signatures.Geoffrey Mainland2016-01-311-0/+2
* Remove unused IND_PERMJoachim Breitner2016-01-231-3/+1
* Add Cabal synopses and descriptionsBen Gamari2016-01-051-2/+5
* Build system: Cabalize genapplyBen Gamari2015-12-173-37/+58
* 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