aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/WebAssembly/Disassembler/WebAssemblyDisassembler.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2017-02-11[WebAssembly] Remove old experimental disassemler code.Dan Gohman1-84/+2
2017-02-02[WebAssembly] Add instruction definitions for drop and get/set_global.Dan Gohman1-0/+1
2016-10-24[WebAssembly] Add an option to make get_local/set_local explicit.Dan Gohman1-0/+1
2016-10-09Move the global variables representing each Target behind accessor functionMehdi Amini1-2/+2
2016-10-03[WebAssembly] Rename OPERAND_FP32IMM to OPERAND_F32IMM.Dan Gohman1-2/+2
2016-02-16[WebAssembly] Implement support for custom NaN bit patterns.Dan Gohman1-1/+2
2016-01-26Update wasm target for r258819.Benjamin Kramer1-1/+1
2016-01-26[WebAssembly] Implement unaligned loads and stores.Dan Gohman1-0/+1
2016-01-12[WebAssembly] Implement a prototype instruction encoder and disassembler.Dan Gohman1-0/+148