Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e94ee833f9444b629bdbbd9fd08b51a04560c1a0
/
llvm
/
lib
/
Target
/
WebAssembly
/
WebAssemblyFrameLowering.cpp
e408a89
[WebAssembly] Cleanup of the way globals and global flags are handled
by Nicholas Wilson
· 7 years ago
cf2a9e2
[WebAssembly] Remove ELF file support.
by Sam Clegg
· 7 years ago
5f8f34e4
Remove \brief commands from doxygen comments.
by Adrian Prantl
· 7 years ago
2110924
Fix WebAssembly backend for some LLVM API changes
by David Blaikie
· 8 years ago
9d24fb7
[WebAssembly] Use __stack_pointer global when writing wasm binary
by Sam Clegg
· 8 years ago
970d02c
[WebAssembly] Initial linking metadata support
by Dan Gohman
· 9 years ago
82607f5
[WebAssembly] Add support for using a wasm global for the stack pointer.
by Dan Gohman
· 9 years ago
d934cb8
[WebAssembly] Basic support for Wasm object file encoding.
by Dan Gohman
· 9 years ago
f295cc8
[WebAssembly] Fix a compiler warning. NFC.
by Dan Gohman
· 9 years ago
0d41b7b
[WebAssembly] Emit a BasePointer when we have overly-aligned stack objects
by Derek Schuff
· 9 years ago
48abaa9
[WebAssembly] Reorder load/store operands to match binary encoding.
by Dan Gohman
· 9 years ago
7f1bdb2
[WebAssembly] Remove the output operand from stores.
by Dan Gohman
· 9 years ago
9bc1b23
[WebAssembly] Plug MachineMemOperand leaks.
by Benjamin Kramer
· 9 years ago
941a705
MachineFunction: Return reference for getFrameInfo(); NFC
by Matthias Braun
· 9 years ago
bdc4956
Pass DebugLoc and SDLoc by const ref.
by Benjamin Kramer
· 9 years ago
d530f68
[WebAssembly] Put __stack_pointer in the offset field of loads and stores.
by Dan Gohman
· 9 years ago
7100809
[WebAssembly] Rename $discard to $drop in the assembly output.
by Dan Gohman
· 9 years ago
d08cd15
[WebAssembly] Don't stackify calls past stack pointer modifications.
by Dan Gohman
· 9 years ago
0cfb5f8
[WebAssembly] Move register stackification and coloring to a late phase.
by Dan Gohman
· 9 years ago
450a807
[WebAssembly] Don't emit epilogue code in the middle of stackified code.
by Dan Gohman
· 9 years ago
e1a2e90
Change eliminateCallFramePseudoInstr() to return an iterator
by Hans Wennborg
· 10 years ago
d4207ba
[WebAssembly] Stackify code emitted by eliminateFrameIndex and SP writeback
by Derek Schuff
· 10 years ago
4b3bb21
[WebAssembly] Implement red zone for user stack
by Derek Schuff
· 10 years ago
27e3b8a
[WebAssembly] Fix writeback of stack pointer with dynamic alloca
by Derek Schuff
· 10 years ago
90dbb8c
[WebAssembly] Write stack pointer back to memory when FP is used
by Derek Schuff
· 10 years ago
dc5f6aa
[WebAssembly] Stackify function prologs and epilogs
by Derek Schuff
· 10 years ago
94c6566
[WebAssembly] Implement __builtin_frame_address.
by Dan Gohman
· 10 years ago
3f06329
[WebAssembly] Reformat WebAssemblyFrameLowering and WebAssemblyISelLowering
by Derek Schuff
· 10 years ago
992d83f
[WebAssembly] Address comments left over from r260421
by Derek Schuff
· 10 years ago
27501e2
[WebAssembly] Switch varags calling convention to use a register
by Derek Schuff
· 10 years ago
3ca3ea6
WebAssembly NFC: fix build warning
by JF Bastien
· 10 years ago
6ea637a
[WebAssembly] Support frame pointer
by Derek Schuff
· 10 years ago
90d9e8d
[WebAssembly] Omit no-op adds for non-mem uses of FrameIndex
by Derek Schuff
· 10 years ago
bb37224
[WebAssembly] Implement unaligned loads and stores.
by Dan Gohman
· 10 years ago
3196650
[WebAssembly] Use the templated form of MachineFunction::getSubtarget(). NFC.
by Dan Gohman
· 10 years ago
8bb5f29
[WebAssembly] Implement eliminateCallFramePseudo
by Derek Schuff
· 10 years ago
9769deb
[WebAssembly] Implement prolog/epilog insertion and FrameIndex elimination
by Derek Schuff
· 10 years ago
7a6b982
[WebAssembly] Minor clang-format and selected clang-tidy cleanups. NFC.
by Dan Gohman
· 10 years ago
9c54d3b
[WebAssembly] Clean up several FIXME comments.
by Dan Gohman
· 10 years ago
e419a7c
[WebAssembly] Use the checked form of MachineFunction::getSubtarget. NFC.
by Dan Gohman
· 10 years ago
b9073fb
WebAssembly: basic bitcode → assembly CodeGen test
by JF Bastien
· 10 years ago
c8f48c1
WebAssembly: fix build breakage.
by JF Bastien
· 10 years ago
03855df
WebAssembly: start instructions
by JF Bastien
· 10 years ago
10e730a
[WebAssembly] Initial WebAssembly backend
by Dan Gohman
· 10 years ago