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
...
*
[BPF] fix typedef issue for offset relocation
Yonghong Song
2019-07-25
2
-9
/
+38
*
[BPF] fix CO-RE incorrect index access string
Yonghong Song
2019-07-25
2
-17
/
+16
*
[BPF] Fix a typo in the file name
Yonghong Song
2019-07-09
2
-1
/
+1
*
[BPF] Support for compile once and run everywhere
Yonghong Song
2019-07-09
10
-55
/
+1268
*
CodeGen: Introduce a class for registers
Matt Arsenault
2019-06-24
2
-2
/
+2
*
Revert CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-11
6
-6
/
+6
*
CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-10
6
-6
/
+6
*
Include what you use in BPFMCTargetDesc.cpp
Dmitri Gribenko
2019-06-03
1
-1
/
+0
*
[BPF] generate R_BPF_NONE relocation for BTF DataSec variables
Yonghong Song
2019-05-26
1
-10
/
+22
*
[BPF] Create a TargetInfo header. NFC
Richard Trieu
2019-05-14
8
-10
/
+32
*
[BPF] emit BTF sections only if debuginfo available
Yonghong Song
2019-05-13
1
-1
/
+2
*
[BPF] Move InstPrinter files to MCTargetDesc. NFC
Richard Trieu
2019-05-11
10
-34
/
+8
*
[DebugInfo] Delete TypedDINodeRef
Fangrui Song
2019-05-07
1
-9
/
+9
*
[AsmPrinter] Make AsmPrinter::HandlerInfo::Handler a unique_ptr
Fangrui Song
2019-04-30
1
-3
/
+2
*
[TargetLowering] Change getOptimalMemOpType to take a function attribute list
Sjoerd Meijer
2019-04-30
1
-1
/
+1
*
[AsmPrinter] refactor to support %c w/ GlobalAddress'
Nick Desaulniers
2019-04-26
1
-1
/
+1
*
[AsmPrinter] refactor to remove remove AsmVariant. NFC
Nick Desaulniers
2019-04-10
1
-7
/
+3
*
Change some dyn_cast to more apropriate isa. NFC
Fangrui Song
2019-04-05
1
-1
/
+1
*
[BPF] Replace fstream and sstream with line_iterator
Fangrui Song
2019-04-02
1
-11
/
+10
*
[BPF] add proper multi-dimensional array support
Yonghong Song
2019-03-28
2
-35
/
+36
*
[BPF] use std::map to ensure consistent output
Yonghong Song
2019-03-27
1
-3
/
+3
*
[BPF] handle derived type properly for computing type id
Yonghong Song
2019-03-22
1
-1
/
+2
*
[BPF] Add BTF Var and DataSec Support
Yonghong Song
2019-03-16
4
-41
/
+208
*
[BPF] handle external global properly
Yonghong Song
2019-03-15
1
-1
/
+1
*
[BPF] do not generate unused local/global types
Yonghong Song
2019-03-15
1
-7
/
+12
*
Revert "[BPF] do not generate unused local/global types"
Yonghong Song
2019-03-15
1
-12
/
+7
*
[BPF] do not generate unused local/global types
Yonghong Song
2019-03-15
1
-7
/
+12
*
Use bitset for assembler predicates
Stanislav Mekhanoshin
2019-03-11
1
-3
/
+4
*
[BPF] Do not generate BTF sections unnecessarily
Yonghong Song
2019-03-05
1
-0
/
+8
*
bpf: disassembler support for XADD under sub-register mode
Jiong Wang
2019-02-28
1
-1
/
+2
*
bpf: enable sub-register code-gen for XADD
Jiong Wang
2019-02-28
2
-5
/
+27
*
bpf: improve dead Defs check for XADD
Jiong Wang
2019-02-28
1
-1
/
+92
*
[BPF] Don't fail for static variables
Yonghong Song
2019-02-27
1
-6
/
+6
*
[BPF] add code-gen support for JMP32 instructions
Jiong Wang
2019-02-07
8
-46
/
+104
*
[BPF] [BTF] Process FileName with absolute path correctly
Yonghong Song
2019-02-02
1
-1
/
+1
*
Revert "[BPF] [BTF] Process FileName with absolute path correctly"
Yonghong Song
2019-02-01
1
-1
/
+1
*
[BPF] [BTF] Process FileName with absolute path correctly
Yonghong Song
2019-02-01
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
47
-188
/
+141
*
[BPF] Fix .BTF.ext reloc type assigment issue
Yonghong Song
2019-01-08
1
-2
/
+10
*
[BPF] Disable relocation for .BTF.ext section
Yonghong Song
2018-12-20
1
-0
/
+10
*
[BPF] Generate BTF DebugInfo under BPF target
Yonghong Song
2018-12-19
6
-0
/
+1301
*
[Targets] Add errors for tiny and kernel codemodel on targets that don't supp...
David Green
2018-12-07
1
-8
/
+2
*
Fix clang -Wimplicit-fallthrough warnings across llvm, NFC
Reid Kleckner
2018-11-01
1
-1
/
+1
*
[TargetRegisterInfo] Remove temporary hook enableMultipleCopyHints()
Jonas Paulsson
2018-10-05
1
-2
/
+0
*
Use unique_ptr to hold AsmInfo,MRI,MII,STI
Fangrui Song
2018-09-25
1
-1
/
+2
*
bpf: check illegal usage of XADD insn return value
Yonghong Song
2018-09-20
4
-0
/
+100
*
[bpf] Symbol sizes and types in object file
Yonghong Song
2018-09-19
1
-2
/
+2
*
[Target] Untangle disassemblers
Benjamin Kramer
2018-09-10
1
-2
/
+0
*
bpf: fix an assertion in BPFAsmBackend applyFixup()
Yonghong Song
2018-08-22
1
-1
/
+8
*
bpf: add missing RegState to notify MachineInstr verifier necessary register ...
Yonghong Song
2018-07-27
1
-8
/
+10
[prev]
[next]