Move the smarts of AnalysisGroup registration into PassRegistry.
[oota-llvm.git] / unittests /
2010-07-20 Gabor Greiftidy up
2010-07-20 Gabor Greifmigrate essentially everything from under #ifdef DEBUG_...
2010-07-20 Gabor Greifextend to cast<> and cast_or_null<> tests
2010-07-20 Gabor Greifisa<> tests
2010-07-20 Gabor Greifinitial checkin for unittest to exercise Support/Casting.h
2010-07-17 Chris Lattnerunit test to go along with r108610
2010-07-13 Chandler CarruthSwitch from EXPECT_EQ({true,false, ...) to the more...
2010-07-10 Bill WendlingUse non-bool values for .count.
2010-06-08 Daniel DunbarADT: Add DAGDeltaAlgorithm, which is a DAG minimization...
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-05-26 Jakob Stoklund OlesenAdd StringRef::compare_numeric and use it to sort Table...
2010-05-13 Daniel DunbarFix const ilist_node::get{Prev,Next}Node() to actually...
2010-05-12 Daniel DunbarADT: Add ilist_node::get{Prev,Next}Node, which return...
2010-04-30 Dan GohmanUpdate BitVectorTest.cpp to stay in sync with SmallBitV...
2010-04-30 Benjamin KramerSmallBitVector: Rework find_first/find_next and tweak...
2010-04-30 Benjamin KramerImplement a read/write operator[] for SmallBitVector...
2010-04-18 Chris Lattnersilence some unused-value warnings.
2010-04-16 Chris Lattnerintroduce a new CallGraphSCC class, and pass it around
2010-04-13 Benjamin KramerUpdate unittest for allocator laziness.
2010-04-05 Chris Lattnerupdate unit test for api change.
2010-03-26 Dan GohmanFix SmallVector's insert to handle non-random-access...
2010-03-18 Gabor Greifanother one
2010-03-18 Dan GohmanMake this test more lenient; with SmallVector now using...
2010-03-17 Gabor Greiffeedback from Nick
2010-03-17 Jeffrey YasskinFix death tests in -Asserts builds.
2010-03-16 Gabor Greifmore BranchInst tests
2010-03-16 Gabor Greifadd BranchInst tests
2010-03-16 Gabor Greifappease valgrind testers
2010-03-16 Gabor Greifadd single return tests
2010-03-16 Gabor Greiffix PR6589
2010-03-16 Gabor Greifbegin humbly with a repro of PR6589
2010-03-13 Nick LewyckyTeach this test not to leak. Also, clean up all the...
2010-03-13 Jeffrey YasskinRemove the last memory leak from the VMCore unit tests.
2010-03-13 Jeffrey YasskinRemove a memory leak from MetadataTest.
2010-03-13 Jeffrey YasskinRemove a memory leak from VerifierTest.
2010-03-09 Chandler CarruthConsolidate GoogleTest make options and duplicate them...
2010-03-04 Jeffrey YasskinStop leaking MDStrings.
2010-03-04 Jeffrey YasskinFix PR6360. It's easy for a stub's address to escape...
2010-03-04 Jeffrey YasskinFix PR5291, in which a SmallPtrSet iterator was held...
2010-03-01 Dan GohmanSpelling fixes.
2010-02-28 John McCallTeach APFloat how to create both QNaNs and SNaNs and...
2010-02-26 John McCallMake APFloat's string-parsing routines a bit safer...
2010-02-25 Jeffrey YasskinTry r96559 for the third time. This time the shared...
2010-02-23 Jeffrey YasskinRoll back r96959 again.
2010-02-23 Jeffrey YasskinRoll r96559 forward again, adding libLLVM-2.7svn.so...
2010-02-18 Jeffrey YasskinRoll back the shared library, r96559. It broke two...
2010-02-18 Jeffrey YasskinAdd a shared library for LLVM, named libLLVM2.7svn...
2010-02-17 Daniel DunbarAdd Regex::sub, for doing regular expression substituti...
2010-02-15 Nick LewyckyTeach the verifier to check the condition on a branch...
2010-02-11 Jeffrey YasskinFix (harmless) memory leak found by memcheck.
2010-02-11 Jeffrey YasskinFix some of the memcheck errors found in the JIT unittests.
2010-02-11 Jeffrey YasskinMake it possible to create multiple JIT instances at...
2010-02-10 Benjamin KramerSilence GCC warnings.
2010-02-10 Dan GohmanImplement operators |=, &=, and ^= for SmallBitVector...
2010-02-09 Dale JohannesenDisable unittests/ADT/BitVectorTest on PPC Darwin.
2010-02-09 Jeffrey YasskinAdd support for TypeBuilder<const/volatile void*, false>.
2010-02-03 John McCallMake APInt::countLeadingZerosSlowCase() treat the conte...
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2010-01-26 Jeffrey YasskinRoll r94484 (avoiding RTTI problems in tests) forward...
2010-01-26 Bob WilsonRevert 94484. Re-disable unittests that need RTTI.
2010-01-26 Jeffrey YasskinRe-enable unit tests disabled in r94164 by telling...
2010-01-24 Chris Lattnermake -fno-rtti the default unless a directory builds...
2010-01-22 Torok EdwinFix TimeValue::now() on Unix.
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2010-01-05 Devang PatelNamedMDNode is a collection MDNodes.
2010-01-05 Dan GohmanAdd a SmallBitVector class, which mimics BitVector...
2009-12-31 Benjamin KramerSilence compiler warning.
2009-12-31 Douglas GregorDocument the edit-distance algorithm used in StringRef...
2009-12-31 Chris Lattnerdon't unittest mdnode printing, we have disassembler...
2009-12-31 Chris Lattnerrename "elements" of metadata to "operands". "Elements...
2009-12-24 John McCallImplement support for converting to string at "natural...
2009-12-24 Douglas GregorMove the two definitions of operator<< into namespace...
2009-12-24 Douglas GregorDefine the new operator<< for sets into namespace std...
2009-12-24 John McCallAdd accessors for the largest-magnitude, smallest-magni...
2009-12-23 Jeffrey YasskinDisable JITTest.FunctionIsRecompiledAndRelinked on...
2009-12-22 Jeffrey YasskinPartially revert r91626. Materializing extra functions...
2009-12-22 Jeffrey YasskinFix a crash in JIT::recompileAndRelinkFunction(). It...
2009-12-21 Eli FriedmanChange StringRef::startswith and StringRef::endswith...
2009-12-18 Rafael EspindolaCatch more cases of a pointer being marked garbage...
2009-12-17 Jeffrey YasskinDon't codegen available_externally functions. Fixes...
2009-12-17 Jeffrey YasskinThis fixes a memory leak in OpaqueType found by Google...
2009-12-13 Jeffrey YasskinReinstate r91208 to fix available_externally linkage...
2009-12-12 Jeffrey YasskinRevert r91208. Something on Linux prevents the JIT...
2009-12-12 Jeffrey YasskinFix available_externally linkage for globals. It's...
2009-12-03 Daniel DunbarAdd an implementation of the delta debugging algorithm.
2009-11-24 Jeffrey YasskinOops. Re-disable JITTest.NoStubs on ARM and PPC since...
2009-11-23 Jeffrey Yasskin* Move stub allocation inside the JITEmitter, instead...
2009-11-19 Duncan SandsOnly run this mutex test if threading is enabled. ...
2009-11-19 Benjamin KramerReenable Split2 StringRef test with Apple gcc.
2009-11-17 Daniel Dunbar"XFAIL" the Split2 StringReft test with Apple gcc,...
2009-11-16 Jeffrey YasskinRevert the test from r88984. It relies on being able...
2009-11-16 Jeffrey YasskinMake X86-64 in the Large model always emit 64-bit calls.
2009-11-14 Benjamin KramerThis test doesn't work on arm either.
2009-11-13 Bill WendlingDisable the JITTest.NoStubs test for Darwin PPC. It...
2009-11-13 Rafael EspindolaDistinguish "a," from "a". The first one splits into...
2009-11-13 Rafael EspindolaSwitch to smallvector. Also fix issue with using unsige...
2009-11-13 Rafael EspindolaAdd a new split method to StringRef that puts the subst...
2009-11-12 Eric ChristopherUse stubs when we have them, otherwise use code we...
next