Fix typo: Exectuable -> Executable
[oota-llvm.git] / unittests /
2010-11-14 NAKAMURA Takumiunittests/CMakeLists.txt: Add missing VMCore/ValueMapTe...
2010-10-29 NAKAMURA Takumiunittests/CMakeLists.txt: Don't use RTTI, or linking...
2010-10-28 Oscar FuentesDocument LLVM_BUILD_TESTS, LLVM_INCLUDE_TESTS. New...
2010-10-23 Chandler CarruthSwitch attribute macros to use 'LLVM_' as a prefix...
2010-10-21 Michael J. SpencerSupport: Add Endian.h
2010-10-19 Michael J. Spencerunittests: Use the correct defines and global variables...
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-11 Michael J. SpencerUnit Tests: Missed this error. MSVC and clang didn...
2010-10-11 Michael J. SpencerSystem: Add SwapByteOrder and update Support/MathExtras...
2010-10-11 Michael J. SpencerRevert "System: Add SwapByteOrder and update Support...
2010-10-11 Michael J. SpencerReduce dpendencies for SupportTests.
2010-10-11 Michael J. SpencerSystem: Add SwapByteOrder and update Support/MathExtras...
2010-10-04 Francois Pichetstatic_cast to long, otherwise MSVC 2008 won't compile.
2010-09-28 Nick LewyckyMake ConstantRange::makeICmpRegion handle all the edge...
2010-09-27 Douglas GregorRemove reference to nonexistent test in CMake makefile...
2010-09-27 Dan GohmanMove ValueMapTest from ADT to VMCore so that ADT doesn...
2010-09-27 Dan GohmanAdd an all() method to BitVector, for testing whether...
2010-09-25 Oscar FuentesReverting "CMake: Don't include tools, unittets, or...
2010-09-24 Michael J. SpencerCMake: Don't include tools, unittets, or examples as...
2010-09-24 Michael J. Spencerunittests: Support Windows.
2010-09-24 Michael J. SpencerCMake: Build unittests.
2010-09-16 Duncan SandsAdd better support for environment portion of triple...
2010-09-14 Jakob Stoklund OlesenAttempt to unbreak the FreeBSD buildbot by XFAILing...
2010-09-06 Nick LewyckyAdd a new isSignWrappedSet() method to ConstantRange.
2010-09-01 Chris Lattnerzap dead code.
2010-08-26 Benjamin KramerStringRef::compare_numeric also differed from StringRef...
2010-08-26 Benjamin KramerDo unsigned char comparisons in StringRef::compare_lowe...
2010-08-19 Bill WendlingSilence 'unused' warning.
2010-08-17 Anton KorobeynikovThis patch enables "make unittests" on enable-shared...
2010-08-12 Duncan SandsAdd a 'normalize' method to the Triple class, which...
2010-08-11 Nick LewyckyClean up ConstantRange a bit:
2010-08-08 Duncan SandsRemove the ValueMap copy constructor. It's not used...
2010-08-07 Owen AndersonAdd an inverse() method to ConstantRange.
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-08-02 Dan GohmanMake SCEVUnknown a CallbackVH, so that it can be notifi...
2010-08-02 Oscar FuentesPrefix `next' iterator operation with `llvm::'.
2010-07-30 Duncan SandsFix the ValueMap copy constructor. The issue is that...
2010-07-29 Bob WilsonRemove the temporary hack, now that the llvm-i686-linux...
2010-07-29 Bob WilsonFix the temporary hack.
2010-07-29 Daniel DunbarTemporary hack to ensure stale Analysis dir is cleaned...
2010-07-29 Eric ChristopherSpeculatively revert r109705 since it seems to be causi...
2010-07-29 Dan GohmanFactor out some of the code for updating old SCEVUnknow...
2010-07-22 Chris Lattnermissed a use of SizeRequired.
2010-07-22 Chris Lattnerinstead of migrating it to the MC instruction encoder...
2010-07-22 Gabor Greifadd dyn_cast_or_null tests, exclude invalid dyn_cast...
2010-07-22 Gabor Greiftidy up
2010-07-22 Gabor Greifadd dyn_cast tests and beef up others a bit
2010-07-21 Dan GohmanMake NamedMDNode not be a subclass of Value, and simpli...
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...
next