Revert r194865 and r194874.
[oota-llvm.git] / utils / unittest / UnitTestMain /
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.