summaryrefslogtreecommitdiff
path: root/unittests/CMakeLists.txt
AgeCommit message (Expand)Author
2017-10-11Reland 'Classify llvm-cfi-verify.'Vlad Tsyrklevich
2017-10-10Revert "Classify llvm-cfi-verify."Vlad Tsyrklevich
2017-10-10Classify llvm-cfi-verify.Vlad Tsyrklevich
2017-08-21Re-apply "Introduce FuzzMutate library"Justin Bogner
2017-08-21Revert "Re-apply "Introduce FuzzMutate library""Justin Bogner
2017-08-21Re-apply "Introduce FuzzMutate library"Justin Bogner
2017-08-21Revert "Introduce FuzzMutate library"Justin Bogner
2017-08-21Introduce FuzzMutate libraryJustin Bogner
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
2017-02-10[XRay] A graph Class for the llvm-xray graphDean Michael Berris
2017-02-10Revert "[XRay] A graph Class for the llvm-xray graph"Dean Michael Berris
2017-02-10[XRay] A graph Class for the llvm-xray graphDean Michael Berris
2017-01-04[gtest] Fix the way we disable a warning for unittests.Chandler Carruth
2017-01-04[gtest] Upgrade googletest to version 1.8.0, minimizing local changes.Chandler Carruth
2016-11-15Fix llvm-symbolizer to correctly sort a symbol array and calculate symbol sizesKuba Brecka
2016-11-03[CMake] Disable rpath for UnitTestsJonas Hahnfeld
2016-10-12Add AArch64 unit testsDiana Picus
2016-09-07[CMake] Use CMake's default RPATH for the unit testsDiana Picus
2016-03-01Move ObjectYAML code to a new library.Rafael Espindola
2016-02-18Make a stub version of MITests, instead of reverting.NAKAMURA Takumi
2016-02-18Revert "LiveIntervalAnalysis: Remove LiveVariables requirement" and LiveInter...Matthias Braun
2016-02-15Add unittest for LiveIntervalAnalysis::handleMove()Matthias Braun
2015-05-20AsmParser: Require a terminating null character when creating memory buffer.Alex Lorenz
2015-02-04InstrProf: Add some unit tests for CoverageMappingJustin Bogner
2014-12-29[cmake] Start making LLVM_LIBDIR_SUFFIX effective by adding it toChandler Carruth
2014-07-03Invert the MC -> Object dependency.Rafael Espindola
2014-04-29[CMake] Enable llvm/unittests/LinkerTests. It had not been enabled since r199...NAKAMURA Takumi
2014-02-28Correctly set rpath for unittests.Rafael Espindola
2014-01-31Introduce line editor library.Peter Collingbourne
2013-12-19No point in having a "#if 0"ed unittest.Rafael Espindola
2013-12-19ArchiveFileDescriptorTests: Resurrect part of r197600, but make it invalidate...NAKAMURA Takumi
2013-12-18Revert r197600 while I sort out why it's failing on Windows.Owen Anderson
2013-12-18Add a unit test for loading an object file via a file descriptor. Patch by P...Owen Anderson
2013-10-16Fix MCDataAtom never calling remap when adding data.Rafael Espindola
2013-09-03Add a hashing routine that handles hashing types. Add a test forEric Christopher
2013-09-03Alphabetize.Eric Christopher
2013-07-09Make BinaryRef output correctly in case of empty data.Sean Silva
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