summaryrefslogtreecommitdiff
path: root/unittests/CMakeLists.txt
Commit message (Expand)AuthorAge
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* Add unit tests for ADT/PackedVectorArgyrios Kyrtzidis2011-06-15
* Handle gcc-compatible compilers (such as clang) the same way we handleOscar Fuentes2011-05-11
* Put targets on folders, if the IDE supports the feature.Oscar Fuentes2011-02-20
* Disable RTTI when building unit tests. This avoids errors at link time.Oscar Fuentes2011-01-13
* Add ADT/IntEqClasses.h as a light-weight implementation of EquivalenceClasses.h.Jakob Stoklund Olesen2010-12-21
* CMake: Fix warning in gtest header used by unit tests.Frits van Bommel2010-12-07
* unittests/CMakeLists.txt: Tweak unittests' layout to be identical to GNU build.NAKAMURA Takumi2010-12-07
* unittests: Merge SystemTests back into SupportTests.Michael J. Spencer2010-11-29
* Merge System into Support.Michael J. Spencer2010-11-29
* unittests/JITTests: Don't use --export-dynamic but --export-all-symbols on cy...NAKAMURA Takumi2010-11-26
* unittests: Add SystemTests.Michael J. Spencer2010-11-24
* Add test for PR 8111. By Frits van Bommel.Dale Johannesen2010-11-19
* Add ADT/IntervalMap.Jakob Stoklund Olesen2010-11-19
* unittests/CMakeLists.txt: [PR8225] Tweak linking JITTests on MSVC to add JITT...NAKAMURA Takumi2010-11-19
* unittests/CMakeLists.txt: Suppress building ValueMapTest on MSVC older than 1...NAKAMURA Takumi2010-11-19
* Revert "Add ADT/IntervalMap.", GCC doesn't like it.Jakob Stoklund Olesen2010-11-19
* Add ADT/IntervalMap.Jakob Stoklund Olesen2010-11-19
* 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
* 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
* 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
* Remove reference to nonexistent test in CMake makefile for unit testsDouglas Gregor2010-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
* CMake: Build unittests.Michael J. Spencer2010-09-24