summaryrefslogtreecommitdiff
path: root/unittests/ADT
Commit message (Expand)AuthorAge
* 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
* Roll back the ConstStringRef change for nowAlp Toker2014-01-27
* StringRef: Extend constexpr capabilities and introduce ConstStringRefAlp Toker2014-01-27
* [APInt] Fix nearestLogBase2 to return correct answers for very large APInt an...Michael Gottesman2014-01-19
* [APInt] Fixed bug where APInt(UINT32_MAX, 0) would blow up when being constru...Michael Gottesman2014-01-19
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Fix break introduced in r198377 due to using a local type as a template param...David Blaikie2014-01-03
* Test coverage for non-default-constructible elements in a StringMapDavid Blaikie2014-01-02
* Remove StringMapEntryInitializer support.David Blaikie2014-01-02
* Fix a buffer overrun detected by AddressSanitizer.Anna Zaks2013-12-19
* Remove APInt::extractBit since it is already implemented via operator[]. Chan...Michael Gottesman2013-12-13
* [block-freq] Add the method APInt::nearestLogBase2().Michael Gottesman2013-12-13
* [block-freq] Add the APInt method extractBit.Michael Gottesman2013-12-13
* Darwin: update default iOS version to 5.0Tim Northover2013-12-10
* Make the moved-from SmallPtrSet be a valid, empty, small-state object.Chandler Carruth2013-11-20
* Add a test for assignment operator behavior which was changed inChandler Carruth2013-11-20
* Give SmallPtrSet move semantics when we have R-value references.Chandler Carruth2013-11-20
* [weak vtables] Place class definitions into anonymous namespaces to prevent w...Juergen Ributzka2013-11-19
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* Fix a null pointer dereference when copying a null polymorphic pointer.Chandler Carruth2013-11-13
* Switch to allow implicit construction. In many cases, we're wrappingChandler Carruth2013-11-09