summaryrefslogtreecommitdiff
path: root/include/llvm/ADT
Commit message (Expand)AuthorAge
* Fix layering StringRef copy using BumpPtrAllocator.Nick Kledzik2014-02-05
* Remove outdated & incorrect part of comment.Eli Bendersky2014-02-03
* Introduce SmallPtrSetImpl<T *> which allows insert, erase, count, andChandler Carruth2014-02-03
* Rename the non-templated base class of SmallPtrSet toChandler Carruth2014-02-03
* Fix file header for APFloat.hDuncan P. N. Exon Smith2014-01-31
* Roll back the ConstStringRef change for nowAlp Toker2014-01-27
* Move true/false StringRef helper to StringExtrasAlp Toker2014-01-27
* StringRef: Extend constexpr capabilities and introduce ConstStringRefAlp Toker2014-01-27
* Add operator!= for FoldingSetNodeID and FoldingSetNodeIDRef. Implementation inNick Lewycky2014-01-21
* [x86] Support i386-*-*-code16 triple for emitting 16-bit codeDavid Woodhouse2014-01-20
* [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
* Add missing definitions of key_type and value_type to DenseSet.Matt Arsenault2014-01-08
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Fix c++ mode commentsMatt Arsenault2014-01-06
* Remove StringMapEntryInitializer support.David Blaikie2014-01-02
* The count() function for STL datatypes returns unsigned, evenYaron Keren2013-12-22
* Fix a buffer overrun detected by AddressSanitizer.Anna Zaks2013-12-19
* Recognize EABIHF as environment and use it for RTAPI + VFP.Joerg Sonnenberger2013-12-16
* 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
* Make Triple's isOSBinFormatXXX functions partition triple-space.Tim Northover2013-12-10
* ADT: Implement MutableArrayRef::reverse_iteratorDavid Majnemer2013-12-09
* Correct word hyphenationsAlp Toker2013-12-05
* [PM] [cleanup] Replace a reserved identifier "_Self" with the injectedChandler Carruth2013-11-26
* [PM] [cleanup] Run clang-format over this file. If fixes manyChandler Carruth2013-11-26
* [PM] [cleanup] Update doxygen comments to use the new style, add someChandler Carruth2013-11-26
* Lift self-copy protection up to the header file and add self-moveChandler Carruth2013-11-26
* Put an unused result attribute on SmallSet::empty()Alp Toker2013-11-23
* Make the moved-from SmallPtrSet be a valid, empty, small-state object.Chandler Carruth2013-11-20
* Give SmallPtrSet move semantics when we have R-value references.Chandler Carruth2013-11-20
* Annotate APInt methods where it's not clear whether they are in place with wa...Benjamin Kramer2013-11-16
* Fix a null pointer dereference when copying a null polymorphic pointer.Chandler Carruth2013-11-13
* Add LLVM_HAS_INITIALIZER_LISTS for upcoming C++11 support. Use it in ArrayRefPete Cooper2013-11-11
* Switch to allow implicit construction. In many cases, we're wrappingChandler Carruth2013-11-09
* Add a polymorphic_ptr<T> smart pointer data type. It's a somewhat sillyChandler Carruth2013-11-09
* Add ImmutableSet profiling info for 'bool'.Jordan Rose2013-11-08
* Add {start,end}with_lower methods to StringRef.Rui Ueyama2013-10-30
* Rehash but don't grow when full of tombstones.Howard Hinnant2013-10-30
* Undefine NetBSD, it may have been defined by an earlier include ofJoerg Sonnenberger2013-09-25
* Explicitly request unsigned enum types when desiredReid Kleckner2013-09-23
* Provide basic type safety for array_pod_sort comparators.Benjamin Kramer2013-09-22
* Add warn_unused_result to empty() on various containers.Benjamin Kramer2013-09-13
* Add a Python-like join function to merge a list of strings with aJoerg Sonnenberger2013-09-03
* Clean up some usage of Triple. The base class has methods for determining if...Cameron Esfahani2013-08-29
* isCharInSet refactoring.Alexander Kornienko2013-08-29
* Add a function object to compare the first or second component of a std::pair.Benjamin Kramer2013-08-24
* Added const qualifier to StringRef::edit_distance member functionDmitri Gribenko2013-08-24
* ADT/Triple: Helper to determine if we are targeting the Windows CRTDavid Majnemer2013-08-21