Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
c71adc8040b1e382b195a0096015cb5c39628b23
/
llvm
/
lib
/
Target
/
WebAssembly
/
WebAssemblyPeephole.cpp
d34e60c
Rename DEBUG macro to LLVM_DEBUG.
by Nicola Zaghen
· 8 years ago
5f8f34e4
Remove \brief commands from doxygen comments.
by Adrian Prantl
· 8 years ago
4092645
[WebAssembly] Register wasm passes with the PassRegistry
by Jacob Gravelle
· 8 years ago
d934cb8
[WebAssembly] Basic support for Wasm object file encoding.
by Dan Gohman
· 9 years ago
b6afd20
[WebAssembly] Refactor void return peephole using MaybeRewriteToFallthrough. NFC.
by Dan Gohman
· 9 years ago
4b320b7
[WebAssembly] Update LibFunc::Func -> LibFunc
by Derek Schuff
· 9 years ago
4fc4e42
[WebAssembly] Add an option to make get_local/set_local explicit.
by Dan Gohman
· 9 years ago
7f1bdb2
[WebAssembly] Remove the output operand from stores.
by Dan Gohman
· 9 years ago
117296c
Use StringRef in Pass/PassManager APIs (NFC)
by Mehdi Amini
· 9 years ago
5629ec1
[WebAssembly] Remove unnecessary subtarget checks in peephole pass
by Derek Schuff
· 9 years ago
39bf39f
[WebAssembly] Initial SIMD128 support.
by Derek Schuff
· 9 years ago
b7c2400
[WebAssembly] Optimize away return instructions using fallthroughs.
by Dan Gohman
· 10 years ago
847afa2
[WebAssembly] Simplify code that never has to handle physical registers. NFC.
by Dan Gohman
· 10 years ago
7100809
[WebAssembly] Rename $discard to $drop in the assembly output.
by Dan Gohman
· 10 years ago
27a11eef
[WebAssembly] Support physical registers in the rewrite-to-discard optimization.
by Dan Gohman
· 10 years ago
90d9e8d
[WebAssembly] Omit no-op adds for non-mem uses of FrameIndex
by Derek Schuff
· 10 years ago
e7305cc
[WebAssembly] Remove check for FrameIndex operands in WebAssemblyPeephole
by Derek Schuff
· 10 years ago
4343671
WebAssembly NFC: update error message
by JF Bastien
· 10 years ago
1a6c760
WebAssembly: don't optimize memcpy/memmove/memcpy to frame index
by JF Bastien
· 10 years ago
bdf08d5
[WebAssembly] Optimize memcpy/memmove/memcpy calls.
by Dan Gohman
· 10 years ago
bb37224
[WebAssembly] Implement unaligned loads and stores.
by Dan Gohman
· 10 years ago
8394756
[WebAssembly] Minor code cleanups. NFC.
by Dan Gohman
· 10 years ago
9769deb
[WebAssembly] Implement prolog/epilog insertion and FrameIndex elimination
by Derek Schuff
· 10 years ago
a87629d
[WebAssembly] Fix WebAssemblyPeephole to set Changed to true when making changes.
by Dan Gohman
· 10 years ago
acc0941
[WebAssembly] Declare that WebAssemblyPeephole does not modify the CFG.
by Dan Gohman
· 10 years ago
f0b165a
[WebAssembly] Implement ReverseBranchCondition, and re-enable MachineBlockPlacement
by Dan Gohman
· 10 years ago
80e34e0
[WebAssembly] Fix WebAssembly register numbering for registers added late.
by Dan Gohman
· 10 years ago
81719f8
[WebAssembly] Support for register stackifying with load and store instructions.
by Dan Gohman
· 10 years ago