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
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SelectionDAG] allow FP binops in SimplifyDemandedVectorElts
Sanjay Patel
2018-10-15
1
-1
/
+6
*
[DAGCombiner] allow undef elts in vector fmul matching
Sanjay Patel
2018-10-15
1
-1
/
+1
*
[DAGCombiner] refactor folds for fadd (fmul X, -2.0), Y; NFCI
Sanjay Patel
2018-10-15
1
-16
/
+18
*
[DAGCombiner] allow undef elts in vector fma matching
Sanjay Patel
2018-10-15
1
-21
/
+22
*
[DAGCombiner] allow undef elts in vector fma matching
Sanjay Patel
2018-10-15
1
-9
/
+10
*
[TI removal] Make variables declared as `TerminatorInst` and initialized
Chandler Carruth
2018-10-15
5
-6
/
+6
*
[TwoAddressInstructionPass] Replace subregister uses when processing tied ope...
Bjorn Pettersson
2018-10-15
1
-8
/
+13
*
[LegalizeDAG] Don't bother with final MUL+SRL stage for byte CTPOP.
Simon Pilgrim
2018-10-14
1
-3
/
+4
*
Pull out repeated variables from SelectionDAGLegalize::ExpandBitCount.
Simon Pilgrim
2018-10-13
1
-8
/
+2
*
[LegalizeTypes] Prevent an assertion from PromoteIntRes_BSWAP and PromoteIntR...
Craig Topper
2018-10-13
1
-8
/
+20
*
[X86][SSE] Remove most of vector CTTZ custom lowering and use LegalizeDAG ins...
Simon Pilgrim
2018-10-13
1
-2
/
+2
*
[X86][SSE] Begin removing vector CTTZ custom lowering and use LegalizeDAG ins...
Simon Pilgrim
2018-10-13
2
-4
/
+16
*
[Intrinsic] Add llvm.minimum and llvm.maximum instrinsic functions
Thomas Lively
2018-10-13
1
-0
/
+12
*
[LegalizeVectorTypes] Use TLI.getVectorIdxTy instead of DAG.getIntPtrConstant.
Craig Topper
2018-10-12
1
-2
/
+3
*
[LegalizeVectorTypes] When widening the result of a bitcast from a scalar typ...
Craig Topper
2018-10-12
1
-14
/
+12
*
Revert BTF commit series.
Eli Friedman
2018-10-12
7
-662
/
+3
*
[LegalizeVectorTypes] When widening the operands to a concat_vectors, see if ...
Craig Topper
2018-10-12
1
-5
/
+16
*
[LegalizeVectorTypes] When unrolling in WidenVecRes_Convert, make sure we use...
Craig Topper
2018-10-12
1
-12
/
+6
*
Replace assert() with llvm_unreachable because it's obviously a typo.
Rui Ueyama
2018-10-12
1
-1
/
+1
*
[codeview] Emit S_BUILDINFO and LF_BUILDINFO with cwd and source file
Reid Kleckner
2018-10-12
2
-0
/
+50
*
[BPF] Use cstdint {,u}int*_t instead of linux/types.h __u32 __u16 ...
Fangrui Song
2018-10-12
2
-9
/
+9
*
Disambiguate: s/make_unique/llvm::make_unique/. NFC
Eric Liu
2018-10-12
1
-13
/
+13
*
[BPF] Don't include linux/types.h and fix style
Fangrui Song
2018-10-12
3
-153
/
+147
*
Better support for POSIX paths in PDBs.
Zachary Turner
2018-10-12
1
-1
/
+4
*
[BPF] Some fixes after rL344366
Fangrui Song
2018-10-12
2
-0
/
+3
*
[BPF] Add BTF generation for BPF target
Yonghong Song
2018-10-12
7
-0
/
+662
*
[MC][ELF] fix newly added test
Nick Desaulniers
2018-10-12
1
-25
/
+25
*
Pull out repeated value types. NFCI.
Simon Pilgrim
2018-10-12
1
-6
/
+5
*
Pull out repeated value types. NFCI.
Simon Pilgrim
2018-10-12
1
-3
/
+5
*
[SelectionDAG] Move VectorLegalizer::ExpandCTLZ codegen into SelectionDAGLega...
Simon Pilgrim
2018-10-12
2
-24
/
+5
*
[DAGCombiner] rearrange extract_element+bitcast fold; NFC
Sanjay Patel
2018-10-11
1
-6
/
+8
*
Revert "DwarfDebug: Pick next location in case of missing location at block b...
Matthias Braun
2018-10-11
2
-74
/
+41
*
[Pipeliner] Use the Index from Topo instead of relying on NodeNum. (NFC)
Sumanth Gundapaneni
2018-10-11
1
-4
/
+14
*
[Pipeliner] Fix the Schedule DAG topoligical order.
Sumanth Gundapaneni
2018-10-11
1
-0
/
+1
*
Revert SymbolFileNativePDB plugin.
Zachary Turner
2018-10-11
1
-4
/
+1
*
Revert r344197 "[MC][ELF] compute entity size for explicit sections"
Artem Dergachev
2018-10-11
1
-25
/
+25
*
[DAG] Fix Big Endian in Load-Store forwarding
Nirav Dave
2018-10-11
1
-0
/
+5
*
Better support for POSIX paths in PDBs.
Zachary Turner
2018-10-11
1
-1
/
+4
*
[DAGCombiner] move comment closer to the corresponding code; NFC
Sanjay Patel
2018-10-11
1
-2
/
+1
*
[MC][ELF] compute entity size for explicit sections
Nick Desaulniers
2018-10-10
1
-25
/
+25
*
Replace most users of UnknownSize with LocationSize::unknown(); NFC
George Burgess IV
2018-10-10
2
-7
/
+7
*
[DAGCombine] Improve Load-Store Forwarding
Nirav Dave
2018-10-10
1
-11
/
+134
*
[TargetLowering] SimplifyDemandedBits - rename demanded mask args. NFCI.
Simon Pilgrim
2018-10-10
1
-80
/
+89
*
[TargetLowering] SimplifyDemandedBits - pull out repeated getOperands. NFCI.
Simon Pilgrim
2018-10-10
1
-119
/
+119
*
[TargetLowering] Add root node back to work list after successful SimplifyDem...
Simon Pilgrim
2018-10-10
1
-2
/
+6
*
[DAGCombiner] Expand combining of FP logical ops to sign-setting FP ops
Nemanja Ivanovic
2018-10-09
1
-3
/
+14
*
[SelectionDAG] Add SIGN_EXTEND_VECTOR_INREG and CONCAT_VECTORS support to Sim...
Simon Pilgrim
2018-10-09
1
-0
/
+30
*
ExpandPostRAPseudos: Fix alldefsAreDead() not removing operands
Matthias Braun
2018-10-09
1
-0
/
+2
*
TwoAddressInstructionPass: Modernize/fix some comments; NFC
Matthias Braun
2018-10-08
1
-5
/
+5
*
PHIElimination: Remove wrong comment; NFC
Matthias Braun
2018-10-08
1
-2
/
+1
[next]