<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/Transforms/IPO, branch release_1</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/Transforms/IPO?h=release_1</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/Transforms/IPO?h=release_1'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2003-10-23T18:49:23Z</updated>
<entry>
<title>We might as well strip off any CPRs before propagation</title>
<updated>2003-10-23T18:49:23Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2003-10-23T18:49:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2e56dd82b3b3ab9dde8cc55c06df78cec4dbd3b7'/>
<id>urn:sha1:2e56dd82b3b3ab9dde8cc55c06df78cec4dbd3b7</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9437 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>* We were forgetting to pass varargs arguments through a call</title>
<updated>2003-10-23T17:44:53Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2003-10-23T17:44:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ff5bf9c62bb1d604ea9ad95f0687ac1592fa774a'/>
<id>urn:sha1:ff5bf9c62bb1d604ea9ad95f0687ac1592fa774a</id>
<content type='text'>
* Add a work around for bug PR56, gross but necessary for now.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9428 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Check in initial version of ipcp</title>
<updated>2003-10-23T16:52:27Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2003-10-23T16:52:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d358e6fed51113b216756ea08fa361bb82022df2'/>
<id>urn:sha1:d358e6fed51113b216756ea08fa361bb82022df2</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9423 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Make this pass substantially stronger by having it delete dead return values</title>
<updated>2003-10-23T03:48:17Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2003-10-23T03:48:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c3afd9bf4bb06516b73645d6e0a73ae740433601'/>
<id>urn:sha1:c3afd9bf4bb06516b73645d6e0a73ae740433601</id>
<content type='text'>
as well as arguments.  Now it can delete arguments and return values which are
only passed into other arguments or are returned, if they are dead.  This causes
it to delete several hundred extra args/retvals from the C++ hello world program,
shrinking it by about 2K.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9398 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>This important patch fixes two warnings in the linker which can occur from linking</title>
<updated>2003-10-22T23:03:38Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2003-10-22T23:03:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ce94319558ecc67383764da7e86083e57e3b0bc8'/>
<id>urn:sha1:ce94319558ecc67383764da7e86083e57e3b0bc8</id>
<content type='text'>
valid pieces of code


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9390 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Update the 'used' flag correctly</title>
<updated>2003-10-22T04:43:18Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2003-10-22T04:43:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6be5e567ce9e1e319321470823f04d7e4caeeca4'/>
<id>urn:sha1:6be5e567ce9e1e319321470823f04d7e4caeeca4</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9366 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Loop over the module, not the symbol table.  This makes the code handle</title>
<updated>2003-10-22T04:42:20Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2003-10-22T04:42:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4cb766af4a3ca51dd798608f8efb19c19ed5d2b5'/>
<id>urn:sha1:4cb766af4a3ca51dd798608f8efb19c19ed5d2b5</id>
<content type='text'>
unused external functions again


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9365 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Implement FunctionResolve/2003-10-21-GlobalResolveHack.ll</title>
<updated>2003-10-22T03:35:34Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2003-10-22T03:35:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=efd47ba3ac178562d98a36a3538f89e3adac759f'/>
<id>urn:sha1:efd47ba3ac178562d98a36a3538f89e3adac759f</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9363 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix bug: FunctionResolve/2003-10-21-GlobalTypeDifference.ll</title>
<updated>2003-10-21T23:17:56Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2003-10-21T23:17:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5858e1e3f3358d53a7aeff1a7a19a862bb814df3'/>
<id>urn:sha1:5858e1e3f3358d53a7aeff1a7a19a862bb814df3</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9359 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Added LLVM copyright header.</title>
<updated>2003-10-21T15:17:13Z</updated>
<author>
<name>John Criswell</name>
<email>criswell@uiuc.edu</email>
</author>
<published>2003-10-21T15:17:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=856ba76200ec2302f2fe500bc507f426c7d566c8'/>
<id>urn:sha1:856ba76200ec2302f2fe500bc507f426c7d566c8</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9321 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
