aboutsummaryrefslogtreecommitdiff
path: root/unittests/CMakeLists.txt
AgeCommit message (Expand)Author
2013-04-17Create a stub for DWARF parser unittestsAlexey Samsonov
2013-01-07Rename the VMCore unittest tree to IR. Somehow was missed when doing theChandler Carruth
2012-12-05Copy clang/Driver/<Option parsing stuff> to llvm.Michael J. Spencer
2012-06-21Completely refactor the structuring of unittest CMake files to match theChandler Carruth
2012-06-21Factor the logic for setting up a GoogleTest unit test executable intoChandler Carruth
2012-06-21Simplify the naming pattern in the unittests' CMake fileChandler Carruth
2012-06-21Remove one of the LLVM-specific CMake hacks in favor of standard CMakeChandler Carruth
2012-06-17Add missing unittest files to the cmake build.Benjamin Kramer
2012-06-16Update CMake build.Benjamin Kramer
2012-06-16Add support to the alignment support header for conjuring a characterChandler Carruth
2012-06-06Fix gtest build issue on Visual Studio 2012 RCJustin Holewinski
2012-04-17Goodbye, JSONParser...Manuel Klimek
2012-04-03Add YAML parser to Support.Michael J. Spencer
2012-03-30Handle unreachable code in the dominates functions. This changes users whenRafael Espindola
2012-03-15Follow-up to r152620: restore JIT event listener tests to unittest/ExecutionE...Eli Bendersky
2012-03-13Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...Eli Bendersky
2012-02-22Add a Briggs and Torczon sparse set implementation.Jakob Stoklund Olesen
2012-02-18Hashing.h - utilities for hashing various data types.Talin
2012-01-31RefCountedBaseVPTR needs the IntrusiveRefCntPtrInfo as friend,Manuel Klimek
2012-01-02Undo the hack in r147427 and move this unittest to a better home. ThisChandler Carruth
2012-01-02Materialize functions whose basic blocks are used by global variables. FixesRafael Espindola
2011-12-16Adds a JSON parser and a benchmark (json-bench) to catch performance regressi...Manuel Klimek
2011-12-16Add a generic collection of class templates to ADT for buildingChandler Carruth
2011-12-16Tweak CMake build on Cygwin.NAKAMURA Takumi
2011-07-09Land the long talked about "type system rewrite" patch. ThisChris Lattner
2011-06-15Add unit tests for ADT/PackedVectorArgyrios Kyrtzidis
2011-05-11Handle gcc-compatible compilers (such as clang) the same way we handleOscar Fuentes
2011-02-20Put targets on folders, if the IDE supports the feature.Oscar Fuentes
2011-01-13Disable RTTI when building unit tests. This avoids errors at link time.Oscar Fuentes
2010-12-21Add ADT/IntEqClasses.h as a light-weight implementation of EquivalenceClasses.h.Jakob Stoklund Olesen
2010-12-07CMake: Fix warning in gtest header used by unit tests.Frits van Bommel
2010-12-07unittests/CMakeLists.txt: Tweak unittests' layout to be identical to GNU build.NAKAMURA Takumi
2010-11-29unittests: Merge SystemTests back into SupportTests.Michael J. Spencer
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-26unittests/JITTests: Don't use --export-dynamic but --export-all-symbols on cy...NAKAMURA Takumi
2010-11-24unittests: Add SystemTests.Michael J. Spencer
2010-11-19Add test for PR 8111. By Frits van Bommel.Dale Johannesen
2010-11-19Add ADT/IntervalMap.Jakob Stoklund Olesen
2010-11-19unittests/CMakeLists.txt: [PR8225] Tweak linking JITTests on MSVC to add JITT...NAKAMURA Takumi
2010-11-19unittests/CMakeLists.txt: Suppress building ValueMapTest on MSVC older than 1...NAKAMURA Takumi
2010-11-19Revert "Add ADT/IntervalMap.", GCC doesn't like it.Jakob Stoklund Olesen
2010-11-19Add ADT/IntervalMap.Jakob Stoklund Olesen
2010-11-14unittests/CMakeLists.txt: Add missing VMCore/ValueMapTest.cpp to VMCoreTests.NAKAMURA Takumi
2010-10-29unittests/CMakeLists.txt: Don't use RTTI, or linking failed.NAKAMURA Takumi
2010-10-28Document LLVM_BUILD_TESTS, LLVM_INCLUDE_TESTS. New convenience targetOscar Fuentes
2010-10-21Support: Add Endian.hMichael J. Spencer
2010-10-19unittests: Use the correct defines and global variables when building on CMake.Michael J. Spencer
2010-10-11System: Add SwapByteOrder and update Support/MathExtras.h to use it.Michael J. Spencer
2010-10-11Revert "System: Add SwapByteOrder and update Support/MathExtras.h to use it."Michael J. Spencer
2010-10-11Reduce dpendencies for SupportTests.Michael J. Spencer