index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
ScalarEvolutionExpander.cpp
Age
Commit message (
Expand
)
Author
2013-01-14
SCEVExpander fix. RAUW needs to update the InsertedExpressions cache.
Andrew Trick
2013-01-07
Switch the SCEV expander and LoopStrengthReduce to use
Chandler Carruth
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-01
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-10-24
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-19
revert r166264 because the LTO build is still failing
Nadav Rotem
2012-10-19
SCEVExpander: Don't crash when trying to merge two constant phis.
Benjamin Kramer
2012-10-19
recommit the patch that makes LSR and LowerInvoke use the TargetTransform int...
Nadav Rotem
2012-10-18
Temporarily revert the TargetTransform changes.
Bob Wilson
2012-10-10
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-07-23
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-13
LSR Fix: check SCEV expression safety before expansion.
Andrew Trick
2012-05-22
LSR fix: add a missing phi check during IV hoisting.
Andrew Trick
2012-02-27
Fix this assert. IP can point to an instruction with strange dominance
Rafael Espindola
2012-02-26
And update the comment...
Rafael Espindola
2012-02-26
Enable the assert that got all this dominator work started.
Rafael Espindola
2012-02-26
Change the implementation of dominates(inst, inst) to one based on what the
Rafael Espindola
2012-02-23
Fix typo.
Rafael Espindola
2012-02-22
Improve comment. Thanks for Andrew for the suggestion.
Rafael Espindola
2012-02-22
Semantically revert 151015. Add a comment on why we should be able to assert
Rafael Espindola
2012-02-21
s/the the/the/
Rafael Espindola
2012-02-21
Use more idiomatic assert.
Rafael Espindola
2012-02-21
Avoid warning on non assert builds.
Rafael Espindola
2012-02-21
It turns out that with the current scev organization ReuseOrCreateCast cannot
Rafael Espindola
2012-02-18
Temporarily disable this assert. Looks like it found a similar issue when
Rafael Espindola
2012-02-18
Don't skip debug instructions when looking for the insertion point of
Rafael Espindola
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
SCEVExpander fixes. Affects LSR and indvars.
Andrew Trick
2012-01-14
Fix a corner case hit by redundant phi elimination running after LSR.
Andrew Trick
2012-01-10
Enable LSR IV Chains with sufficient heuristics.
Andrew Trick
2012-01-07
Cleanup comments and argument types related to my previous replaceCongruentPh...
Andrew Trick
2012-01-07
Extended replaceCongruentPhis to handle mixed phi types.
Andrew Trick
2012-01-07
Expose isNonConstantNegative to users of ScalarEvolution.
Andrew Trick
2012-01-06
SCEVExpander: hoistStep should check strict dominance.
Andrew Trick
2012-01-02
Fix SCEVExpander to handle loops with no preheader when LSR gives it a
Andrew Trick
2011-12-20
LSR: Fix another corner case in expansion of postinc users.
Andrew Trick
2011-12-14
LSR: Fold redundant bitcasts on-the-fly.
Andrew Trick
2011-11-30
LSR: handle the expansion of phi operands that use postinc forms of the IV.
Andrew Trick
2011-10-15
Fix SCEVExpander assert during LSR: "argument of incompatible type".
Andrew Trick
2011-10-13
Reapply r141870, SCEV expansion of post-inc.
Andrew Trick
2011-10-13
Revert r141870. The test case crashes on linux with data corruption. A deeper...
Andrew Trick
2011-10-13
LSR: Reuse the post-inc expansion of expressions.
Andrew Trick
2011-10-11
Move replaceCongruentIVs into SCEVExapander and bias toward "expanded"
Andrew Trick
2011-10-08
Add an extra safety check in front of the optimization in r141442.
Andrew Trick
2011-10-07
LSR should only reuse phis that match its formula.
Andrew Trick
2011-09-27
Stop emitting instructions with the name "tmp" they eat up memory and have to...
Benjamin Kramer
2011-08-24
Skip the landingpad instruction when determining the insertion point.
Bill Wendling
2011-08-16
Use the getFirstInsertionPt() method instead of getFirstNonPHI + an 'isa<>'
Bill Wendling
[next]