summaryrefslogtreecommitdiff
path: root/lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp
AgeCommit message (Expand)Author
2017-12-15Fix WebAssembly backend for some LLVM API changesDavid Blaikie
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-04-28[WebAssembly] Update calls to computeKnownBits after the changes from r301620.Craig Topper
2016-10-01Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini
2016-05-13SDAG: Implement Select instead of SelectImpl in WebAssemblyDAGToDAGISelJustin Bogner
2016-05-05SDAG: Rename Select->SelectImpl and repurpose Select as returning voidJustin Bogner
2015-11-25[WebAssembly] Clean up several FIXME comments.Dan Gohman
2015-11-13[WebAssembly] Inline asm support.Dan Gohman
2015-07-22WebAssembly: basic bitcode → assembly CodeGen testJF Bastien
2015-06-29[WebAssembly] Initial WebAssembly backendDan Gohman