summaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/MemCpyOptimizer.cpp
Commit message (Expand)AuthorAge
...
* enhance memcpyopt to merge a store and a subsequentChris Lattner2011-01-08
* constify TargetData references.Chris Lattner2011-01-08
* start using irbuilder to make mem intrinsics in a few passes.Chris Lattner2010-12-26
* move isBytewiseValue out to ValueTracking.h/cppChris Lattner2010-12-26
* Simplify code.Benjamin Kramer2010-12-26
* Fix a thinko pointed out by Frits van Bommel: looking through global variable...Benjamin Kramer2010-12-24
* MemCpyOpt: Turn memcpys from a constant into a memset if possible.Benjamin Kramer2010-12-24
* Change all self assignments X=X to (void)X, so that we can turn on aJeffrey Yasskin2010-12-23
* Make memcpyopt TBAA-aware.Dan Gohman2010-12-16
* enhance memcpyopt to zap memcpy's that have the same src/dst.Chris Lattner2010-12-09
* fix PR8753, eliminating a case where we'd infinitely make a Chris Lattner2010-12-09
* PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() andJay Foad2010-12-07
* fix a bozo bug I introduced in r119930, causing a miscompile ofChris Lattner2010-12-01
* prune an llvmcontext include and simplify some code.Chris Lattner2010-11-29
* fix commentChris Lattner2010-11-21
* rework some DSE paths to use the newly-public "getPointerDependencyFrom"Chris Lattner2010-11-21
* Implement PR8644: forwarding a memcpy value to a byval,Chris Lattner2010-11-21
* Simplify code. No change in functionality.Benjamin Kramer2010-11-20
* slightly simplify code and substantially improve comment. Instead of Chris Lattner2010-11-18
* remove a pointless restriction from memcpyopt. It wasChris Lattner2010-11-18
* remove another pointless noalias check: M is a memcpy, so theChris Lattner2010-11-18
* use AA::isNoAlias instead of open coding it. Remove an extraneous noalias ch...Chris Lattner2010-11-18
* rearrange some code, splitting memcpy/memcpy optimizationChris Lattner2010-11-18
* Reapply r116831 and r116839, converting AliasAnalysis to useDan Gohman2010-10-19
* Revert r116831 and r116839, which are breaking selfhost builds.Dan Gohman2010-10-19
* Oops, check in all the files for converting AliasAnalysis toDan Gohman2010-10-19
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Consistently use AliasAnalysis::UnknownSize instead of hardcoding ~0u.Dan Gohman2010-10-19
* Generalize MemCpyOpt's handling of call slot forwarding to function properly ...Owen Anderson2010-10-15
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-12
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07
* Fix the other half of the alignment changing issue by making sure that theEric Christopher2010-10-01
* If we're changing the source of a memcpy we need to use the alignmentEric Christopher2010-09-25
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* simplify by using CallSite constructors; virtually eliminates CallSite::get f...Gabor Greif2010-07-28
* recommit simplification (r109502, backed out r109509); seems to innocentGabor Greif2010-07-27
* back out this too to restore the botsGabor Greif2010-07-27
* simplifyGabor Greif2010-07-27
* undo 80 column trespassing I causedGabor Greif2010-07-22
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-21
* Use pre-increment instead of post-increment when the result is not used.Dan Gohman2010-06-22
* use abstract accessors to CallInstGabor Greif2010-04-20
* Revert 101465, it broke internal OpenGL testing.Eric Christopher2010-04-16
* reapply r101434Gabor Greif2010-04-16
* back out r101423 and r101397, they break llvm-gcc self-host on darwin10Gabor Greif2010-04-16
* reapply r101364, which has been backed out in r101368Gabor Greif2010-04-15
* back out r101364, as it trips the linux nightlybot on some clang C++ testsGabor Greif2010-04-15
* rotate CallInst operands, i.e. move callee to the backGabor Greif2010-04-15