Revert "Add --program-prefix support to build"
[oota-llvm.git] / unittests / ADT /
2012-09-15 Craig TopperFix includes of llvm files that used angle brackets.
2012-08-30 NAKAMURA TakumiADTTests: [CMake] Exclude DenseMapTest.cpp and SmallVec...
2012-08-15 Owen AndersonFix another roundToIntegral bug where very large values...
2012-08-15 Owen AndersonFix a problem with APFloat::roundToIntegral where it...
2012-08-01 Chandler CarruthAdd range erase, element insert, and range insert metho...
2012-07-31 Chandler CarruthImplement copy and move assignment for TinyPtrVector...
2012-07-31 Chandler CarruthBring TinyPtrVector under test. Somehow we never picked...
2012-07-30 Chandler CarruthMove the SmallVector unit tests to be type-parameterize...
2012-06-21 Chandler CarruthCompletely refactor the structuring of unittest CMake...
2012-06-19 Chandler CarruthFix PR13148, an inf-loop in StringMap.
2012-06-19 Chandler CarruthRemove some superfluous SCOPED_TRACEs from this unit...
2012-06-17 Benjamin KramerRemove SmallMap unittests, unbreaking the build.
2012-06-17 Benjamin KramerBring the return value of SmallVector::insert in line...
2012-06-17 Benjamin KramerSmallVector: return a valid iterator for the rare case...
2012-06-17 Chandler CarruthAdd a unit test for 'swap', and fix a pile of bugs in
2012-06-17 Chandler CarruthAdd tests for *DenesMap for both key and value types...
2012-06-17 Chandler CarruthIntroduce a SmallDenseMap container that re-uses the...
2012-06-16 Benjamin KramerMerge the SmallBitVector and BitVector unit tests with...
2012-06-16 Chandler CarruthWork around a bug with MSVC 10 where it fails to recogn...
2012-06-16 Chandler CarruthType parameterize the DenseMap unit tests.
2012-06-02 Benjamin KramerFix typos found by github.com/lyda/misspell-check
2012-05-24 Justin HolewinskiRemove the PTX back-end and all of its artifacts (tripl...
2012-05-22 Nuno Lopesfix the quotient returned by sdivrem() for the case...
2012-05-15 Bill WendlingRemove warning about testing unsigned int with int.
2012-05-15 Stepan DyatkovskiyFixed one small stupid, but critical bug.
2012-05-14 Jakob Stoklund OlesenRemove the expensive BitVector::operator~().
2012-05-14 Jakob Stoklund OlesenAdd BitVector::anyCommon().
2012-05-11 Michael J. Spencer[Support/StringRef] Add find_last_not_of and {r,l,...
2012-05-09 Chad RosierAdd unittests for Triple::getMacOSXVersion and Triple...
2012-04-29 Benjamin KramerSmallVector: Don't rely on having an assignment operato...
2012-04-26 Stepan DyatkovskiyFixed SmallMap test. The order of items is undefined...
2012-04-25 Benjamin KramerReapply the SmallMap patch with a fix.
2012-04-25 Eric ChristopherRevert "First implementation of:"
2012-04-25 Stepan DyatkovskiyFirst implementation of:
2012-04-20 Andrew TrickSparseSet: Add support for key-derived indexes and...
2012-04-02 Hal FinkelAdd triple support for the IBM BG/P and BG/Q supercompu...
2012-03-11 Michael J. SpencerFix warnings.
2012-03-10 Michael J. SpencerMake StringRef::getAsInteger work with all integer...
2012-03-07 Chandler CarruthAdd support to the hashing infrastructure for automatic...
2012-03-06 Benjamin KramerSmallPtrSet: Provide a more efficient implementation...
2012-03-04 Chandler CarruthAdd generic support for hashing StringRef objects using...
2012-03-04 Chandler CarruthTeach the hashing facilities how to hash std::string...
2012-03-04 Chandler CarruthSplit this test up into two smaller, and more focused...
2012-03-03 Francois PichetMove the NonPOD struct out of the anonymous namespace...
2012-03-03 Francois PichetFixes the Hashing tests on MSVC by adding llvm:: prefix...
2012-03-03 NAKAMURA Takumiunittests/ADT/HashingTest.cpp: Temporarily disable...
2012-03-02 Chandler CarruthSimplify the pair optimization. Rather than using compl...
2012-03-02 Chandler CarruthAdd a golden data test that I missed somehow the first...
2012-03-02 Chandler CarruthFix bad indenting that was left over from cut/paste...
2012-03-02 Chandler CarruthWe really want to hash pairs of directly-hashable data...
2012-03-02 Chandler CarruthAdd support for hashing pairs by delegating to each...
2012-03-02 Chandler CarruthRemove the misguided extension here that reserved two...
2012-03-01 Chandler CarruthRe-disable the debug output. The comment is there expla...
2012-03-01 Chandler CarruthProvide the 32-bit variant of the golden tests. Not...
2012-03-01 Chandler CarruthRewrite LLVM's generalized support library for hashing...
2012-02-22 Jakob Stoklund OlesenFix typos.
2012-02-22 Chandler CarruthSupport was removed from LLVM's MIPS backend for the...
2012-02-22 Jakob Stoklund OlesenAdd a Briggs and Torczon sparse set implementation.
2012-02-21 Chandler CarruthSwitch the llvm::Triple class to immediately parse...
2012-02-18 TalinHashing.h - utilities for hashing various data types.
2012-02-07 Benjamin KramerAdd a unittest for rotating a really big APInt.
2012-02-06 Chandler CarruthIntroduce helpers to compute the 32-bit varaints and...
2012-01-31 Manuel KlimekRefCountedBaseVPTR needs the IntrusiveRefCntPtrInfo...
2012-01-31 Chandler CarruthAdd various coarse bit-width architecture predicates...
2012-01-30 TalinDenseMap::find_as() and unit tests.
2012-01-24 TalinAdditional methods for SmallString.
2012-01-17 Jakob Stoklund OlesenAdd portable bit mask operations to BitVector.
2011-12-22 Eli FriedmanSome unittests for APInt rotates; patch by Cameron...
2011-12-17 Chandler CarruthAs Doug pointed out (and I really should know), it...
2011-12-16 Dylan NoblesmithAPInt: update asserts for base-36
2011-12-16 Chandler CarruthPut the '*' in the right place in the unit test. Forgot...
2011-12-16 Chandler CarruthAdd a generic collection of class templates to ADT...
2011-11-26 Eli FriedmanFix APFloat::convert so that it handles narrowing conve...
2011-10-15 Benjamin KramerAdd a bad char heuristic to StringRef::find.
2011-10-12 Eli FriedmanAttempt to fix MSVC build.
2011-10-12 Eli FriedmanFix APFloat::getLargest so that it actually returns...
2011-10-07 Eli FriedmanFix APInt::operator*= so that it computes the correct...
2011-09-30 Jakob Stoklund OlesenFix a bug in compare_numeric().
2011-09-14 Douglas GregorAdd APInt support for converting to/from hexatridecimal...
2011-08-29 Matt Beaumont-GayFix a test that wasn't testing the right thing.
2011-07-29 Duncan SandsAvoid undefined behaviour if somehow NUM_GRAPHS equals...
2011-07-29 Jakub StaszakRemove extra semicolon.
2011-07-28 Duncan SandsUse unsigned rather than uint16_t in case anyone feels...
2011-07-28 Duncan SandsCheck an additional property specific to the way LLVM
2011-07-28 Duncan SandsAdd a unittest for the simply connected components...
2011-07-27 Jay FoadRemove some code that is no longer needed now that...
2011-07-24 Chris LattnerAdd Twine support for characters, and switch twine...
2011-07-18 Jeffrey YasskinAdd APInt(numBits, ArrayRef<uint64_t> bigVal) construct...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-15 Jeffrey YasskinAdd an APFloat::convertToInt(APSInt) function that...
2011-07-14 Chris LattnerThe key of a StringMap can contain nul's in it, so...
2011-07-06 Owen AndersonFix a subtle issue in SmallVector. The following code...
2011-06-15 Dylan Noblesmithunittests: add test for APInt::toString()
2011-06-15 Argyrios KyrtzidisTry fixing google1.osuosl.org:8011/builders/clang-i686...
2011-06-15 Argyrios KyrtzidisAdd unit tests for ADT/PackedVector
2011-04-28 Lenny MaioraniRemove bounded StringRef::compare() since nothing but...
2011-04-15 Lenny MaioraniImplements StringRef::compare with bounds. It is behave...
2011-03-30 Benjamin KramerAvoid turning a floating point division with a constant...
2011-03-30 Benjamin KramerAdd APFloat::getExactInverse.
2011-03-17 Benjamin KramerAdd an argument to APInt's magic udiv calculation to...
next