Age | Commit message (Expand) | Author |
2012-06-29 | Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h | Chandler Carruth |
2012-05-14 | Move the capture analysis from MemoryDependencyAnalysis to a more general place | Chad Rosier |
2012-02-13 | Fix various issues (or do cleanups) found by enabling certain MSVC warnings. | Ahmed Charles |
2011-12-05 | Update comment. | Chad Rosier |
2011-12-05 | Make the MemCpyOptimizer a bit more aggressive. I can't think of a scenerio | Chad Rosier |
2011-11-20 | Refactor code to use new attribute getters on CallSite for NoCapture and ByVal. | Nick Lewycky |
2011-10-16 | When looking for dependencies on the src pointer, scan the src pointer. Scanning | Nick Lewycky |
2011-10-12 | Add missing space. | Nick Lewycky |
2011-08-17 | Atomic load/store handling for the passes using memdep (GVN, DSE, memcpyopt). | Eli Friedman |
2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner |
2011-07-14 | Change Intrinsic::getDeclaration and friends to take an ArrayRef. | Benjamin Kramer |
2011-07-12 | Second attempt at de-constifying LLVM Types in FunctionType::get(), | Jay Foad |
2011-07-12 | Revert r134893 and r134888 (and related patches in other trees). It was causing | Bill Wendling |
2011-07-11 | De-constify Types in FunctionType::get(). | Jay Foad |
2011-06-15 | Stop using memdep for a check that didn't really make sense with memdep. In t... | Eli Friedman |
2011-06-15 | Add "unknown" results for memdep, which mean "I don't know whether a dependen... | Eli Friedman |
2011-06-02 | PR10067: Add missing safety check to call return transformation in MemCpyOpt:... | Eli Friedman |
2011-05-23 | Teach valuetracking that byval arguments with a specified alignment are | Chris Lattner |
2011-05-04 | Preserve line number info. | Devang Patel |
2011-05-01 | enhance memcpyopt to obey -fno-builtin and friends. This addresses a | Chris Lattner |
2011-04-15 | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner |
2011-02-15 | Spelling fix: consequtive -> consecutive. | Duncan Sands |
2011-01-21 | Actually check memcpy lengths, instead of just commenting about | Dan Gohman |
2011-01-12 | revert 123144, reenabling the rest of memset formation. | Chris Lattner |
2011-01-12 | revert r123146 which disabled code that wasn't the root cause | Chris Lattner |
2011-01-12 | revert r123149, reenabling an improvement to memcpyopt that wasn't | Chris Lattner |
2011-01-10 | another random stab in the dark trying to fix llvm-gcc-i386-linux-selfhost | Chris Lattner |
2011-01-10 | another (more) aggressive attempt to bring llvm-gcc-i386-linux-selfhost | Chris Lattner |
2011-01-09 | temporarily disable memset formation from memsets in an effort to restore bui... | Chris Lattner |
2011-01-09 | fix a few old bugs (found by inspection) where we would zap instructions | Chris Lattner |
2011-01-08 | fix a latent bug in memcpyoptimizer that my recent patches exposed: it wasn't | Chris Lattner |
2011-01-08 | tryMergingIntoMemset can only handle constant length memsets. | Chris Lattner |
2011-01-08 | Merge memsets followed by neighboring memsets and other stores into | Chris Lattner |
2011-01-08 | fix an issue in IsPointerOffset that prevented us from recognizing that | Chris Lattner |
2011-01-08 | enhance memcpyopt to merge a store and a subsequent | Chris Lattner |
2011-01-08 | constify TargetData references. | Chris Lattner |
2010-12-26 | start using irbuilder to make mem intrinsics in a few passes. | Chris Lattner |
2010-12-26 | move isBytewiseValue out to ValueTracking.h/cpp | Chris Lattner |
2010-12-26 | Simplify code. | Benjamin Kramer |
2010-12-24 | Fix a thinko pointed out by Frits van Bommel: looking through global variable... | Benjamin Kramer |
2010-12-24 | MemCpyOpt: Turn memcpys from a constant into a memset if possible. | Benjamin Kramer |
2010-12-23 | Change all self assignments X=X to (void)X, so that we can turn on a | Jeffrey Yasskin |
2010-12-16 | Make memcpyopt TBAA-aware. | Dan Gohman |
2010-12-09 | enhance memcpyopt to zap memcpy's that have the same src/dst. | Chris Lattner |
2010-12-09 | fix PR8753, eliminating a case where we'd infinitely make a | Chris Lattner |
2010-12-07 | PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and | Jay Foad |
2010-12-01 | fix a bozo bug I introduced in r119930, causing a miscompile of | Chris Lattner |
2010-11-29 | prune an llvmcontext include and simplify some code. | Chris Lattner |
2010-11-21 | fix comment | Chris Lattner |
2010-11-21 | rework some DSE paths to use the newly-public "getPointerDependencyFrom" | Chris Lattner |