summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/BPF/MCTargetDesc/BPFELFObjectWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MC] Minor cleanup to MCFixup::Kind handling. NFC.Sam Clegg2019-08-231-1/+1
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* [BPF] generate R_BPF_NONE relocation for BTF DataSec variablesYonghong Song2019-05-261-10/+22
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [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
* MC: Separate creating a generic object writer from creating a target object w...Peter Collingbourne2018-05-211-5/+3
* [bpf] allow direct and indirect callsAlexei Starovoitov2017-11-191-0/+1
* [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriterLang Hames2017-10-101-2/+4
* [MC] Plumb unique_ptr<MCELFObjectTargetWriter> through createELFObjectWriter toLang Hames2017-10-091-2/+2
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* [BPF] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-01-061-5/+6
* [bpf] fix dwarf elf relocs and line numbersAlexei Starovoitov2016-11-211-4/+4
* BPF: Use official ELF e_machine valueAlexei Starovoitov2016-07-151-1/+1
* Convert a few assert failures into proper errors.Rafael Espindola2016-01-131-3/+3
* [bpf] initial support for debug_infoAlexei Starovoitov2015-07-241-0/+4
* 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-2/+3
* [bpf] fix buildAlexei Starovoitov2015-04-151-1/+1
* BPF backendAlexei Starovoitov2015-01-241-0/+53
OpenPOWER on IntegriCloud