summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/BPF/BPFAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-1/+1
* Second attempt to add iterator_range::empty()Jordan Rose2019-10-071-1/+1
* [BPF] Support for compile once and run everywhereYonghong Song2019-07-091-7/+13
* 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] emit BTF sections only if debuginfo availableYonghong Song2019-05-131-1/+2
* [BPF] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-111-1/+1
* [AsmPrinter] Make AsmPrinter::HandlerInfo::Handler a unique_ptrFangrui Song2019-04-301-3/+2
* [AsmPrinter] refactor to support %c w/ GlobalAddress'Nick Desaulniers2019-04-261-1/+1
* [AsmPrinter] refactor to remove remove AsmVariant. NFCNick Desaulniers2019-04-101-7/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [BPF] Generate BTF DebugInfo under BPF targetYonghong Song2018-12-191-0/+14
* bpf: add inline-asm supportYonghong Song2017-09-181-0/+77
* bpf: clang-format on BPFAsmPrinter.cppYonghong Song2017-06-131-2/+3
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-2/+2
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-091-3/+3
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-011-1/+1
* Delete more dead code.Rafael Espindola2016-06-221-28/+0
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* [bpf] add big- and host- endian supportAlexei Starovoitov2015-06-041-1/+3
* [bpf] fix build and remove a compiler warning in Release modeAlexei Starovoitov2015-04-261-1/+1
* BPF backendAlexei Starovoitov2015-01-241-0/+87
OpenPOWER on IntegriCloud