aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/WebAssembly/Disassembler/WebAssemblyDisassembler.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-06-11Revert CMake: Make most target symbols hidden by defaultTom Stellard1-1/+1
2019-06-10CMake: Make most target symbols hidden by defaultTom Stellard1-1/+1
2019-05-15[WebAssembly] Create a TargetInfo header. NFCRichard Trieu1-0/+1
2019-05-13[WebAssembly] Move InstPrinter files to MCTargetDesc. NFCDavid L. Jones1-1/+1
2019-02-20[WebAssembly] Fixed disassembler not knowing about OPERAND_EVENTWouter van Oortmerssen1-0/+1
2019-02-08[WebAssembly] Fix parseImmediate's memory alignment requirementHeejin Ahn1-1/+1
2019-02-08[WebAssembly] Fixed Disassembler ignoring endian swap on big endian.Wouter van Oortmerssen1-3/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-17[WebAssembly] Fixed objdump not parsing function headers.Wouter van Oortmerssen1-2/+42
2019-01-03[WebAssembly] Fixed disassembler not knowing about new brlist operandWouter van Oortmerssen1-1/+15
2019-01-02[WebAssembly] made assembler parse block_typeWouter van Oortmerssen1-2/+7
2018-11-15[WebAssembly] Fix return type of nextByteThomas Lively1-2/+2
2018-11-09[WebAssembly] Hotfix of WebAssemblyInstructionTableSize after rL346465Fangrui Song1-0/+2
2018-11-09[WebAssembly] Read prefixed opcodes as ULEB128sThomas Lively1-11/+21
2018-09-10[Target] Untangle disassemblersBenjamin Kramer1-1/+0
2018-08-30[WebAssembly] Made disassembler only use stack instructions.Wouter van Oortmerssen1-10/+7
2018-08-21[WebAssembly] v128.constThomas Lively1-4/+29
2018-05-10[WebAssembly] Initial Disassembler.Sam Clegg1-5/+121
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl1-1/+1
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