Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / utils / unittest / UnitTestMain /
2016-02-12 Hans WennborgMerging r260641:
2015-07-06 NAKAMURA TakumiMake UnitTestMain/TestMain.cpp free from llvm/Config...
2015-04-07 Pete CooperAdd boolean to PrintStackTraceOnErrorSignal to disable...
2014-02-26 NAKAMURA Takumi[CMake] Use LINK_LIBS instead of target_link_libraries().
2014-02-10 NAKAMURA Takumi[CMake] Add dependencies to gtest.
2014-01-10 NAKAMURA TakumiSink add_llvm_library(gtest_main) to UnitTestMain/CMake...
2013-04-30 Reid KlecknerTry to fix ProgramTest on FreeBSD
2013-01-18 Manuel KlimekAdd basic command line parsing to TestMain.
2011-12-15 Daniel Dunbarbuild/unittests: Fix llvm-config names for gtest librar...
2011-02-28 NAKAMURA TakumiDon't install libUnitTestMain.a. It might be useless...
2011-02-04 NAKAMURA TakumiMake Win32's header file name lower for cross build...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-10-02 Francois PichetFix MSVC release mode compilation error.
2010-09-24 Michael J. SpencerFix line endings from my last commit.
2010-09-24 Michael J. Spencerunittests: Support Windows.
2010-06-03 Benjamin KramerDisable pthread support in googletest if llvm was confi...
2010-06-03 Benjamin KramerTurns out gtest still prefers the system <tr1/tuple...
2010-06-02 Benjamin KramerUpdate Readme and Makefiles for the new gtest.
2010-03-09 Chandler CarruthContinue propagating the GoogleTest flags until we...
2010-01-24 Chris Lattnermake -fno-rtti the default unless a directory builds...
2009-10-26 Julien LerougeRemove / use flags that are now set in the Makefile...
2009-09-20 Daniel DunbarFollow googletest logic for suppressing warnings in...
2009-09-13 Daniel DunbarMove unittest driver to utils/unittest/UnitTestMain.