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
*
[BPF] fix incorrect type in BPFISelDAGToDAG readonly load optimization
Yonghong Song
2020-06-23
1
-1
/
+1
*
[IR] Split out target specific intrinsic enums into separate headers
Reid Kleckner
2019-12-11
1
-0
/
+1
*
bpf: fix wrong truncation elimination when there is back-edge/loop
Jiong Wang
2019-10-16
1
-157
/
+12
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-1
/
+1
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-6
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-15
/
+16
*
Fix a bunch of typoes. NFC
Fangrui Song
2018-03-30
1
-1
/
+1
*
bpf: New instruction patterns for 32-bit subregister load and store
Yonghong Song
2018-02-23
1
-1
/
+13
*
bpf: fix a bug in dag2dag optimization for loads from readonly section
Yonghong Song
2018-02-15
1
-4
/
+4
*
[SelectionDAGISel] Add a debug print before call to Select. Adjust where blan...
Craig Topper
2018-01-26
1
-3
/
+0
*
[BPF] Teach DAG2DAG AND elimination about load intrinsics
Yonghong Song
2018-01-16
1
-7
/
+31
*
[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