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
*
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
*
Delete Reloc::Default.
Rafael Espindola
2016-05-18
2
-6
/
+13
*
SDAG: Implement Select instead of SelectImpl in BPFDAGToDAGISel
Justin Bogner
2016-05-12
1
-15
/
+10
*
CodeGen: Move TargetPassConfig from Passes.h to an own header; NFC
Matthias Braun
2016-05-10
1
-0
/
+1
*
SDAG: Rename Select->SelectImpl and repurpose Select as returning void
Justin Bogner
2016-05-05
1
-2
/
+2
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
3
-9
/
+5
*
Declare MVT::SimpleValueType as an int8_t sized enum. This removes 400 bytes ...
Craig Topper
2016-04-17
1
-1
/
+1
*
Change eliminateCallFramePseudoInstr() to return an iterator
Hans Wennborg
2016-03-31
1
-2
/
+2
*
BPF: emit an error message for unsupported signed division operation
Alexei Starovoitov
2016-03-18
1
-0
/
+12
*
CodeGen: TII: Take MachineInstr& in predicate API, NFC
Duncan P. N. Exon Smith
2016-02-23
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
*
Rename TargetSelectionDAGInfo into SelectionDAGTargetInfo and move it to Code...
Benjamin Kramer
2016-01-27
1
-3
/
+3
*
Remove autoconf support
Chris Bieneman
2016-01-26
4
-69
/
+0
*
Convert a few assert failures into proper errors.
Rafael Espindola
2016-01-13
1
-3
/
+3
*
Remove extra forward declarations and scrub includes for all in tree InstPrin...
Craig Topper
2015-12-25
1
-2
/
+0
*
[AsmParser] Backends can parameterize ASM tokenization.
Colin LeMahieu
2015-11-09
1
-0
/
+7
*
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
2
-10
/
+0
*
[bpf] Avoid extra pointer arithmetic for stack access
Alexei Starovoitov
2015-10-06
3
-7
/
+58
*
[bpf] expand indirect branches
Alexei Starovoitov
2015-09-17
1
-0
/
+1
*
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...
Daniel Sanders
2015-09-15
5
-19
/
+19
*
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...
Daniel Sanders
2015-09-15
5
-19
/
+19
*
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
2015-09-15
5
-19
/
+19
*
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
2015-09-15
5
-19
/
+19
*
[bpf] initial support for debug_info
Alexei Starovoitov
2015-07-24
3
-9
/
+22
*
PrologEpilogInserter: Rewrite API to determine callee save regsiters.
Matthias Braun
2015-07-14
2
-10
/
+10
*
MC: Remove MCSubtargetInfo() default constructor
Duncan P. N. Exon Smith
2015-07-10
1
-3
/
+1
*
Remove getDataLayout() from TargetSelectionDAGInfo (had no users)
Mehdi Amini
2015-07-09
1
-1
/
+1
[next]