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
/
Transforms
/
Scalar
/
IndVarSimplify.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add GlobalsAA as preserved to a bunch of transforms
James Molloy
2015-09-10
1
-0
/
+2
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-0
/
+1
*
Replace some calls to isa<LandingPadInst> with isEHPad()
David Majnemer
2015-08-19
1
-2
/
+2
*
[PM] Port ScalarEvolution to the new pass manager.
Chandler Carruth
2015-08-17
1
-4
/
+4
*
[IndVarSimplify] Make cost estimation in RewriteLoopExitValues smarter
Igor Laevsky
2015-08-10
1
-43
/
+8
*
[IndVars] Try to use existing values in RewriteLoopExitValues.
Sanjoy Das
2015-07-09
1
-2
/
+54
*
Add simplify_type<const WeakVH>; simplify IndVarSimplify
Duncan P. N. Exon Smith
2015-06-24
1
-4
/
+3
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-4
/
+4
*
IndVarSimplify: Avoid UB from binding a reference to a null pointer
Justin Bogner
2015-06-20
1
-3
/
+4
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-4
/
+4
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-4
/
+4
*
Enable exitValue rewrite only when the cost of expansion is low.
Wei Mi
2015-05-28
1
-15
/
+129
*
indvars cruft: don't replace phi nodes for no reason.
Andrew Trick
2015-05-18
1
-10
/
+0
*
SimplifyIV comments and dead argument cleanup.
Andrew Trick
2015-05-18
1
-5
/
+4
*
[SCEV] Refactor out isHighCostExpansion. NFCI.
Sanjoy Das
2015-04-14
1
-56
/
+6
*
[opaque pointer type] More GEP API migrations in IRBuilder uses
David Blaikie
2015-04-03
1
-1
/
+1
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-1
/
+1
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-19
/
+15
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-2
/
+1
*
Revert some changes that were made to fix PR20680.
Sanjoy Das
2015-03-02
1
-42
/
+6
*
Revert r230921, "Revert some changes that were made to fix PR20680.", for now.
NAKAMURA Takumi
2015-03-02
1
-6
/
+42
*
Revert some changes that were made to fix PR20680.
Sanjoy Das
2015-03-01
1
-42
/
+6
*
[multiversion] Thread a function argument through all the callers of the
Chandler Carruth
2015-02-01
1
-1
/
+1
*
[PM] Change the core design of the TTI analysis to use a polymorphic
Chandler Carruth
2015-01-31
1
-1
/
+2
*
[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
-1
/
+2
*
[PM] Move TargetLibraryInfo into the Analysis library.
Chandler Carruth
2015-01-15
1
-1
/
+1
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-3
/
+3
*
IndVarSimplify: Allow LFTR to fire more often
David Majnemer
2014-11-18
1
-1
/
+22
*
Disable indvar widening if arithmetics on the wider type are more expensive
Jingyue Wu
2014-11-12
1
-10
/
+30
*
Reverts r221772 which fails tests
Jingyue Wu
2014-11-12
1
-30
/
+10
*
Disable indvar widening if arithmetics on the wider type are more expensive
Jingyue Wu
2014-11-12
1
-10
/
+30
*
[BUG][INDVAR] Fix for PR21014: wrong SCEV operands commuting for non-commutat...
Zinovy Nis
2014-10-02
1
-3
/
+12
*
[IndVarSimplify] Widen loop unsigned compares.
Chad Rosier
2014-09-30
1
-6
/
+2
*
[IndVar] Don't widen loop compare unless IV user is sign extended.
Chad Rosier
2014-09-26
1
-2
/
+6
*
[IndVarSimplify] Partially revert r217953 to see if this fixes the bots.
Chad Rosier
2014-09-17
1
-1
/
+4
*
[IndVarSimplify] Widen loop compare instructions.
Chad Rosier
2014-09-17
1
-3
/
+36
*
IndVarSimplify: Address review comments for r217102
David Majnemer
2014-09-04
1
-4
/
+7
*
IndVarSimplify: Don't let LFTR compare against a poison value
David Majnemer
2014-09-03
1
-6
/
+18
*
[CLNUP] Remove return after llvm_unreachable. Thanks to Hal Finkel for pointing.
Zinovy Nis
2014-08-21
1
-1
/
+0
*
[INDVARS] Extend using of widening of induction variables for the cases of "s...
Zinovy Nis
2014-08-21
1
-4
/
+23
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-21
1
-2
/
+2
*
Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...
Craig Topper
2014-08-18
1
-2
/
+2
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-17
1
-2
/
+2
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-38
/
+39
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-29
/
+23
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-4
/
+4
*
[Modules] Move CFG.h to the IR library as it defines graph traits over
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Make DataLayout a plain object, not a pass.
Rafael Espindola
2014-02-25
1
-1
/
+2
[next]