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
/
lib
/
Target
/
BPF
/
BPFISelDAGToDAG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.
Francis Visoiu Mistrih
2017-12-07
1
-1
/
+1
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-4
/
+4
*
[CodeGen] Always use `printReg` to print registers in both MIR and debug
Francis Visoiu Mistrih
2017-11-30
1
-2
/
+1
*
[CodeGen] Print "%vreg0" as "%0" in both MIR and debug output
Francis Visoiu Mistrih
2017-11-30
1
-4
/
+4
*
bpf: fix an uninitialized variable issue
Yonghong Song
2017-10-24
1
-1
/
+3
*
bpf: fix a bug in trunc-op optimization
Yonghong Song
2017-10-24
1
-1
/
+8
*
bpf: fix a bug in bpf-isel trunc-op optimization
Yonghong Song
2017-10-24
1
-0
/
+5
*
bpf: add inline-asm support
Yonghong Song
2017-09-18
1
-0
/
+24
*
bpf: remove unnecessary truncate operation
Yonghong Song
2017-06-29
1
-77
/
+235
*
bpf: fix a strict-aliasing issue
Yonghong Song
2017-06-16
1
-11
/
+19
*
bpf: avoid load from read-only sections
Yonghong Song
2017-06-16
1
-7
/
+233
*
[bpf] Fix memory offset check for loads and stores
Alexei Starovoitov
2017-04-13
1
-2
/
+2
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-1
/
+1
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
SDAG: Implement Select instead of SelectImpl in BPFDAGToDAGISel
Justin Bogner
2016-05-12
1
-15
/
+10
*
SDAG: Rename Select->SelectImpl and repurpose Select as returning void
Justin Bogner
2016-05-05
1
-2
/
+2
*
BPF: emit an error message for unsupported signed division operation
Alexei Starovoitov
2016-03-18
1
-0
/
+12
*
[bpf] Do not expand UNDEF SDNode during insn selection lowering
Alexei Starovoitov
2015-10-08
1
-7
/
+0
*
[bpf] Avoid extra pointer arithmetic for stack access
Alexei Starovoitov
2015-10-06
1
-1
/
+27
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
[bpf] fix build
Alexei Starovoitov
2015-04-28
1
-3
/
+4
*
Reduce dyn_cast<> to isa<> or cast<> where possible.
Benjamin Kramer
2015-04-10
1
-1
/
+1
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-3
/
+3
*
BPF backend
Alexei Starovoitov
2015-01-24
1
-0
/
+159