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
...
*
[PM/AA] Rework the names and comments in AliasSetTracker to more
Chandler Carruth
2015-06-22
1
-24
/
+24
*
[CallGraph] Given -print-callgraph a stable printing order.
Sanjoy Das
2015-06-19
1
-2
/
+20
*
Typo. NFC.
Chad Rosier
2015-06-19
1
-2
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
25
-38
/
+38
*
Fix "the the" in comments.
Eric Christopher
2015-06-19
1
-1
/
+1
*
[CallGraph] Teach the CallGraph about non-leaf intrinsics.
Sanjoy Das
2015-06-18
2
-3
/
+7
*
Move the personality function from LandingPadInst to Function
David Majnemer
2015-06-17
1
-3
/
+2
*
Add documentation for new backedge mass propagation in irregular loops.
Diego Novillo
2015-06-17
1
-3
/
+2
*
[PM/AA] Suffix lots of member variables that directly use enumeration
Chandler Carruth
2015-06-17
1
-48
/
+72
*
[PM/AA] Remove the UnknownSize static member from AliasAnalysis.
Chandler Carruth
2015-06-17
7
-61
/
+66
*
[PM/AA] Remove the Location typedef from the AliasAnalysis class now
Chandler Carruth
2015-06-17
14
-151
/
+145
*
[PM/AA] Split the location computation out of getArgLocation so the
Chandler Carruth
2015-06-17
4
-91
/
+122
*
Fix PR 23525 - Separate header mass propagation in irregular loops.
Diego Novillo
2015-06-16
1
-21
/
+59
*
[InstSimplify] Allow folding of fdiv X, X with just NaNs ignored
Benjamin Kramer
2015-06-16
1
-3
/
+3
*
Move logic from JumpThreading into LazyValue info to simplify caller.
Philip Reames
2015-06-16
1
-2
/
+34
*
[ValueTracking] do not overwrite analysis results already computed
Jingyue Wu
2015-06-15
1
-146
/
+160
*
[InstSimplify] fsub nnan x, x -> 0.0 is valid without ninf
Benjamin Kramer
2015-06-14
1
-2
/
+2
*
[InstSimplify] Add self-fdiv identities for -ffinite-math-only.
Benjamin Kramer
2015-06-14
1
-0
/
+15
*
Don't create instructions from ConstantExpr's in CFLAliasAnalysis.
Pete Cooper
2015-06-12
1
-12
/
+41
*
Rangify for loops, NFC.
Yaron Keren
2015-06-12
1
-8
/
+6
*
[GVN] Set proper debug locations for some instructions created by GVN.
Alexey Samsonov
2015-06-10
1
-3
/
+4
*
Replace loop with std::equal. NFC intended.
Benjamin Kramer
2015-06-09
1
-7
/
+1
*
Minor refactoring of GEP handling in isDereferenceablePointer
Artur Pilipenko
2015-06-08
1
-28
/
+15
*
[LAA] Fix estimation of number of memchecks
Silviu Baranga
2015-06-08
1
-38
/
+34
*
[LoopVectorize] Teach Loop Vectorizor about interleaved memory accesses.
Hao Liu
2015-06-08
2
-7
/
+9
*
[LoopAccessAnalysis] Teach LAA to check the memory dependence between strided...
Hao Liu
2015-06-08
1
-12
/
+101
*
Add isLegalAddressingMode address space argument to TTI
Matt Arsenault
2015-06-07
1
-4
/
+6
*
[InstCombine, InstSimplify] Move xforms from Combine to Simplify
David Majnemer
2015-06-06
1
-11
/
+138
*
[PM/AA] Start refactoring AliasAnalysis to remove the analysis group and
Chandler Carruth
2015-06-04
6
-92
/
+111
*
[PHITransAddr] Don't translate unreachable values
David Majnemer
2015-06-01
2
-9
/
+13
*
[PHITransAddr] Use std::find instead of std::count
David Majnemer
2015-06-01
1
-2
/
+4
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
2
-4
/
+4
*
[DependenceAnalysis] Extend unifySubscriptType for handling coupled subscript...
Jingyue Wu
2015-05-29
1
-17
/
+53
*
Enable exitValue rewrite only when the cost of expansion is low.
Wei Mi
2015-05-28
1
-9
/
+25
*
Add BranchProbabilityInfo::releaseMemory to clear the Weights field.
Pete Cooper
2015-05-28
1
-0
/
+4
*
[inliner] Fix the early-exit of the inline cost analysis to correctly
Chandler Carruth
2015-05-27
1
-25
/
+32
*
[InstSimplify] Handle some overflow intrinsics in InstSimplify
David Majnemer
2015-05-22
1
-5
/
+43
*
Revert r236894 "[BasicAA] Fix zext & sext handling"
Hans Wennborg
2015-05-22
1
-199
/
+60
*
Test commit. Fix typo in MemDerefPrinter.cpp comment.
Artur Pilipenko
2015-05-21
1
-1
/
+1
*
Reapply r237539 with a fix for the Chromium build.
James Molloy
2015-05-20
1
-2
/
+9
*
Change Function::getIntrinsicID() to return an Intrinsic::ID. NFC.
Pete Cooper
2015-05-20
2
-3
/
+3
*
Dereferenceable, dereferenceable_or_null metadata for loads
Sanjoy Das
2015-05-19
1
-0
/
+13
*
Exploit dereferenceable_or_null attribute in LICM pass
Sanjoy Das
2015-05-18
1
-17
/
+99
*
[ScalarEvolution] refactor: extract interface getGEPExpr
Jingyue Wu
2015-05-18
1
-41
/
+55
*
[LoopAccesses] If shouldRetryWithRuntimeCheck, reset InterestingDependences
Adam Nemet
2015-05-18
1
-2
/
+7
*
[LoopAccesses] Rearrange printed lines in -analyze
Adam Nemet
2015-05-18
1
-4
/
+4
*
[LoopAccesses] Debug improvement
Adam Nemet
2015-05-18
1
-0
/
+1
*
Allow min/max detection to see through casts.
James Molloy
2015-05-15
1
-14
/
+56
*
[DependenceAnalysis] Fix for PR21585: collectUpperBound triggers asserts
James Molloy
2015-05-15
1
-2
/
+20
*
[ValueTracking] refactor: extract method haveNoCommonBitsSet
Jingyue Wu
2015-05-14
1
-0
/
+15
[prev]
[next]