summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/Disassembler/WebAssemblyDisassembler.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-1/+2
* [Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()Fangrui Song2020-01-111-4/+2
* [WebAssembly] Allow multivalue types in block signature operandsThomas Lively2019-10-151-2/+22
* Revert CMake: Make most target symbols hidden by defaultTom Stellard2019-06-111-1/+1
* CMake: Make most target symbols hidden by defaultTom Stellard2019-06-101-1/+1
* [WebAssembly] Create a TargetInfo header. NFCRichard Trieu2019-05-151-0/+1
* [WebAssembly] Move InstPrinter files to MCTargetDesc. NFCDavid L. Jones2019-05-131-1/+1
* [WebAssembly] Fixed disassembler not knowing about OPERAND_EVENTWouter van Oortmerssen2019-02-201-0/+1
* [WebAssembly] Fix parseImmediate's memory alignment requirementHeejin Ahn2019-02-081-1/+1
* [WebAssembly] Fixed Disassembler ignoring endian swap on big endian.Wouter van Oortmerssen2019-02-081-3/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [WebAssembly] Fixed objdump not parsing function headers.Wouter van Oortmerssen2019-01-171-2/+42
* [WebAssembly] Fixed disassembler not knowing about new brlist operandWouter van Oortmerssen2019-01-031-1/+15
* [WebAssembly] made assembler parse block_typeWouter van Oortmerssen2019-01-021-2/+7
* [WebAssembly] Fix return type of nextByteThomas Lively2018-11-151-2/+2
* [WebAssembly] Hotfix of WebAssemblyInstructionTableSize after rL346465Fangrui Song2018-11-091-0/+2
* [WebAssembly] Read prefixed opcodes as ULEB128sThomas Lively2018-11-091-11/+21
* [Target] Untangle disassemblersBenjamin Kramer2018-09-101-1/+0
* [WebAssembly] Made disassembler only use stack instructions.Wouter van Oortmerssen2018-08-301-10/+7
* [WebAssembly] v128.constThomas Lively2018-08-211-4/+29
* [WebAssembly] Initial Disassembler.Sam Clegg2018-05-101-5/+121
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [WebAssembly] Remove old experimental disassemler code.Dan Gohman2017-02-111-84/+2
* [WebAssembly] Add instruction definitions for drop and get/set_global.Dan Gohman2017-02-021-0/+1
* [WebAssembly] Add an option to make get_local/set_local explicit.Dan Gohman2016-10-241-0/+1
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-091-2/+2
* [WebAssembly] Rename OPERAND_FP32IMM to OPERAND_F32IMM.Dan Gohman2016-10-031-2/+2
* [WebAssembly] Implement support for custom NaN bit patterns.Dan Gohman2016-02-161-1/+2
* Update wasm target for r258819.Benjamin Kramer2016-01-261-1/+1
* [WebAssembly] Implement unaligned loads and stores.Dan Gohman2016-01-261-0/+1
* [WebAssembly] Implement a prototype instruction encoder and disassembler.Dan Gohman2016-01-121-0/+148
OpenPOWER on IntegriCloud