summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/BPF
Commit message (Expand)AuthorAgeFilesLines
* [BPF] [BTF] Process FileName with absolute path correctlyYonghong Song2019-02-021-0/+81
* Revert "[BPF] [BTF] Process FileName with absolute path correctly"Yonghong Song2019-02-011-83/+0
* [BPF] [BTF] Process FileName with absolute path correctlyYonghong Song2019-02-011-0/+83
* [BPF] Fix .BTF.ext reloc type assigment issueYonghong Song2019-01-081-0/+33
* [BPF] Generate BTF DebugInfo under BPF targetYonghong Song2018-12-1937-0/+2615
* [bpf] Test case for symbol information in object fileYonghong Song2018-09-221-0/+8
* bpf: check illegal usage of XADD insn return valueYonghong Song2018-09-201-0/+59
* bpf: add missing RegState to notify MachineInstr verifier necessary register ...Yonghong Song2018-07-271-2/+2
* bpf: new option -bpf-expand-memcpy-in-order to expand memcpy in orderYonghong Song2018-07-251-0/+116
* [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen2018-05-093-5/+5
* bpf: fix incorrect SELECT_CC loweringYonghong Song2018-04-033-3/+3
* bpf: Extends zero extension elimination beyond comparison instructionsYonghong Song2018-03-131-0/+16
* bpf: J*_RR should check both operandsYonghong Song2018-03-131-0/+20
* bpf: Tighten subregister definition checkYonghong Song2018-03-131-1/+32
* bpf: Add more check directives in peephole testcaseYonghong Song2018-03-131-0/+4
* bpf: New codegen testcases for 32-bit subregister supportYonghong Song2018-02-234-0/+541
* [DebugInfo] Support DWARF v5 source code embedding extensionScott Linder2018-02-231-1/+3
* [BPF] Return true in enableMultipleCopyHints().Jonas Paulsson2018-02-189-50/+50
* bpf: fix a bug in dag2dag optimization for loads from readonly sectionYonghong Song2018-02-151-0/+53
* bpf: Improve expanding logic in LowerSELECT_CCYonghong Song2018-02-082-1/+26
* [DWARF] Regularize dumping strings from line tables.Paul Robinson2018-02-051-1/+1
* Followup on Proposal to move MIR physical register namespace to '$' sigil.Puyan Lotfi2018-01-311-1/+1
* Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson2018-01-1911-25/+25
* [BPF] Teach DAG2DAG AND elimination about load intrinsicsYonghong Song2018-01-161-0/+58
* bpf: add support for objdump -print-imm-hexYonghong Song2017-12-201-0/+65
* [CodeGen] Print register names in lowercase in both MIR and debug outputFrancis Visoiu Mistrih2017-11-281-1/+1
* [DAG] Do MergeConsecutiveStores again before Instruction SelectionNirav Dave2017-11-271-7/+4
* bpf: add a test case for trunc-op optimizationYonghong Song2017-11-201-0/+106
* [bpf] allow direct and indirect callsAlexei Starovoitov2017-11-197-10/+7
* bpf: print backward branch target properlyYonghong Song2017-11-162-3/+42
* bpf: enable llvm-objdump to print out symbolized jmp targetYonghong Song2017-11-161-0/+69
* bpf: fix bug on silently truncating 64-bit immediateYonghong Song2017-10-161-0/+35
* bpf: add new insns for bswap_to_le and negationYonghong Song2017-09-282-26/+52
* bpf: add inline-asm supportYonghong Song2017-09-181-0/+54
* bpf: add " ll" in the LD_IMM64 asmstringYonghong Song2017-09-117-9/+9
* llvm-dwarfdump: Replace -debug-dump=sect option with individual options.Adrian Prantl2017-09-111-2/+2
* bpf: fix test failures due to previous bpf change of assembly code syntaxYonghong Song2017-09-095-6/+6
* Canonicalize the representation of empty an expression in DIGlobalVariableExp...Adrian Prantl2017-08-301-1/+1
* bpf: add variants of -mcpu=# and support for additional jmp insnsYonghong Song2017-08-231-13/+26
* DAG: Undo and->or combine with FrameIndexesMatt Arsenault2017-08-021-18/+18
* [DAG] Fix typo preventing some stores merges to truncated stores.Nirav Dave2017-07-231-4/+3
* bpf: generate better lowering code for certain select/setcc instructionsYonghong Song2017-07-152-2/+29
* Rewrite areNonVolatileConsecutiveLoads to use BaseIndexOffsetNirav Dave2017-07-051-31/+27
* Revert "[DAG] Rewrite areNonVolatileConsecutiveLoads to use BaseIndexOffset"Nirav Dave2017-06-301-24/+30
* [DAG] Rewrite areNonVolatileConsecutiveLoads to use BaseIndexOffsetNirav Dave2017-06-301-30/+24
* bpf: remove unnecessary truncate operationYonghong Song2017-06-292-0/+152
* bpf: avoid load from read-only sectionsYonghong Song2017-06-164-0/+187
* [bpf] fix a bug which causes incorrect big endian reloc fixupAlexei Starovoitov2017-05-051-0/+2
* [bpf] add relocation supportAlexei Starovoitov2017-05-031-0/+43
* [bpf] add bigendian support to disassemblerAlexei Starovoitov2017-04-281-0/+18
OpenPOWER on IntegriCloud