summaryrefslogtreecommitdiff
path: root/compiler/GHC/StgToJS/Expr.hs
Commit message (Expand)AuthorAgeFilesLines
* JS: refactor jsSaturate to return a saturated JStat (#23328)Josh Meredith2023-05-111-1/+1
* JS: add GHC.JS.Optimizer, remove RTS.Printer, add Linker.Optdoyougnu2023-05-091-6/+5
* Refactor GenStgRhs to include the Type in both constructors (#23280, #22576, ...Josh Meredith2023-04-261-30/+19
* js: split JMacro into JS eDSL and JS syntaxdoyougnu2023-03-301-2/+3
* Factor JS Rts generation for h$c{_,0,1,2} into h$c{n} and improve name cachingJosh Meredith2023-02-161-1/+2
* Improve exprOkForSpeculation for classopsSimon Peyton Jones2023-01-311-2/+1
* Add Javascript backendSylvain Henry2022-11-291-0/+1045