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
/
test
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[Unroll] Do NOT unroll a loop with small runtime upperbound
Zhaoshi Zheng
2019-09-26
1
-0
/
+70
*
[InstCombine][NFC] Add tests for shift-by-signext
Roman Lebedev
2019-09-26
1
-0
/
+105
*
[InstCombine][NFC] Regenerate load-cmp.ll test
Roman Lebedev
2019-09-26
1
-25
/
+25
*
[NFC] Precommit tests for D68089
David Bolvansky
2019-09-26
1
-0
/
+79
*
[InstCombine] Use m_Zero instead of isNullValue() when checking if a GEP inde...
Craig Topper
2019-09-26
1
-0
/
+17
*
[LoopInfo] Limit the iterations to check whether a loop has dedicated exits
Wei Mi
2019-09-26
1
-0
/
+102
*
Handle successor's PHI node correctly when flattening CFG merges two if-regions
Jakub Kuderski
2019-09-26
1
-0
/
+30
*
[InstCombine] Don't assume CmpInst has been visited in getFlippedStrictnessPr...
Bjorn Pettersson
2019-09-26
1
-0
/
+36
*
[SLPVectorizer][X86] Add SSE common check prefix to let us merge SSE2+SLM checks
Simon Pilgrim
2019-09-26
2
-150
/
+4
*
[CostModel][X86] Fix SLM <2 x i64> icmp costs
Simon Pilgrim
2019-09-26
2
-32
/
+64
*
[InstCombine] foldUnsignedUnderflowCheck(): one last pattern with 'sub' (PR43...
Roman Lebedev
2019-09-25
1
-8
/
+4
*
[NFC][InstCombine] Tests for 'base u<= offset && (base - offset) != 0' patter...
Roman Lebedev
2019-09-25
1
-0
/
+33
*
[InstSimplify] Handle more 'A </>/>=/<= B &&/|| (A - B) !=/== 0' patterns (PR...
Roman Lebedev
2019-09-25
2
-28
/
+10
*
[NFC][InstSimplify] More exaustive test coverage for 'A </>/>=/<= B &&/|| (A ...
Roman Lebedev
2019-09-25
1
-68
/
+245
*
[InstSimplify] Match 1.0 and 0.0 for both operands in SimplifyFMAMul
Florian Hahn
2019-09-25
1
-3
/
+2
*
[InstCombine] Fold (A - B) u>=/u< A --> B u>/u<= A iff B != 0
Roman Lebedev
2019-09-25
2
-8
/
+8
*
[NFC][InstCombine] Add tests for (X - Y) < X --> Y <= X iff Y != 0
Roman Lebedev
2019-09-25
1
-0
/
+111
*
[InstCombine] Limit FMul constant folding for fma simplifications.
Florian Hahn
2019-09-25
1
-10
/
+70
*
[GCRelocate] Add a peephole to canonicalize base pointer relocation
Philip Reames
2019-09-24
1
-0
/
+11
*
[InstCombine] (a+b) < a && (a+b) != 0 -> (0-b) < a iff a/b != 0 (PR43259)
Roman Lebedev
2019-09-24
1
-34
/
+27
*
[InstCombine] (a+b) <= a && (a+b) != 0 -> (0-b) < a (PR43259)
Roman Lebedev
2019-09-24
1
-26
/
+21
*
[Debuginfo] dbg.value points to undef value after Induction Variable Simplifi...
Alexey Lapshin
2019-09-24
2
-0
/
+182
*
[LV] Forced vectorization with runtime checks and OptForSize
Sjoerd Meijer
2019-09-24
1
-1
/
+31
*
[InstCombine] Fold a shifty implementation of clamp-to-allones.
Huihui Zhang
2019-09-24
1
-35
/
+24
*
[InstCombine] Fold a shifty implementation of clamp-to-zero.
Huihui Zhang
2019-09-24
1
-32
/
+22
*
[NFC][InstCombine] Add tests for shifty implementation of clamping.
Huihui Zhang
2019-09-23
2
-0
/
+473
*
HotColdSplitting: invalidate the AssumptionCache on split
Saleem Abdulrasool
2019-09-23
1
-0
/
+38
*
[SampleFDO] Treat names in profile as not cold only when profile symbol list
Wei Mi
2019-09-23
1
-9
/
+19
*
[InstCombine] Annotate strndup calls with dereferenceable_or_null
David Bolvansky
2019-09-23
2
-2
/
+2
*
[SLC] Convert some strndup calls to strdup calls
David Bolvansky
2019-09-23
2
-7
/
+74
*
[InstCombine] dropRedundantMaskingOfLeftShiftInput(): pat. c/d/e with mask (P...
Roman Lebedev
2019-09-23
3
-18
/
+18
*
[InstCombine] dropRedundantMaskingOfLeftShiftInput(): pat. a/b with mask (PR4...
Roman Lebedev
2019-09-23
2
-12
/
+12
*
[SLP] Fix for PR31847: Assertion failed: (isLoopInvariant(Operands[i], L) && ...
Alexey Bataev
2019-09-23
20
-1263
/
+300
*
[InstCombine] allow icmp+binop folds before min/max bailout (PR43310)
Sanjay Patel
2019-09-22
2
-14
/
+8
*
[InstCombine] add tests for icmp fold hindered by min/max; NFC
Sanjay Patel
2019-09-22
1
-0
/
+36
*
[Cost][X86] Add v2i64 truncation costs
Simon Pilgrim
2019-09-22
1
-16
/
+64
*
[InstSimplify] simplifyUnsignedRangeCheck(): X >= Y && Y == 0 --> Y == 0
Roman Lebedev
2019-09-21
1
-3
/
+1
*
[NFC][InstSimplify] Add exhaustive test coverage for simplifyUnsignedRangeChe...
Roman Lebedev
2019-09-21
1
-0
/
+132
*
SROA: Check Total Bits of vector type
Suyog Sarda
2019-09-21
1
-0
/
+24
*
[Attributor] Implement "norecurse" function attribute deduction
Hideto Ueno
2019-09-21
2
-48
/
+103
*
[Inliner] Remove incorrect early exit during switch cost computation
Teresa Johnson
2019-09-20
1
-0
/
+160
*
[NFC][InstCombine] Fixup newly-added tests
Roman Lebedev
2019-09-20
2
-8
/
+8
*
[InstCombine] Tests for (a+b)<=a && (a+b)!=0 fold (PR43259)
Roman Lebedev
2019-09-20
2
-4
/
+189
*
[SLPVectorizer] add tests for bogus reductions; NFC
Sanjay Patel
2019-09-20
1
-0
/
+334
*
[ObjC][ARC] Skip debug instructions when computing the insert point of
Akira Hatanaka
2019-09-19
1
-0
/
+39
*
Don't use invalidated iterators in FlattenCFGPass
Jakub Kuderski
2019-09-19
1
-0
/
+30
*
[InstCombine] Simplify @llvm.usub.with.overflow+non-zero check (PR43251)
Roman Lebedev
2019-09-19
1
-18
/
+18
*
[Float2Int] avoid crashing on unreachable code (PR38502)
Sanjay Patel
2019-09-19
1
-0
/
+22
*
[Float2Int] auto-generate complete test checks; NFC
Sanjay Patel
2019-09-19
1
-177
/
+213
*
[Unroll] Add an option to control complete unrolling
Serguei Katkov
2019-09-19
1
-0
/
+35
[prev]
[next]