Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
2bc35b793804dfe642dc5dc3d888d1d46d17ec0c
/
llvm
/
lib
/
Target
/
WebAssembly
/
WebAssemblyFastISel.cpp
323dc63
[WebAssembly] Don't assume that zext/sext result is i32/i64 in fast isel (PR41841)
by Nikita Popov
· 6 years ago
9da8142
[WebAssembly] Bail out of fastisel earlier when computing PIC addresses
by Sam Clegg
· 7 years ago
a272527
[WebAssembly] FastISel: Don't fallback to SelectionDAG after BuildMI in selectCall
by Sam Clegg
· 7 years ago
492f752
[WebAssembly] Initial implementation of PIC code generation
by Sam Clegg
· 7 years ago
18c56a0
[WebAssembly] clang-tidy (NFC)
by Heejin Ahn
· 7 years ago
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
2a47e03
[WebAssembly][FastISel] Do not assume naive CmpInst lowering
by Thomas Lively
· 7 years ago
64a39a1
[WebAssembly] Add unimplemented-simd128 subtarget feature
by Thomas Lively
· 7 years ago
fdd4999
Revert "[WebAssembly] Add simd128-unimplemented subtarget feature"
by Thomas Lively
· 7 years ago
eb6f9ab
[WebAssembly] Add simd128-unimplemented subtarget feature
by Thomas Lively
· 7 years ago
fdca5fa
Revert "[WebAssembly] Add unimplemented-simd128 subtarget feature"
by Thomas Lively
· 7 years ago
2eeade1
[WebAssembly] Add unimplemented-simd128 subtarget feature
by Thomas Lively
· 7 years ago
b6dac89
[WebAssembly] Fix invalid machine instrs in -O0, verify in tests
by Thomas Lively
· 7 years ago
8dbf29af
[WebAssembly] Gate unimplemented SIMD ops on flag
by Thomas Lively
· 7 years ago
4dc0b1a
Fix clang -Wimplicit-fallthrough warnings across llvm, NFC
by Reid Kleckner
· 7 years ago
47a52a0
[WebAssembly] use 'match' to simplify code; NFC
by Sanjay Patel
· 7 years ago
0ff82ac
[WebAssembly][NFC] Unify ARGUMENT classes
by Thomas Lively
· 7 years ago
f208f63
[WebAssembly] clang-format (NFC)
by Heejin Ahn
· 7 years ago
51ed131
[WebAssembly] Update SIMD binary arithmetic
by Derek Schuff
· 7 years ago
b01d876
[WebAssembly] Fix fast-isel optimization of branch conditions.
by Dan Gohman
· 7 years ago
b818482
[WebAssembly] Fix fast-isel lowering illegal argument and return types.
by Dan Gohman
· 7 years ago
5f8f34e4
Remove \brief commands from doxygen comments.
by Adrian Prantl
· 8 years ago
4576dc0
[WebAssembly] Teach fast-isel to gracefully recover from illegal return types.
by Dan Gohman
· 8 years ago
0de5872
[WebAssembly] Add except_ref as a first-class type
by Heejin Ahn
· 8 years ago
861bec2
[WebAssembly] Add an LLVM_FALLTHROUGH to address a warning. NFC.
by Dan Gohman
· 8 years ago
3ff73cf
[WebAssembly] Handle errors better in fast-isel.
by Dan Gohman
· 8 years ago
0828ba1
[WebAssembly] Call signExtend to get sign extended register
by Dan Gohman
· 8 years ago
690b76e
[WebAssembly] FastISel : Bail to SelectionDAG for constexpr calls
by Jacob Gravelle
· 8 years ago
a31ec61
[WebAssembly] WebAssemblyFastISel getelementptr variable index support
by Jacob Gravelle
· 8 years ago
6bda14b
Sort the remaining #include lines in include/... and lib/....
by Chandler Carruth
· 8 years ago
f021fab
[IR] Make getParamAttributes take argument numbers, not ArgNo+1
by Reid Kleckner
· 9 years ago
b518054
Rename AttributeSet to AttributeList
by Reid Kleckner
· 9 years ago
6999c4f
[WebAssembly] Handle f16 in fast-isel.
by Dan Gohman
· 9 years ago
6055fba
[WebAssembly] Add return type annotations in fast isel.
by Dan Gohman
· 9 years ago
728926a
[WebAssembly] Don't old negative load/store offsets in fast-isel.
by Dan Gohman
· 9 years ago
ab85225b
IR: Change the gep_type_iterator API to avoid always exposing the "current" type.
by Peter Collingbourne
· 9 years ago
48abaa9
[WebAssembly] Reorder load/store operands to match binary encoding.
by Dan Gohman
· 9 years ago
4fc4e42
[WebAssembly] Add an option to make get_local/set_local explicit.
by Dan Gohman
· 9 years ago
6f69783
[WebAssembly] Fix for 0xc call_indirect changes
by Derek Schuff
· 9 years ago
7f1bdb2
[WebAssembly] Remove the output operand from stores.
by Dan Gohman
· 9 years ago
732636d
[WebAssembly] Check return value of getRegForValue in FastISel
by Derek Schuff
· 9 years ago
39bf39f
[WebAssembly] Initial SIMD128 support.
by Derek Schuff
· 9 years ago
33e694a
[WebAssembly] Fast-isel support for calls, arguments, and selects.
by Dan Gohman
· 9 years ago
3a5ce73
[WebAssembl] Implement enough of fast-isel to run the comparison tests.
by Dan Gohman
· 9 years ago
2e64438
[WebAssembly] Preliminary fast-isel support.
by Dan Gohman
· 9 years ago
7b63484
[WebAssembly] Skeleton FastISel support
by Dan Gohman
· 10 years ago