<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/Transforms/GlobalOpt, branch release_27</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/Transforms/GlobalOpt?h=release_27</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/Transforms/GlobalOpt?h=release_27'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2010-04-13T16:34:45Z</updated>
<entry>
<title>Merge r100936 from mainline to fix PR6760.</title>
<updated>2010-04-13T16:34:45Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2010-04-13T16:34:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=690b4179358158a907ccfbd5038ed32adcbbaa66'/>
<id>urn:sha1:690b4179358158a907ccfbd5038ed32adcbbaa66</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_27@101137 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>@llvm.dbg.stoppoint intrinsic is not used anymore.</title>
<updated>2010-03-01T19:46:08Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2010-03-01T19:46:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=929bdfedb85188b6c325111451bbf472a16939f9'/>
<id>urn:sha1:929bdfedb85188b6c325111451bbf472a16939f9</id>
<content type='text'>
Delete dead testcase.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97489 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Update to use new debug info encoding scheme. As a bonus, now the test passes!</title>
<updated>2010-03-01T19:41:26Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2010-03-01T19:41:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9ce6cb88657500a22562d10f509f378ebd577cb6'/>
<id>urn:sha1:9ce6cb88657500a22562d10f509f378ebd577cb6</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97487 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove this test because it checks wheter optimizer handled @llvm.dbg.global_variable appropriately or not. LLVM does not use this scheme to encode debug info for global variables any more.</title>
<updated>2010-03-01T19:14:25Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2010-03-01T19:14:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=39ca4ea01a5dd02ccef3e7f1742aa45a4610a936'/>
<id>urn:sha1:39ca4ea01a5dd02ccef3e7f1742aa45a4610a936</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97480 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>fix PR6435 another bug from the MallocInst elimination work.</title>
<updated>2010-02-26T18:23:13Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-02-26T18:23:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3f5e0b8114e8f446b42d5102805494801af38ecb'/>
<id>urn:sha1:3f5e0b8114e8f446b42d5102805494801af38ecb</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97231 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>this file lacks a run line!</title>
<updated>2010-02-26T02:40:57Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-02-26T02:40:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5478b6b6f6c6ac6b3c2134175e5fa2f048a6f7f7'/>
<id>urn:sha1:5478b6b6f6c6ac6b3c2134175e5fa2f048a6f7f7</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97208 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>rewrite OptimizeGlobalAddressOfMalloc to fix PR6422, some bugs</title>
<updated>2010-02-25T22:33:52Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-02-25T22:33:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a687465bae9ce793444fef37eb790ac7722f6bc7'/>
<id>urn:sha1:a687465bae9ce793444fef37eb790ac7722f6bc7</id>
<content type='text'>
introduced when mallocinst was eliminated. 


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97178 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>fix a globalopt crash on 'bullet' (handling evaluation of a store</title>
<updated>2010-01-07T01:16:21Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-01-07T01:16:21Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a0e9a2475cd6e45966a591de8e0740a102fe0dfe'/>
<id>urn:sha1:a0e9a2475cd6e45966a591de8e0740a102fe0dfe</id>
<content type='text'>
to an element of a vector in a static ctor) which occurs with an 
unrelated patch I'm testing.  Annoyingly, EvaluateStoreInto basically 
does exactly the same stuff as InsertElement constant folding, but it
now handles vectors, and you can't insertelement into a vector.  It
would be 'really nice' if GEP into a vector were not legal.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92889 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Delete useless trailing semicolons.</title>
<updated>2010-01-05T17:55:26Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-01-05T17:55:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=aceba31b7a04fd28680209b2677915378877bc13'/>
<id>urn:sha1:aceba31b7a04fd28680209b2677915378877bc13</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92740 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>fix two bogus tests that the asmparser now rejects.</title>
<updated>2009-12-30T05:54:51Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-12-30T05:54:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c17e2849d10a961abf7183222baab31d84e3990f'/>
<id>urn:sha1:c17e2849d10a961abf7183222baab31d84e3990f</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92303 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
