| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman | 2009-06-04 | 2 | -2/+2 |
* | Fix two issues that Eli Friedman pointed out, where would misoptimized code l... | Owen Anderson | 2008-06-01 | 1 | -1/+1 |
* | Test for PR2401 | Owen Anderson | 2008-06-01 | 1 | -0/+107 |
* | sabre brings to my attention that the 'tr' suffix is also obsolete | Gabor Greif | 2008-05-20 | 1 | -1/+1 |
* | Rename the last test with .llx extension to .ll, resolve duplicate test by re... | Gabor Greif | 2008-05-20 | 1 | -1/+1 |
* | Fix a bug in memcpyopt where the memcpy-memcpy transform was never being appl... | Owen Anderson | 2008-04-29 | 1 | -0/+17 |
* | Refactor memcpyopt based on Chris' suggestions. Consolidate several functions | Owen Anderson | 2008-04-21 | 2 | -4/+4 |
* | Factor a bunch of functionality related to memcpy and memset transforms out of | Owen Anderson | 2008-04-09 | 7 | -0/+260 |