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
...
*
[TypePromotion] Use SetVectors instead of PtrSets
Sam Parker
2020-01-07
1
-40
/
+30
*
[DAGCombiner] reduce shuffle of concat of same vector
Sanjay Patel
2020-01-07
1
-0
/
+24
*
[ARM][MVE] VPT Blocks: findVCMPToFoldIntoVPS
Sjoerd Meijer
2020-01-07
1
-2
/
+0
*
GlobalISel: Implement lower for G_INTRINSIC_ROUND
Matt Arsenault
2020-01-06
1
-0
/
+29
*
Don't rely on 'l'(ell) modifiers to indicate a label reference
Bill Wendling
2020-01-06
1
-19
/
+16
*
GlobalISel: Correct result type for G_FCMP in lowerFPTOUI
Matt Arsenault
2020-01-06
1
-1
/
+3
*
GlobalISel: Start adding computeNumSignBits to GISelKnownBits
Matt Arsenault
2020-01-06
1
-0
/
+70
*
llc/MIR: Fix setFunctionAttributes for MIR functions
Matt Arsenault
2020-01-06
1
-17
/
+28
*
[LegalizeTypes] Add widening support for STRICT_FSETCC/FSETCCS
Craig Topper
2020-01-06
2
-0
/
+86
*
Fix "use of uninitialized variable" static analyzer warning. NFCI.
Simon Pilgrim
2020-01-06
1
-1
/
+1
*
[DAG] DAGCombiner::XformToShuffleWithZero - use APInt::extractBits helper. NFCI.
Simon Pilgrim
2020-01-06
1
-8
/
+4
*
[NFC] Fix trivial typos in comments
James Henderson
2020-01-06
4
-4
/
+4
*
[TargetLowering] Use SETCC input type to call getBooleanContents instead of t...
Craig Topper
2020-01-05
1
-1
/
+1
*
[DAGCombine] Don't check the legality of type when combine the SIGN_EXTEND_INREG
QingShan Zhang
2020-01-06
1
-2
/
+3
*
[LegalizeVectorOps][X86] Enable expansion of vector fp_to_uint in LegalizeVec...
Craig Topper
2020-01-04
1
-1
/
+5
*
[TargetLowering] In expandFP_TO_UINT, add proper extend or truncate for the c...
Craig Topper
2020-01-04
1
-0
/
+4
*
[LegalizeVectorOps] Split most of ExpandStrictFPOp into a separate UnrollStri...
Craig Topper
2020-01-04
1
-6
/
+13
*
GlobalISel: Scalarize all division operations
Matt Arsenault
2020-01-04
1
-0
/
+3
*
Revert "[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC)."
Florian Hahn
2020-01-04
1
-1
/
+1
*
[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC).
Florian Hahn
2020-01-04
1
-1
/
+1
*
GlobalISel: Define G_READCYCLECOUNTER
Matt Arsenault
2020-01-04
1
-0
/
+2
*
[TargetLowering] SimplifyDemandedBits - call SimplifyMultipleUseDemandedBits ...
Simon Pilgrim
2020-01-04
1
-0
/
+11
*
GlobalISel: Add type argument to getRegBankFromRegClass
Matt Arsenault
2020-01-03
1
-7
/
+13
*
[DAGCombiner] fix miscompile in translating (X & undef) to shuffle
Sanjay Patel
2020-01-03
1
-1
/
+3
*
[LegalizeVectorOps] Pass the post-UpdateNodeOperands version of Op to ExpandL...
Craig Topper
2020-01-03
1
-11
/
+14
*
Move tail call disabling code to target independent code
Reid Kleckner
2020-01-03
4
-8
/
+28
*
[DAGCombiner][X86][AArch64] Generalize `A-(A&B)`->`A&(~B)` fold (PR44448)
Roman Lebedev
2020-01-03
1
-20
/
+9
*
[DAGCombiner] `~(add X, -1)` -> `neg X` fold
Roman Lebedev
2020-01-03
1
-0
/
+7
*
[DAGCombine][X86][Thumb2/LowOverheadLoops] `A - (A & C)` -> `A & (~C)` fold (...
Roman Lebedev
2020-01-03
1
-0
/
+10
*
[NFC][DAGCombine] Clarify comment for 'A - (A & (B - 1))' fold
Roman Lebedev
2020-01-03
1
-1
/
+1
*
Fix typo "psuedo" in comments
Jay Foad
2020-01-03
1
-1
/
+1
*
[DAGCombine][X86][AArch64] 'A - (A & (B - 1))' -> 'A & (0 - B)' fold (PR44448)
Roman Lebedev
2020-01-03
1
-0
/
+15
*
[DAGCombine] Initialize the default operation action for SIGN_EXTEND_INREG fo...
QingShan Zhang
2020-01-03
1
-0
/
+1
*
DAG: Use TargetConstant for FENCE operands
Matt Arsenault
2020-01-02
1
-4
/
+4
*
[SelectionDAG] Simplify SelectionDAGBuilder::visitInlineAsm
Fangrui Song
2020-01-02
1
-3
/
+1
*
[FPEnv] Default NoFPExcept SDNodeFlag to false
Ulrich Weigand
2020-01-02
5
-10
/
+49
*
[NFC] Add explicit instantiation to releaseNode
Qiu Chaofan
2020-01-02
1
-0
/
+5
*
[RegisterClassInfo] Use SmallVector::assign instead of resize to make sure we...
Craig Topper
2020-01-01
1
-1
/
+1
*
[MachineScheduler] improve reuse of 'releaseNode'method
Lorenzo Casalino
2020-01-01
1
-17
/
+21
*
[NFC] Fixes -Wrange-loop-analysis warnings
Mark de Wever
2020-01-01
5
-10
/
+10
*
DAG: Stop trying to fold FP -(x-y) -> y-x in getNode with nsz
Matt Arsenault
2019-12-31
2
-5
/
+10
*
[LegalizeVectorOps][AArch64] Stop asking for v4f16 fp_round and fp_extend to ...
Craig Topper
2019-12-31
1
-0
/
+5
*
[ARM][TypePromotion] Re-enable by default
Sam Parker
2019-12-31
1
-1
/
+1
*
[TargetLowering][AMDGPU] Make scalarizeVectorLoad return a pair of SDValues i...
Craig Topper
2019-12-30
2
-16
/
+6
*
Ignore "no-frame-pointer-elim" and "no-frame-pointer-elim-non-leaf" in favor ...
Fangrui Song
2019-12-30
1
-13
/
+1
*
[MIPS GlobalISel] Select bitreverse. Recommit
Petar Avramovic
2019-12-30
1
-1
/
+46
*
GlobalISel: moreElementsVector for FP min/max
Matt Arsenault
2019-12-30
1
-1
/
+7
*
Revert "[MIPS GlobalISel] Select bitreverse"
Dmitri Gribenko
2019-12-30
1
-45
/
+1
*
[MIPS GlobalISel] Select bitreverse
Petar Avramovic
2019-12-30
1
-1
/
+45
*
[MIPS GlobalISel] Select bswap
Petar Avramovic
2019-12-30
1
-0
/
+58
[prev]
[next]