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
*
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
*
Make TargetLowering::getPointerTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-5
/
+6
*
Change the last few internal StringRef triples into Triple objects.
Daniel Sanders
2015-07-06
1
-2
/
+2
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
17
-17
/
+17
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
17
-17
/
+17
*
Clean up redundant copies of Triple objects. NFC
Daniel Sanders
2015-06-16
1
-3
/
+3
*
Wrap some long lines in LLVMBuild files. NFC
Douglas Katzman
2015-06-12
1
-1
/
+11
*
Replace string GNU Triples with llvm::Triple in TargetMachine. NFC.
Daniel Sanders
2015-06-11
2
-6
/
+7
*
[CodeGen] ArrayRef'ize cond/pred in various TII APIs. NFC.
Ahmed Bougacha
2015-06-11
2
-3
/
+2
*
Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...
Daniel Sanders
2015-06-10
4
-6
/
+6
*
Replace string GNU Triples with llvm::Triple in MCAsmBackend subclasses and c...
Daniel Sanders
2015-06-10
2
-7
/
+8
*
[bpf] rename triple names bpf_be -> bpfeb
Alexei Starovoitov
2015-06-05
3
-6
/
+6
*
MC: Clean up naming in MCObjectWriter. NFC.
Jim Grosbach
2015-06-04
1
-1
/
+1
*
[bpf] add big- and host- endian support
Alexei Starovoitov
2015-06-04
9
-46
/
+130
*
Replace custom fixed endian to raw_ostream emission with EndianStream.
Benjamin Kramer
2015-06-04
1
-40
/
+13
*
Replace string GNU Triples with llvm::Triple in MCAsmInfo subclasses and crea...
Daniel Sanders
2015-06-04
1
-1
/
+2
*
[bpf] fix build
Alexei Starovoitov
2015-06-01
1
-2
/
+2
*
[bpf] emit jmp fixups in little endian
Alexei Starovoitov
2015-05-22
1
-1
/
+3
*
[bpf] fix build
Alexei Starovoitov
2015-05-20
1
-1
/
+1
*
MC: MCCodeGenInfo naming update. NFC.
Jim Grosbach
2015-05-15
1
-1
/
+1
*
MC: Update MCCodeEmitter naming. NFC.
Jim Grosbach
2015-05-15
1
-2
/
+2
*
MC: Update MCFixup naming. NFC.
Jim Grosbach
2015-05-15
1
-3
/
+3
*
MC: Modernize MCOperand API naming. NFC.
Jim Grosbach
2015-05-13
1
-4
/
+4
*
Change getTargetNodeName() to produce compiler warnings for missing cases, fi...
Matthias Braun
2015-05-07
2
-4
/
+5
*
[ShrinkWrap] Add (a simplified version) of shrink-wrapping.
Quentin Colombet
2015-05-05
2
-2
/
+3
*
[bpf] fix build
Alexei Starovoitov
2015-04-28
2
-8
/
+9
[next]