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
*
IR: Do not consider available_externally linkage to be linker-weak.
Peter Collingbourne
2015-07-05
1
-1
/
+1
*
Delete whitespace at start of line.
Yaron Keren
2015-07-02
1
-1
/
+1
*
Add a routine to TargetTransformInfo that will allow targets to look
Eric Christopher
2015-07-02
2
-4
/
+10
*
Move delinearization from SCEVAddRecExpr to ScalarEvolution
Tobias Grosser
2015-06-29
3
-21
/
+25
*
Teach InlineCost to account for a null check which can be folded away
Philip Reames
2015-06-26
1
-17
/
+56
*
Move VectorUtils from Transforms to Analysis to correct layering violation
David Blaikie
2015-06-26
3
-1
/
+215
*
[LAA] Try to prove non-wrapping of pointers if SCEV cannot
Adam Nemet
2015-06-26
1
-1
/
+49
*
Take alignment into account in isSafeToLoadUnconditionally
Artur Pilipenko
2015-06-25
1
-6
/
+20
*
[LSR] canonicalize Prod*(1<<C) to Prod<<C
Jingyue Wu
2015-06-24
1
-5
/
+12
*
[CaptureTracking] Avoid long compilation time on large basic blocks
Bruno Cardoso Lopes
2015-06-24
2
-25
/
+118
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
25
-38
/
+38
*
[PM/AA] Hoist the AliasResult enum out of the AliasAnalysis class.
Chandler Carruth
2015-06-22
13
-100
/
+90
*
[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
[next]