summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/BPF/Disassembler/BPFDisassembler.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-1/+1
* [Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()Fangrui Song2020-01-111-2/+0
* 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
* [BPF] Create a TargetInfo header. NFCRichard Trieu2019-05-141-0/+1
* bpf: disassembler support for XADD under sub-register modeJiong Wang2019-02-281-1/+2
* [BPF] add code-gen support for JMP32 instructionsJiong Wang2019-02-071-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Target] Untangle disassemblersBenjamin Kramer2018-09-101-2/+0
* bpf: New decoder namespace for 32-bit subregister load/storeYonghong Song2018-02-231-2/+43
* bpf: fix a bug for disassembling ld_pseudo instYonghong Song2017-09-281-1/+2
* bpf: initial 32-bit ALU encoding support in assemblerYonghong Song2017-09-221-0/+15
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-2/+2
* [bpf] add bigendian support to disassemblerAlexei Starovoitov2017-04-281-7/+19
* [BPF] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-01-061-6/+6
* [bpf] add BPF disassemblerAlexei Starovoitov2016-11-201-0/+154
OpenPOWER on IntegriCloud