aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCCodeEmitter.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-06-23Fix the wasm build by including EndianStream.hReid Kleckner1-0/+1
2016-01-20[WebAssembly] Minor code cleanups. NFC.Dan Gohman1-3/+3
2016-01-19[WebAssembly] Remove an unused data member. NFC.Dan Gohman1-6/+4
2016-01-12[WebAssembly] Implement a prototype instruction encoder and disassembler.Dan Gohman1-23/+39
2016-01-08[WebAssembly] Minor code cleanups. NFC.Dan Gohman1-2/+0
2016-01-08[WebAssembly] Remove unused arguments, unused functions. NFC.Dan Gohman1-24/+2
2015-12-17Remove unused class variables.Eric Christopher1-5/+3
2015-12-17Fix unused variable warning in release builds. NFC.Diego Novillo1-3/+1
2015-12-17[WebAssembly] Experimental ELF writer supportDan Gohman1-0/+104