aboutsummaryrefslogtreecommitdiffstats
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
* Fix illegal cross-type aliasing. Found by baldrick on a newer gcc.Jeffrey Yasskin2009-10-061-6/+4
* Introduce and use convenience methods for getting pointer typesDuncan Sands2009-10-062-6/+6
* Fix http://llvm.org/PR5116 by rolling back r60822. This passes `make unittestsJeffrey Yasskin2009-10-061-0/+53
* Try to fix unit test linking on linux ...Benjamin Kramer2009-10-021-2/+2
* MingW build fixesBenjamin Kramer2009-10-021-1/+1
* New unit test for the cloning module, which so far only covers cloning ofNick Lewycky2009-09-274-1/+120
* Link order: it matters.Nick Lewycky2009-09-271-1/+1
* remove support for "NoSub" from regex. It seems like a minor optimizationChris Lattner2009-09-261-4/+4
* Fix a compile failure introduced by r82675 on MinGW which doesn't haveJeffrey Yasskin2009-09-251-0/+12
* add and document regex support for FileCheck. You can now do stuff like:Chris Lattner2009-09-241-0/+1
* Roll back r82348, which introduced an infinite loop in ParseCStringVector() thatJeffrey Yasskin2009-09-241-0/+48
* Fix a few more conversion warnings on 4.0Daniel Dunbar2009-09-181-5/+5
* Another try at fixing compile warnings on 4.0Daniel Dunbar2009-09-171-18/+18
* Add StringRef::{rfind, rsplit}Daniel Dunbar2009-09-161-42/+90
* Drop the raw_ostream required buffer size to 1.Daniel Dunbar2009-09-151-0/+10
* Attempt to fix some 4.0.0 build warnings.Daniel Dunbar2009-09-141-23/+23
* Build (not test) the unittests as part of a normal build.Daniel Dunbar2009-09-131-0/+2
* Move unittest driver to utils/unittest/UnitTestMain.Daniel Dunbar2009-09-132-22/+0
* Revert unittests build changes temporarily, the unit test build isn't -j safe.Daniel Dunbar2009-09-131-2/+0
* Build (not test) the unittests as part of a normal build.Daniel Dunbar2009-09-131-0/+2
* Make TypeBuilder's result depend on the LLVMContext it's passed.Jeffrey Yasskin2009-09-091-0/+12
* Update unittests for MDNode uniquing disable.Daniel Dunbar2009-09-071-0/+4
* Simplify, now that gtest supports raw_ostream directly.Daniel Dunbar2009-09-062-9/+0
* Now that googletest can print ConstantRange, use EXPECT_EQ when testing forNick Lewycky2009-09-051-149/+149
* Teach googletest to use raw_ostream instead of just std::ostream.Jeffrey Yasskin2009-09-051-7/+0
* Add test for PR4873, which works for me.Daniel Dunbar2009-09-031-0/+8
* Now Bitcode reader bug is fixed. Reapply 80839.Devang Patel2009-09-031-1/+1
* Revert 80839 for now. It causes test failures.Devang Patel2009-09-021-1/+1
* Use CallbackVH, instead of WeakVH, to hold MDNode elements. Devang Patel2009-09-021-1/+1
* Disable uniqueness test for now.Devang Patel2009-09-021-1/+1
* update unit test for previous change.Chris Lattner2009-08-311-1/+1
* Add regular expression matching support, based on OpenBSD regexec()/regcomp()Torok Edwin2009-08-301-0/+64
* split raw_os_ostream out to its own header and implementation file. ThisChris Lattner2009-08-242-2/+2
* Unbreak unit tests.Daniel Dunbar2009-08-242-0/+14
* Fix off-by-one in llvm::Format::print.Daniel Dunbar2009-08-231-0/+27
* convert all the constant range EXPECT_EQ tests to use EXPECT_TRUE since Chris Lattner2009-08-231-128/+129
* upgrade for removed functions.Chris Lattner2009-08-231-11/+16
* Correct for recent assert change.Bill Wendling2009-08-211-1/+1
* Fix bug with APInt::getBitsNeeded with for base 10 numbers 0-9.Erick Tryzelaar2009-08-211-0/+82
* Allow '+' to appear in APInt strings, and add more unit tests.Erick Tryzelaar2009-08-211-8/+72
* Add support for including '+' in APFloat strings, more asserts,Erick Tryzelaar2009-08-201-51/+450
* Fix two APFloat bugs in converting hexadecimal constants.Daniel Dunbar2009-08-201-0/+2
* Fixed header comment.Misha Brukman2009-08-201-1/+1
* Add min and max tests.Daniel Dunbar2009-08-191-0/+8
* Remove SmallString::append_*int* unit tests.Benjamin Kramer2009-08-191-16/+0
* Add SmallVector::{capacity,set_size}.Daniel Dunbar2009-08-191-0/+18
* Improve Triple to recognize the OS in i386-mingw32.Daniel Dunbar2009-08-181-0/+12
* Fix pasto in StringRef::count(char)Daniel Dunbar2009-08-181-0/+1
* Add StringRef::count({char,StringRef})Daniel Dunbar2009-08-181-0/+7
* Wrap unit test death tests in GTEST_HAS_DEATH_TESTErick Tryzelaar2009-08-172-5/+9