aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/WebAssembly/WebAssemblyFastISel.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-04[WebAssembly] Check return value of getRegForValue in FastISelDerek Schuff1-0/+13
2016-08-02[WebAssembly] Initial SIMD128 support.Derek Schuff1-4/+76
2016-05-12[WebAssembly] Fast-isel support for calls, arguments, and selects.Dan Gohman1-51/+324
2016-05-11[WebAssembl] Implement enough of fast-isel to run the comparison tests.Dan Gohman1-98/+389
2016-05-10[WebAssembly] Preliminary fast-isel support.Dan Gohman1-4/+542
2015-08-24[WebAssembly] Skeleton FastISel supportDan Gohman1-0/+81