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
*
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
*
Revert revisions 262636, 262643, 262679, and 262682.
Easwaran Raman
2016-03-08
1
-86
/
+16
*
[memdep] Switch to range based for loops.
Chandler Carruth
2016-03-07
1
-73
/
+46
*
[memdep] Switch a function to return true on success instead of false.
Chandler Carruth
2016-03-07
1
-9
/
+9
*
[memdep] Cleanup the implementation doxygen comments and remove
Chandler Carruth
2016-03-07
1
-80
/
+35
*
[memdep] Run clang-format over the header before porting it to
Chandler Carruth
2016-03-07
1
-144
/
+154
*
[LVI] Fix a bug which prevented use of !range metadata within a query
Philip Reames
2016-03-04
1
-22
/
+10
*
Fix a memory leak.
Easwaran Raman
2016-03-04
1
-1
/
+4
*
[ValueTracking] "constant fold" an experimental hidden option
Philip Reames
2016-03-03
1
-7
/
+0
*
[ValueTracking] Remove dead code from an old experiment
Philip Reames
2016-03-03
1
-208
/
+2
*
Fix breakage caused by r262636.
Easwaran Raman
2016-03-03
1
-1
/
+1
*
[SCEV] Prove no-overflow via constant ranges
Sanjoy Das
2016-03-03
1
-0
/
+41
*
[SCEV] Be less eager about demoting zexts to sexts
Sanjoy Das
2016-03-03
1
-4
/
+5
*
Infrastructure for PGO enhancements in inliner
Easwaran Raman
2016-03-03
1
-16
/
+83
*
[AA] Hoist the logic to reformulate various AA queries in terms of other
Chandler Carruth
2016-03-02
8
-65
/
+158
*
[SCEV] Minor naming, braces cleanup; NFC
Sanjoy Das
2016-03-02
1
-5
/
+4
*
Add a comment with a rational for the unusual code structure
Sanjoy Das
2016-03-02
1
-0
/
+3
*
Qualify getRangeForAffineAR with this-> for MSVC
Sanjoy Das
2016-03-02
1
-2
/
+2
*
Perturb code in an attempt to appease MSVC
Sanjoy Das
2016-03-02
1
-9
/
+9
*
More code permutation to appease MSVC
Sanjoy Das
2016-03-02
1
-4
/
+7
*
Remove "auto" to appease the MSVC bots
Sanjoy Das
2016-03-02
1
-2
/
+2
[next]