summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/BPF
Commit message (Expand)AuthorAgeFilesLines
...
* [BPF] fix typedef issue for offset relocationYonghong Song2019-07-252-9/+38
* [BPF] fix CO-RE incorrect index access stringYonghong Song2019-07-252-17/+16
* [BPF] Fix a typo in the file nameYonghong Song2019-07-092-1/+1
* [BPF] Support for compile once and run everywhereYonghong Song2019-07-0910-55/+1268
* CodeGen: Introduce a class for registersMatt Arsenault2019-06-242-2/+2
* Revert CMake: Make most target symbols hidden by defaultTom Stellard2019-06-116-6/+6
* CMake: Make most target symbols hidden by defaultTom Stellard2019-06-106-6/+6
* Include what you use in BPFMCTargetDesc.cppDmitri Gribenko2019-06-031-1/+0
* [BPF] generate R_BPF_NONE relocation for BTF DataSec variablesYonghong Song2019-05-261-10/+22
* [BPF] Create a TargetInfo header. NFCRichard Trieu2019-05-148-10/+32
* [BPF] emit BTF sections only if debuginfo availableYonghong Song2019-05-131-1/+2
* [BPF] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-1110-34/+8
* [DebugInfo] Delete TypedDINodeRefFangrui Song2019-05-071-9/+9
* [AsmPrinter] Make AsmPrinter::HandlerInfo::Handler a unique_ptrFangrui Song2019-04-301-3/+2
* [TargetLowering] Change getOptimalMemOpType to take a function attribute listSjoerd Meijer2019-04-301-1/+1
* [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
* Change some dyn_cast to more apropriate isa. NFCFangrui Song2019-04-051-1/+1
* [BPF] Replace fstream and sstream with line_iteratorFangrui Song2019-04-021-11/+10
* [BPF] add proper multi-dimensional array supportYonghong Song2019-03-282-35/+36
* [BPF] use std::map to ensure consistent outputYonghong Song2019-03-271-3/+3
* [BPF] handle derived type properly for computing type idYonghong Song2019-03-221-1/+2
* [BPF] Add BTF Var and DataSec SupportYonghong Song2019-03-164-41/+208
* [BPF] handle external global properlyYonghong Song2019-03-151-1/+1
* [BPF] do not generate unused local/global typesYonghong Song2019-03-151-7/+12
* Revert "[BPF] do not generate unused local/global types"Yonghong Song2019-03-151-12/+7
* [BPF] do not generate unused local/global typesYonghong Song2019-03-151-7/+12
* Use bitset for assembler predicatesStanislav Mekhanoshin2019-03-111-3/+4
* [BPF] Do not generate BTF sections unnecessarilyYonghong Song2019-03-051-0/+8
* bpf: disassembler support for XADD under sub-register modeJiong Wang2019-02-281-1/+2
* bpf: enable sub-register code-gen for XADDJiong Wang2019-02-282-5/+27
* bpf: improve dead Defs check for XADDJiong Wang2019-02-281-1/+92
* [BPF] Don't fail for static variablesYonghong Song2019-02-271-6/+6
* [BPF] add code-gen support for JMP32 instructionsJiong Wang2019-02-078-46/+104
* [BPF] [BTF] Process FileName with absolute path correctlyYonghong Song2019-02-021-1/+1
* Revert "[BPF] [BTF] Process FileName with absolute path correctly"Yonghong Song2019-02-011-1/+1
* [BPF] [BTF] Process FileName with absolute path correctlyYonghong Song2019-02-011-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1947-188/+141
* [BPF] Fix .BTF.ext reloc type assigment issueYonghong Song2019-01-081-2/+10
* [BPF] Disable relocation for .BTF.ext sectionYonghong Song2018-12-201-0/+10
* [BPF] Generate BTF DebugInfo under BPF targetYonghong Song2018-12-196-0/+1301
* [Targets] Add errors for tiny and kernel codemodel on targets that don't supp...David Green2018-12-071-8/+2
* Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner2018-11-011-1/+1
* [TargetRegisterInfo] Remove temporary hook enableMultipleCopyHints()Jonas Paulsson2018-10-051-2/+0
* Use unique_ptr to hold AsmInfo,MRI,MII,STIFangrui Song2018-09-251-1/+2
* bpf: check illegal usage of XADD insn return valueYonghong Song2018-09-204-0/+100
* [bpf] Symbol sizes and types in object fileYonghong Song2018-09-191-2/+2
* [Target] Untangle disassemblersBenjamin Kramer2018-09-101-2/+0
* bpf: fix an assertion in BPFAsmBackend applyFixup()Yonghong Song2018-08-221-1/+8
* bpf: add missing RegState to notify MachineInstr verifier necessary register ...Yonghong Song2018-07-271-8/+10
OpenPOWER on IntegriCloud