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
*
[NewPM/Inliner] Reduce threshold for cold callsites in the non-PGO case
Easwaran Raman
2017-06-27
1
-1
/
+30
*
[Analysis] Fix some Clang-tidy modernize-use-using and Include What You Use w...
Eugene Zelenko
2017-06-27
1
-23
/
+17
*
[CFLAA] Move a common function to the header to reduce duplication.
Davide Italiano
2017-06-27
2
-24
/
+2
*
[CFLAA] Use raw pointers instead of Optional<Pointer>. NFC.
Davide Italiano
2017-06-27
1
-9
/
+9
*
[CFLAA] Change FunctionHandle to be common to Steensgaard's and Andersens'
Davide Italiano
2017-06-26
2
-3
/
+3
*
[CFL-AA] Remove unneeded function declaration. NFCI.
Davide Italiano
2017-06-26
1
-3
/
+0
*
[MemDep] Cleanup return after else & use `auto`. NFC.
Davide Italiano
2017-06-25
1
-3
/
+3
*
[AST] Fix a bug in aliasesUnknownInst. Make sure we are comparing the unknown...
Xin Tong
2017-06-25
1
-2
/
+2
*
[SCEV] Avoid copying ConstantRange just to get the min/max value
Craig Topper
2017-06-24
1
-67
/
+62
*
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
[next]