index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
*
ScalarEvolution: Warn if the result of setFlags/clearFlags is unused.
Benjamin Kramer
2013-11-16
1
-5
/
+6
*
Added BlockFrequencyInfo::view for displaying the block frequency propagation...
Michael Gottesman
2013-11-14
1
-0
/
+2
*
delinearization of arrays
Sebastian Pop
2013-11-12
3
-1
/
+18
*
remove virtual methods in SCEVApplyRewriter and SCEVParameterRewriter
Sebastian Pop
2013-11-12
1
-46
/
+94
*
GraphViz CFGPrinter: wrap long lines.
Andrew Trick
2013-11-12
1
-2
/
+19
*
whitespace
Andrew Trick
2013-11-12
1
-5
/
+5
*
Change data structure to memorize computed result in ScalarEvolution
Wan Xiaofei
2013-11-12
1
-3
/
+3
*
Move the old pass manager infrastructure into a legacy namespace and
Chandler Carruth
2013-11-09
2
-2
/
+2
*
Rewrite SCEV's backedge taken count computation.
Andrew Trick
2013-11-06
1
-8
/
+20
*
Merge CallGraph and BasicCallGraph.
Rafael Espindola
2013-10-31
1
-36
/
+37
*
Quick look-up for block in loop.
Wan Xiaofei
2013-10-26
2
-33
/
+26
*
Fix SCEVExpander: don't try to expand quadratic recurrences outside a loop.
Andrew Trick
2013-10-25
1
-1
/
+1
*
Call destroy from ~BasicCallGraph.
Rafael Espindola
2013-10-25
1
-1
/
+1
*
fix PR17635: false positive with packed structures
Nuno Lopes
2013-10-24
1
-1
/
+2
*
Speling fixes.
Benjamin Kramer
2013-10-22
1
-1
/
+1
*
Remove unused SCEV functions
Matt Arsenault
2013-10-21
1
-9
/
+0
*
Rename DataLayout variables TD -> DL
Matt Arsenault
2013-10-03
1
-7
/
+7
*
Remove the very substantial, largely unmaintained legacy PGO
Chandler Carruth
2013-10-02
8
-1033
/
+0
*
Convert manual insert point restores to the new RAII object.
Benjamin Kramer
2013-09-30
1
-2
/
+0
*
Teach MemoryBuiltins and InstructionSimplify that operator new never returns ...
Benjamin Kramer
2013-09-24
2
-1
/
+6
*
Add function DominatorTree::getDescendants().
Shuxin Yang
2013-09-19
1
-0
/
+20
*
Costmodel: Add support for horizontal vector reductions
Arnold Schwaighofer
2013-09-17
1
-0
/
+16
*
Add getUnrollingPreferences to TTI
Hal Finkel
2013-09-11
1
-0
/
+31
*
Teach ScalarEvolution about pointer address spaces
Matt Arsenault
2013-09-10
1
-7
/
+10
*
Revert: r189565 - Add getUnrollingPreferences to TTI
Hal Finkel
2013-08-29
1
-14
/
+0
*
Add getUnrollingPreferences to TTI
Hal Finkel
2013-08-29
1
-0
/
+14
*
Turn MipsOptimizeMathLibCalls into a target-independent scalar transform
Richard Sandiford
2013-08-23
1
-0
/
+4
*
Add some constantness.
Jakub Staszak
2013-08-20
2
-3
/
+5
*
Fix an oversight in isPotentiallyReachable where we wouldn't do any CFG-walking
Nick Lewycky
2013-08-13
1
-0
/
+12
*
Fix missing -*- C++ -*-s
Matt Arsenault
2013-08-06
1
-1
/
+1
*
Reimplement isPotentiallyReachable to make nocapture deduction much stronger.
Nick Lewycky
2013-07-27
1
-0
/
+69
*
SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...
Tom Stellard
2013-07-27
1
-0
/
+6
*
Fix typo (ponted -> pointed)
Matt Arsenault
2013-07-22
1
-7
/
+7
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-14
1
-1
/
+1
*
Fixed 80+ violation and added C++ to header.
Michael Gottesman
2013-07-12
1
-1
/
+1
*
TargetTransformInfo: address calculation parameter for gather/scather
Arnold Schwaighofer
2013-07-12
1
-1
/
+5
*
Fixed comment in header of Block Frequency Impl and added text for C++ mode.
Michael Gottesman
2013-07-12
1
-1
/
+1
*
Stylistic change.
Shuxin Yang
2013-07-12
1
-1
/
+1
*
Fix a SCEV update problem.
Shuxin Yang
2013-07-08
1
-0
/
+4
*
extending the interface of Dependence slightly to support future work
Preston Briggs
2013-06-28
1
-1
/
+35
*
Try to unbreak Linux buildbots.
Jakob Stoklund Olesen
2013-06-28
1
-2
/
+2
*
Minimize precision loss when computing cyclic probabilities.
Jakob Stoklund Olesen
2013-06-28
1
-35
/
+49
*
Merge isReachable into isBackedge.
Jakob Stoklund Olesen
2013-06-25
1
-19
/
+10
*
BlockFrequency: Bump up the entry frequency a bit.
Benjamin Kramer
2013-06-25
2
-5
/
+5
*
Add a const version of findNearestCommonDominator to PostDom for convenience.
Benjamin Kramer
2013-06-09
1
-0
/
+5
*
Remove unneeded #include.
Jakub Staszak
2013-06-06
1
-1
/
+0
*
Loop Strength Reduce: Scaling factor cost.
Quentin Colombet
2013-05-31
1
-0
/
+10
*
Fix ScalarEvolution::ComputeExitLimitFromCond for 'or' conditions.
Andrew Trick
2013-05-31
1
-4
/
+6
*
Add support for llvm.vectorizer metadata
Paul Redmond
2013-05-28
1
-0
/
+17
*
Make BasicAliasAnalysis recognize the fact a noalias argument cannot alias an...
Michael Kuperstein
2013-05-28
1
-0
/
+4
[next]