aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-187-25/+43
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-0922-382/+460
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-2336-769/+498
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-0232-242/+543
* Update LLVM for rebase to r212749.Stephen Hines2014-07-2122-245/+165
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-2935-581/+751
* Update to LLVM 3.5a.Stephen Hines2014-04-2435-937/+686
* Merging r196768:Bill Wendling2013-12-101-0/+5
* Annotate APInt methods where it's not clear whether they are in place with wa...Benjamin Kramer2013-11-162-35/+41
* Fix a null pointer dereference when copying a null polymorphic pointer.Chandler Carruth2013-11-131-1/+1
* Add LLVM_HAS_INITIALIZER_LISTS for upcoming C++11 support. Use it in ArrayRefPete Cooper2013-11-111-0/+7
* Switch to allow implicit construction. In many cases, we're wrappingChandler Carruth2013-11-091-1/+1
* Add a polymorphic_ptr<T> smart pointer data type. It's a somewhat sillyChandler Carruth2013-11-091-0/+117
* Add ImmutableSet profiling info for 'bool'.Jordan Rose2013-11-081-0/+12
* Add {start,end}with_lower methods to StringRef.Rui Ueyama2013-10-301-0/+6
* Rehash but don't grow when full of tombstones.Howard Hinnant2013-10-301-3/+2
* Undefine NetBSD, it may have been defined by an earlier include ofJoerg Sonnenberger2013-09-251-0/+1
* Explicitly request unsigned enum types when desiredReid Kleckner2013-09-231-1/+2
* Provide basic type safety for array_pod_sort comparators.Benjamin Kramer2013-09-221-4/+8
* Add warn_unused_result to empty() on various containers.Benjamin Kramer2013-09-134-5/+9
* Add a Python-like join function to merge a list of strings with aJoerg Sonnenberger2013-09-031-0/+43
* Clean up some usage of Triple. The base class has methods for determining if...Cameron Esfahani2013-08-291-1/+6
* isCharInSet refactoring.Alexander Kornienko2013-08-291-1/+1
* Add a function object to compare the first or second component of a std::pair.Benjamin Kramer2013-08-241-0/+16
* Added const qualifier to StringRef::edit_distance member functionDmitri Gribenko2013-08-241-1/+1
* ADT/Triple: Helper to determine if we are targeting the Windows CRTDavid Majnemer2013-08-211-0/+5
* Basic unit tests for PointerUnionDavid Blaikie2013-08-211-1/+1
* Make sure that pop_back_val() result is used.Jakub Staszak2013-08-192-2/+2
* I'm told that != is not ==Chris Lattner2013-08-161-1/+1
* allow != to compare PointerUnion, we already support ==.Chris Lattner2013-08-161-2/+9
* Add difference_type to ImmutableMap/Set iterators so they have a complete set...Benjamin Kramer2013-08-162-0/+2
* Calling the base class constructor from the derived class' initializer list. ...Aaron Ballman2013-08-161-2/+2
* Commit a no-op change to StringRef to (hopefully) trigger build bots.Chandler Carruth2013-08-071-1/+1
* Remove the assertion for now. This breaks lld.Dmitri Gribenko2013-08-071-3/+0
* YAMLTraits.h: replace DenseMap that used a bad implementation of DenseMapInfoDmitri Gribenko2013-08-071-0/+3
* Fix -Wdocumentation warnings.Rafael Espindola2013-07-281-2/+2
* [APFloat] Removed nextafter from missing operations since it is implemented i...Michael Gottesman2013-07-271-1/+1
* Use a non-c'tor for converting a boolean into a StringRef.Bill Wendling2013-07-261-4/+4
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-261-0/+1
* Add a bool->StringRef c'tor to StringRef.Bill Wendling2013-07-251-0/+4
* Remove the mblaze backend from llvm.Rafael Espindola2013-07-251-1/+0
* Sync SmallBitVector with BitVector. Add unit tests for the missing methods.Benjamin Kramer2013-07-111-0/+34
* Remove llvm/ADT/NullablePtr.h, there are no uses of it in-tree.Argyrios Kyrtzidis2013-07-101-62/+0
* Revert r185852.Manman Ren2013-07-081-8/+0
* StringRef: add DenseMapInfo for StringRef.Manman Ren2013-07-081-0/+8
* [ADT/NullablePtr] Allow implicit conversion of NullablePtr<OtherT> -> Nullabl...Argyrios Kyrtzidis2013-07-081-0/+10
* Revert "Revert "[APFloat] Removed APFloat constructor which initialized to ei...Michael Gottesman2013-06-271-1/+0
* Revert "[APFloat] Removed APFloat constructor which initialized to either zer...Michael Gottesman2013-06-271-0/+1
* [APFloat] Removed APFloat constructor which initialized to either zero/NaN bu...Michael Gottesman2013-06-271-1/+0
* [APFloat] Added support for parsing float strings which contain {inf,-inf,NaN...Michael Gottesman2013-06-241-0/+1