- Jun 24, 2009
-
-
Daniel Dunbar authored
llvm-svn: 74044
-
- Jun 09, 2009
-
-
Misha Brukman authored
EXPECT_EQ(expected, actual) . This will make error messages understandable as it uses terms such as "expected" and "actual" based on the order of arguments. llvm-svn: 73150
-
- May 30, 2009
-
-
Nick Lewycky authored
llvm-svn: 72610
-
- May 18, 2009
-
-
Daniel Dunbar authored
llvm-svn: 71993
-
- May 10, 2009
-
-
Nick Lewycky authored
Constant* in preperation of a future change to support holding non-Constants in an MDNode. llvm-svn: 71407
-
- May 02, 2009
-
-
Dan Gohman authored
to make the copy constructor and destructor protected, and corresponding adjustments to the unittests. llvm-svn: 70644
-
- May 01, 2009
-
-
Stuart Hastings authored
llvm-svn: 70572
-
- Apr 27, 2009
-
-
Jeffrey Yasskin authored
the comparison operators were not only unnecessary in the presence of the implicit conversion; they caused ambiguous overload errors. So I deleted them. llvm-svn: 70243
-
- Apr 26, 2009
-
-
Chris Lattner authored
Patch by Jeffrey Yasskin! llvm-svn: 70084
-
- Apr 25, 2009
-
-
Chris Lattner authored
patch by Jeff Yasskin! llvm-svn: 70058
-
- Apr 24, 2009
-
-
Chris Lattner authored
true), and casts make me nervous and are verbose anyway, so here's a ConstantInt::getSigned(Ty, int64_t) method. Just overloading ConstantInt::get() to take an int64_t too would cause ambiguous overload errors." Patch by Jeffrey Yasskin! llvm-svn: 69958
-
- Apr 23, 2009
-
-
Owen Anderson authored
llvm-svn: 69846
-
- Apr 09, 2009
-
-
Nick Lewycky authored
llvm-svn: 68668
-
Misha Brukman authored
llvm-svn: 68664
-
- Apr 08, 2009
-
-
Misha Brukman authored
* Converted C-style casts to C++-style casts llvm-svn: 68613
-
- Apr 04, 2009
-
-
Nick Lewycky authored
Constant, MDString and MDNode which can only be used by globals with a name that starts with "llvm." or as arguments to a function with the same naming restriction. llvm-svn: 68420
-
- Apr 02, 2009
-
-
Bill Wendling authored
llvm-svn: 68258
-
- Apr 01, 2009
-
-
Daniel Dunbar authored
- The code is silly, I'm just amusing myself. Rewrite to be efficient if you like. :) Also, if you wish to debate the proper names of the triple components I'm all ears. llvm-svn: 68252
-
Misha Brukman authored
llvm-svn: 68249
-
Misha Brukman authored
llvm-svn: 68167
-
- Mar 24, 2009
-
-
Misha Brukman authored
llvm-svn: 67652
-
- Mar 19, 2009
-
-
Misha Brukman authored
llvm-svn: 67326
-
- Mar 17, 2009
-
-
Daniel Dunbar authored
llvm-svn: 67083
-
- Feb 26, 2009
-
-
Nick Lewycky authored
llvm-svn: 65517
-
- Feb 09, 2009
-
-
Bill Wendling authored
llvm-svn: 64137
-
- Jan 27, 2009
-
-
Torok Edwin authored
causing assertion failures in getSExtValue(). Fix it by making highWordBits actually contain what its name says, and add some more unit-tests for APInt. This fixes PR3419. llvm-svn: 63107
-
- Jan 19, 2009
-
-
Nick Lewycky authored
The way this worked before was to test APInt by running "lli -force-interpreter=true" knowing the lli uses APInt under the hood to store its values. Now, we test APInt directly. llvm-svn: 62514
-
- Jan 11, 2009
-
-
Bill Wendling authored
llvm-svn: 62035
-
- Jan 10, 2009
-
-
Bill Wendling authored
llvm-svn: 62025
-
- Jan 08, 2009
-
-
Bill Wendling authored
Some generic clean-ups. Also make the StringMapEntryInitializer specialization apply only to the tests that are actually testing it. llvm-svn: 61923
-
Bill Wendling authored
StringMapEntryInitializer classes. Leave it for the compiler to figure out what the type is and what "0" should be transformed into. * Un-disable the unit tests which test the StringMapEntryInitializer class. llvm-svn: 61922
-
Bill Wendling authored
llvm-svn: 61919
-
Misha Brukman authored
* Fixed but in StringMap::clear() * Removed trailing whitespace Original patch by Talin. llvm-svn: 61914
-
- Jan 07, 2009
-
-
Misha Brukman authored
* Fixed {copy,assignment} constructor test names * s/EXPECT_EQ(true, ...)/ASSERT_TRUE(...)/ Patch by Talin. llvm-svn: 61883
-
- Jan 05, 2009
-
-
Bill Wendling authored
run the tests. Most of this was stolen from the llvm/test Makefiles. llvm-svn: 61648
-
- Jan 03, 2009
-
-
Nuno Lopes authored
llvm-svn: 61609
-
Bill Wendling authored
llvm-svn: 61596
-
- Jan 02, 2009
-
-
Nuno Lopes authored
llvm-svn: 61576
-
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
-