<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/Transforms/Mem2Reg, branch release_28</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/Transforms/Mem2Reg?h=release_28</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/Transforms/Mem2Reg?h=release_28'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2010-06-04T22:27:30Z</updated>
<entry>
<title>Copy location info for current function argument from dbg.declare if respective store instruction does not have any location info.</title>
<updated>2010-06-04T22:27:30Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2010-06-04T22:27:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=93031ac032219c2200de2df1c73e594a0496ecef'/>
<id>urn:sha1:93031ac032219c2200de2df1c73e594a0496ecef</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105490 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add missing space; works for me.</title>
<updated>2010-05-28T18:45:59Z</updated>
<author>
<name>Dale Johannesen</name>
<email>dalej@apple.com</email>
</author>
<published>2010-05-28T18:45:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7722b082c49368edcc835191a93a4d51627bce34'/>
<id>urn:sha1:7722b082c49368edcc835191a93a4d51627bce34</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104992 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Do not drop location info for inlined function args.</title>
<updated>2010-05-27T20:25:04Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2010-05-27T20:25:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d8720f4ba3546df76d75c94a8893a385de273cc6'/>
<id>urn:sha1:d8720f4ba3546df76d75c94a8893a385de273cc6</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104884 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Update test to use valid debug info.</title>
<updated>2010-05-07T20:34:00Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2010-05-07T20:34:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=735538b3eb0bc32bc71fabedea169c7520e5affa'/>
<id>urn:sha1:735538b3eb0bc32bc71fabedea169c7520e5affa</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103287 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>When converting dbg.declare to dbg.value, attach promoted store's debug metadata to dbg.value</title>
<updated>2010-01-27T00:44:36Z</updated>
<author>
<name>Victor Hernandez</name>
<email>vhernandez@apple.com</email>
</author>
<published>2010-01-27T00:44:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b7ae53f035e7f9e90bd837b546ea516c00381b51'/>
<id>urn:sha1:b7ae53f035e7f9e90bd837b546ea516c00381b51</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94634 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>In mem2reg, for all alloca/stores that get promoted where the alloca has an associated llvm.dbg.declare instrinsic, insert an llvm.dbg.var intrinsic before each store.</title>
<updated>2010-01-26T02:42:15Z</updated>
<author>
<name>Victor Hernandez</name>
<email>vhernandez@apple.com</email>
</author>
<published>2010-01-26T02:42:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b9768b0731f8b9a10fd2ee6bd1699ae8c02fc78c'/>
<id>urn:sha1:b9768b0731f8b9a10fd2ee6bd1699ae8c02fc78c</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94493 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert r94260 until findDbgDeclare() is made more efficient</title>
<updated>2010-01-25T17:52:13Z</updated>
<author>
<name>Victor Hernandez</name>
<email>vhernandez@apple.com</email>
</author>
<published>2010-01-25T17:52:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=aee6a656e84956a2e3c9d7436f68a4a3cfa64fee'/>
<id>urn:sha1:aee6a656e84956a2e3c9d7436f68a4a3cfa64fee</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94432 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>In mem2reg, for all alloca/stores that get promoted where the alloca has an associated llvm.dbg.declare instrinsic, insert an llvm.dbg.var intrinsic before each store</title>
<updated>2010-01-23T00:17:34Z</updated>
<author>
<name>Victor Hernandez</name>
<email>vhernandez@apple.com</email>
</author>
<published>2010-01-23T00:17:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b6aebc2f468333f0817738aaf8670c11cc98ee3e'/>
<id>urn:sha1:b6aebc2f468333f0817738aaf8670c11cc98ee3e</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94260 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>fix a bug exposed by moving SRoA earlier which caused a crash building kc++</title>
<updated>2009-11-02T04:37:17Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-11-02T04:37:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=794c15dc71061d7c3cc6028fbe64eb30d0cdbb66'/>
<id>urn:sha1:794c15dc71061d7c3cc6028fbe64eb30d0cdbb66</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85786 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix PR5023: The instruction form of DominatorTree::dominates did not </title>
<updated>2009-09-21T22:39:35Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-09-21T22:39:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=850c9178dc5bc8a49fc41c7cf606bfdd7cd1de3a'/>
<id>urn:sha1:850c9178dc5bc8a49fc41c7cf606bfdd7cd1de3a</id>
<content type='text'>
take into consideration that the result of an invoke is only valid in
the normal dest, not the unwind dest.  This caused 'PHINode::hasConstantValue'
to return true in an invalid situation, causing mem2reg to delete a phi that
was actually needed.  This caused a crash building 483.xalancbmk.



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