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
/
ScalarEvolutionExpander.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix bug 22641
Sanjoy Das
2015-02-23
1
-2
/
+31
*
[PM] Split the AssumptionTracker immutable pass into two separate APIs:
Chandler Carruth
2015-01-04
1
-1
/
+1
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-1
/
+1
*
Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)
Hal Finkel
2014-09-07
1
-1
/
+1
*
Fix ScalarEvolutionExpander when creating a PHI in a block with duplicate pre...
Hal Finkel
2014-07-31
1
-1
/
+5
*
SCEVExpander: Fold constant PHIs harder. The logic below only understands pro...
Benjamin Kramer
2014-06-21
1
-1
/
+2
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-25
/
+26
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-4
/
+1
*
[C++11] Convert sort predicates into lambdas.
Benjamin Kramer
2014-03-07
1
-10
/
+7
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-2
/
+2
*
Rename some member variables from TD to DL.
Rafael Espindola
2014-02-18
1
-10
/
+10
*
SCEVExpander: Try hard not to create derived induction variables in other loops
Arnold Schwaighofer
2014-02-16
1
-25
/
+136
*
Revert "SCEVExpander: Try hard not to create derived induction variables in o...
Arnold Schwaighofer
2014-02-15
1
-127
/
+25
*
SCEVExpander: Try hard not to create derived induction variables in other loops
Arnold Schwaighofer
2014-02-15
1
-25
/
+127
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
1
-1
/
+1
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Don't #include heavy Dominators.h file in LoopInfo.h. This change reduces
Jakub Staszak
2013-12-07
1
-0
/
+1
*
Correct word hyphenations
Alp Toker
2013-12-05
1
-1
/
+1
*
Fix SCEVExpander: don't try to expand quadratic recurrences outside a loop.
Andrew Trick
2013-10-25
1
-11
/
+27
*
SCEVExpander: Fix a regression I introduced by to eagerly adding RAII objects.
Benjamin Kramer
2013-10-01
1
-1
/
+4
*
Convert manual insert point restores to the new RAII object.
Benjamin Kramer
2013-09-30
1
-47
/
+15
*
Teach ScalarEvolution about pointer address spaces
Matt Arsenault
2013-09-10
1
-1
/
+5
*
Fix SCEVExpander creating distinct duplicate PHI entries
Hal Finkel
2013-08-18
1
-0
/
+5
*
Remove a bunch of old SCEVExpander FIXME's for preserving NoWrap.
Andrew Trick
2013-07-14
1
-17
/
+11
*
Teach indvars to generate nsw/nuw flags when widening an induction variable.
Andrew Trick
2013-07-14
1
-1
/
+6
*
SCEVExpander fix. RAUW needs to update the InsertedExpressions cache.
Andrew Trick
2013-01-14
1
-3
/
+2
*
Switch the SCEV expander and LoopStrengthReduce to use
Chandler Carruth
2013-01-07
1
-5
/
+5
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-3
/
+3
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-2
/
+2
*
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-11-01
1
-3
/
+1
*
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-24
1
-1
/
+3
*
revert r166264 because the LTO build is still failing
Nadav Rotem
2012-10-19
1
-6
/
+6
*
SCEVExpander: Don't crash when trying to merge two constant phis.
Benjamin Kramer
2012-10-19
1
-0
/
+11
*
recommit the patch that makes LSR and LowerInvoke use the TargetTransform int...
Nadav Rotem
2012-10-19
1
-6
/
+6
*
Temporarily revert the TargetTransform changes.
Bob Wilson
2012-10-18
1
-6
/
+6
*
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2012-10-10
1
-6
/
+6
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-6
/
+6
*
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-23
1
-1
/
+1
*
LSR Fix: check SCEV expression safety before expansion.
Andrew Trick
2012-07-13
1
-0
/
+41
*
LSR fix: add a missing phi check during IV hoisting.
Andrew Trick
2012-05-22
1
-1
/
+2
*
Fix this assert. IP can point to an instruction with strange dominance
Rafael Espindola
2012-02-27
1
-15
/
+20
*
And update the comment...
Rafael Espindola
2012-02-26
1
-1
/
+0
*
Enable the assert that got all this dominator work started.
Rafael Espindola
2012-02-26
1
-1
/
+1
*
Change the implementation of dominates(inst, inst) to one based on what the
Rafael Espindola
2012-02-26
1
-6
/
+5
*
Fix typo.
Rafael Espindola
2012-02-23
1
-1
/
+1
*
Improve comment. Thanks for Andrew for the suggestion.
Rafael Espindola
2012-02-22
1
-2
/
+3
*
Semantically revert 151015. Add a comment on why we should be able to assert
Rafael Espindola
2012-02-22
1
-7
/
+17
*
s/the the/the/
Rafael Espindola
2012-02-21
1
-1
/
+1
*
Use more idiomatic assert.
Rafael Espindola
2012-02-21
1
-2
/
+2
*
Avoid warning on non assert builds.
Rafael Espindola
2012-02-21
1
-2
/
+3
[prev]
[next]