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
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix trivial typos in comment, NFC
Hiroshi Inoue
2017-06-24
1
-1
/
+1
*
[IR][AssumptionCache] Add m_Shift and m_BitwiseLogic matchers to replace a co...
Craig Topper
2017-06-24
1
-9
/
+2
*
[ValueTracking][InstCombine] Use m_Shr instead m_CombineOr(m_LShr, m_AShr). NFC
Craig Topper
2017-06-24
1
-5
/
+2
*
[Analysis][Transforms] Use commutable matchers instead of m_CombineOr in a fe...
Craig Topper
2017-06-24
1
-4
/
+2
*
Make visible isDereferenceableAndAlignedPointer(..., const APInt &Size, ...)
Vitaly Buka
2017-06-24
1
-0
/
+10
*
[InlineCost] Do not take INT_MAX when Cost is negative
Jun Bum Lim
2017-06-23
1
-5
/
+11
*
[JumpThreading] Teach jump threading how to analyze (and (cmp A, C1), (cmp A,...
Craig Topper
2017-06-23
1
-0
/
+20
*
[LVI] Teach LVI to reason about ORs of icmps similar to how it reasons about ...
Craig Topper
2017-06-23
1
-5
/
+5
*
[BasicAA] Add type check and Value equality check around code added in r305481.
Craig Topper
2017-06-22
1
-5
/
+8
*
[BasicAA] Use MayAlias instead of PartialAlias for fallback.
Michael Kruse
2017-06-21
1
-5
/
+1
*
[SCEV] Make MulOpsInlineThreshold lower to avoid excessive compilation time
Max Kazantsev
2017-06-21
1
-1
/
+1
*
[SCEV][NFC] Fix a misleading description of AddOpsInlineThreshold
Max Kazantsev
2017-06-20
1
-1
/
+1
*
[BDCE] Add comments. NFC
Xin Tong
2017-06-19
1
-0
/
+2
*
[SCEV] Teach SCEVExpander to expand BinPow
Max Kazantsev
2017-06-19
1
-5
/
+43
*
DivergencyAnalysis patch for review
Alexander Timofeev
2017-06-15
2
-1
/
+5
*
[BasicAA] Don't call isKnownNonEqual if we might be have gone through a PHINode.
Craig Topper
2017-06-15
1
-4
/
+18
*
[ScalarEvolution] Apply Depth limit to getMulExpr
Max Kazantsev
2017-06-15
1
-53
/
+76
*
[ValueTracking] Correct early out in computeKnownBitsFromOperator to work wit...
Craig Topper
2017-06-14
1
-1
/
+2
*
Strip UTF8 BOM that got added for some reason in rL305163
Simon Pilgrim
2017-06-13
1
-1
/
+1
*
fix typos/formatting; NFC
Sanjay Patel
2017-06-12
1
-1
/
+1
*
Address http://bugs.llvm.org/pr32207 by making BannerPrinted local to runOnSC...
Yaron Keren
2017-06-12
1
-4
/
+4
*
Fix unused variable warning on non-debug EXPENSIVE_CHECKS builds
Simon Pilgrim
2017-06-11
1
-1
/
+2
*
[MemorySSA] preservesAll() implies preserves<MemorySSA>(). NFCI.
Davide Italiano
2017-06-11
1
-1
/
+0
*
[InstSimplify] Don't constant fold or DCE calls that are marked nobuiltin
Andrew Kaylor
2017-06-09
4
-19
/
+31
*
[LVI] Fix spelling error in comment. NFC
Craig Topper
2017-06-09
1
-1
/
+1
*
[LVI] Const correct and rename the LVILatticeVal parameter to getPredicateRes...
Craig Topper
2017-06-09
1
-9
/
+8
*
[LazyValueInfo] Don't run the more complex predicate handling code for EQ and...
Craig Topper
2017-06-09
1
-8
/
+8
*
[ValueTracking] fix typo; NFC
Sanjay Patel
2017-06-09
1
-1
/
+1
*
Write summaries for merged modules when splitting modules for ThinLTO.
Peter Collingbourne
2017-06-08
1
-0
/
+10
*
[LazyValueInfo] Make LVILatticeVal intersect method take arguments by referen...
Craig Topper
2017-06-08
1
-1
/
+1
*
[BPI] Don't assume that strcmp returning >0 is more likely than <0
John Brawn
2017-06-08
2
-7
/
+48
*
GlobalsModRef: Ensure optnone+readonly/readnone attributes are respected
David Blaikie
2017-06-07
1
-8
/
+5
*
[mssa] Fix case when there is no definition in a block prior to an inserted use.
Alina Sbirlea
2017-06-07
1
-11
/
+6
*
[InstCombine][InstSimplify] Use APInt::isNullValue/isOneValue to reduce compi...
Craig Topper
2017-06-07
1
-6
/
+6
*
Update libdeps to add BinaryFormat, introduced in r304864.
NAKAMURA Takumi
2017-06-07
1
-1
/
+1
*
Reorder and reformat.
NAKAMURA Takumi
2017-06-07
1
-1
/
+1
*
[LazyValueInfo] Remove redundant calls to ConstantRange::contains. The same e...
Craig Topper
2017-06-07
1
-2
/
+2
*
[CFLAA] Remove unused include. NFCI.
Davide Italiano
2017-06-06
1
-1
/
+0
*
GlobalsModRef+OptNone: Don't prove readnone/other properties from an optnone ...
David Blaikie
2017-06-06
1
-3
/
+14
*
[LVI Printer] Rely on the LVI analysis functions rather than the LVI cache
Anna Thomas
2017-06-06
1
-64
/
+89
*
[Atomics][LoopIdiom] Recognize unordered atomic memcpy
Anna Thomas
2017-06-06
1
-0
/
+4
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
20
-29
/
+27
*
[InstSimplify] Constant fold the new GEP in SimplifyGEPInst.
Joey Gouly
2017-06-06
1
-2
/
+5
*
[InstSimplify] Remove some redundant code from InstSimplify now that llvm::is...
Craig Topper
2017-06-06
1
-13
/
+0
*
[ValueTracking] Remove scalar only restriction from isKnownNonEqual. The comp...
Craig Topper
2017-06-06
1
-2
/
+2
*
[InstSimplify] Use the getTrue/getFalse helpers and make sure we use the comp...
Craig Topper
2017-06-06
1
-3
/
+1
*
[ValueTracking] Use the computeKnownBits version that returns a KnownBits obj...
Craig Topper
2017-06-06
1
-6
/
+3
*
[ValueTracking] Use APInt::intersects to avoid some temporary APInts. NFC
Craig Topper
2017-06-06
1
-3
/
+2
*
[InstSimplify] Use ICmpInst::isEquality predicate method. NFC
Craig Topper
2017-06-06
1
-1
/
+1
*
Fix PR23384 (part 2 of 3) NFC
Evgeny Stupachenko
2017-06-05
1
-0
/
+4
[next]