summaryrefslogtreecommitdiff
path: root/unittests/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2012-06-21Completely refactor the structuring of unittest CMake files to match theChandler Carruth1-148/+7
2012-06-21Factor the logic for setting up a GoogleTest unit test executable intoChandler Carruth1-45/+3
2012-06-21Simplify the naming pattern in the unittests' CMake fileChandler Carruth1-12/+16
2012-06-21Remove one of the LLVM-specific CMake hacks in favor of standard CMakeChandler Carruth1-6/+7
2012-06-17Add missing unittest files to the cmake build.Benjamin Kramer1-1/+9
2012-06-16Update CMake build.Benjamin Kramer1-1/+0
2012-06-16Add support to the alignment support header for conjuring a characterChandler Carruth1-0/+1
2012-06-06Fix gtest build issue on Visual Studio 2012 RCJustin Holewinski1-0/+6
2012-04-17Goodbye, JSONParser...Manuel Klimek1-1/+0
2012-04-03Add YAML parser to Support.Michael J. Spencer1-0/+1
2012-03-30Handle unreachable code in the dominates functions. This changes users whenRafael Espindola1-0/+1
2012-03-15Follow-up to r152620: restore JIT event listener tests to unittest/ExecutionE...Eli Bendersky1-8/+8
2012-03-13Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...Eli Bendersky1-1/+25
2012-02-22Add a Briggs and Torczon sparse set implementation.Jakob Stoklund Olesen1-0/+1
2012-02-18Hashing.h - utilities for hashing various data types.Talin1-0/+1
2012-01-31RefCountedBaseVPTR needs the IntrusiveRefCntPtrInfo as friend,Manuel Klimek1-0/+1
2012-01-02Undo the hack in r147427 and move this unittest to a better home. ThisChandler Carruth1-1/+4
2012-01-02Materialize functions whose basic blocks are used by global variables. FixesRafael Espindola1-0/+1
2011-12-16Adds a JSON parser and a benchmark (json-bench) to catch performance regressi...Manuel Klimek1-0/+1
2011-12-16Add a generic collection of class templates to ADT for buildingChandler Carruth1-0/+1
2011-12-16Tweak CMake build on Cygwin.NAKAMURA Takumi1-1/+1
2011-07-09Land the long talked about "type system rewrite" patch. ThisChris Lattner1-1/+0
2011-06-15Add unit tests for ADT/PackedVectorArgyrios Kyrtzidis1-0/+1
2011-05-11Handle gcc-compatible compilers (such as clang) the same way we handleOscar Fuentes1-1/+1
2011-02-20Put targets on folders, if the IDE supports the feature.Oscar Fuentes1-0/+2
2011-01-13Disable RTTI when building unit tests. This avoids errors at link time.Oscar Fuentes1-0/+6
2010-12-21Add ADT/IntEqClasses.h as a light-weight implementation of EquivalenceClasses.h.Jakob Stoklund Olesen1-0/+1
2010-12-07CMake: Fix warning in gtest header used by unit tests.Frits van Bommel1-0/+4
2010-12-07unittests/CMakeLists.txt: Tweak unittests' layout to be identical to GNU build.NAKAMURA Takumi1-5/+6
2010-11-29unittests: Merge SystemTests back into SupportTests.Michael J. Spencer1-9/+2
2010-11-29Merge System into Support.Michael J. Spencer1-3/+1
2010-11-26unittests/JITTests: Don't use --export-dynamic but --export-all-symbols on cy...NAKAMURA Takumi1-0/+4
2010-11-24unittests: Add SystemTests.Michael J. Spencer1-1/+13
2010-11-19Add test for PR 8111. By Frits van Bommel.Dale Johannesen1-0/+1
2010-11-19Add ADT/IntervalMap.Jakob Stoklund Olesen1-0/+1
2010-11-19unittests/CMakeLists.txt: [PR8225] Tweak linking JITTests on MSVC to add JITT...NAKAMURA Takumi1-1/+7
2010-11-19unittests/CMakeLists.txt: Suppress building ValueMapTest on MSVC older than 1...NAKAMURA Takumi1-1/+9
2010-11-19Revert "Add ADT/IntervalMap.", GCC doesn't like it.Jakob Stoklund Olesen1-1/+0
2010-11-19Add ADT/IntervalMap.Jakob Stoklund Olesen1-0/+1
2010-11-14unittests/CMakeLists.txt: Add missing VMCore/ValueMapTest.cpp to VMCoreTests.NAKAMURA Takumi1-0/+1
2010-10-29unittests/CMakeLists.txt: Don't use RTTI, or linking failed.NAKAMURA Takumi1-1/+0
2010-10-28Document LLVM_BUILD_TESTS, LLVM_INCLUDE_TESTS. New convenience targetOscar Fuentes1-0/+3
2010-10-21Support: Add Endian.hMichael J. Spencer1-1/+2
2010-10-19unittests: Use the correct defines and global variables when building on CMake.Michael J. Spencer1-0/+2
2010-10-11System: Add SwapByteOrder and update Support/MathExtras.h to use it.Michael J. Spencer1-0/+1
2010-10-11Revert "System: Add SwapByteOrder and update Support/MathExtras.h to use it."Michael J. Spencer1-1/+0
2010-10-11Reduce dpendencies for SupportTests.Michael J. Spencer1-13/+19
2010-10-11System: Add SwapByteOrder and update Support/MathExtras.h to use it.Michael J. Spencer1-0/+1
2010-09-27Remove reference to nonexistent test in CMake makefile for unit testsDouglas Gregor1-2/+1
2010-09-25Reverting "CMake: Don't include tools, unittets, or examples asOscar Fuentes1-3/+1