summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/WebAssemblyFastISel.cpp
Commit message (Expand)AuthorAgeFilesLines
* [IR] Make getParamAttributes take argument numbers, not ArgNo+1Reid Kleckner2017-04-131-12/+12
* Rename AttributeSet to AttributeListReid Kleckner2017-03-211-2/+2
* [WebAssembly] Handle f16 in fast-isel.Dan Gohman2017-02-241-0/+2
* [WebAssembly] Add return type annotations in fast isel.Dan Gohman2017-01-091-0/+3
* [WebAssembly] Don't old negative load/store offsets in fast-isel.Dan Gohman2016-12-221-9/+24
* IR: Change the gep_type_iterator API to avoid always exposing the "current" t...Peter Collingbourne2016-12-021-1/+1
* [WebAssembly] Reorder load/store operands to match binary encoding.Dan Gohman2016-10-251-4/+4
* [WebAssembly] Add an option to make get_local/set_local explicit.Dan Gohman2016-10-241-2/+2
* [WebAssembly] Fix for 0xc call_indirect changesDerek Schuff2016-10-211-9/+9
* [WebAssembly] Remove the output operand from stores.Dan Gohman2016-10-061-10/+1
* [WebAssembly] Check return value of getRegForValue in FastISelDerek Schuff2016-08-041-0/+13
* [WebAssembly] Initial SIMD128 support.Derek Schuff2016-08-021-4/+76
* [WebAssembly] Fast-isel support for calls, arguments, and selects.Dan Gohman2016-05-121-51/+324
* [WebAssembl] Implement enough of fast-isel to run the comparison tests.Dan Gohman2016-05-111-98/+389
* [WebAssembly] Preliminary fast-isel support.Dan Gohman2016-05-101-4/+542
* [WebAssembly] Skeleton FastISel supportDan Gohman2015-08-241-0/+81
OpenPOWER on IntegriCloud