summaryrefslogtreecommitdiff
path: root/compiler/GHC/StgToJS/CodeGen.hs
Commit message (Expand)AuthorAgeFilesLines
* JS: refactor jsSaturate to return a saturated JStat (#23328)Josh Meredith2023-05-111-9/+6
* JS: add GHC.JS.Optimizer, remove RTS.Printer, add Linker.Optdoyougnu2023-05-091-12/+15
* Refactor GenStgRhs to include the Type in both constructors (#23280, #22576, ...Josh Meredith2023-04-261-5/+5
* js: split JMacro into JS eDSL and JS syntaxdoyougnu2023-03-301-2/+4
* Add Javascript backendSylvain Henry2022-11-291-0/+367