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
*
LFTR improvement to avoid truncation.
Andrew Trick
2013-07-12
1
-6
/
+32
*
Cleanup LFTR logic.
Andrew Trick
2013-07-12
1
-28
/
+9
*
Cleanup: rename a variable to make the logic easier to follow.
Andrew Trick
2013-07-12
1
-7
/
+7
*
Revert "indvars: Improve LFTR by eliminating truncation when comparing
Chandler Carruth
2013-07-12
1
-23
/
+4
*
indvars: Improve LFTR by eliminating truncation when comparing against a cons...
Andrew Trick
2013-07-11
1
-4
/
+23
*
IndVarSimplify: check if loop invariant expansion can trap
David Majnemer
2013-06-04
1
-1
/
+1
*
IndVarSimplify: do not recompute an IV value outside of the loop if :
Arnaud A. de Grandmaison
2013-03-19
1
-0
/
+39
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-7
/
+7
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-11
/
+11
*
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-11-01
1
-7
/
+3
*
In various places throughout the code generator, there were special
Ulrich Weigand
2012-10-29
1
-2
/
+0
*
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-24
1
-3
/
+7
*
Indvars: Don't recursively delete instruction during BB iteration.
Benjamin Kramer
2012-10-19
1
-3
/
+5
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-6
/
+6
*
Add a comment to the commit r165187.
Jakub Staszak
2012-10-04
1
-1
/
+3
*
Fix PR13967.
Jakub Staszak
2012-10-03
1
-1
/
+4
*
Make MemoryBuiltins aware of TargetLibraryInfo.
Benjamin Kramer
2012-08-29
1
-7
/
+10
*
indvars: drive by heuristics fix.
Andrew Trick
2012-07-18
1
-1
/
+1
*
indvars: Linear function test replace should avoid reusing undef.
Andrew Trick
2012-07-18
1
-5
/
+67
*
More IndVarSimplify cleanup.
Andrew Trick
2012-03-24
1
-25
/
+16
*
Remove -enable-iv-rewrite, which has been unsupported since 3.0.
Andrew Trick
2012-03-22
1
-265
/
+7
*
LSR fix: Add isSimplifiedLoopNest to IVUsers analysis.
Andrew Trick
2012-03-16
1
-4
/
+9
*
Remove dead code. Improve llvm_unreachable text. Simplify some control flow.
Ahmed Charles
2012-02-19
1
-1
/
+0
*
Fix typo.
Nick Lewycky
2012-01-28
1
-2
/
+2
*
SCEVExpander fixes. Affects LSR and indvars.
Andrew Trick
2012-01-20
1
-4
/
+4
*
Indvars: guard against exponential behavior in isHighCostExpansion.
Andrew Trick
2011-12-12
1
-2
/
+7
*
Add support for vectors of pointers.
Nadav Rotem
2011-12-05
1
-0
/
+5
*
SCEV fix. In general, Add/Mul expressions should not inherit NSW/NUW.
Andrew Trick
2011-11-29
1
-2
/
+6
*
Move code into anonymous namespaces.
Benjamin Kramer
2011-11-26
1
-12
/
+10
*
Rewrite LinearFunctionTestReplace to handle pointer-type IVs.
Andrew Trick
2011-11-02
1
-73
/
+116
*
Add parentheses to disambiguate the precedence of these operations and
Chandler Carruth
2011-11-02
1
-2
/
+2
*
Broaden an assert to handle enable-iv-rewrite=true following r143183.
Andrew Trick
2011-11-02
1
-1
/
+1
*
LFTR should avoid a type mismatch with null pointer IVs.
Andrew Trick
2011-10-28
1
-16
/
+18
*
It is not safe to sink an alloca into a stacksave/stackrestore pair, so don't...
Eli Friedman
2011-10-27
1
-5
/
+6
*
Fix indvars randomness by removing iteration over a map.
Andrew Trick
2011-10-15
1
-12
/
+12
*
Move replaceCongruentIVs into SCEVExapander and bias toward "expanded"
Andrew Trick
2011-10-11
1
-87
/
+6
*
indvars should hoist [sz]ext because licm is not rerun.
Andrew Trick
2011-09-28
1
-17
/
+27
*
Reapply r139759. Disable IV rewriting by default. See PR10916.
Andrew Trick
2011-09-15
1
-1
/
+1
*
[indvars] Revert r139579 until 401.bzip -arch i386 miscompilation is fixed. P...
Andrew Trick
2011-09-13
1
-1
/
+1
*
Disable IV rewriting by default. See PR10916.
Andrew Trick
2011-09-13
1
-1
/
+1
*
[indvars] Fix bugs in floating point IV range checks noticed by inspection.
Andrew Trick
2011-09-13
1
-10
/
+10
*
Rename -disable-iv-rewrite to -enable-iv-rewrite=false in preparation for def...
Andrew Trick
2011-09-12
1
-42
/
+20
*
[disable-iv-rewrite] Allow WidenIV to handle NSW/NUW operations
Andrew Trick
2011-09-10
1
-1
/
+40
*
Comment formatting.
Andrew Trick
2011-09-09
1
-15
/
+16
*
Add -verify-indvars for imperfect SCEV trip count verification after indvars.
Andrew Trick
2011-09-06
1
-1
/
+9
*
Don't sink landingpad instructions during ind-var simplification.
Bill Wendling
2011-08-26
1
-0
/
+4
*
Use getFirstInsertionPt instead of getFirstNonPHI so that it skips to the proper
Bill Wendling
2011-08-24
1
-3
/
+3
*
Cleanup. Make ScalarEvolution an explicit argument of the
Andrew Trick
2011-08-10
1
-2
/
+2
*
Added a SimplifyIndVar utility to simplify induction variable users
Andrew Trick
2011-08-10
1
-328
/
+48
*
Made SCEV's UDiv expressions more canonical. When dividing a
Andrew Trick
2011-08-06
1
-0
/
+65
[next]