summaryrefslogtreecommitdiff
path: root/unittests/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2013-12-19No point in having a "#if 0"ed unittest.Rafael Espindola1-1/+0
2013-12-19ArchiveFileDescriptorTests: Resurrect part of r197600, but make it invalidate...NAKAMURA Takumi1-0/+1
2013-12-18Revert r197600 while I sort out why it's failing on Windows.Owen Anderson1-1/+0
2013-12-18Add a unit test for loading an object file via a file descriptor. Patch by P...Owen Anderson1-0/+1
2013-10-16Fix MCDataAtom never calling remap when adding data.Rafael Espindola1-0/+1
2013-09-03Add a hashing routine that handles hashing types. Add a test forEric Christopher1-0/+1
2013-09-03Alphabetize.Eric Christopher1-4/+4
2013-07-09Make BinaryRef output correctly in case of empty data.Sean Silva1-0/+1
2013-04-17Create a stub for DWARF parser unittestsAlexey Samsonov1-0/+1
2013-01-07Rename the VMCore unittest tree to IR. Somehow was missed when doing theChandler Carruth1-1/+1
2012-12-05Copy clang/Driver/<Option parsing stuff> to llvm.Michael J. Spencer1-0/+1
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