aboutsummaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)Author
2010-09-16Add better support for environment portion of triple. Original patch byDuncan Sands
2010-09-14Attempt to unbreak the FreeBSD buildbot by XFAILing a unit test that seems to beJakob Stoklund Olesen
2010-09-06Add a new isSignWrappedSet() method to ConstantRange.Nick Lewycky
2010-09-01zap dead code.Chris Lattner
2010-08-26StringRef::compare_numeric also differed from StringRef::compare for characte...Benjamin Kramer
2010-08-26Do unsigned char comparisons in StringRef::compare_lower to be more consisten...Benjamin Kramer
2010-08-19Silence 'unused' warning.Bill Wendling
2010-08-17This patch enables "make unittests" on enable-shared/mingw.Anton Korobeynikov
2010-08-12Add a 'normalize' method to the Triple class, which takes a mucked upDuncan Sands
2010-08-11Clean up ConstantRange a bit:Nick Lewycky
2010-08-08Remove the ValueMap copy constructor. It's not used anywhere,Duncan Sands
2010-08-07Add an inverse() method to ConstantRange.Owen Anderson
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson
2010-08-06Revert r110396 to fix buildbots.Owen Anderson
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson
2010-08-02Make SCEVUnknown a CallbackVH, so that it can be notified directlyDan Gohman
2010-08-02Prefix `next' iterator operation with `llvm::'.Oscar Fuentes
2010-07-30Fix the ValueMap copy constructor. The issue is that the map keys are valueDuncan Sands
2010-07-29Remove the temporary hack, now that the llvm-i686-linux buildbot hasBob Wilson
2010-07-29Fix the temporary hack.Bob Wilson
2010-07-29Temporary hack to ensure stale Analysis dir is cleaned up on llvm-i686-linux.Daniel Dunbar
2010-07-29Speculatively revert r109705 since it seems to be causing some build botEric Christopher
2010-07-29Factor out some of the code for updating old SCEVUnknown values, andDan Gohman
2010-07-22missed a use of SizeRequired.Chris Lattner
2010-07-22instead of migrating it to the MC instruction encoder, justChris Lattner
2010-07-22add dyn_cast_or_null tests, exclude invalid dyn_cast testGabor Greif
2010-07-22tidy upGabor Greif
2010-07-22add dyn_cast tests and beef up others a bitGabor Greif
2010-07-21Make NamedMDNode not be a subclass of Value, and simplify the interfaceDan Gohman
2010-07-20tidy upGabor Greif
2010-07-20migrate essentially everything from under #ifdef DEBUG_CAST_OPERATORS into th...Gabor Greif
2010-07-20extend to cast<> and cast_or_null<> testsGabor Greif
2010-07-20isa<> testsGabor Greif
2010-07-20initial checkin for unittest to exercise Support/Casting.hGabor Greif
2010-07-17unit test to go along with r108610Chris Lattner
2010-07-13Switch from EXPECT_EQ({true,false, ...) to the more canonicalChandler Carruth
2010-07-10Use non-bool values for .count.Bill Wendling
2010-06-08ADT: Add DAGDeltaAlgorithm, which is a DAG minimization algorithm built on to...Daniel Dunbar
2010-06-03Disable pthread support in googletest if llvm was configured without threads.Benjamin Kramer
2010-06-03Turns out gtest still prefers the system <tr1/tuple> over it's ownBenjamin Kramer
2010-06-02Update Readme and Makefiles for the new gtest.Benjamin Kramer
2010-05-26Add StringRef::compare_numeric and use it to sort TableGen register records.Jakob Stoklund Olesen
2010-05-13Fix const ilist_node::get{Prev,Next}Node() to actually compile. Picky, picky.Daniel Dunbar
2010-05-12ADT: Add ilist_node::get{Prev,Next}Node, which return the adjacent node or null.Daniel Dunbar
2010-04-30Update BitVectorTest.cpp to stay in sync with SmallBitVectorTest.cpp,Dan Gohman
2010-04-30SmallBitVector: Rework find_first/find_next and tweak test to test them (at l...Benjamin Kramer
2010-04-30Implement a read/write operator[] for SmallBitVector with a proxy class.Benjamin Kramer
2010-04-18silence some unused-value warnings.Chris Lattner
2010-04-16introduce a new CallGraphSCC class, and pass it aroundChris Lattner
2010-04-13Update unittest for allocator laziness.Benjamin Kramer