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
/
ScalarEvolution.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ScalarEvolution: Remove SCEVUDivision, it's unused
David Majnemer
2014-12-14
1
-93
/
+26
*
Fix PR21694. r219517 added a use of SCEV divide in HowFarToZero computation. ...
Mark Heffernan
2014-12-10
1
-10
/
+8
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
1
-2
/
+4
*
Canonicalize multiplies by looking at whether the operands have any constants...
Nick Lewycky
2014-12-06
1
-5
/
+26
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-5
/
+9
*
ScalarEvolution: Construct SCEVDivision's Derived type instead of itself
David Majnemer
2014-11-17
1
-12
/
+21
*
ScalarEvolution: Introduce SCEVSDivision and SCEVUDivision
David Majnemer
2014-11-16
1
-15
/
+58
*
ScalarEvolution: HowFarToZero was wrongly using signed division
David Majnemer
2014-11-16
1
-10
/
+10
*
Teach ScalarEvolution to sharpen range information.
Sanjoy Das
2014-11-13
1
-0
/
+60
*
Revert "IR: MDNode => Value"
Duncan P. N. Exon Smith
2014-11-11
1
-1
/
+1
*
IR: MDNode => Value: Instruction::getMetadata()
Duncan P. N. Exon Smith
2014-11-01
1
-1
/
+1
*
[SCEV] Improve Scalar Evolution's use of no {un,}signed wrap flags
Bradley Smith
2014-10-31
1
-6
/
+26
*
Revert "r219834 - Teach ScalarEvolution to sharpen range information"
Sanjoy Das
2014-10-15
1
-38
/
+0
*
Teach ScalarEvolution to sharpen range information.
Sanjoy Das
2014-10-15
1
-0
/
+38
*
[SCEV] Add some asserts to the recently improved trip count computation
Chandler Carruth
2014-10-11
1
-0
/
+22
*
This patch teaches ScalarEvolution to pick and use !range metadata.
Sanjoy Das
2014-10-10
1
-0
/
+41
*
This patch de-pessimizes the calculation of loop trip counts in
Mark Heffernan
2014-10-10
1
-353
/
+325
*
Make use @llvm.assume for loop guards in ScalarEvolution
Hal Finkel
2014-09-07
1
-6
/
+24
*
Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)
Hal Finkel
2014-09-07
1
-5
/
+10
*
Remove an errant outer loop that contains nothing but an inner loop over exac...
Nick Lewycky
2014-09-01
1
-58
/
+53
*
Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...
Duncan P. N. Exon Smith
2014-07-21
1
-4
/
+5
*
[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...
Manuel Jacob
2014-07-20
1
-5
/
+4
*
ScalarEvolution: Derive element size from the type of the loaded element
Tobias Grosser
2014-06-08
1
-1
/
+1
*
implement missing SCEVDivision case
Sebastian Pop
2014-05-29
1
-0
/
+9
*
fail to find dimensions when ElementSize is nullptr
Sebastian Pop
2014-05-29
1
-1
/
+1
*
avoid type mismatch when building SCEVs
Sebastian Pop
2014-05-27
1
-0
/
+26
*
do not use the GCD to compute the delinearization strides
Sebastian Pop
2014-05-27
1
-59
/
+8
*
remove BasePointer before delinearizing
Sebastian Pop
2014-05-27
1
-18
/
+17
*
remove constant terms
Sebastian Pop
2014-05-27
1
-17
/
+71
*
Some cleanup for r209568.
Michael Zolotukhin
2014-05-26
1
-9
/
+7
*
Implement sext(C1 + C2*X) --> sext(C1) + sext(C2*X) and
Michael Zolotukhin
2014-05-24
1
-0
/
+35
*
Fix and improve SCEV ComputeBackedgeTankCount.
Andrew Trick
2014-05-23
1
-19
/
+46
*
ScalarEvolution: Fix handling of AddRecs in isKnownPredicate
Justin Bogner
2014-05-23
1
-12
/
+24
*
Fix a bug in SCEV's backedge taken count computation from my prior fix in Jan.
Andrew Trick
2014-05-22
1
-8
/
+6
*
Rename ComputeMaskedBits to computeKnownBits. "Masked" has been
Jay Foad
2014-05-14
1
-4
/
+4
*
use nullptr instead of NULL
Sebastian Pop
2014-05-12
1
-4
/
+4
*
do not assert when delinearization fails
Sebastian Pop
2014-05-12
1
-8
/
+30
*
use isZero()
Sebastian Pop
2014-05-12
1
-6
/
+5
*
SCEV: Use range-based for loop and fold variable into assert.
Benjamin Kramer
2014-05-10
1
-6
/
+4
*
move findArrayDimensions to ScalarEvolution
Sebastian Pop
2014-05-09
1
-9
/
+9
*
fix typo in debug message
Sebastian Pop
2014-05-09
1
-2
/
+2
*
Correct formatting.
Tobias Grosser
2014-05-08
1
-4
/
+4
*
Use std::remove_if to remove elements from a vector
Tobias Grosser
2014-05-08
1
-5
/
+4
*
Revert "SCEV: Use I = vector<>.erase(I) to iterate and delete at the same time"
Tobias Grosser
2014-05-08
1
-3
/
+6
*
SCEV: Use I = vector<>.erase(I) to iterate and delete at the same time
Tobias Grosser
2014-05-08
1
-6
/
+3
*
avoid segfaulting
Sebastian Pop
2014-05-07
1
-2
/
+1
*
do not collect undef terms
Sebastian Pop
2014-05-07
1
-1
/
+36
*
split delinearization pass in 3 steps
Sebastian Pop
2014-05-07
1
-361
/
+457
*
[C++11] Add NArySCEV->Operands iterator range
Tobias Grosser
2014-05-07
1
-8
/
+6
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
[prev]
[next]