- Sep 13, 2009
-
-
Daniel Dunbar authored
- This eliminates a race between building the unittests and linking the UnitTestMain library. llvm-svn: 81719
-
- Aug 01, 2009
-
-
Benjamin Kramer authored
llvm-svn: 77790
-
- Jul 27, 2009
-
-
Benjamin Kramer authored
llvm-svn: 77188
-
- Jun 25, 2009
-
-
Jeffrey Yasskin authored
emitted or the machine code for a function is freed. Chris mentioned that we may also want a notification when a stub is emitted, but that'll be a future change. I intend to use this to tell oprofile where functions are emitted and what lines correspond to what addresses. llvm-svn: 74157
-
- Jun 24, 2009
-
-
Daniel Dunbar authored
llvm-svn: 74044
-
- Mar 24, 2009
-
-
Misha Brukman authored
llvm-svn: 67652
-
- Mar 17, 2009
-
-
Daniel Dunbar authored
llvm-svn: 67083
-
- Jan 05, 2009
-
-
Bill Wendling authored
run the tests. Most of this was stolen from the llvm/test Makefiles. llvm-svn: 61648
-
- Jan 02, 2009
-
-
Nuno Lopes authored
llvm-svn: 61572
-
- Jan 01, 2009
-
-
Misha Brukman authored
* Added the first LLVM unittest -- DenseMap. * Updated mkpatch utility to include llvm/unittests dir * Added top-level target "unittests" to run all unittests llvm-svn: 61541
-
Misha Brukman authored
* Removed gtest_main.cc: we have our own main() elsewhere * Simplified the Makefile as we don't need SOURCES * Moved the internal header to gtest/internal/ * Simplified the Makefile to remove -I param to CPP.Flags * Updated README.LLVM with all the steps I took to massage GTest to work in LLVM so far llvm-svn: 61540
-
Misha Brukman authored
Makefile with it, without resorting to the use of VPATH. Also added Makefiles at every level of the directory tree to properly recurse to Google Test and build it as a library (original Makefiles by Talin). llvm-svn: 61539
-