index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
test
/
CodeGen
/
BPF
Commit message (
Expand
)
Author
Age
Files
Lines
*
[BPF] [BTF] Process FileName with absolute path correctly
Yonghong Song
2019-02-02
1
-0
/
+81
*
Revert "[BPF] [BTF] Process FileName with absolute path correctly"
Yonghong Song
2019-02-01
1
-83
/
+0
*
[BPF] [BTF] Process FileName with absolute path correctly
Yonghong Song
2019-02-01
1
-0
/
+83
*
[BPF] Fix .BTF.ext reloc type assigment issue
Yonghong Song
2019-01-08
1
-0
/
+33
*
[BPF] Generate BTF DebugInfo under BPF target
Yonghong Song
2018-12-19
37
-0
/
+2615
*
[bpf] Test case for symbol information in object file
Yonghong Song
2018-09-22
1
-0
/
+8
*
bpf: check illegal usage of XADD insn return value
Yonghong Song
2018-09-20
1
-0
/
+59
*
bpf: add missing RegState to notify MachineInstr verifier necessary register ...
Yonghong Song
2018-07-27
1
-2
/
+2
*
bpf: new option -bpf-expand-memcpy-in-order to expand memcpy in order
Yonghong Song
2018-07-25
1
-0
/
+116
*
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
Shiva Chen
2018-05-09
3
-5
/
+5
*
bpf: fix incorrect SELECT_CC lowering
Yonghong Song
2018-04-03
3
-3
/
+3
*
bpf: Extends zero extension elimination beyond comparison instructions
Yonghong Song
2018-03-13
1
-0
/
+16
*
bpf: J*_RR should check both operands
Yonghong Song
2018-03-13
1
-0
/
+20
*
bpf: Tighten subregister definition check
Yonghong Song
2018-03-13
1
-1
/
+32
*
bpf: Add more check directives in peephole testcase
Yonghong Song
2018-03-13
1
-0
/
+4
*
bpf: New codegen testcases for 32-bit subregister support
Yonghong Song
2018-02-23
4
-0
/
+541
*
[DebugInfo] Support DWARF v5 source code embedding extension
Scott Linder
2018-02-23
1
-1
/
+3
*
[BPF] Return true in enableMultipleCopyHints().
Jonas Paulsson
2018-02-18
9
-50
/
+50
*
bpf: fix a bug in dag2dag optimization for loads from readonly section
Yonghong Song
2018-02-15
1
-0
/
+53
*
bpf: Improve expanding logic in LowerSELECT_CC
Yonghong Song
2018-02-08
2
-1
/
+26
*
[DWARF] Regularize dumping strings from line tables.
Paul Robinson
2018-02-05
1
-1
/
+1
*
Followup on Proposal to move MIR physical register namespace to '$' sigil.
Puyan Lotfi
2018-01-31
1
-1
/
+1
*
Remove alignment argument from memcpy/memmove/memset in favour of alignment a...
Daniel Neilson
2018-01-19
11
-25
/
+25
*
[BPF] Teach DAG2DAG AND elimination about load intrinsics
Yonghong Song
2018-01-16
1
-0
/
+58
*
bpf: add support for objdump -print-imm-hex
Yonghong Song
2017-12-20
1
-0
/
+65
*
[CodeGen] Print register names in lowercase in both MIR and debug output
Francis Visoiu Mistrih
2017-11-28
1
-1
/
+1
*
[DAG] Do MergeConsecutiveStores again before Instruction Selection
Nirav Dave
2017-11-27
1
-7
/
+4
*
bpf: add a test case for trunc-op optimization
Yonghong Song
2017-11-20
1
-0
/
+106
*
[bpf] allow direct and indirect calls
Alexei Starovoitov
2017-11-19
7
-10
/
+7
*
bpf: print backward branch target properly
Yonghong Song
2017-11-16
2
-3
/
+42
*
bpf: enable llvm-objdump to print out symbolized jmp target
Yonghong Song
2017-11-16
1
-0
/
+69
*
bpf: fix bug on silently truncating 64-bit immediate
Yonghong Song
2017-10-16
1
-0
/
+35
*
bpf: add new insns for bswap_to_le and negation
Yonghong Song
2017-09-28
2
-26
/
+52
*
bpf: add inline-asm support
Yonghong Song
2017-09-18
1
-0
/
+54
*
bpf: add " ll" in the LD_IMM64 asmstring
Yonghong Song
2017-09-11
7
-9
/
+9
*
llvm-dwarfdump: Replace -debug-dump=sect option with individual options.
Adrian Prantl
2017-09-11
1
-2
/
+2
*
bpf: fix test failures due to previous bpf change of assembly code syntax
Yonghong Song
2017-09-09
5
-6
/
+6
*
Canonicalize the representation of empty an expression in DIGlobalVariableExp...
Adrian Prantl
2017-08-30
1
-1
/
+1
*
bpf: add variants of -mcpu=# and support for additional jmp insns
Yonghong Song
2017-08-23
1
-13
/
+26
*
DAG: Undo and->or combine with FrameIndexes
Matt Arsenault
2017-08-02
1
-18
/
+18
*
[DAG] Fix typo preventing some stores merges to truncated stores.
Nirav Dave
2017-07-23
1
-4
/
+3
*
bpf: generate better lowering code for certain select/setcc instructions
Yonghong Song
2017-07-15
2
-2
/
+29
*
Rewrite areNonVolatileConsecutiveLoads to use BaseIndexOffset
Nirav Dave
2017-07-05
1
-31
/
+27
*
Revert "[DAG] Rewrite areNonVolatileConsecutiveLoads to use BaseIndexOffset"
Nirav Dave
2017-06-30
1
-24
/
+30
*
[DAG] Rewrite areNonVolatileConsecutiveLoads to use BaseIndexOffset
Nirav Dave
2017-06-30
1
-30
/
+24
*
bpf: remove unnecessary truncate operation
Yonghong Song
2017-06-29
2
-0
/
+152
*
bpf: avoid load from read-only sections
Yonghong Song
2017-06-16
4
-0
/
+187
*
[bpf] fix a bug which causes incorrect big endian reloc fixup
Alexei Starovoitov
2017-05-05
1
-0
/
+2
*
[bpf] add relocation support
Alexei Starovoitov
2017-05-03
1
-0
/
+43
*
[bpf] add bigendian support to disassembler
Alexei Starovoitov
2017-04-28
1
-0
/
+18
[next]