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
*
[SCEVExpander] Make findExistingExpansion smarter
Junmo Park
2016-02-16
1
-25
/
+35
*
[PM/AA] Actually wire the AAManager I built for the new pass manager
Chandler Carruth
2016-02-13
1
-0
/
+3
*
[ConstantFolding] Reduce APInt and APFloat copying.
Benjamin Kramer
2016-02-13
1
-1
/
+1
*
Add convergent property to CodeMetrics.
Justin Lebar
2016-02-12
1
-1
/
+4
*
[LVI] Exploit nsw/nuw when computing constant ranges
Philip Reames
2016-02-12
1
-0
/
+21
*
[LVI] Improve select handling to use condition
Philip Reames
2016-02-12
1
-0
/
+19
*
Make context-sensitive isDereferenceable queries in isSafeToLoadUnconditionally
Artur Pilipenko
2016-02-11
1
-2
/
+8
*
[LVI] Handle constants defensively
Philip Reames
2016-02-10
1
-3
/
+7
*
[MemoryBuiltins] Fix an issue with hasNoAliasAttr
Sanjoy Das
2016-02-09
1
-1
/
+1
*
[GMR/OperandBundles] Teach getModRefBehavior about operand bundles
Sanjoy Das
2016-02-09
1
-7
/
+8
*
Add an "addUsedAAAnalyses" helper function
Sanjoy Das
2016-02-09
1
-0
/
+11
*
Remove SCEVAAWrapperPass from createLegacyPMAAResults; NFC
Sanjoy Das
2016-02-09
1
-2
/
+0
*
This patch is to fix PR26529 caused by r259736.
Wei Mi
2016-02-09
1
-4
/
+3
*
Factor out UnrollAnalyzer to Analysis, and add unit tests for it.
Michael Zolotukhin
2016-02-08
2
-0
/
+192
*
[SCEV][LAA] Re-commit r260085 and r260086, this time with a fix for the memory
Silviu Baranga
2016-02-08
3
-28
/
+299
*
Revert r260086 and r260085. They have broken the memory
Silviu Baranga
2016-02-08
3
-298
/
+28
*
[SCEV][LAA] Add no wrap SCEV predicates and use use them to improve strided p...
Silviu Baranga
2016-02-08
3
-28
/
+298
*
CallAnalyzer::analyzeCall: change the condition back to "Cost < Threshold"
Hans Wennborg
2016-02-05
1
-1
/
+1
*
Fix a regression for r259736.
Wei Mi
2016-02-04
1
-3
/
+10
*
[SCEV] Add boolean accessors for NSW, NUW and NW; NFC
Sanjoy Das
2016-02-04
1
-14
/
+14
*
[SCEV] Try to reuse existing value during SCEV expansion
Wei Mi
2016-02-04
2
-5
/
+113
*
[ScalarEvolutionExpander] Simplify findInsertPointAfter
David Majnemer
2016-02-03
1
-8
/
+6
*
Revert r259662, which caused regressions on polly tests.
Wei Mi
2016-02-03
2
-111
/
+5
*
[SCEV] Try to reuse existing value during SCEV expansion
Wei Mi
2016-02-03
2
-5
/
+111
*
[DemandedBits] Revert r249687 due to PR26071
James Molloy
2016-02-03
1
-7
/
+0
*
[LVI] Fix debug output
Philip Reames
2016-02-02
1
-3
/
+3
*
[LVI] Code motion only [NFC]
Philip Reames
2016-02-02
1
-64
/
+62
*
[LVI] Refactor to use newly introduced intersect utility
Philip Reames
2016-02-02
1
-32
/
+19
*
Fix Clang-tidy readability-redundant-control-flow warnings; other minor fixes.
Eugene Zelenko
2016-02-02
1
-3
/
+13
*
[LCG] Build an edge abstraction for the LazyCallGraph and use it to
Chandler Carruth
2016-02-02
1
-133
/
+160
*
[LVI] Introduce an intersect operation on lattice values
Philip Reames
2016-02-02
1
-32
/
+85
*
[LVI] Fix a latent bug in getValueAt
Philip Reames
2016-02-02
1
-0
/
+8
*
[LVI] Remove overly tight assert from 259429
Philip Reames
2016-02-01
1
-2
/
+2
*
[LVI] Add select handling
Philip Reames
2016-02-01
1
-0
/
+49
*
Avoid inlining call sites in unreachable-terminated block
Jun Bum Lim
2016-02-01
1
-6
/
+17
*
[SCEV] Clean up isKnownPredicateViaConstantRanges; NFCI
Sanjoy Das
2016-02-01
1
-63
/
+20
*
[SCEV] Rename isKnownPredicateWithRanges; NFC
Sanjoy Das
2016-02-01
1
-7
/
+8
*
[ValueTracking] Improve isKnownNonZero for PHI of non-zero constants
Jun Bum Lim
2016-02-01
1
-0
/
+6
*
[BasicAA] NFC - revised comment for function adjustToPointerSize()
Gerolf Hoflehner
2016-01-30
1
-1
/
+1
*
[BasicAA] Fix for missing must alias (D16343)
Gerolf Hoflehner
2016-01-30
1
-0
/
+3
*
[BasicAA] Update on r259290 - added missing cast
Gerolf Hoflehner
2016-01-30
1
-1
/
+1
*
[BasicAA] NFC - utility function for two's complement wrap-around
Gerolf Hoflehner
2016-01-30
1
-7
/
+15
*
Avoid overly large SmallPtrSet/SmallSet
Matthias Braun
2016-01-30
3
-4
/
+4
*
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...
Yaron Keren
2016-01-29
9
-10
/
+10
*
Lower inlining threshold when the caller has minsize attribute.
Easwaran Raman
2016-01-28
1
-8
/
+8
*
ValueTracking: Use fixed array for assumption exclude set in Query.
Matthias Braun
2016-01-28
1
-15
/
+27
*
Minor style cleanup of CFLAA. NFC.
George Burgess IV
2016-01-28
1
-6
/
+11
*
[TTI] Add getPrefetchDistance from PPCLoopDataPrefetch, NFC
Adam Nemet
2016-01-27
1
-0
/
+4
*
Add support for objc_unsafeClaimAutoreleasedReturnValue to the
John McCall
2016-01-27
1
-0
/
+14
*
Make some headers self-contained, remove unused includes that violate layering.
Benjamin Kramer
2016-01-27
2
-2
/
+0
[next]