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
/
BPFISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Alignment][NFC] Remove unneeded llvm:: scoping on Align types
Guillaume Chatelet
2019-09-27
1
-2
/
+2
*
[Alignment][NFC] Use Align with TargetLowering::setPrefFunctionAlignment
Guillaume Chatelet
2019-09-06
1
-2
/
+2
*
[Alignment][NFC] Use Align with TargetLowering::setMinFunctionAlignment
Guillaume Chatelet
2019-09-06
1
-1
/
+1
*
[LLVM][Alignment] Make functions using log of alignment explicit
Guillaume Chatelet
2019-09-05
1
-2
/
+2
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-8
/
+7
*
[BPF] add code-gen support for JMP32 instructions
Jiong Wang
2019-02-07
1
-34
/
+23
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
bpf: new option -bpf-expand-memcpy-in-order to expand memcpy in order
Yonghong Song
2018-07-25
1
-5
/
+68
*
Set ADDE/ADDC/SUBE/SUBC to expand by default
Amaury Sechet
2018-06-01
1
-4
/
+0
*
bpf: fix incorrect SELECT_CC lowering
Yonghong Song
2018-04-03
1
-6
/
+0
*
[IR][CodeGen] Remove dependency on EVT from IR/Function.cpp. Move EVT to Code...
Craig Topper
2018-03-29
1
-1
/
+1
*
Fix layering by moving ValueTypes.h from CodeGen to IR
David Blaikie
2018-03-23
1
-1
/
+1
*
bpf: Don't expand BSWAP on i32, promote it
Yonghong Song
2018-03-13
1
-1
/
+1
*
bpf: Enable 32-bit subregister support for -mattr=+alu32
Yonghong Song
2018-02-23
1
-0
/
+2
*
bpf: Support i32 in getScalarShiftAmountTy method
Yonghong Song
2018-02-23
1
-0
/
+5
*
bpf: Support condition comparison on i32
Yonghong Song
2018-02-23
1
-27
/
+90
*
bpf: Handle i32 for ALU operations without ISA support
Yonghong Song
2018-02-23
1
-21
/
+26
*
bpf: New calling convention for 32-bit subregisters
Yonghong Song
2018-02-23
1
-9
/
+15
*
bpf: Improve expanding logic in LowerSELECT_CC
Yonghong Song
2018-02-08
1
-0
/
+5
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-4
/
+4
*
[bpf] remove unused variable
Alexei Starovoitov
2017-11-19
1
-1
/
+0
*
[bpf] allow direct and indirect calls
Alexei Starovoitov
2017-11-19
1
-7
/
+0
*
bpf: fix bug on silently truncating 64-bit immediate
Yonghong Song
2017-10-16
1
-2
/
+6
*
bpf: add inline-asm support
Yonghong Song
2017-09-18
1
-0
/
+16
*
bpf: add variants of -mcpu=# and support for additional jmp insns
Yonghong Song
2017-08-23
1
-2
/
+19
*
Use report_fatal_error for unsupported calling conventions
Alex Bradbury
2017-08-22
1
-1
/
+1
*
bpf: fix a compilation bug due to unused variable for release build
Yonghong Song
2017-07-15
1
-2
/
+1
*
bpf: generate better lowering code for certain select/setcc instructions
Yonghong Song
2017-07-15
1
-26
/
+20
*
[bpf] disallow global_addr+off folding
Alexei Starovoitov
2017-05-26
1
-1
/
+8
*
Add extra operand to CALLSEQ_START to keep frame part set up previously
Serge Pavlov
2017-05-09
1
-2
/
+1
*
[bpf] fix stack-use-after-scope
Alexei Starovoitov
2017-01-17
1
-7
/
+7
*
[bpf] error when unknown bpf helper is called
Alexei Starovoitov
2017-01-17
1
-3
/
+15
*
CodeGen: Use MachineInstr& in TargetLowering, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-10
/
+10
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-7
/
+8
*
[BPF] Remove exit-on-error from tests (PR27768, PR27769)
Diana Picus
2016-05-30
1
-1
/
+5
*
[BPF] Remove exit-on-error flag in test (PR27767)
Diana Picus
2016-05-26
1
-0
/
+1
*
[BPF] Remove exit-on-error flag in test (PR27766)
Diana Picus
2016-05-23
1
-4
/
+7
*
Reverts "[BPF] Remove exit-on-error flag in test (PR27766)"
Renato Golin
2016-05-23
1
-5
/
+4
*
[BPF] Remove exit-on-error flag in test (PR27766)
Diana Picus
2016-05-23
1
-4
/
+5
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-4
/
+3
*
Declare MVT::SimpleValueType as an int8_t sized enum. This removes 400 bytes ...
Craig Topper
2016-04-17
1
-1
/
+1
*
Refactor backend diagnostics for unsupported features
Oliver Stannard
2016-02-02
1
-70
/
+20
*
Revert r259035, it introduces a cyclic library dependency
Oliver Stannard
2016-01-28
1
-13
/
+68
*
Add backend dignostic printer for unsupported features
Oliver Stannard
2016-01-28
1
-68
/
+13
*
Revert r258951 (and r258950), "Refactor backend diagnostics for unsupported f...
NAKAMURA Takumi
2016-01-28
1
-12
/
+66
*
Refactor backend diagnostics for unsupported features
Oliver Stannard
2016-01-27
1
-66
/
+12
*
BPF: Remove implicit ilist iterator conversion, NFC
Duncan P. N. Exon Smith
2015-10-20
1
-2
/
+1
*
[bpf] Do not expand UNDEF SDNode during insn selection lowering
Alexei Starovoitov
2015-10-08
1
-3
/
+0
*
[bpf] expand indirect branches
Alexei Starovoitov
2015-09-17
1
-0
/
+1
*
Make TargetLowering::getPointerTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-5
/
+6
[next]