<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/Transforms/MemCpyOpt, branch release_29</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/Transforms/MemCpyOpt?h=release_29</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/Transforms/MemCpyOpt?h=release_29'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2011-01-21T22:07:57Z</updated>
<entry>
<title>Actually check memcpy lengths, instead of just commenting about</title>
<updated>2011-01-21T22:07:57Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2011-01-21T22:07:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8fb25c53bdc22a1f480ac0a6c0215a23f397deb3'/>
<id>urn:sha1:8fb25c53bdc22a1f480ac0a6c0215a23f397deb3</id>
<content type='text'>
how they should be checked.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123999 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>revert 123144, reenabling the rest of memset formation.</title>
<updated>2011-01-12T03:25:15Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2011-01-12T03:25:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d318fc2ceb9d5902277f6e3b0bd7b51b92f5d872'/>
<id>urn:sha1:d318fc2ceb9d5902277f6e3b0bd7b51b92f5d872</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123302 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>revert r123146 which disabled code that wasn't the root cause</title>
<updated>2011-01-12T01:52:23Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2011-01-12T01:52:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d2e905027b3774bbc29562a5e3f64ad46bf6b0b8'/>
<id>urn:sha1:d2e905027b3774bbc29562a5e3f64ad46bf6b0b8</id>
<content type='text'>
of the bootstrap miscompare issue.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123299 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>fix typo</title>
<updated>2011-01-10T02:33:34Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2011-01-10T02:33:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f86c75da4d9cb4547f9a35dc4b174ffbb819dce4'/>
<id>urn:sha1:f86c75da4d9cb4547f9a35dc4b174ffbb819dce4</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123148 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>another (more) aggressive attempt to bring llvm-gcc-i386-linux-selfhost</title>
<updated>2011-01-10T00:47:34Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2011-01-10T00:47:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a806be66c1c42ee63ef5d3878b244e91727184c3'/>
<id>urn:sha1:a806be66c1c42ee63ef5d3878b244e91727184c3</id>
<content type='text'>
back to life.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123146 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>temporarily disable memset formation from memsets in an effort to restore buildbot stability.</title>
<updated>2011-01-09T23:52:48Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2011-01-09T23:52:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d8408270f30273df2f04a8eca3e749bd0d22a2fd'/>
<id>urn:sha1:d8408270f30273df2f04a8eca3e749bd0d22a2fd</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123144 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Merge memsets followed by neighboring memsets and other stores into</title>
<updated>2011-01-08T21:19:19Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2011-01-08T21:19:19Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d90a192279c8580c4e80d1ee102d1317ce2aaffa'/>
<id>urn:sha1:d90a192279c8580c4e80d1ee102d1317ce2aaffa</id>
<content type='text'>
larger memsets.  Among other things, this fixes rdar://8760394 and
allows us to handle "Example 2" from http://blog.regehr.org/archives/320,
compiling it into a single 4096-byte memset:

_mad_synth_mute:                        ## @mad_synth_mute
## BB#0:                                ## %entry
	pushq	%rax
	movl	$4096, %esi             ## imm = 0x1000
	callq	___bzero
	popq	%rax
	ret



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123089 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>fix an issue in IsPointerOffset that prevented us from recognizing that</title>
<updated>2011-01-08T21:07:56Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2011-01-08T21:07:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9fa11e94b5a7709cf05396420b3b3eaad6fb8e37'/>
<id>urn:sha1:9fa11e94b5a7709cf05396420b3b3eaad6fb8e37</id>
<content type='text'>
P and P+1 are relative to the same base pointer.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123087 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>enhance memcpyopt to merge a store and a subsequent</title>
<updated>2011-01-08T20:54:51Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2011-01-08T20:54:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=06511264f806cf2a55a090a555dc91a2a2e10a36'/>
<id>urn:sha1:06511264f806cf2a55a090a555dc91a2a2e10a36</id>
<content type='text'>
memset into a single larger memset.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123086 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>merge two tests and filecheckify</title>
<updated>2011-01-08T20:27:22Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2011-01-08T20:27:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=355f5778aa2f8de3febc0ae533fedde010b354c1'/>
<id>urn:sha1:355f5778aa2f8de3febc0ae533fedde010b354c1</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123082 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
