- Jan 07, 2013
-
-
Chandler Carruth authored
library rename. llvm-svn: 171747
-
- Jan 02, 2012
-
-
Chandler Carruth authored
is testing the bitcode reader's functionality, not VMCore's. Add the what is a hope sufficient build system mojo to build and run a new unittest. Also clean up some of the test's naming. The goal for the file should be to unittest the Bitcode Reader, and this is just one particular test among potentially many in the future. Also, reverse my position and relegate the PR# to a comment, but stash the comment on the same line as the test name so it doesn't get lost. This makes the code more self-documenting hopefully w/o losing track of the PR number. llvm-svn: 147431
-
- Nov 29, 2010
-
-
Michael J. Spencer authored
llvm-svn: 120298
-
- Nov 24, 2010
-
-
Michael J. Spencer authored
llvm-svn: 120101
-
- Aug 03, 2010
-
-
Dan Gohman authored
of Value deletions and RAUWs, instead of relying on ScalarEvolution's Scalars map being notified, as that's complicated at best, and insufficient in general. This means SCEVUnknown needs a non-trivial destructor, so introduce a mechanism to allow ScalarEvolution to locate all the SCEVUnknowns. llvm-svn: 110086
-
- Jul 30, 2010
-
-
Bob Wilson authored
completed a successful build. llvm-svn: 109815
-
Bob Wilson authored
llvm-svn: 109810
-
Daniel Dunbar authored
llvm-svn: 109809
-
- Jul 29, 2010
-
-
Eric Christopher authored
angst. llvm-svn: 109718
-
Dan Gohman authored
extend it to handle the case where multiple RAUWs affect a single SCEVUnknown. Add a ScalarEvolution unittest to test for this situation. llvm-svn: 109705
-
- Sep 27, 2009
-
-
Nick Lewycky authored
instructions' optimization flags. llvm-svn: 82934
-
- 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
-