summaryrefslogtreecommitdiff
path: root/unittests
Commit message (Expand)AuthorAge
...
* Revert "Add ADT/IntervalMap.", GCC doesn't like it.Jakob Stoklund Olesen2010-11-19
* Add ADT/IntervalMap.Jakob Stoklund Olesen2010-11-19
* Revert 119600 to unbreak the build. Francois, please investigate.Jim Grosbach2010-11-18
* Appease MSVC 2008: you can't use keyword this inside EXPECT_EQ().Francois Pichet2010-11-18
* unittests/CMakeLists.txt: Add missing VMCore/ValueMapTest.cpp to VMCoreTests.NAKAMURA Takumi2010-11-14
* unittests/CMakeLists.txt: Don't use RTTI, or linking failed.NAKAMURA Takumi2010-10-29
* Document LLVM_BUILD_TESTS, LLVM_INCLUDE_TESTS. New convenience targetOscar Fuentes2010-10-28
* Switch attribute macros to use 'LLVM_' as a prefix. We retain the old namesChandler Carruth2010-10-23
* Support: Add Endian.hMichael J. Spencer2010-10-21
* unittests: Use the correct defines and global variables when building on CMake.Michael J. Spencer2010-10-19
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Unit Tests: Missed this error. MSVC and clang didn't complain.Michael J. Spencer2010-10-11
* System: Add SwapByteOrder and update Support/MathExtras.h to use it.Michael J. Spencer2010-10-11
* Revert "System: Add SwapByteOrder and update Support/MathExtras.h to use it."Michael J. Spencer2010-10-11
* Reduce dpendencies for SupportTests.Michael J. Spencer2010-10-11
* System: Add SwapByteOrder and update Support/MathExtras.h to use it.Michael J. Spencer2010-10-11
* static_cast to long, otherwise MSVC 2008 won't compile.Francois Pichet2010-10-04
* Make ConstantRange::makeICmpRegion handle all the edge cases properly. ThisNick Lewycky2010-09-28
* Remove reference to nonexistent test in CMake makefile for unit testsDouglas Gregor2010-09-27
* Move ValueMapTest from ADT to VMCore so that ADT doesn't needDan Gohman2010-09-27
* Add an all() method to BitVector, for testing whether all bits are set.Dan Gohman2010-09-27
* Reverting "CMake: Don't include tools, unittets, or examples asOscar Fuentes2010-09-25
* CMake: Don't include tools, unittets, or examples as available targetsMichael J. Spencer2010-09-24
* unittests: Support Windows.Michael J. Spencer2010-09-24
* CMake: Build unittests.Michael J. Spencer2010-09-24
* Add better support for environment portion of triple. Original patch byDuncan Sands2010-09-16
* Attempt to unbreak the FreeBSD buildbot by XFAILing a unit test that seems to beJakob Stoklund Olesen2010-09-14
* Add a new isSignWrappedSet() method to ConstantRange.Nick Lewycky2010-09-06
* zap dead code.Chris Lattner2010-09-01
* StringRef::compare_numeric also differed from StringRef::compare for characte...Benjamin Kramer2010-08-26
* Do unsigned char comparisons in StringRef::compare_lower to be more consisten...Benjamin Kramer2010-08-26
* Silence 'unused' warning.Bill Wendling2010-08-19
* This patch enables "make unittests" on enable-shared/mingw.Anton Korobeynikov2010-08-17
* Add a 'normalize' method to the Triple class, which takes a mucked upDuncan Sands2010-08-12
* Clean up ConstantRange a bit:Nick Lewycky2010-08-11
* Remove the ValueMap copy constructor. It's not used anywhere,Duncan Sands2010-08-08
* Add an inverse() method to ConstantRange.Owen Anderson2010-08-07
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Make SCEVUnknown a CallbackVH, so that it can be notified directlyDan Gohman2010-08-02
* Prefix `next' iterator operation with `llvm::'.Oscar Fuentes2010-08-02
* Fix the ValueMap copy constructor. The issue is that the map keys are valueDuncan Sands2010-07-30
* Remove the temporary hack, now that the llvm-i686-linux buildbot hasBob Wilson2010-07-29
* Fix the temporary hack.Bob Wilson2010-07-29
* Temporary hack to ensure stale Analysis dir is cleaned up on llvm-i686-linux.Daniel Dunbar2010-07-29
* Speculatively revert r109705 since it seems to be causing some build botEric Christopher2010-07-29
* Factor out some of the code for updating old SCEVUnknown values, andDan Gohman2010-07-29
* missed a use of SizeRequired.Chris Lattner2010-07-22
* instead of migrating it to the MC instruction encoder, justChris Lattner2010-07-22