Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
6c8f20d73dd8db4f3338c1976bd94d2e54abb7ed
/
llvm
/
lib
/
Target
/
WebAssembly
/
WebAssemblyRegStackify.cpp
6c8f20d
[WebAssembly] Speed up LiveIntervals updating.
by Dan Gohman
· 9 years ago
1054570
[WebAssembly] Model the stack evaluation order more precisely.
by Dan Gohman
· 9 years ago
d08cd15
[WebAssembly] Don't stackify calls past stack pointer modifications.
by Dan Gohman
· 9 years ago
12de0b9
[WebAssembly] Stackify induction variable increment instructions.
by Dan Gohman
· 9 years ago
2644d74
[WebAssembly] Improve the precision of memory and side effect dependence tracking.
by Dan Gohman
· 9 years ago
33e694a
[WebAssembly] Fast-isel support for calls, arguments, and selects.
by Dan Gohman
· 9 years ago
0cfb5f8
[WebAssembly] Move register stackification and coloring to a late phase.
by Dan Gohman
· 9 years ago
369ebfe
Try to fix build of WebAssemblyRegStackify.cpp on Windows
by Hans Wennborg
· 10 years ago
1afd1e2
WebAssembly: fix build
by JF Bastien
· 10 years ago
13d3b9b
WebAssembly: fix build
by JF Bastien
· 10 years ago
595e8ab
[WebAssembly] Properly ignore llvm.dbg.value instructions.
by Dan Gohman
· 10 years ago
f8f8f09
[WebAssemly] Don't move calls or stores past intervening loads
by Derek Schuff
· 10 years ago
8aa237c
[WebAssembly] Create new registers instead of reusing old ones in RegStackify.
by Dan Gohman
· 10 years ago
fbfe5ec
[WebAssembly] Don't stackify a register def past a get_local use in the same tree.
by Dan Gohman
· 10 years ago
adf2817
[WebAssembly] Enhanced register stackification
by Dan Gohman
· 10 years ago
7e64917
[WebAssembly] Don't stackify stores across instructions with side effects.
by Dan Gohman
· 10 years ago
b6fd39a
[WebAssembly] Rematerialize constants rather than hold them live in registers.
by Dan Gohman
· 10 years ago
8f59cf7
[WebAssembly] Don't use range-based loop for a list that's being modified
by Dan Gohman
· 10 years ago
8887d1f
[WebAssembly] Fix handling of COPY instructions in WebAssemblyRegStackify.
by Dan Gohman
· 10 years ago
8bb5f29
[WebAssembly] Implement eliminateCallFramePseudo
by Derek Schuff
· 10 years ago
a712a6c
[WebAssembly] Avoid adding redundant EXPR_STACK uses.
by Dan Gohman
· 10 years ago
31448f1
[WebAssembly] Fix a typo in a comment.
by Dan Gohman
· 10 years ago
d70e590
[WebAssembly] Assert MRI.isSSA() in passes that depend on SSA form.
by Dan Gohman
· 10 years ago
4da4abd
[WebAssembly] Fix scheduling dependencies in register-stackified code
by Dan Gohman
· 10 years ago
35bfb24
[WebAssembly] Initial varargs support.
by Dan Gohman
· 10 years ago
391a98a
[WebAssembly] Fix dominance check for PHIs in the StoreResult pass
by Dan Gohman
· 10 years ago
53d1399
[WebAssembly] Fix comments to say "LIFO" instead of "FIFO" when describing a stack.
by Dan Gohman
· 10 years ago
7a6b982
[WebAssembly] Minor clang-format and selected clang-tidy cleanups. NFC.
by Dan Gohman
· 10 years ago
81719f8
[WebAssembly] Support for register stackifying with load and store instructions.
by Dan Gohman
· 10 years ago
7bafa0e
[WebAssembly] Add asserts that the expression stack is used in stack order.
by Dan Gohman
· 10 years ago
b0992da
[WebAssemby] Enforce FIFO ordering for instructions using stackified registers.
by Dan Gohman
· 10 years ago
4ba4816
[WebAssembly] Enable register coloring and register stackifying.
by Dan Gohman
· 10 years ago
1462faa
[WebAssembly] Prototype passes for register coloring and register stackifying.
by Dan Gohman
· 10 years ago