History log of /external/llvm/unittests/VMCore/VerifierTest.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
db125cfaf57cc83e7dd7453de2d509bc8efd0e5e 18-Jul-2011 Chris Lattner <sabre@nondot.org> land David Blaikie's patch to de-constify Type, with a few tweaks.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135375 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/VMCore/VerifierTest.cpp
ba7c38c36adb65d66c129270b2813fd2167488ed 15-Jan-2011 Rafael Espindola <rafael.espindola@gmail.com> Allow unnamed_addr on declarations.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123529 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/VMCore/VerifierTest.cpp
d72479c2f061e3b57adf3d054875665f25a30d90 13-Jan-2011 Rafael Espindola <rafael.espindola@gmail.com> Reject uses of unnamed_addr in declarations.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123358 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/VMCore/VerifierTest.cpp
bea4626f93c830e31f82cc947df28fdae583cd09 08-Jan-2011 Rafael Espindola <rafael.espindola@gmail.com> First step in fixing PR8927:

Add a unnamed_addr bit to global variables and functions. This will be used
to indicate that the address is not significant and therefore the constant
or function can be merged with others.

If an optimization pass can show that an address is not used, it can set this.

Examples of things that can have this set by the FE are globals created to
hold string literals and C++ constructors.

Adding unnamed_addr to a non-const global should have no effect unless
an optimization can transform that global into a constant.

Aliases are not allowed to have unnamed_addr since I couldn't figure
out any use for it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123063 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/VMCore/VerifierTest.cpp
645a86f5fbabf807e06056325d3dc5a898062753 13-Mar-2010 Jeffrey Yasskin <jyasskin@google.com> Remove a memory leak from VerifierTest.

Tested: valgrind --leak-check=full unittests/VMCore/Debug/VMCoreTests


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98411 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/VMCore/VerifierTest.cpp
6a7cb63f6fe4b9ce707e88490e2eeb76cb40ed80 15-Feb-2010 Nick Lewycky <nicholas@mxc.ca> Teach the verifier to check the condition on a branch and ensure that it has
'i1' type.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96282 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/VMCore/VerifierTest.cpp