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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Consistently sort add_subdirectory calls in lib/Target/*/CMakeLists.txt
Nico Weber
2018-04-23
1
-1
/
+1
*
bpf: signal error instead of silent drop for certain invalid asm insn
Yonghong Song
2018-04-11
1
-3
/
+5
*
Sort targetgen calls in lib/Target/*/CMakeLists.
Nico Weber
2018-04-04
1
-5
/
+6
*
bpf: fix incorrect SELECT_CC lowering
Yonghong Song
2018-04-03
1
-6
/
+0
*
Fix a bunch of typoes. NFC
Fangrui Song
2018-03-30
1
-1
/
+1
*
[IR][CodeGen] Remove dependency on EVT from IR/Function.cpp. Move EVT to Code...
Craig Topper
2018-03-29
1
-1
/
+1
*
Remove some unused includes to fix layering.
David Blaikie
2018-03-29
1
-1
/
+0
*
Fix layering by moving ValueTypes.h from CodeGen to IR
David Blaikie
2018-03-23
1
-1
/
+1
*
bpf: Enhance debug information for peephole optimization passes
Yonghong Song
2018-03-13
1
-1
/
+19
*
bpf: New post-RA peephole optimization pass to eliminate bad RA codegen
Yonghong Song
2018-03-13
3
-8
/
+111
*
bpf: Don't expand BSWAP on i32, promote it
Yonghong Song
2018-03-13
1
-1
/
+1
*
bpf: Support subregister definition check on PHI node
Yonghong Song
2018-03-13
1
-2
/
+16
*
bpf: Extends zero extension elimination beyond comparison instructions
Yonghong Song
2018-03-13
1
-93
/
+61
*
bpf: J*_RR should check both operands
Yonghong Song
2018-03-13
1
-6
/
+4
*
bpf: Tighten subregister definition check
Yonghong Song
2018-03-13
1
-0
/
+18
*
bpf: introduce -mattr=dwarfris to disable DwarfUsesRelocationsAcrossSections
Yonghong Song
2018-03-01
5
-2
/
+16
*
bpf: New optimization pass for eliminating unnecessary i32 promotions
Yonghong Song
2018-02-23
4
-0
/
+197
*
bpf: New decoder namespace for 32-bit subregister load/store
Yonghong Song
2018-02-23
1
-2
/
+43
*
bpf: Enable 32-bit subregister support for -mattr=+alu32
Yonghong Song
2018-02-23
1
-0
/
+2
*
bpf: Support 32-bit subregister in various InstrInfo hooks
Yonghong Song
2018-02-23
1
-0
/
+10
*
bpf: New instruction patterns for 32-bit subregister load and store
Yonghong Song
2018-02-23
2
-10
/
+103
*
bpf: Support i32 in getScalarShiftAmountTy method
Yonghong Song
2018-02-23
2
-0
/
+7
*
bpf: Support condition comparison on i32
Yonghong Song
2018-02-23
3
-27
/
+126
*
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
3
-9
/
+37
*
bpf: New target attribute "alu32" for 32-bit subregister support
Yonghong Song
2018-02-23
3
-0
/
+9
*
bpf: Define instruction patterns for extensions and truncations between i32 t...
Yonghong Song
2018-02-23
1
-0
/
+20
*
bpf: Tighten the immediate predication for 32-bit alu instructions
Yonghong Song
2018-02-23
1
-2
/
+4
*
bpf: Use markSuperRegs to mark reserved registers
Yonghong Song
2018-02-23
1
-2
/
+2
*
bpf: disable DwarfUsesRelocationsAcrossSections
Yonghong Song
2018-02-21
1
-0
/
+2
*
[BPF] Return true in enableMultipleCopyHints().
Jonas Paulsson
2018-02-18
1
-0
/
+2
*
bpf: fix a bug in dag2dag optimization for loads from readonly section
Yonghong Song
2018-02-15
1
-4
/
+4
*
bpf: Improve expanding logic in LowerSELECT_CC
Yonghong Song
2018-02-08
1
-0
/
+5
*
[SelectionDAGISel] Add a debug print before call to Select. Adjust where blan...
Craig Topper
2018-01-26
1
-3
/
+0
*
[BPF] Mark pseudo insn patterns as isCodeGenOnly
Yonghong Song
2018-01-16
1
-2
/
+2
*
[BPF] Teach DAG2DAG AND elimination about load intrinsics
Yonghong Song
2018-01-16
1
-7
/
+31
*
Thread MCSubtargetInfo through Target::createMCAsmBackend
Alex Bradbury
2018-01-03
2
-8
/
+8
*
bpf: add support for objdump -print-imm-hex
Yonghong Song
2017-12-20
1
-5
/
+5
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
2
-7
/
+7
*
[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] remove unused variable
Alexei Starovoitov
2017-11-19
1
-1
/
+0
*
[bpf] allow direct and indirect calls
Alexei Starovoitov
2017-11-19
5
-8
/
+25
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
3
-3
/
+3
*
bpf: print backward branch target properly
Yonghong Song
2017-11-16
4
-2
/
+18
*
bpf: enable llvm-objdump to print out symbolized jmp target
Yonghong Song
2017-11-16
1
-0
/
+34
*
Add backend name to Target to enable runtime info to be fed back into TableGen
Daniel Sanders
2017-11-15
1
-4
/
+5
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
2
-3
/
+3
[next]