summaryrefslogtreecommitdiff
path: root/unittests/ADT
Commit message (Expand)AuthorAge
* SmallVectorTest: Make the deleted member functions private to help MSVC users.David Blaikie2014-06-11
* Convert StringMapEntry::Create to use StringRef instead of start/end pointers...Craig Topper2014-06-11
* SmallVectorTest.cpp: Use LLVM_DELETED_FUNCTION.NAKAMURA Takumi2014-06-10
* SmallVector: support resize(N) with move-only typesDavid Blaikie2014-06-09
* [C++11] Use 'nullptr'.Craig Topper2014-06-08
* SmallVector: Improve test coverage for insert with repetitionDavid Blaikie2014-06-08
* SmallVector: More movable improvements - don't copy elements to make space wh...David Blaikie2014-06-08
* SmallVector: Move, don't copy, elements to make space for an insertion.David Blaikie2014-06-08
* SmallVectorTest: Remove some more robust checks added in r210429 since they c...David Blaikie2014-06-08
* Fix some more moving-from-moved-from objects issues in SmallVectorDavid Blaikie2014-06-08
* APFloat: x - NaN needs to flip the signbit of NaN when x is a number.Stephen Canon2014-06-08
* Ensure SmallVector::insert doesn't overwrite the last element in the range wi...David Blaikie2014-06-08
* Remove use of = default/= delete as they're unsupported on MSVC2012David Blaikie2014-05-09
* Missed formattingDavid Blaikie2014-05-08
* StringMap: Move assignment and move construction.David Blaikie2014-05-08
* StringMap support for move-only values.David Blaikie2014-05-08
* Fix a use of uninitialized memory in SmallVector's move-assignment operator.Douglas Gregor2014-04-30
* [ADT] Teach PointerUnion to support assignment directly from nullptr toChandler Carruth2014-04-29
* [cleanup] Add some actual positive tests for equality. This unittestChandler Carruth2014-04-28
* [cleanup] Make this test use a proper fixture rather than globals.Chandler Carruth2014-04-28
* [cleanup] Fix the whitespace in this test. Notably, correct spacingChandler Carruth2014-04-28
* SCC: Change clients to use const, NFCDuncan P. N. Exon Smith2014-04-25
* Retire llvm::array_endof in favor of non-member std::end.Benjamin Kramer2014-04-12
* Support: generalise object type handling for WindowsSaleem Abdulrasool2014-03-31
* ARM64: remove -m32/-m64 mapping with ARM.Tim Northover2014-03-30
* Support: correct Windows normalisationSaleem Abdulrasool2014-03-30
* ARM64: initial backend importTim Northover2014-03-29
* Canonicalise Windows target triple spellingsSaleem Abdulrasool2014-03-27
* ADT/PointerIntPairTest.cpp: Appease msc17.NAKAMURA Takumi2014-03-10
* [C++11] Now that we have C++11 and I've replaced the use of thisChandler Carruth2014-03-09
* [C++11] Add llvm::make_unique, according to N3656.Ahmed Charles2014-03-09
* Revert "Clean up SmallString a bit"David Blaikie2014-03-09
* Clean up SmallString a bitDavid Blaikie2014-03-09
* Fix 80 cols.Ahmed Charles2014-03-08
* Fix EXPECT_* to not produce a compile warning.Eli Bendersky2014-03-07
* [ADT] Update PointerIntPair to handle pointer types with more than 31 bits free.Jordan Rose2014-03-07
* [C++11] Replace LLVM-style type traits with C++11 standard ones.Benjamin Kramer2014-03-07
* Support: split object format out of environmentSaleem Abdulrasool2014-03-06
* [C++11] Add release() to OwningPtr.Ahmed Charles2014-03-05
* Cleaning up a bunch of pre-Visual C++ 2012 build hacks.Yaron Keren2014-03-04
* Give APInt move semantics.Benjamin Kramer2014-03-02
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02
* [C++11] Switch all uses of the llvm_move macro to use std::moveChandler Carruth2014-03-02
* [C++11] Add support for OwningPtr<T> to be converted to and fromChandler Carruth2014-03-02
* [C++11] Add unit tests for OwningPtr<T> in preparation for changes to makeChandler Carruth2014-03-02
* [C++11] Remove uses of LLVM_HAS_RVALUE_REFERENCES from the unittests.Chandler Carruth2014-03-01
* fix crash in SmallDenseMap copy constructorDuncan P. N. Exon Smith2014-02-25
* Tweak an _MSC_VER ifdef to use typename with clang in a unittestReid Kleckner2014-02-13
* Fix layering StringRef copy using BumpPtrAllocator.Nick Kledzik2014-02-05
* Clean up whitespaceDuncan P. N. Exon Smith2014-01-31