summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/BPF/AsmParser
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-1/+1
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-211-1/+1
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-3/+3
* 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
* Change some dyn_cast to more apropriate isa. NFCFangrui Song2019-04-051-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner2018-11-011-1/+1
* bpf: signal error instead of silent drop for certain invalid asm insnYonghong Song2018-04-111-3/+5
* [Asm] Add debug tracing in table-generated assembly matcherOliver Stannard2017-10-111-1/+2
* bpf: add new insns for bswap_to_le and negationYonghong Song2017-09-281-8/+33
* bpf: Add BPF AsmParser support in LLVMYonghong Song2017-09-123-0/+498
OpenPOWER on IntegriCloud