summaryrefslogtreecommitdiff
path: root/test/CodeGen/BPF
AgeCommit message (Expand)Author
2017-12-20bpf: add support for objdump -print-imm-hexYonghong Song
2017-11-28[CodeGen] Print register names in lowercase in both MIR and debug outputFrancis Visoiu Mistrih
2017-11-27[DAG] Do MergeConsecutiveStores again before Instruction SelectionNirav Dave
2017-11-20bpf: add a test case for trunc-op optimizationYonghong Song
2017-11-19[bpf] allow direct and indirect callsAlexei Starovoitov
2017-11-16bpf: print backward branch target properlyYonghong Song
2017-11-16bpf: enable llvm-objdump to print out symbolized jmp targetYonghong Song
2017-10-16bpf: fix bug on silently truncating 64-bit immediateYonghong Song
2017-09-28bpf: add new insns for bswap_to_le and negationYonghong Song
2017-09-18bpf: add inline-asm supportYonghong Song
2017-09-11bpf: add " ll" in the LD_IMM64 asmstringYonghong Song
2017-09-11llvm-dwarfdump: Replace -debug-dump=sect option with individual options.Adrian Prantl
2017-09-09bpf: fix test failures due to previous bpf change of assembly code syntaxYonghong Song
2017-08-30Canonicalize the representation of empty an expression in DIGlobalVariableExp...Adrian Prantl
2017-08-23bpf: add variants of -mcpu=# and support for additional jmp insnsYonghong Song
2017-08-02DAG: Undo and->or combine with FrameIndexesMatt Arsenault
2017-07-23[DAG] Fix typo preventing some stores merges to truncated stores.Nirav Dave
2017-07-15bpf: generate better lowering code for certain select/setcc instructionsYonghong Song
2017-07-05Rewrite areNonVolatileConsecutiveLoads to use BaseIndexOffsetNirav Dave
2017-06-30Revert "[DAG] Rewrite areNonVolatileConsecutiveLoads to use BaseIndexOffset"Nirav Dave
2017-06-30[DAG] Rewrite areNonVolatileConsecutiveLoads to use BaseIndexOffsetNirav Dave
2017-06-29bpf: remove unnecessary truncate operationYonghong Song
2017-06-16bpf: avoid load from read-only sectionsYonghong Song
2017-05-05[bpf] fix a bug which causes incorrect big endian reloc fixupAlexei Starovoitov
2017-05-03[bpf] add relocation supportAlexei Starovoitov
2017-04-28[bpf] add bigendian support to disassemblerAlexei Starovoitov
2017-04-13[bpf] Fix memory offset check for loads and storesAlexei Starovoitov
2017-04-10Add address space mangling to lifetime intrinsicsMatt Arsenault
2017-03-14In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave
2017-03-03[SDAG] Revert r296476 (and r296486, r296668, r296690).Chandler Carruth
2017-02-28In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave
2017-02-26Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave
2017-02-25In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave
2017-02-02Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave
2017-02-02In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave
2017-01-26Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave
2017-01-26In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave
2017-01-17[bpf] error when unknown bpf helper is calledAlexei Starovoitov
2017-01-17[bpf] error when BPF stack size exceeds 512 bytesAlexei Starovoitov
2016-12-22Renumber testcase metadata nodes after r290153.Adrian Prantl
2016-12-20[IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl
2016-12-16Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl
2016-12-16[IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl
2016-12-16Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl
2016-12-16[IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl
2016-12-14Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave
2016-12-14In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave
2016-12-09Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave
2016-12-09In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave
2016-11-21[bpf] attempt to fix big-endian botsAlexei Starovoitov