2012-06-17 |
Chandler Carruth | Add a unit test for 'swap', and fix a pile of bugs in |
tree | commitdiff |
2012-06-17 |
Chandler Carruth | Add tests for *DenesMap for both key and value types... |
tree | commitdiff |
2012-06-17 |
Chandler Carruth | Introduce a SmallDenseMap container that re-uses the... |
tree | commitdiff |
2012-06-16 |
Benjamin Kramer | Merge the SmallBitVector and BitVector unit tests with... |
tree | commitdiff |
2012-06-16 |
Chandler Carruth | Work around a bug with MSVC 10 where it fails to recogn... |
tree | commitdiff |
2012-06-16 |
Chandler Carruth | Type parameterize the DenseMap unit tests. |
tree | commitdiff |
2012-06-02 |
Benjamin Kramer | Fix typos found by github.com/lyda/misspell-check |
tree | commitdiff |
2012-05-24 |
Justin Holewinski | Remove the PTX back-end and all of its artifacts (tripl... |
tree | commitdiff |
2012-05-22 |
Nuno Lopes | fix the quotient returned by sdivrem() for the case... |
tree | commitdiff |
2012-05-15 |
Bill Wendling | Remove warning about testing unsigned int with int. |
tree | commitdiff |
2012-05-15 |
Stepan Dyatkovskiy | Fixed one small stupid, but critical bug. |
tree | commitdiff |
2012-05-14 |
Jakob Stoklund Olesen | Remove the expensive BitVector::operator~(). |
tree | commitdiff |
2012-05-14 |
Jakob Stoklund Olesen | Add BitVector::anyCommon(). |
tree | commitdiff |
2012-05-11 |
Michael J. Spencer | [Support/StringRef] Add find_last_not_of and {r,l,... |
tree | commitdiff |
2012-05-09 |
Chad Rosier | Add unittests for Triple::getMacOSXVersion and Triple... |
tree | commitdiff |
2012-04-29 |
Benjamin Kramer | SmallVector: Don't rely on having an assignment operato... |
tree | commitdiff |
2012-04-26 |
Stepan Dyatkovskiy | Fixed SmallMap test. The order of items is undefined... |
tree | commitdiff |
2012-04-25 |
Benjamin Kramer | Reapply the SmallMap patch with a fix. |
tree | commitdiff |
2012-04-25 |
Eric Christopher | Revert "First implementation of:" |
tree | commitdiff |
2012-04-25 |
Stepan Dyatkovskiy | First implementation of: |
tree | commitdiff |
2012-04-20 |
Andrew Trick | SparseSet: Add support for key-derived indexes and... |
tree | commitdiff |
2012-04-02 |
Hal Finkel | Add triple support for the IBM BG/P and BG/Q supercompu... |
tree | commitdiff |
2012-03-11 |
Michael J. Spencer | Fix warnings. |
tree | commitdiff |
2012-03-10 |
Michael J. Spencer | Make StringRef::getAsInteger work with all integer... |
tree | commitdiff |
2012-03-07 |
Chandler Carruth | Add support to the hashing infrastructure for automatic... |
tree | commitdiff |
2012-03-06 |
Benjamin Kramer | SmallPtrSet: Provide a more efficient implementation... |
tree | commitdiff |
2012-03-04 |
Chandler Carruth | Add generic support for hashing StringRef objects using... |
tree | commitdiff |
2012-03-04 |
Chandler Carruth | Teach the hashing facilities how to hash std::string... |
tree | commitdiff |
2012-03-04 |
Chandler Carruth | Split this test up into two smaller, and more focused... |
tree | commitdiff |
2012-03-03 |
Francois Pichet | Move the NonPOD struct out of the anonymous namespace... |
tree | commitdiff |
2012-03-03 |
Francois Pichet | Fixes the Hashing tests on MSVC by adding llvm:: prefix... |
tree | commitdiff |
2012-03-03 |
NAKAMURA Takumi | unittests/ADT/HashingTest.cpp: Temporarily disable... |
tree | commitdiff |
2012-03-02 |
Chandler Carruth | Simplify the pair optimization. Rather than using compl... |
tree | commitdiff |
2012-03-02 |
Chandler Carruth | Add a golden data test that I missed somehow the first... |
tree | commitdiff |
2012-03-02 |
Chandler Carruth | Fix bad indenting that was left over from cut/paste... |
tree | commitdiff |
2012-03-02 |
Chandler Carruth | We really want to hash pairs of directly-hashable data... |
tree | commitdiff |
2012-03-02 |
Chandler Carruth | Add support for hashing pairs by delegating to each... |
tree | commitdiff |
2012-03-02 |
Chandler Carruth | Remove the misguided extension here that reserved two... |
tree | commitdiff |
2012-03-01 |
Chandler Carruth | Re-disable the debug output. The comment is there expla... |
tree | commitdiff |
2012-03-01 |
Chandler Carruth | Provide the 32-bit variant of the golden tests. Not... |
tree | commitdiff |
2012-03-01 |
Chandler Carruth | Rewrite LLVM's generalized support library for hashing... |
tree | commitdiff |
2012-02-22 |
Jakob Stoklund Olesen | Fix typos. |
tree | commitdiff |
2012-02-22 |
Chandler Carruth | Support was removed from LLVM's MIPS backend for the... |
tree | commitdiff |
2012-02-22 |
Jakob Stoklund Olesen | Add a Briggs and Torczon sparse set implementation. |
tree | commitdiff |
2012-02-21 |
Chandler Carruth | Switch the llvm::Triple class to immediately parse... |
tree | commitdiff |
2012-02-18 |
Talin | Hashing.h - utilities for hashing various data types. |
tree | commitdiff |
2012-02-07 |
Benjamin Kramer | Add a unittest for rotating a really big APInt. |
tree | commitdiff |
2012-02-06 |
Chandler Carruth | Introduce helpers to compute the 32-bit varaints and... |
tree | commitdiff |
2012-01-31 |
Manuel Klimek | RefCountedBaseVPTR needs the IntrusiveRefCntPtrInfo... |
tree | commitdiff |
2012-01-31 |
Chandler Carruth | Add various coarse bit-width architecture predicates... |
tree | commitdiff |
2012-01-30 |
Talin | DenseMap::find_as() and unit tests. |
tree | commitdiff |
2012-01-24 |
Talin | Additional methods for SmallString. |
tree | commitdiff |
2012-01-17 |
Jakob Stoklund Olesen | Add portable bit mask operations to BitVector. |
tree | commitdiff |
2011-12-22 |
Eli Friedman | Some unittests for APInt rotates; patch by Cameron... |
tree | commitdiff |
2011-12-17 |
Chandler Carruth | As Doug pointed out (and I really should know), it... |
tree | commitdiff |
2011-12-16 |
Dylan Noblesmith | APInt: update asserts for base-36 |
tree | commitdiff |
2011-12-16 |
Chandler Carruth | Put the '*' in the right place in the unit test. Forgot... |
tree | commitdiff |
2011-12-16 |
Chandler Carruth | Add a generic collection of class templates to ADT... |
tree | commitdiff |
2011-11-26 |
Eli Friedman | Fix APFloat::convert so that it handles narrowing conve... |
tree | commitdiff |
2011-10-15 |
Benjamin Kramer | Add a bad char heuristic to StringRef::find. |
tree | commitdiff |
2011-10-12 |
Eli Friedman | Attempt to fix MSVC build. |
tree | commitdiff |
2011-10-12 |
Eli Friedman | Fix APFloat::getLargest so that it actually returns... |
tree | commitdiff |
2011-10-07 |
Eli Friedman | Fix APInt::operator*= so that it computes the correct... |
tree | commitdiff |
2011-09-30 |
Jakob Stoklund Olesen | Fix a bug in compare_numeric(). |
tree | commitdiff |
2011-09-14 |
Douglas Gregor | Add APInt support for converting to/from hexatridecimal... |
tree | commitdiff |
2011-08-29 |
Matt Beaumont-Gay | Fix a test that wasn't testing the right thing. |
tree | commitdiff |
2011-07-29 |
Duncan Sands | Avoid undefined behaviour if somehow NUM_GRAPHS equals... |
tree | commitdiff |
2011-07-29 |
Jakub Staszak | Remove extra semicolon. |
tree | commitdiff |
2011-07-28 |
Duncan Sands | Use unsigned rather than uint16_t in case anyone feels... |
tree | commitdiff |
2011-07-28 |
Duncan Sands | Check an additional property specific to the way LLVM |
tree | commitdiff |
2011-07-28 |
Duncan Sands | Add a unittest for the simply connected components... |
tree | commitdiff |
2011-07-27 |
Jay Foad | Remove some code that is no longer needed now that... |
tree | commitdiff |
2011-07-24 |
Chris Lattner | Add Twine support for characters, and switch twine... |
tree | commitdiff |
2011-07-18 |
Jeffrey Yasskin | Add APInt(numBits, ArrayRef<uint64_t> bigVal) construct... |
tree | commitdiff |
2011-07-18 |
Chris Lattner | land David Blaikie's patch to de-constify Type, with... |
tree | commitdiff |
2011-07-15 |
Jeffrey Yasskin | Add an APFloat::convertToInt(APSInt) function that... |
tree | commitdiff |
2011-07-14 |
Chris Lattner | The key of a StringMap can contain nul's in it, so... |
tree | commitdiff |
2011-07-06 |
Owen Anderson | Fix a subtle issue in SmallVector. The following code... |
tree | commitdiff |
2011-06-15 |
Dylan Noblesmith | unittests: add test for APInt::toString() |
tree | commitdiff |
2011-06-15 |
Argyrios Kyrtzidis | Try fixing google1.osuosl.org:8011/builders/clang-i686... |
tree | commitdiff |
2011-06-15 |
Argyrios Kyrtzidis | Add unit tests for ADT/PackedVector |
tree | commitdiff |
2011-04-28 |
Lenny Maiorani | Remove bounded StringRef::compare() since nothing but... |
tree | commitdiff |
2011-04-15 |
Lenny Maiorani | Implements StringRef::compare with bounds. It is behave... |
tree | commitdiff |
2011-03-30 |
Benjamin Kramer | Avoid turning a floating point division with a constant... |
tree | commitdiff |
2011-03-30 |
Benjamin Kramer | Add APFloat::getExactInverse. |
tree | commitdiff |
2011-03-17 |
Benjamin Kramer | Add an argument to APInt's magic udiv calculation to... |
tree | commitdiff |
2011-02-21 |
Cameron Zwarich | The signed version of our "magic number" computation... |
tree | commitdiff |
2011-02-03 |
Duncan Sands | Part of this test is invariant inside the inner loop... |
tree | commitdiff |
2011-02-02 |
Duncan Sands | Remove NoVendor and NoOS, added in commit 123990, from... |
tree | commitdiff |
2011-01-27 |
Chris Lattner | Don't infinitely recurse! Patch by Marius Wachtler! |
tree | commitdiff |
2011-01-21 |
Renato Golin | Clang was not parsing target triples involving EABI... |
tree | commitdiff |
2010-12-21 |
Jakob Stoklund Olesen | Add ADT/IntEqClasses.h as a light-weight implementation... |
tree | commitdiff |
2010-12-17 |
Jakob Stoklund Olesen | Add more checks to IntervalMapOverlaps::advance() to... |
tree | commitdiff |
2010-12-17 |
Jakob Stoklund Olesen | It is allowed to call IntervalMap::const_iterator:... |
tree | commitdiff |
2010-12-17 |
Jakob Stoklund Olesen | Fix crash when IntervalMapOverlaps::advanceTo moves... |
tree | commitdiff |
2010-12-17 |
Jakob Stoklund Olesen | Complete tests for IntervalMapOverlaps. |
tree | commitdiff |
2010-12-16 |
Jakob Stoklund Olesen | Add basic test exposing many bugs. |
tree | commitdiff |
2010-12-03 |
Jakob Stoklund Olesen | Add IntervalMap::iterator::set{Start,Stop,Value} method... |
tree | commitdiff |
2010-12-01 |
Michael J. Spencer | Support/ADT/Twine: Add toNullTerminatedStringRef. |
tree | commitdiff |
2010-12-01 |
Jay Foad | PR5207: Rename overloaded APInt methods set(), clear... |
tree | commitdiff |
next |