[PATCH] D15344: [WebAssembly] Implement prolog/epilog insertion and FrameIndex elimination

Derek Schuff via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 11 14:42:02 PST 2015


dschuff updated this revision to Diff 42589.
dschuff added a comment.
Herald added a subscriber: sanjoy.

- Remove changes to target-independent PEI, add WasmPEI


http://reviews.llvm.org/D15344

Files:
  lib/Target/WebAssembly/CMakeLists.txt
  lib/Target/WebAssembly/WebAssembly.h
  lib/Target/WebAssembly/WebAssemblyFrameLowering.cpp
  lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
  lib/Target/WebAssembly/WebAssemblyISelLowering.h
  lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h
  lib/Target/WebAssembly/WebAssemblyPEI.cpp
  lib/Target/WebAssembly/WebAssemblyPeephole.cpp
  lib/Target/WebAssembly/WebAssemblyRegNumbering.cpp
  lib/Target/WebAssembly/WebAssemblyRegisterInfo.cpp
  lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
  test/CodeGen/WebAssembly/userstack.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15344.42589.patch
Type: text/x-patch
Size: 60894 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151211/41029fca/attachment-0001.bin>


More information about the llvm-commits mailing list