llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc
Derek Schuff c97ba939d1 [WebAssembly] Fix uses of FrameIndex as store values
Previously the code assumed all uses of FI on loads and stores were as
addresses. This checks whether the use is the address or a value and
handles the latter case as it does for non-memory instructions.

llvm-svn: 259306
2016-01-30 21:43:08 +00:00
..
CMakeLists.txt [WebAssembly] Introduce a WebAssemblyTargetStreamer class. 2016-01-12 20:30:51 +00:00
LLVMBuild.txt
WebAssemblyAsmBackend.cpp [WebAssembly] Add an assertion to catch unexpected MCFixupKindInfo flags. 2016-01-13 19:31:57 +00:00
WebAssemblyELFObjectWriter.cpp WebAssembly: fix build break introduced by ELFObjectWriter churn 2016-01-13 23:36:00 +00:00
WebAssemblyMCAsmInfo.cpp [WebAssembly] Don't create a needless .note.GNU-stack section 2016-01-15 23:59:13 +00:00
WebAssemblyMCAsmInfo.h [WebAssembly] Switch WebAssemblyMCAsmInfo.h from MCAsmInfo to MCAsmInfoELF. 2015-12-17 20:50:45 +00:00
WebAssemblyMCCodeEmitter.cpp [WebAssembly] Minor code cleanups. NFC. 2016-01-20 05:54:22 +00:00
WebAssemblyMCTargetDesc.cpp [WebAssembly] Minor code cleanups. NFC. 2016-01-20 05:54:22 +00:00
WebAssemblyMCTargetDesc.h [WebAssembly] Fix uses of FrameIndex as store values 2016-01-30 21:43:08 +00:00
WebAssemblyTargetStreamer.cpp Make some headers self-contained, remove unused includes that violate layering. 2016-01-27 16:05:37 +00:00
WebAssemblyTargetStreamer.h [WebAssembly] Add a EM_WEBASSEMBLY value, and several bits of code that use it. 2016-01-12 20:56:01 +00:00