History log of /external/llvm/unittests/VMCore/ConstantsTest.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/ConstantsTest.cpp
e562dba845265b5577699eb857fead1ea0f7905b 29-Dec-2010 Chris Lattner <sabre@nondot.org> fix PR8867: a crash handling fp128. Thanks to Nick for the testcase.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122613 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/VMCore/ConstantsTest.cpp
1d0be15f89cb5056e20e2d24faa8d6afb1573bca 13-Aug-2009 Owen Anderson <resistor@mac.com> Push LLVMContexts through the IntegerType APIs.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78948 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/VMCore/ConstantsTest.cpp
9e9a0d5fc26878e51a58a8b57900fcbf952c2691 31-Jul-2009 Owen Anderson <resistor@mac.com> Move more code back to 2.5 APIs.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77635 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/VMCore/ConstantsTest.cpp
9138b1909a4c2d88aa88f807b296356f09206e87 29-Jul-2009 Benjamin Kramer <benny.kra@googlemail.com> Update unittest for LLVM API change.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77496 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/VMCore/ConstantsTest.cpp
eed707b1e6097aac2bb6b3d47271f6300ace7f2e 25-Jul-2009 Owen Anderson <resistor@mac.com> Revert the ConstantInt constructors back to their 2.5 forms where possible, thanks to contexts-on-types. More to come.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77011 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/VMCore/ConstantsTest.cpp
6084326c3c39e65f1ce42099296571334d653c88 14-Jul-2009 Dan Gohman <gohman@apple.com> Port this unittest to use LLVMContext.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75583 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/VMCore/ConstantsTest.cpp
f3b0aac1902d6e01ed9a633f4a93c26317b43835 24-Apr-2009 Chris Lattner <sabre@nondot.org> "I got annoyed at the compiler warnings from ConstantInt::get(Ty, -1,
true), and casts make me nervous and are verbose anyway, so here's a
ConstantInt::getSigned(Ty, int64_t) method. Just overloading
ConstantInt::get() to take an int64_t too would cause ambiguous
overload errors."

Patch by Jeffrey Yasskin!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69958 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/VMCore/ConstantsTest.cpp
b9ca608737ed8735d8c64a75c973b86fa16d822b 09-Apr-2009 Misha Brukman <brukman+llvm@gmail.com> Fixed compiler warning.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68664 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/VMCore/ConstantsTest.cpp
2e734269e3f354e52bd9e55d791e1885aa7d4cd8 24-Mar-2009 Misha Brukman <brukman+llvm@gmail.com> Converted a1.ll to unittests.


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