OSDN Git Service

AMDGPU/GlobalISel: Handle llvm.amdgcn.if.break
[android-x86/external-llvm.git] / test / CodeGen / BPF /
2019-07-15 Yonghong Song[BPF] add unit tests for preserve_{array,union,struct...
2019-07-09 Yonghong Song[BPF] Support for compile once and run everywhere
2019-05-26 Yonghong Song[BPF] generate R_BPF_NONE relocation for BTF DataSec...
2019-05-13 Yonghong Song[BPF] emit BTF sections only if debuginfo available
2019-05-07 George Rimar[llvm-objdump] - Print relocation record in a GNU format.
2019-04-26 Nick Desaulniers[AsmPrinter] refactor to support %c w/ GlobalAddress'
2019-03-28 Yonghong Song[BPF] add proper multi-dimensional array support
2019-03-27 Yonghong Song[BPF] use std::map to ensure consistent output
2019-03-22 Yonghong Song[BPF] fix flaky btf unit test static-var-derived-type.ll
2019-03-22 Yonghong Song[BPF] handle derived type properly for computing type id
2019-03-16 Yonghong Song[BPF] Add BTF Var and DataSec Support
2019-03-15 Yonghong Song[BPF] handle external global properly
2019-03-15 Yonghong Song[BPF] do not generate unused local/global types
2019-03-15 Yonghong SongRevert "[BPF] do not generate unused local/global types"
2019-03-15 Yonghong Song[BPF] do not generate unused local/global types
2019-03-13 Nirav Dave[DAGCombiner] If a TokenFactor would be merged into...
2019-03-05 Yonghong Song[BPF] Do not generate BTF sections unnecessarily
2019-02-28 Jiong Wangbpf: enable sub-register code-gen for XADD
2019-02-27 Yonghong Song[BPF] Don't fail for static variables
2019-02-20 Yonghong Song[BPF] make test case reloc-btf.ll tolerable for old...
2019-02-18 Clement CourbetRevert r354244 "[DAGCombiner] Eliminate dead stores...
2019-02-18 Clement Courbet[DAGCombiner] Eliminate dead stores to stack.
2019-02-02 Yonghong Song[BPF] [BTF] Process FileName with absolute path correctly
2019-02-01 Yonghong SongRevert "[BPF] [BTF] Process FileName with absolute...
2019-02-01 Yonghong Song[BPF] [BTF] Process FileName with absolute path correctly
2019-01-08 Yonghong Song[BPF] Fix .BTF.ext reloc type assigment issue
2018-12-19 Yonghong Song[BPF] Generate BTF DebugInfo under BPF target
2018-09-22 Yonghong Song[bpf] Test case for symbol information in object file
2018-09-20 Yonghong Songbpf: check illegal usage of XADD insn return value
2018-07-27 Yonghong Songbpf: add missing RegState to notify MachineInstr verifi...
2018-07-25 Yonghong Songbpf: new option -bpf-expand-memcpy-in-order to expand...
2018-05-09 Shiva Chen[DebugInfo] Add DILabel metadata and intrinsic llvm...
2018-04-03 Yonghong Songbpf: fix incorrect SELECT_CC lowering
2018-03-13 Yonghong Songbpf: Extends zero extension elimination beyond comparis...
2018-03-13 Yonghong Songbpf: J*_RR should check both operands
2018-03-13 Yonghong Songbpf: Tighten subregister definition check
2018-03-13 Yonghong Songbpf: Add more check directives in peephole testcase
2018-02-23 Yonghong Songbpf: New codegen testcases for 32-bit subregister support
2018-02-23 Scott Linder[DebugInfo] Support DWARF v5 source code embedding...
2018-02-18 Jonas Paulsson[BPF] Return true in enableMultipleCopyHints().
2018-02-15 Yonghong Songbpf: fix a bug in dag2dag optimization for loads from...
2018-02-08 Yonghong Songbpf: Improve expanding logic in LowerSELECT_CC
2018-02-05 Paul Robinson[DWARF] Regularize dumping strings from line tables.
2018-01-31 Puyan LotfiFollowup on Proposal to move MIR physical register...
2018-01-19 Daniel NeilsonRemove alignment argument from memcpy/memmove/memset...
2018-01-16 Yonghong Song[BPF] Teach DAG2DAG AND elimination about load intrinsics
2017-12-20 Yonghong Songbpf: add support for objdump -print-imm-hex
2017-11-28 Francis Visoiu Mistrih[CodeGen] Print register names in lowercase in both...
2017-11-27 Nirav Dave[DAG] Do MergeConsecutiveStores again before Instructio...
2017-11-20 Yonghong Songbpf: add a test case for trunc-op optimization
2017-11-19 Alexei Starovoitov[bpf] allow direct and indirect calls
2017-11-16 Yonghong Songbpf: print backward branch target properly
2017-11-16 Yonghong Songbpf: enable llvm-objdump to print out symbolized jmp...
2017-10-16 Yonghong Songbpf: fix bug on silently truncating 64-bit immediate
2017-09-28 Yonghong Songbpf: add new insns for bswap_to_le and negation
2017-09-18 Yonghong Songbpf: add inline-asm support
2017-09-11 Yonghong Songbpf: add " ll" in the LD_IMM64 asmstring
2017-09-11 Adrian Prantlllvm-dwarfdump: Replace -debug-dump=sect option with...
2017-09-09 Yonghong Songbpf: fix test failures due to previous bpf change of...
2017-08-30 Adrian PrantlCanonicalize the representation of empty an expression...
2017-08-23 Yonghong Songbpf: add variants of -mcpu=# and support for additional...
2017-08-02 Matt ArsenaultDAG: Undo and->or combine with FrameIndexes
2017-07-23 Nirav Dave[DAG] Fix typo preventing some stores merges to truncat...
2017-07-15 Yonghong Songbpf: generate better lowering code for certain select...
2017-07-05 Nirav DaveRewrite areNonVolatileConsecutiveLoads to use BaseIndex...
2017-06-30 Nirav DaveRevert "[DAG] Rewrite areNonVolatileConsecutiveLoads...
2017-06-30 Nirav Dave[DAG] Rewrite areNonVolatileConsecutiveLoads to use...
2017-06-29 Yonghong Songbpf: remove unnecessary truncate operation
2017-06-16 Yonghong Songbpf: avoid load from read-only sections
2017-05-05 Alexei Starovoitov[bpf] fix a bug which causes incorrect big endian reloc...
2017-05-03 Alexei Starovoitov[bpf] add relocation support
2017-04-28 Alexei Starovoitov[bpf] add bigendian support to disassembler
2017-04-13 Alexei Starovoitov[bpf] Fix memory offset check for loads and stores
2017-04-10 Matt ArsenaultAdd address space mangling to lifetime intrinsics
2017-03-14 Nirav DaveIn visitSTORE, always use FindBetterChain, rather than...
2017-03-03 Chandler Carruth[SDAG] Revert r296476 (and r296486, r296668, r296690).
2017-02-28 Nirav DaveIn visitSTORE, always use FindBetterChain, rather than...
2017-02-26 Nirav DaveRevert "In visitSTORE, always use FindBetterChain,...
2017-02-25 Nirav DaveIn visitSTORE, always use FindBetterChain, rather than...
2017-02-02 Nirav DaveRevert "In visitSTORE, always use FindBetterChain,...
2017-02-02 Nirav DaveIn visitSTORE, always use FindBetterChain, rather than...
2017-01-26 Nirav DaveRevert "In visitSTORE, always use FindBetterChain,...
2017-01-26 Nirav DaveIn visitSTORE, always use FindBetterChain, rather than...
2017-01-17 Alexei Starovoitov[bpf] error when unknown bpf helper is called
2017-01-17 Alexei Starovoitov[bpf] error when BPF stack size exceeds 512 bytes
2016-12-22 Adrian PrantlRenumber testcase metadata nodes after r290153.
2016-12-20 Adrian Prantl[IR] Remove the DIExpression field from DIGlobalVariable.
2016-12-16 Adrian PrantlRevert "[IR] Remove the DIExpression field from DIGloba...
2016-12-16 Adrian Prantl[IR] Remove the DIExpression field from DIGlobalVariable.
2016-12-16 Adrian PrantlRevert "[IR] Remove the DIExpression field from DIGloba...
2016-12-16 Adrian Prantl[IR] Remove the DIExpression field from DIGlobalVariable.
2016-12-14 Nirav DaveRevert "In visitSTORE, always use FindBetterChain,...
2016-12-14 Nirav DaveIn visitSTORE, always use FindBetterChain, rather than...
2016-12-09 Nirav DaveRevert "In visitSTORE, always use FindBetterChain,...
2016-12-09 Nirav DaveIn visitSTORE, always use FindBetterChain, rather than...
2016-11-21 Alexei Starovoitov[bpf] attempt to fix big-endian bots
2016-11-21 Alexei Starovoitov[bpf] fix dwarf elf relocs and line numbers
2016-11-20 Alexei Starovoitov[bpf] add BPF disassembler
2016-11-18 Alexei Starovoitovconvert bpf assembler to look like kernel verifier...
2016-10-13 Nirav DaveRevert "In visitSTORE, always use FindBetterChain,...
next