summaryrefslogtreecommitdiff
path: root/unittests/CMakeLists.txt
Commit message (Expand)AuthorAge
* Correctly set rpath for unittests.Rafael Espindola2014-02-28
* Introduce line editor library.Peter Collingbourne2014-01-31
* No point in having a "#if 0"ed unittest.Rafael Espindola2013-12-19
* ArchiveFileDescriptorTests: Resurrect part of r197600, but make it invalidate...NAKAMURA Takumi2013-12-19
* Revert r197600 while I sort out why it's failing on Windows.Owen Anderson2013-12-18
* Add a unit test for loading an object file via a file descriptor. Patch by P...Owen Anderson2013-12-18
* Fix MCDataAtom never calling remap when adding data.Rafael Espindola2013-10-16
* Add a hashing routine that handles hashing types. Add a test forEric Christopher2013-09-03
* Alphabetize.Eric Christopher2013-09-03
* Make BinaryRef output correctly in case of empty data.Sean Silva2013-07-09
* Create a stub for DWARF parser unittestsAlexey Samsonov2013-04-17
* Rename the VMCore unittest tree to IR. Somehow was missed when doing theChandler Carruth2013-01-07
* Copy clang/Driver/<Option parsing stuff> to llvm.Michael J. Spencer2012-12-05
* Completely refactor the structuring of unittest CMake files to match theChandler Carruth2012-06-21
* Factor the logic for setting up a GoogleTest unit test executable intoChandler Carruth2012-06-21
* Simplify the naming pattern in the unittests' CMake fileChandler Carruth2012-06-21
* Remove one of the LLVM-specific CMake hacks in favor of standard CMakeChandler Carruth2012-06-21
* Add missing unittest files to the cmake build.Benjamin Kramer2012-06-17
* Update CMake build.Benjamin Kramer2012-06-16
* Add support to the alignment support header for conjuring a characterChandler Carruth2012-06-16
* Fix gtest build issue on Visual Studio 2012 RCJustin Holewinski2012-06-06
* Goodbye, JSONParser...Manuel Klimek2012-04-17
* Add YAML parser to Support.Michael J. Spencer2012-04-03
* Handle unreachable code in the dominates functions. This changes users whenRafael Espindola2012-03-30
* Follow-up to r152620: restore JIT event listener tests to unittest/ExecutionE...Eli Bendersky2012-03-15
* Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...Eli Bendersky2012-03-13
* Add a Briggs and Torczon sparse set implementation.Jakob Stoklund Olesen2012-02-22
* Hashing.h - utilities for hashing various data types.Talin2012-02-18
* RefCountedBaseVPTR needs the IntrusiveRefCntPtrInfo as friend,Manuel Klimek2012-01-31
* Undo the hack in r147427 and move this unittest to a better home. ThisChandler Carruth2012-01-02
* Materialize functions whose basic blocks are used by global variables. FixesRafael Espindola2012-01-02
* Adds a JSON parser and a benchmark (json-bench) to catch performance regressi...Manuel Klimek2011-12-16
* Add a generic collection of class templates to ADT for buildingChandler Carruth2011-12-16
* Tweak CMake build on Cygwin.NAKAMURA Takumi2011-12-16
* 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