2013-02-07 |
Meador Inge | ADT: Correct APInt::getActiveWords for zero values |
tree | commitdiff |
2013-01-30 |
Michael Gottesman | Added a unit test for r173983 that verifies that Target... |
tree | commitdiff |
2013-01-25 |
Dmitri Gribenko | Add file to CMakeLists (file added in r173505) |
tree | commitdiff |
2013-01-25 |
Nick Lewycky | Add an insert() method to MapVector. Adds the first... |
tree | commitdiff |
2013-01-25 |
Benjamin Kramer | APFloat: Make sure that we get a well-formed x87 NaN... |
tree | commitdiff |
2013-01-22 |
NAKAMURA Takumi | ADT/SparseMultiSetTest.cpp: Try to appease cygwin-clang... |
tree | commitdiff |
2013-01-22 |
NAKAMURA Takumi | ADT/SparseMultiSetTest.cpp: Try to appease cygwin-clang... |
tree | commitdiff |
2013-01-21 |
Michael Ilseman | Introduce a new data structure, the SparseMultiSet... |
tree | commitdiff |
2013-01-07 |
Shuxin Yang | Implement APFloat::isDenormal() |
tree | commitdiff |
2013-01-04 |
Jakob Stoklund Olesen | Add an iplist::clearAndLeakNodesUnsafely() function. |
tree | commitdiff |
2013-01-02 |
Chandler Carruth | Sort a few more #include lines in tools/... unittests... |
tree | commitdiff |
2012-12-18 |
Jakob Stoklund Olesen | Add an assertion for a likely ilist::splice() contract... |
tree | commitdiff |
2012-12-04 |
Chandler Carruth | Sort the #include lines for unittest/... |
tree | commitdiff |
2012-11-30 |
Chandler Carruth | Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_RE... |
tree | commitdiff |
2012-11-08 |
Benjamin Kramer | Drop the limitation to IEEE floating point types from... |
tree | commitdiff |
2012-10-29 |
Ulrich Weigand | Implement arithmetic on APFloat with PPCDoubleDouble... |
tree | commitdiff |
2012-10-23 |
Pete Cooper | Fixed bug in SmallDenseMap where it wouldn't leave... |
tree | commitdiff |
2012-10-16 |
Owen Anderson | Fix a bug in the set(I,E)/reset(I,E) methods that I... |
tree | commitdiff |
2012-10-15 |
Owen Anderson | Add range-based set()/reset() to BitVector. These... |
tree | commitdiff |
2012-10-14 |
Benjamin Kramer | Update CMake build. |
tree | commitdiff |
2012-10-14 |
Benjamin Kramer | Fix a typo that made ImmutableMap::getMaxElement()... |
tree | commitdiff |
2012-10-12 |
Duncan Sands | Add powerpc-ibm-aix to Triple. Patch by Kai. |
tree | commitdiff |
2012-10-03 |
Nick Kledzik | Use unsigned long long instead of uin64_t for OS where... |
tree | commitdiff |
2012-10-03 |
Benjamin Kramer | Don't call getAsUnsignedInteger directly, it fails... |
tree | commitdiff |
2012-10-03 |
Nick Kledzik | Add getAsUnsignedInteger test case that checks that... |
tree | commitdiff |
2012-09-26 |
Benjamin Kramer | APFloat::roundToIntegral: Special values don't keep... |
tree | commitdiff |
2012-09-15 |
Craig Topper | Fix includes of llvm files that used angle brackets. |
tree | commitdiff |
2012-08-30 |
NAKAMURA Takumi | ADTTests: [CMake] Exclude DenseMapTest.cpp and SmallVec... |
tree | commitdiff |
2012-08-15 |
Owen Anderson | Fix another roundToIntegral bug where very large values... |
tree | commitdiff |
2012-08-15 |
Owen Anderson | Fix a problem with APFloat::roundToIntegral where it... |
tree | commitdiff |
2012-08-01 |
Chandler Carruth | Add range erase, element insert, and range insert metho... |
tree | commitdiff |
2012-07-31 |
Chandler Carruth | Implement copy and move assignment for TinyPtrVector... |
tree | commitdiff |
2012-07-31 |
Chandler Carruth | Bring TinyPtrVector under test. Somehow we never picked... |
tree | commitdiff |
2012-07-30 |
Chandler Carruth | Move the SmallVector unit tests to be type-parameterize... |
tree | commitdiff |
2012-06-21 |
Chandler Carruth | Completely refactor the structuring of unittest CMake... |
tree | commitdiff |
2012-06-19 |
Chandler Carruth | Fix PR13148, an inf-loop in StringMap. |
tree | commitdiff |
2012-06-19 |
Chandler Carruth | Remove some superfluous SCOPED_TRACEs from this unit... |
tree | commitdiff |
2012-06-17 |
Benjamin Kramer | Remove SmallMap unittests, unbreaking the build. |
tree | commitdiff |
2012-06-17 |
Benjamin Kramer | Bring the return value of SmallVector::insert in line... |
tree | commitdiff |
2012-06-17 |
Benjamin Kramer | SmallVector: return a valid iterator for the rare case... |
tree | commitdiff |
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 |
next |