aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.h
AgeCommit message (Expand)AuthorFilesLines
2016-08-01[WebAssembly] Support CFI for WebAssembly targetDerek Schuff1-1/+3
2016-02-16[WebAssembly] Implement support for custom NaN bit patterns.Dan Gohman1-2/+4
2016-01-30[WebAssembly] Fix uses of FrameIndex as store valuesDerek Schuff1-0/+2
2016-01-26[WebAssembly] Implement unaligned loads and stores.Dan Gohman1-1/+46
2016-01-19[WebAssembly] Remove an unused data member. NFC.Dan Gohman1-2/+1
2016-01-12[WebAssembly] Introduce a WebAssemblyTargetStreamer class.Dan Gohman1-5/+12
2016-01-12[WebAssembly] Make CFG stackification independent of basic-block labels.Dan Gohman1-0/+3
2016-01-12[WebAssembly] Define OperandTypes for decoding immediate values.Dan Gohman1-11/+21
2016-01-12[WebAssembly] Use TSFlags instead of keeping a list of special-case opcodes.Dan Gohman1-0/+11
2016-01-08[WebAssembly] Minor code cleanups. NFC.Dan Gohman1-6/+0
2016-01-08[WebAssembly] Remove unused arguments, unused functions. NFC.Dan Gohman1-4/+1
2015-12-17[WebAssembly] Experimental ELF writer supportDan Gohman1-0/+3
2015-12-08[WebAssembly] Trim some unneeded #includes.Dan Gohman1-1/+0
2015-11-23[WebAssembly] Emit .param, .result, and .local through MC.Dan Gohman1-1/+6
2015-07-22WebAssembly: basic bitcode → assembly CodeGen testJF Bastien1-0/+5
2015-07-10WebAssembly: basic instructions todo, and basic register info.JF Bastien1-0/+3
2015-07-01[WebAssembly] Define separate Target instances for 32-bit and 64-bit.Dan Gohman1-1/+2
2015-06-29[WebAssembly] Initial WebAssembly backendDan Gohman1-0/+52