| Commit message (Expand) | Author | Age | Files | Lines |
* | In my recent change to avoid use of underaligned memory I didn't notice that | Duncan Sands | 2012-10-04 | 1 | -2/+2 |
* | The memcpy optimizer was happily doing call slot forwarding when the new memory | Duncan Sands | 2012-10-04 | 1 | -3/+21 |
* | MemCpyOpt: When forming a memset from stores also take GEP constexprs into ac... | Benjamin Kramer | 2012-09-13 | 1 | -0/+24 |
* | Fix the remaining TCL-style quotes found in the testsuite. This is | Chandler Carruth | 2012-07-02 | 3 | -3/+3 |
* | Move the capture analysis from MemoryDependencyAnalysis to a more general place | Chad Rosier | 2012-05-14 | 1 | -0/+22 |
* | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ... | Eli Bendersky | 2012-02-16 | 2 | -3/+1 |
* | Probably not a good idea to convert a single vector load into a memcpy. We | Chad Rosier | 2011-12-06 | 1 | -0/+12 |
* | Make the MemCpyOptimizer a bit more aggressive. I can't think of a scenerio | Chad Rosier | 2011-12-05 | 1 | -1/+17 |
* | Oops! Fix test I forgot to submit as part of r142735. | Nick Lewycky | 2011-10-22 | 1 | -2/+2 |
* | Oops! Fix testcase. | Nick Lewycky | 2011-10-16 | 1 | -2/+2 |
* | When looking for dependencies on the src pointer, scan the src pointer. Scanning | Nick Lewycky | 2011-10-16 | 1 | -1/+19 |
* | Atomic load/store handling for the passes using memdep (GVN, DSE, memcpyopt). | Eli Friedman | 2011-08-17 | 1 | -0/+41 |
* | Land the long talked about "type system rewrite" patch. This | Chris Lattner | 2011-07-09 | 1 | -4/+4 |
* | rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which is | Chris Lattner | 2011-06-18 | 5 | -85/+93 |
* | make the asmparser reject function and type redefinitions. 'Merging' hasn't ... | Chris Lattner | 2011-06-17 | 1 | -1/+0 |
* | manually upgrade a bunch of tests to modern syntax, and remove some that | Chris Lattner | 2011-06-17 | 1 | -1/+4 |
* | PR10067: Add missing safety check to call return transformation in MemCpyOpt:... | Eli Friedman | 2011-06-02 | 1 | -0/+36 |
* | Teach valuetracking that byval arguments with a specified alignment are | Chris Lattner | 2011-05-23 | 1 | -0/+20 |
* | Actually check memcpy lengths, instead of just commenting about | Dan Gohman | 2011-01-21 | 1 | -0/+28 |
* | revert 123144, reenabling the rest of memset formation. | Chris Lattner | 2011-01-12 | 1 | -4/+3 |
* | revert r123146 which disabled code that wasn't the root cause | Chris Lattner | 2011-01-12 | 1 | -6/+4 |
* | fix typo | Chris Lattner | 2011-01-10 | 1 | -1/+1 |
* | another (more) aggressive attempt to bring llvm-gcc-i386-linux-selfhost | Chris Lattner | 2011-01-10 | 1 | -4/+6 |
* | temporarily disable memset formation from memsets in an effort to restore bui... | Chris Lattner | 2011-01-09 | 1 | -3/+4 |
* | Merge memsets followed by neighboring memsets and other stores into | Chris Lattner | 2011-01-08 | 1 | -0/+28 |
* | fix an issue in IsPointerOffset that prevented us from recognizing that | Chris Lattner | 2011-01-08 | 1 | -0/+12 |
* | enhance memcpyopt to merge a store and a subsequent | Chris Lattner | 2011-01-08 | 1 | -0/+18 |
* | merge two tests and filecheckify | Chris Lattner | 2011-01-08 | 2 | -103/+113 |
* | start using irbuilder to make mem intrinsics in a few passes. | Chris Lattner | 2010-12-26 | 1 | -1/+1 |
* | MemCpyOpt: Turn memcpys from a constant into a memset if possible. | Benjamin Kramer | 2010-12-24 | 1 | -0/+19 |
* | enhance memcpyopt to zap memcpy's that have the same src/dst. | Chris Lattner | 2010-12-09 | 1 | -0/+9 |
* | fix PR8753, eliminating a case where we'd infinitely make a | Chris Lattner | 2010-12-09 | 1 | -3/+16 |
* | fix a bozo bug I introduced in r119930, causing a miscompile of | Chris Lattner | 2010-12-01 | 1 | -0/+23 |
* | Implement PR8644: forwarding a memcpy value to a byval, | Chris Lattner | 2010-11-21 | 2 | -2/+17 |
* | remove a pointless restriction from memcpyopt. It was | Chris Lattner | 2010-11-18 | 2 | -19/+35 |
* | filecheckize, this is still not optimal, see PR8643 | Chris Lattner | 2010-11-18 | 1 | -1/+10 |
* | Make BasicAliasAnalysis a normal AliasAnalysis implementation which | Dan Gohman | 2010-10-18 | 6 | -6/+6 |
* | Generalize MemCpyOpt's handling of call slot forwarding to function properly ... | Owen Anderson | 2010-10-15 | 1 | -0/+25 |
* | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 2010-04-04 | 1 | -1/+1 |
* | Revert r100191 since it breaks objc in clang | Mon P Wang | 2010-04-02 | 1 | -1/+1 |
* | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 2010-04-02 | 1 | -1/+1 |
* | Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots. | Bob Wilson | 2010-03-30 | 1 | -1/+1 |
* | Added support for address spaces and added a isVolatile field to memcpy, memm... | Mon P Wang | 2010-03-30 | 1 | -1/+1 |
* | Make opt default to not adding a target data string and update tests that dep... | Kenneth Uildriks | 2009-11-03 | 2 | -0/+2 |
* | When extending a memset range past the front, set the alignment of the | Dan Gohman | 2009-09-14 | 1 | -0/+18 |
* | Change tests from "opt %s" to "opt < %s" so that opt doesn't see the | Dan Gohman | 2009-09-11 | 9 | -11/+11 |
* | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman | 2009-09-08 | 8 | -10/+10 |
* | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman | 2009-09-08 | 8 | -10/+10 |
* | Fix PR4882, by making MemCpyOpt not dereference removed stores to get the | Chris Lattner | 2009-09-08 | 1 | -0/+45 |
* | enhance memcpy opt to turn memmoves into memcpy when the src/dest | Chris Lattner | 2009-09-01 | 2 | -107/+37 |