aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Hashing.h - utilities for hashing various data types.Talin2012-02-181-0/+1
* RefCountedBaseVPTR needs the IntrusiveRefCntPtrInfo as friend,Manuel Klimek2012-01-311-0/+1
* Undo the hack in r147427 and move this unittest to a better home. ThisChandler Carruth2012-01-021-1/+4
* Materialize functions whose basic blocks are used by global variables. FixesRafael Espindola2012-01-021-0/+1
* Adds a JSON parser and a benchmark (json-bench) to catch performance regressi...Manuel Klimek2011-12-161-0/+1
* Add a generic collection of class templates to ADT for buildingChandler Carruth2011-12-161-0/+1
* Tweak CMake build on Cygwin.NAKAMURA Takumi2011-12-161-1/+1
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-091-1/+0
* Add unit tests for ADT/PackedVectorArgyrios Kyrtzidis2011-06-151-0/+1
* Handle gcc-compatible compilers (such as clang) the same way we handleOscar Fuentes2011-05-111-1/+1
* Put targets on folders, if the IDE supports the feature.Oscar Fuentes2011-02-201-0/+2
* Disable RTTI when building unit tests. This avoids errors at link time.Oscar Fuentes2011-01-131-0/+6
* Add ADT/IntEqClasses.h as a light-weight implementation of EquivalenceClasses.h.Jakob Stoklund Olesen2010-12-211-0/+1
* CMake: Fix warning in gtest header used by unit tests.Frits van Bommel2010-12-071-0/+4
* unittests/CMakeLists.txt: Tweak unittests' layout to be identical to GNU build.NAKAMURA Takumi2010-12-071-5/+6
* unittests: Merge SystemTests back into SupportTests.Michael J. Spencer2010-11-291-9/+2
* Merge System into Support.Michael J. Spencer2010-11-291-3/+1
* unittests/JITTests: Don't use --export-dynamic but --export-all-symbols on cy...NAKAMURA Takumi2010-11-261-0/+4
* unittests: Add SystemTests.Michael J. Spencer2010-11-241-1/+13
* Add test for PR 8111. By Frits van Bommel.Dale Johannesen2010-11-191-0/+1
* Add ADT/IntervalMap.Jakob Stoklund Olesen2010-11-191-0/+1
* unittests/CMakeLists.txt: [PR8225] Tweak linking JITTests on MSVC to add JITT...NAKAMURA Takumi2010-11-191-1/+7
* unittests/CMakeLists.txt: Suppress building ValueMapTest on MSVC older than 1...NAKAMURA Takumi2010-11-191-1/+9
* Revert "Add ADT/IntervalMap.", GCC doesn't like it.Jakob Stoklund Olesen2010-11-191-1/+0
* Add ADT/IntervalMap.Jakob Stoklund Olesen2010-11-191-0/+1
* unittests/CMakeLists.txt: Add missing VMCore/ValueMapTest.cpp to VMCoreTests.NAKAMURA Takumi2010-11-141-0/+1
* unittests/CMakeLists.txt: Don't use RTTI, or linking failed.NAKAMURA Takumi2010-10-291-1/+0
* Document LLVM_BUILD_TESTS, LLVM_INCLUDE_TESTS. New convenience targetOscar Fuentes2010-10-281-0/+3
* Support: Add Endian.hMichael J. Spencer2010-10-211-1/+2
* unittests: Use the correct defines and global variables when building on CMake.Michael J. Spencer2010-10-191-0/+2
* System: Add SwapByteOrder and update Support/MathExtras.h to use it.Michael J. Spencer2010-10-111-0/+1
* Revert "System: Add SwapByteOrder and update Support/MathExtras.h to use it."Michael J. Spencer2010-10-111-1/+0
* Reduce dpendencies for SupportTests.Michael J. Spencer2010-10-111-13/+19
* System: Add SwapByteOrder and update Support/MathExtras.h to use it.Michael J. Spencer2010-10-111-0/+1
* Remove reference to nonexistent test in CMake makefile for unit testsDouglas Gregor2010-09-271-2/+1
* Reverting "CMake: Don't include tools, unittets, or examples asOscar Fuentes2010-09-251-3/+1
* CMake: Don't include tools, unittets, or examples as available targetsMichael J. Spencer2010-09-241-1/+3
* CMake: Build unittests.Michael J. Spencer2010-09-241-0/+95