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
*
[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
*
Make some DataLayout pointers const.
Rafael Espindola
2014-02-24
1
-1
/
+1
*
Rename many DataLayout variables from TD to DL.
Rafael Espindola
2014-02-21
1
-13
/
+13
*
Disable most IR-level transform passes on functions marked 'optnone'.
Paul Robinson
2014-02-06
1
-0
/
+3
*
[LPM] Fix PR18642, a pretty nasty bug in IndVars that "never mattered"
Chandler Carruth
2014-01-29
1
-7
/
+23
*
[PM] Split DominatorTree into a concrete analysis result object which
Chandler Carruth
2014-01-13
1
-3
/
+3
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
1
-1
/
+1
*
Reapply r198654 "indvars: sink truncates outside the loop."
Andrew Trick
2014-01-07
1
-4
/
+23
*
Revert "indvars: sink truncates outside the loop."
Andrew Trick
2014-01-07
1
-23
/
+4
*
indvars: sink truncates outside the loop.
Andrew Trick
2014-01-07
1
-4
/
+23
*
80 col. comment.
Andrew Trick
2014-01-07
1
-2
/
+2
*
indvars: cleanup the IV visitor. It does more than gather sext/zext info.
Andrew Trick
2014-01-02
1
-25
/
+33
*
indvars: insert truncate at loop boundary to avoid redundant IVs.
Andrew Trick
2014-01-02
1
-5
/
+12
*
Add support to indvars for optimizing sadd.with.overflow.
Andrew Trick
2013-12-23
1
-3
/
+11
*
Fix SCEVExpander: don't try to expand quadratic recurrences outside a loop.
Andrew Trick
2013-10-25
1
-1
/
+2
*
Fix a bug in LinearFunctionTestReplace that created invalid loop exit checks.
Juergen Ributzka
2013-10-24
1
-1
/
+7
*
Clarify comments in genLoopLimit.
Andrew Trick
2013-10-24
1
-3
/
+4
*
Teach ScalarEvolution about pointer address spaces
Matt Arsenault
2013-09-10
1
-1
/
+1
*
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
[next]