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
*
NFC: make AtomicOrdering an enum class
JF Bastien
2016-04-06
3
-12
/
+11
*
Revert r265535 until we know how we can fix the bots
Silviu Baranga
2016-04-06
3
-234
/
+89
*
[SCEV] Introduce a guarded backedge taken count and use it in LAA and LV
Silviu Baranga
2016-04-06
3
-89
/
+234
*
[SLPVectorizer] Vectorizing the libm sqrt to llvm's sqrt intrinsic requires nnan
David Majnemer
2016-04-06
1
-1
/
+3
*
[SLPVectorizer] Vectorize libcalls of sqrt
David Majnemer
2016-04-06
1
-0
/
+4
*
[CFLAA] Fix PR27213; incorrect tagging of args/globals
George Burgess IV
2016-04-05
1
-1
/
+5
*
Minor code cleanups. NFC.
Junmo Park
2016-04-05
1
-2
/
+2
*
IR: Introduce ConstantAggregate, NFC
Duncan P. N. Exon Smith
2016-04-05
1
-4
/
+3
*
[DependenceAnalysis] Check if result of getConstantPart is null
Brendon Cahoon
2016-04-04
1
-0
/
+6
*
Mark some FP intrinsics as safe to speculatively execute
Peter Zotov
2016-04-03
1
-4
/
+16
*
Fix "warning: variabl 'XX’ set but not used" in release build (variable use...
Mehdi Amini
2016-04-02
1
-1
/
+1
*
[NVPTX] Infer __nvvm_reflect as nounwind, readnone
David Majnemer
2016-03-31
1
-1
/
+5
*
[InstCombine] Fix incorrect rule from rL236202
Sanjoy Das
2016-03-31
1
-1
/
+2
*
Delete trailing whitespace
Sanjoy Das
2016-03-31
1
-1
/
+1
*
[SCEV] Track NoWrap properties using MatchBinaryOp, NFC
Sanjoy Das
2016-03-31
1
-7
/
+16
*
[SCEV] NFC code motion to simplify later change
Sanjoy Das
2016-03-31
1
-77
/
+77
*
[VectorUtils] Don't try and truncate PHIs to a smaller bitwidth
James Molloy
2016-03-30
1
-0
/
+15
*
[SCEV] Extract out a MatchBinaryOp; NFCI
Sanjoy Das
2016-03-29
1
-222
/
+284
*
[SCEV] Use Operator::getOpcode instead of manual dispatch; NFC
Sanjoy Das
2016-03-29
1
-8
/
+3
*
Fix Clang-tidy modernize-deprecated-headers warnings in some files; other min...
Eugene Zelenko
2016-03-28
1
-61
/
+63
*
Allow value forwarding past release fences in GVN
Philip Reames
2016-03-25
1
-0
/
+9
*
IR: Reserve an MDKind for !llvm.loop; NFC
Duncan P. N. Exon Smith
2016-03-25
1
-7
/
+4
*
[LAA] Formatting fix in previous change
Adam Nemet
2016-03-24
1
-2
/
+1
*
[LAA] Support memchecks involving loop-invariant addresses
Adam Nemet
2016-03-24
1
-17
/
+31
*
Add getBlockProfileCount method to BlockFrequencyInfo
Easwaran Raman
2016-03-23
1
-0
/
+14
*
[SCEV] Change the SCEV Predicates interfaces for conversion to AddRecExpr to ...
Silviu Baranga
2016-03-23
2
-5
/
+19
*
Rename DenseMap::resize() into DenseMap::reserve() (NFC)
Mehdi Amini
2016-03-22
1
-1
/
+1
*
Implement constant folding for bitreverse
Matt Arsenault
2016-03-21
1
-0
/
+3
*
[IndVars] Fix PR26974: make sure replaceCongruentIVs doesn't break LCSSA
Silviu Baranga
2016-03-21
1
-0
/
+1
*
[LoopDataPrefetch] Add TTI to limit the number of iterations to prefetch ahead
Adam Nemet
2016-03-18
1
-0
/
+4
*
[LoopDataPrefetch/Aarch64] Allow selective prefetching of large-strided accesses
Adam Nemet
2016-03-18
1
-0
/
+4
*
Add Rust's personality function to the list of known personality functions
Bjorn Steinbrink
2016-03-15
1
-0
/
+1
*
Re-add ConstantFoldInstOperands form taking opcode and return type.
Manuel Jacob
2016-03-14
1
-4
/
+13
*
[AliasSetTracker] Do not strip pointer casts when processing MemSetInst
Michael Kuperstein
2016-03-14
1
-2
/
+2
*
ConstantFoldInstruction: avoid wasted calls to ConstantFoldConstantExpression
Fiona Glaser
2016-03-13
1
-5
/
+5
*
[AA] Make BasicAA just require domtree.
Chandler Carruth
2016-03-11
1
-4
/
+5
*
[memdep] Just require domtree for memdep.
Chandler Carruth
2016-03-11
1
-16
/
+11
*
[PM] Make the AnalysisManager parameter to run methods a reference.
Chandler Carruth
2016-03-11
17
-53
/
+53
*
[PM] Implement the final conclusion as to how the analysis IDs should
Chandler Carruth
2016-03-11
20
-15
/
+25
*
[PM/AA] Teach the AAManager how to handle module analyses in addition to
Chandler Carruth
2016-03-11
1
-0
/
+2
*
[CG] Back out my pointless move ctor and add the explicit template
Chandler Carruth
2016-03-10
1
-0
/
+3
*
[CG] Add a new pass manager printer pass for the old call graph and
Chandler Carruth
2016-03-10
1
-0
/
+6
*
[CG] Actually hoist up the generic CallGraphPrinter pass from a weird
Chandler Carruth
2016-03-10
2
-0
/
+27
*
[CG] Rename the DOT printing pass to actually reference "DOT".
Chandler Carruth
2016-03-10
2
-8
/
+8
*
[PM] Port memdep to the new pass manager.
Chandler Carruth
2016-03-10
3
-86
/
+88
*
[BasicAA/MDA] Sink aliasing rules for malloc and calloc into BasicAA
Philip Reames
2016-03-09
2
-16
/
+17
*
[ValueTracking] Extract isKnownPositive [NFCI]
Philip Reames
2016-03-09
1
-0
/
+12
*
[SCEV] Slightly generalize getRangeViaFactoring
Sanjoy Das
2016-03-09
1
-13
/
+18
*
[SCEV] Slightly generalize getRangeViaFactoring
Sanjoy Das
2016-03-09
1
-23
/
+51
*
use range-based for loop; NFCI
Sanjay Patel
2016-03-08
1
-13
/
+12
[next]