<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/CodeGen/X86/code_placement.ll, branch release_27</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/CodeGen/X86/code_placement.ll?h=release_27</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/CodeGen/X86/code_placement.ll?h=release_27'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2009-09-05T11:35:16Z</updated>
<entry>
<title>Eliminate uses of %prcontext.</title>
<updated>2009-09-05T11:35:16Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2009-09-05T11:35:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=31ab6e3364c69a8d07d8e80bd4673d5f8a56a122'/>
<id>urn:sha1:31ab6e3364c69a8d07d8e80bd4673d5f8a56a122</id>
<content type='text'>
 - I'd appreciate it if someone else eyeballs my changes to make sure I captured
   the intent of the test.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81083 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Enable loop bb placement optimization.</title>
<updated>2009-05-08T23:35:49Z</updated>
<author>
<name>Evan Cheng</name>
<email>evan.cheng@apple.com</email>
</author>
<published>2009-05-08T23:35:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f045f80ba9af29fc8e0409201ad66c8f2e1a527c'/>
<id>urn:sha1:f045f80ba9af29fc8e0409201ad66c8f2e1a527c</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71291 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Optimize code placement in loop to eliminate unconditional branches or move unconditional branch to the outside of the loop. e.g.</title>
<updated>2009-05-08T06:34:09Z</updated>
<author>
<name>Evan Cheng</name>
<email>evan.cheng@apple.com</email>
</author>
<published>2009-05-08T06:34:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=45e0010e14d419ebeca9266b9b705867fd251b83'/>
<id>urn:sha1:45e0010e14d419ebeca9266b9b705867fd251b83</id>
<content type='text'>
///       A:                                                                                                                                                                 
///       ...                                                                                                                                                                
///       &lt;fallthrough to B&gt;                                                                                                                                                 
///                                                                                                                                                                          
///       B:  --&gt; loop header                                                                                                                                                
///       ...                                                                                                                                                                
///       jcc &lt;cond&gt; C, [exit]                                                                                                                                               
///                                                                                                                                                                          
///       C:                                                                                                                                                                 
///       ...                                                                                                                                                                
///       jmp B                                                                                                                                                              
///                                                                                                                                                                          
/// ==&gt;                                                                                                                                                                      
///                                                                                                                                                                          
///       A:                                                                                                                                                                 
///       ...                                                                                                                                                                
///       jmp B                                                                                                                                                              
///                                                                                                                                                                          
///       C:  --&gt; new loop header                                                                                                                                            
///       ...                                                                                                                                                                
///       &lt;fallthough to B&gt;                                                                                                                                                  
///                                                                                                                                                                          
///       B:                                                                                                                                                                 
///       ...                                                                                                                                                                
///       jcc &lt;cond&gt; C, [exit] 


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71209 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
