<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/Transforms/MergeFunc, branch release_33</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/Transforms/MergeFunc?h=release_33</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/Transforms/MergeFunc?h=release_33'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2013-04-30T17:52:57Z</updated>
<entry>
<title>TBAA: remove !tbaa from testing cases if not used.</title>
<updated>2013-04-30T17:52:57Z</updated>
<author>
<name>Manman Ren</name>
<email>mren@apple.com</email>
</author>
<published>2013-04-30T17:52:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2dc50d306752c8672d1543feb88517705cdb25e7'/>
<id>urn:sha1:2dc50d306752c8672d1543feb88517705cdb25e7</id>
<content type='text'>
This will make it easier to turn on struct-path aware TBAA since the metadata
format will change.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180796 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>MergeFunc: Make pointer and integer types generate the same hash.</title>
<updated>2013-04-19T23:06:44Z</updated>
<author>
<name>Benjamin Kramer</name>
<email>benny.kra@googlemail.com</email>
</author>
<published>2013-04-19T23:06:44Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=24a5f30f77fa2890329fa3a9165b54c13bbd51e7'/>
<id>urn:sha1:24a5f30f77fa2890329fa3a9165b54c13bbd51e7</id>
<content type='text'>
The logic that actually compares the types considers pointers and integers the
same if they are of the same size. This created a strange mismatch between hash
and reality and made the test case for this fail on some platforms (yay,
test cases).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179905 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Make variable match any name.</title>
<updated>2013-04-19T22:30:43Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2013-04-19T22:30:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=df0d1855ca88023bfcb81eb8812cdc718268ac4d'/>
<id>urn:sha1:df0d1855ca88023bfcb81eb8812cdc718268ac4d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179903 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Try explicitly setting the target triple to see if this gets it to pass on ARM.</title>
<updated>2013-04-19T21:24:51Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2013-04-19T21:24:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9c32678668586cc36f0b7b53a056be28c3d24adf'/>
<id>urn:sha1:9c32678668586cc36f0b7b53a056be28c3d24adf</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179890 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Attempt to pacify this test for the buildbots.</title>
<updated>2013-04-19T19:27:33Z</updated>
<author>
<name>Chad Rosier</name>
<email>mcrosier@apple.com</email>
</author>
<published>2013-04-19T19:27:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=76bb21bed8a58425a2817d0131a1ffd5c6e114e6'/>
<id>urn:sha1:76bb21bed8a58425a2817d0131a1ffd5c6e114e6</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179874 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add test to make sure that a int-to-ptr can be merged correctly.</title>
<updated>2013-04-19T18:16:06Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2013-04-19T18:16:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f341dacb23537444720b07277f7e8c9402571c45'/>
<id>urn:sha1:f341dacb23537444720b07277f7e8c9402571c45</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179869 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>We are not able to bitcast a pointer to an integral value.</title>
<updated>2013-04-15T22:33:50Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2013-04-15T22:33:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=23e00ae631d8063a5d52d424968a6ebdc24e81f7'/>
<id>urn:sha1:23e00ae631d8063a5d52d424968a6ebdc24e81f7</id>
<content type='text'>
Two return types are not equivalent if one is a pointer and the other is an
integral. This is because we cannot bitcast a pointer to an integral value.
PR15185


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179569 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert the test moves from 176733.  Use "REQUIRES: asserts" instead.</title>
<updated>2013-03-12T16:27:52Z</updated>
<author>
<name>Jan Wen Voung</name>
<email>jvoung@google.com</email>
</author>
<published>2013-03-12T16:27:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4323665bd857c0527b50463d415d9e76493ad2fe'/>
<id>urn:sha1:4323665bd857c0527b50463d415d9e76493ad2fe</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176873 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Disable statistics on Release builds and move tests that depend on -stats.</title>
<updated>2013-03-08T22:56:31Z</updated>
<author>
<name>Jan Wen Voung</name>
<email>jvoung@google.com</email>
</author>
<published>2013-03-08T22:56:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=fa785cb22d50c657eb08c762d627cd6aa96982f3'/>
<id>urn:sha1:fa785cb22d50c657eb08c762d627cd6aa96982f3</id>
<content type='text'>
Summary:
Statistics are still available in Release+Asserts (any +Asserts builds),
and stats can also be turned on with LLVM_ENABLE_STATS.

Move some of the FastISel stats that were moved under DEBUG()
back out of DEBUG(), since stats are disabled across the board now.

Many tests depend on grepping "-stats" output.  Move those into
a orig_dir/Stats/. so that they can be marked as unsupported
when building without statistics.

Differential Revision: http://llvm-reviews.chandlerc.com/D486

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176733 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>CastInst::castIsValid should return true if the dest type is the same as</title>
<updated>2013-01-10T23:22:53Z</updated>
<author>
<name>Evan Cheng</name>
<email>evan.cheng@apple.com</email>
</author>
<published>2013-01-10T23:22:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=582e4f278b95d50a45c6f56e33da5e78c19afc17'/>
<id>urn:sha1:582e4f278b95d50a45c6f56e33da5e78c19afc17</id>
<content type='text'>
Value's current type. The casting is trivial even for aggregate type.


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