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: remove unnecessary truncate operation
Yonghong Song
2017-06-29
1
-77
/
+235
*
Remove redundant argument.
Rafael Espindola
2017-06-24
1
-2
/
+2
*
ARM: move some logic from processFixupValue to applyFixup.
Rafael Espindola
2017-06-23
1
-4
/
+6
*
Use a MutableArrayRef. NFC.
Rafael Espindola
2017-06-21
1
-3
/
+3
*
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: set missing types in insn tablegen file
Yonghong Song
2017-06-16
1
-7
/
+7
*
bpf: clang-format on BPFAsmPrinter.cpp
Yonghong Song
2017-06-13
1
-2
/
+3
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
8
-14
/
+14
*
[BPF] Correct the file name of the -gen-asm-matcher output file to not start ...
Craig Topper
2017-05-31
1
-1
/
+1
*
TargetPassConfig: Keep a reference to an LLVMTargetMachine; NFC
Matthias Braun
2017-05-30
1
-2
/
+2
*
[bpf] disallow global_addr+off folding
Alexei Starovoitov
2017-05-26
2
-1
/
+12
*
Add extra operand to CALLSEQ_START to keep frame part set up previously
Serge Pavlov
2017-05-09
2
-6
/
+6
*
[bpf] fix a bug which causes incorrect big endian reloc fixup
Alexei Starovoitov
2017-05-05
1
-1
/
+1
*
[bpf] add bigendian support to disassembler
Alexei Starovoitov
2017-04-28
1
-7
/
+19
*
Distinguish between code pointer size and DataLayout::getPointerSize() in DWA...
Konstantin Zhuravlyov
2017-04-17
1
-1
/
+1
*
[bpf] Fix memory offset check for loads and stores
Alexei Starovoitov
2017-04-13
1
-2
/
+2
*
Add MCContext argument to MCAsmBackend::applyFixup for error reporting
Alex Bradbury
2017-04-05
1
-3
/
+3
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
2
-2
/
+2
*
[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
4
-3
/
+25
*
[bpf] error when BPF stack size exceeds 512 bytes
Alexei Starovoitov
2017-01-17
1
-2
/
+26
*
[BPF] Fix some Clang-tidy modernize and Include What You Use warnings; other ...
Eugene Zelenko
2017-01-06
6
-45
/
+42
*
[bpf] fix dwarf elf relocs and line numbers
Alexei Starovoitov
2016-11-21
2
-4
/
+13
*
[bpf] add BPF disassembler
Alexei Starovoitov
2016-11-20
6
-3
/
+195
*
Try again to fix unused variable warning on lld-x86_64-darwin13 after r287439.
Daniel Sanders
2016-11-19
1
-2
/
+1
*
Try to fix unused variable warning on lld-x86_64-darwin13 after r287439.
Daniel Sanders
2016-11-19
1
-1
/
+2
*
Check that emitted instructions meet their predicates on all targets except A...
Daniel Sanders
2016-11-19
1
-4
/
+15
*
convert bpf assembler to look like kernel verifier output
Alexei Starovoitov
2016-11-18
3
-57
/
+69
*
Move the global variables representing each Target behind accessor function
Mehdi Amini
2016-10-09
5
-27
/
+44
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
2
-2
/
+2
*
Finish renaming remaining analyzeBranch functions
Matt Arsenault
2016-09-14
2
-2
/
+2
*
Make analyzeBranch family of instruction names consistent
Matt Arsenault
2016-09-14
2
-3
/
+3
*
AArch64: Use TTI branch functions in branch relaxation
Matt Arsenault
2016-09-14
2
-4
/
+12
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-2
/
+2
*
MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFC
Joel Jones
2016-07-25
2
-4
/
+9
*
BPF: Use official ELF e_machine value
Alexei Starovoitov
2016-07-15
1
-1
/
+1
*
Rename AnalyzeBranch* to analyzeBranch*.
Jacques Pienaar
2016-07-15
2
-2
/
+2
*
Fix branch relaxation in 16-bit mode.
Nirav Dave
2016-07-11
1
-1
/
+2
*
CodeGen: Use MachineInstr& in TargetLowering, NFC
Duncan P. N. Exon Smith
2016-06-30
2
-11
/
+11
*
Delete MCCodeGenInfo.
Rafael Espindola
2016-06-30
1
-12
/
+0
*
Prune some includes from headers and sink some inline functions
Reid Kleckner
2016-06-22
1
-0
/
+1
*
Delete more dead code.
Rafael Espindola
2016-06-22
1
-28
/
+0
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
4
-17
/
+18
*
[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
2
-4
/
+10
*
Reverts "[BPF] Remove exit-on-error flag in test (PR27766)"
Renato Golin
2016-05-23
2
-8
/
+4
*
[BPF] Remove exit-on-error flag in test (PR27766)
Diana Picus
2016-05-23
2
-4
/
+8
[next]