summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/BPF/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-1/+1
* [MC] Add parameter `Address` to MCInstrPrinter::printInstructionFangrui Song2020-01-062-2/+2
* [MC] Add parameter `Address` to MCInstPrinter::printInstFangrui Song2020-01-062-4/+5
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-211-1/+1
* [Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin2019-10-231-1/+1
* [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
* 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
* 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-142-4/+1
* [BPF] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-115-2/+150
* Use bitset for assembler predicatesStanislav Mekhanoshin2019-03-111-3/+4
* [BPF] Don't fail for static variablesYonghong Song2019-02-271-6/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-197-28/+21
* [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] Symbol sizes and types in object fileYonghong Song2018-09-191-2/+2
* bpf: fix an assertion in BPFAsmBackend applyFixup()Yonghong Song2018-08-221-1/+8
* [MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixupPeter Smith2018-06-061-3/+8
* MC: Separate creating a generic object writer from creating a target object w...Peter Collingbourne2018-05-213-14/+10
* MC: Change MCAsmBackend::writeNopData() to take a raw_ostream instead of an M...Peter Collingbourne2018-05-211-25/+15
* Support: Simplify endian stream interface. NFCI.Peter Collingbourne2018-05-181-27/+18
* MC: Change the streamer ctors to take an object writer instead of a stream. N...Peter Collingbourne2018-05-181-2/+2
* bpf: introduce -mattr=dwarfris to disable DwarfUsesRelocationsAcrossSectionsYonghong Song2018-03-011-2/+4
* bpf: disable DwarfUsesRelocationsAcrossSectionsYonghong Song2018-02-211-0/+2
* Thread MCSubtargetInfo through Target::createMCAsmBackendAlex Bradbury2018-01-032-8/+8
* [bpf] allow direct and indirect callsAlexei Starovoitov2017-11-193-1/+11
* bpf: print backward branch target properlyYonghong Song2017-11-161-1/+1
* bpf: enable llvm-objdump to print out symbolized jmp targetYonghong Song2017-11-161-0/+34
* [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames2017-10-111-2/+4
* [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames2017-10-111-5/+5
* [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriterLang Hames2017-10-103-6/+13
* [MC] Plumb unique_ptr<MCELFObjectTargetWriter> through createELFObjectWriter toLang Hames2017-10-091-2/+2
* Fully fix the movw/movt addend.Rafael Espindola2017-07-111-2/+2
* Remove redundant argument.Rafael Espindola2017-06-241-2/+2
* ARM: move some logic from processFixupValue to applyFixup.Rafael Espindola2017-06-231-4/+6
* Use a MutableArrayRef. NFC.Rafael Espindola2017-06-211-3/+3
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-062-2/+2
* [bpf] fix a bug which causes incorrect big endian reloc fixupAlexei Starovoitov2017-05-051-1/+1
* Distinguish between code pointer size and DataLayout::getPointerSize() in DWA...Konstantin Zhuravlyov2017-04-171-1/+1
* Add MCContext argument to MCAsmBackend::applyFixup for error reportingAlex Bradbury2017-04-051-3/+3
* [BPF] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-01-064-30/+29
* [bpf] fix dwarf elf relocs and line numbersAlexei Starovoitov2016-11-212-4/+13
* Try again to fix unused variable warning on lld-x86_64-darwin13 after r287439.Daniel Sanders2016-11-191-2/+1
* Try to fix unused variable warning on lld-x86_64-darwin13 after r287439.Daniel Sanders2016-11-191-1/+2
* Check that emitted instructions meet their predicates on all targets except A...Daniel Sanders2016-11-191-4/+15
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-092-12/+21
OpenPOWER on IntegriCloud