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
*
[SCEV] Consistently Handle Expressions That Cannot Be Divided
Matthew Simpson
2015-09-10
1
-36
/
+26
*
[ScalarEvolution] Fix PR24757.
Sanjoy Das
2015-09-10
1
-2
/
+42
*
ScalarEvolution assume hanging bugfix
Piotr Padlewski
2015-09-09
1
-13
/
+13
*
[SCEV] Fix GCC 4.8.0 ICE in lambda function
Hal Finkel
2015-08-19
1
-7
/
+3
*
Make ScalarEvolution::isKnownPredicate a little smarter
Hal Finkel
2015-08-19
1
-1
/
+38
*
[PM] Port ScalarEvolution to the new pass manager.
Chandler Carruth
2015-08-17
1
-107
/
+147
*
[SCEV] Apply NSW and NUW flags via poison value analysis for sub, mul and shl
Bjarke Hammersholt Roune
2015-08-14
1
-34
/
+79
*
[IndVars] Fix PR24356.
Sanjoy Das
2015-08-06
1
-36
/
+30
*
Convert a bunch of loops to foreach. NFC.
Pete Cooper
2015-08-06
1
-2
/
+1
*
[SCEV] Apply NSW and NUW flags via poison value analysis
Jingyue Wu
2015-07-28
1
-25
/
+107
*
[IndVars] Make loop varying predicates loop invariant.
Sanjoy Das
2015-07-27
1
-0
/
+133
*
[ScalarEvolution] Change addRequired to addRequiredTransitive on two passes w...
Craig Topper
2015-07-23
1
-2
/
+2
*
Fix -Wextra-semi warnings.
Hans Wennborg
2015-07-22
1
-1
/
+1
*
[SCEV][NFC] Fix a typo in a comment.
Sanjoy Das
2015-07-21
1
-6
/
+6
*
Move delinearization from SCEVAddRecExpr to ScalarEvolution
Tobias Grosser
2015-06-29
1
-16
/
+20
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-9
/
+9
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-9
/
+9
*
[ScalarEvolution] refactor: extract interface getGEPExpr
Jingyue Wu
2015-05-18
1
-41
/
+55
*
Fix a type mismatch assert in SCEV division
Brendon Cahoon
2015-04-22
1
-0
/
+8
*
Recognize n/1 in the SCEV divide function
Brendon Cahoon
2015-04-20
1
-0
/
+7
*
[opaque pointer type] API migration for GEP constant factories
David Blaikie
2015-04-02
1
-1
/
+1
*
[SCEV] Look at backedge dominating conditions (re-land r233447).
Sanjoy Das
2015-04-01
1
-2
/
+62
*
Revert "[SCEV] Look at backedge dominating conditions."
Daniel Jasper
2015-03-30
1
-40
/
+0
*
[SCEV] Look at backedge dominating conditions.
Sanjoy Das
2015-03-27
1
-0
/
+40
*
[SCEV] Revert bailout added in r75511.
Sanjoy Das
2015-03-26
1
-12
/
+11
*
Refactor: Simplify boolean expressions in lib/Analysis
David Blaikie
2015-03-24
1
-6
/
+3
*
Fix comment from r232794. NFC
Nick Lewycky
2015-03-20
1
-1
/
+1
*
When simplifying a SCEV truncate by distributing, consider it a simplificatio...
Nick Lewycky
2015-03-20
1
-4
/
+6
*
[SCEV] Make isImpliedCond smarter.
Sanjoy Das
2015-03-18
1
-0
/
+44
*
When forming an addrec out of a phi don't just look at the last computation a...
Nick Lewycky
2015-03-13
1
-5
/
+7
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-68
/
+34
*
[SCEV] Unify getUnsignedRange and getSignedRange
Sanjoy Das
2015-03-09
1
-209
/
+126
*
[SCEV] Add a `scalar-evolution-print-constant-ranges' option
Sanjoy Das
2015-03-09
1
-0
/
+12
*
Simplify expressions involving boolean constants with clang-tidy
David Blaikie
2015-03-09
1
-2
/
+2
*
ScalarEvolution.cpp: Appease g++-4.7. He missed implicit "this" in lambda.
NAKAMURA Takumi
2015-03-05
1
-1
/
+1
*
[SCEV] make SCEV smarter about proving no-wrap.
Sanjoy Das
2015-03-04
1
-0
/
+93
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-2
/
+1
*
Fix bug 22641
Sanjoy Das
2015-02-24
1
-17
/
+5
*
Address post commit review on r229600.
Sanjoy Das
2015-02-18
1
-2
/
+2
*
Generalize getExtendAddRecStart to work with both sign and zero
Sanjoy Das
2015-02-18
1
-143
/
+218
*
Bugfix: SCEV incorrectly marks certain expressions as nsw
Sanjoy Das
2015-02-18
1
-7
/
+7
*
Prefer SmallVector::append/insert over push_back loops.
Benjamin Kramer
2015-02-17
1
-2
/
+1
*
Bugfix: SCEV incorrectly marks certain add recurrences as nsw
Sanjoy Das
2015-02-09
1
-2
/
+10
*
Allow ScalarEvolution to catch more min/max cases
Johannes Doerfert
2015-02-09
1
-23
/
+25
*
Bugfix: ScalarEvolution incorrectly assumes that the start of certain
Sanjoy Das
2015-02-08
1
-1
/
+18
*
SCEV: Compress disposition pairs.
Benjamin Kramer
2015-02-07
1
-18
/
+18
*
Make ScalarEvolution less aggressive with respect to no-wrap flags.
Sanjoy Das
2015-01-22
1
-8
/
+7
*
[PM] Split the LoopInfo object apart from the legacy pass, creating
Chandler Carruth
2015-01-17
1
-3
/
+3
*
[PM] Separate the TargetLibraryInfo object from the immutable pass.
Chandler Carruth
2015-01-15
1
-3
/
+3
*
[PM] Move TargetLibraryInfo into the Analysis library.
Chandler Carruth
2015-01-15
1
-1
/
+1
[next]