Always pass a diagnostic handler to the linker.
[oota-llvm.git] / unittests / CMakeLists.txt
2015-05-20 Alex LorenzAsmParser: Require a terminating null character when...
2015-02-04 Justin BognerInstrProf: Add some unit tests for CoverageMapping
2014-12-29 Chandler Carruth[cmake] Start making LLVM_LIBDIR_SUFFIX effective by...
2014-07-03 Rafael EspindolaInvert the MC -> Object dependency.
2014-04-29 NAKAMURA Takumi[CMake] Enable llvm/unittests/LinkerTests. It had not...
2014-02-28 Rafael EspindolaCorrectly set rpath for unittests.
2014-01-31 Peter CollingbourneIntroduce line editor library.
2013-12-19 Rafael EspindolaNo point in having a "#if 0"ed unittest.
2013-12-19 NAKAMURA TakumiArchiveFileDescriptorTests: Resurrect part of r197600...
2013-12-18 Owen AndersonRevert r197600 while I sort out why it's failing on...
2013-12-18 Owen AndersonAdd a unit test for loading an object file via a file...
2013-10-16 Rafael EspindolaFix MCDataAtom never calling remap when adding data.
2013-09-03 Eric ChristopherAdd a hashing routine that handles hashing types. Add...
2013-09-03 Eric ChristopherAlphabetize.
2013-07-09 Sean SilvaMake BinaryRef output correctly in case of empty data.
2013-04-17 Alexey SamsonovCreate a stub for DWARF parser unittests
2013-01-07 Chandler CarruthRename the VMCore unittest tree to IR. Somehow was...
2012-12-05 Michael J. SpencerCopy clang/Driver/<Option parsing stuff> to llvm.
2012-06-21 Chandler CarruthCompletely refactor the structuring of unittest CMake...
2012-06-21 Chandler CarruthFactor the logic for setting up a GoogleTest unit test...
2012-06-21 Chandler CarruthSimplify the naming pattern in the unittests' CMake...
2012-06-21 Chandler CarruthRemove one of the LLVM-specific CMake hacks in favor...
2012-06-17 Benjamin KramerAdd missing unittest files to the cmake build.
2012-06-16 Benjamin KramerUpdate CMake build.
2012-06-16 Chandler CarruthAdd support to the alignment support header for conjuri...
2012-06-06 Justin HolewinskiFix gtest build issue on Visual Studio 2012 RC
2012-04-17 Manuel KlimekGoodbye, JSONParser...
2012-04-03 Michael J. SpencerAdd YAML parser to Support.
2012-03-30 Rafael EspindolaHandle unreachable code in the dominates functions...
2012-03-15 Eli BenderskyFollow-up to r152620: restore JIT event listener tests...
2012-03-13 Eli BenderskyAdd profiling support for Intel Parallel Amplifier...
2012-02-22 Jakob Stoklund OlesenAdd a Briggs and Torczon sparse set implementation.
2012-02-18 TalinHashing.h - utilities for hashing various data types.
2012-01-31 Manuel KlimekRefCountedBaseVPTR needs the IntrusiveRefCntPtrInfo...
2012-01-02 Chandler CarruthUndo the hack in r147427 and move this unittest to...
2012-01-02 Rafael EspindolaMaterialize functions whose basic blocks are used by...
2011-12-16 Manuel KlimekAdds a JSON parser and a benchmark (json-bench) to...
2011-12-16 Chandler CarruthAdd a generic collection of class templates to ADT...
2011-12-16 NAKAMURA TakumiTweak CMake build on Cygwin.
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-06-15 Argyrios KyrtzidisAdd unit tests for ADT/PackedVector
2011-05-11 Oscar FuentesHandle gcc-compatible compilers (such as clang) the...
2011-02-20 Oscar FuentesPut targets on folders, if the IDE supports the feature.
2011-01-13 Oscar FuentesDisable RTTI when building unit tests. This avoids...
2010-12-21 Jakob Stoklund OlesenAdd ADT/IntEqClasses.h as a light-weight implementation...
2010-12-07 Frits van BommelCMake: Fix warning in gtest header used by unit tests.
2010-12-07 NAKAMURA Takumiunittests/CMakeLists.txt: Tweak unittests' layout to...
2010-11-29 Michael J. Spencerunittests: Merge SystemTests back into SupportTests.
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-26 NAKAMURA Takumiunittests/JITTests: Don't use --export-dynamic but...
2010-11-24 Michael J. Spencerunittests: Add SystemTests.
2010-11-19 Dale JohannesenAdd test for PR 8111. By Frits van Bommel.
2010-11-19 Jakob Stoklund OlesenAdd ADT/IntervalMap.
2010-11-19 NAKAMURA Takumiunittests/CMakeLists.txt: [PR8225] Tweak linking JITTes...
2010-11-19 NAKAMURA Takumiunittests/CMakeLists.txt: Suppress building ValueMapTes...
2010-11-19 Jakob Stoklund OlesenRevert "Add ADT/IntervalMap.", GCC doesn't like it.
2010-11-19 Jakob Stoklund OlesenAdd ADT/IntervalMap.
2010-11-14 NAKAMURA Takumiunittests/CMakeLists.txt: Add missing VMCore/ValueMapTe...
2010-10-29 NAKAMURA Takumiunittests/CMakeLists.txt: Don't use RTTI, or linking...
2010-10-28 Oscar FuentesDocument LLVM_BUILD_TESTS, LLVM_INCLUDE_TESTS. New...
2010-10-21 Michael J. SpencerSupport: Add Endian.h
2010-10-19 Michael J. Spencerunittests: Use the correct defines and global variables...
2010-10-11 Michael J. SpencerSystem: Add SwapByteOrder and update Support/MathExtras...
2010-10-11 Michael J. SpencerRevert "System: Add SwapByteOrder and update Support...
2010-10-11 Michael J. SpencerReduce dpendencies for SupportTests.
2010-10-11 Michael J. SpencerSystem: Add SwapByteOrder and update Support/MathExtras...
2010-09-27 Douglas GregorRemove reference to nonexistent test in CMake makefile...
2010-09-25 Oscar FuentesReverting "CMake: Don't include tools, unittets, or...
2010-09-24 Michael J. SpencerCMake: Don't include tools, unittets, or examples as...
2010-09-24 Michael J. SpencerCMake: Build unittests.