summaryrefslogtreecommitdiff
path: root/unittests/Support
Commit message (Expand)AuthorAge
* Fix TimeValue::now() on Unix.Torok Edwin2010-01-22
* Catch more cases of a pointer being marked garbage twice. This helps whenRafael Espindola2009-12-18
* Type.h doesn't need to #include LLVMContext.hChris Lattner2009-10-27
* Add raw_ostream::write_escaped, for writing escaped strings.Daniel Dunbar2009-10-17
* Fix http://llvm.org/PR5160, to let CallbackVHs modify other ValueHandles on theJeffrey Yasskin2009-10-12
* Introduce and use convenience methods for getting pointer typesDuncan Sands2009-10-06
* remove support for "NoSub" from regex. It seems like a minor optimizationChris Lattner2009-09-26
* Fix a compile failure introduced by r82675 on MinGW which doesn't haveJeffrey Yasskin2009-09-25
* add and document regex support for FileCheck. You can now do stuff like:Chris Lattner2009-09-24
* Roll back r82348, which introduced an infinite loop in ParseCStringVector() thatJeffrey Yasskin2009-09-24
* Drop the raw_ostream required buffer size to 1.Daniel Dunbar2009-09-15
* Make TypeBuilder's result depend on the LLVMContext it's passed.Jeffrey Yasskin2009-09-09
* Simplify, now that gtest supports raw_ostream directly.Daniel Dunbar2009-09-06
* Now that googletest can print ConstantRange, use EXPECT_EQ when testing forNick Lewycky2009-09-05
* Teach googletest to use raw_ostream instead of just std::ostream.Jeffrey Yasskin2009-09-05
* Add regular expression matching support, based on OpenBSD regexec()/regcomp()Torok Edwin2009-08-30
* split raw_os_ostream out to its own header and implementation file. ThisChris Lattner2009-08-24
* Unbreak unit tests.Daniel Dunbar2009-08-24
* Fix off-by-one in llvm::Format::print.Daniel Dunbar2009-08-23
* convert all the constant range EXPECT_EQ tests to use EXPECT_TRUE since Chris Lattner2009-08-23
* Fixed header comment.Misha Brukman2009-08-20
* Add min and max tests.Daniel Dunbar2009-08-19
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* Fix unit test on FreeBSD. We need to make sure there is enough space to save ...Benjamin Kramer2009-08-12
* To catch bugs like the one fixed inJeffrey Yasskin2009-08-07
* Update unit test.Owen Anderson2009-08-05
* Update unittest for LLVM API change.Benjamin Kramer2009-07-31
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-31
* Move types back to the 2.5 API.Owen Anderson2009-07-29
* Added a test and fixed a bug in BumpPtrAllocator relating to large alignmentReid Kleckner2009-07-25
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-24
* Re-committing changes from r76825 to BumpPtrAllocator with a fix and tests forReid Kleckner2009-07-23
* Reverting r76825 and r76828, since they caused clang runtime errors and some ...Reid Kleckner2009-07-23
* Parameterize the BumpPtrAllocator over a slab allocator. It defaults to usingReid Kleckner2009-07-23
* cast signed APInt constructor params to uint64_t to suppress signedness warningRyan Flynn2009-07-22
* Fix ConstantRange::unionWith. Also make it work a little hard in some cases toNick Lewycky2009-07-19
* Replace intersectWith with maximalIntersectWith. The latter guarantees thatNick Lewycky2009-07-18
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-14
* Fix an error in ConstantRange::getSignedMax on wrapped ranges. Thanks onceNick Lewycky2009-07-13
* 'i8 full-range' sign extended to i16 should equal [-128, 128) not [-128, 127).Nick Lewycky2009-07-13
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-13
* Multiply was very wrong for wrapped ranges. This supplies a half-fix that willNick Lewycky2009-07-13
* Fix a bug summing two full sets. The overflow checking doesn't handle sets asNick Lewycky2009-07-13
* Implement udiv for ConstantRanges.Nick Lewycky2009-07-12
* This is not overly conservative.Nick Lewycky2009-07-12
* Implement ConstantRange::multiply based on the code in LoopVR.Nick Lewycky2009-07-12
* Fix handling of max and full set.Nick Lewycky2009-07-11
* Break the world's largest unit test down a few logical lines. No semanticNick Lewycky2009-07-11
* Fix unit tests.Owen Anderson2009-07-10
* Revert the part of 75177 that split ConstantRange into two classes, andDan Gohman2009-07-09