[C++11] Add 'override' keyword to virtual methods that override their base class.
[oota-llvm.git] / include / llvm / ADT /
2014-03-07 Jordan Rose[ADT] Update PointerIntPair to handle pointer types...
2014-03-07 Benjamin Kramer[C++11] Replace LLVM-style type traits with C++11 stand...
2014-03-06 Saleem AbdulrasoolSupport: split object format out of environment
2014-03-06 Chandler Carruth[cleanup] Re-sort the standard library include lines.
2014-03-05 Hans WennborgWork around MSVC bug in IntrusiveRefCntPtr.h
2014-03-05 Ben LangmuirAdd a ThreadSafeRefCountedBase
2014-03-05 Ahmed Charles[C++11] Add release() to OwningPtr.
2014-03-04 Benjamin KramerAPFloat: Add a move ctor and operator=
2014-03-04 Chandler Carruth[Modules] Move ValueMap to the IR library. While this...
2014-03-04 Chandler Carruth[Modules] Move ValueHandle into the IR library where...
2014-03-04 Chandler Carruth[cleanup] Re-sort all the includes with utils/sort_incl...
2014-03-04 Craig Topper[C+11] Add 'override' keyword to methods in the support...
2014-03-03 Chandler Carruth[C++11] Remove the completely unnecessary requirement...
2014-03-03 Benjamin KramerRevert "[C++11] Replace LLVM atomics with std::atomic."
2014-03-03 Benjamin Kramer[C++11] Replace LLVM atomics with std::atomic.
2014-03-03 Chandler Carruth[C++11] Add an iterator_range class template. This...
2014-03-03 Ahmed Charles[C++11] Pass unique_ptr by value instead of &&.
2014-03-02 Benjamin KramerRemove unnecessary copy ctors.
2014-03-02 Benjamin KramerGive APInt move semantics.
2014-03-02 Benjamin Kramer[C++11] Replace llvm::tie with std::tie.
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-03-02 Chandler Carruth[C++11] Switch all uses of the llvm_move macro to use...
2014-03-02 Chandler Carruth[C++11] Add support for OwningPtr<T> to be converted...
2014-03-02 Alp Toker[C++11] Expand and eliminate the LLVM_ENUM_INT_TYPE...
2014-03-01 Chandler Carruth[C++11] Remove the R-value reference #if usage from...
2014-02-25 Duncan P. N. Exon... fix crash in SmallDenseMap copy constructor
2014-02-24 Christian PirkerAdd AArch64 big endian Target (aarch64_be)
2014-02-13 Duncan P. N. Exon... SCCIterator: Merge MinVisitNumStack and VisitStack
2014-02-05 Nick KledzikFix layering StringRef copy using BumpPtrAllocator.
2014-02-03 Eli BenderskyRemove outdated & incorrect part of comment.
2014-02-03 Chandler CarruthIntroduce SmallPtrSetImpl<T *> which allows insert...
2014-02-03 Chandler CarruthRename the non-templated base class of SmallPtrSet to
2014-01-31 Duncan P. N. Exon... Fix file header for APFloat.h
2014-01-27 Alp TokerRoll back the ConstStringRef change for now
2014-01-27 Alp TokerMove true/false StringRef helper to StringExtras
2014-01-27 Alp TokerStringRef: Extend constexpr capabilities and introduce...
2014-01-21 Nick LewyckyAdd operator!= for FoldingSetNodeID and FoldingSetNodeI...
2014-01-20 David Woodhouse[x86] Support i386-*-*-code16 triple for emitting 16...
2014-01-19 Michael Gottesman[APInt] Fix nearestLogBase2 to return correct answers...
2014-01-19 Michael Gottesman[APInt] Fixed bug where APInt(UINT32_MAX, 0) would...
2014-01-08 Matt ArsenaultAdd missing definitions of key_type and value_type...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2014-01-06 Matt ArsenaultFix c++ mode comments
2014-01-02 David BlaikieRemove StringMapEntryInitializer support.
2013-12-22 Yaron KerenThe count() function for STL datatypes returns unsigned...
2013-12-19 Anna ZaksFix a buffer overrun detected by AddressSanitizer.
2013-12-16 Joerg SonnenbergerRecognize EABIHF as environment and use it for RTAPI...
2013-12-13 Michael GottesmanRemove APInt::extractBit since it is already implemente...
2013-12-13 Michael Gottesman[block-freq] Add the method APInt::nearestLogBase2().
2013-12-13 Michael Gottesman[block-freq] Add the APInt method extractBit.
2013-12-10 Tim NorthoverMake Triple's isOSBinFormatXXX functions partition...
2013-12-09 David MajnemerADT: Implement MutableArrayRef::reverse_iterator
2013-12-05 Alp TokerCorrect word hyphenations
2013-11-26 Chandler Carruth[PM] [cleanup] Replace a reserved identifier "_Self...
2013-11-26 Chandler Carruth[PM] [cleanup] Run clang-format over this file. If...
2013-11-26 Chandler Carruth[PM] [cleanup] Update doxygen comments to use the new...
2013-11-26 Chandler CarruthLift self-copy protection up to the header file and...
2013-11-23 Alp TokerPut an unused result attribute on SmallSet::empty()
2013-11-20 Chandler CarruthMake the moved-from SmallPtrSet be a valid, empty,...
2013-11-20 Chandler CarruthGive SmallPtrSet move semantics when we have R-value...
2013-11-16 Benjamin KramerAnnotate APInt methods where it's not clear whether...
2013-11-13 Chandler CarruthFix a null pointer dereference when copying a null...
2013-11-11 Pete CooperAdd LLVM_HAS_INITIALIZER_LISTS for upcoming C++11 suppo...
2013-11-09 Chandler CarruthSwitch to allow implicit construction. In many cases...
2013-11-09 Chandler CarruthAdd a polymorphic_ptr<T> smart pointer data type. It...
2013-11-08 Jordan RoseAdd ImmutableSet profiling info for 'bool'.
2013-10-30 Rui UeyamaAdd {start,end}with_lower methods to StringRef.
2013-10-30 Howard HinnantRehash but don't grow when full of tombstones.
2013-09-25 Joerg SonnenbergerUndefine NetBSD, it may have been defined by an earlier...
2013-09-23 Reid KlecknerExplicitly request unsigned enum types when desired
2013-09-22 Benjamin KramerProvide basic type safety for array_pod_sort comparators.
2013-09-13 Benjamin KramerAdd warn_unused_result to empty() on various containers.
2013-09-03 Joerg SonnenbergerAdd a Python-like join function to merge a list of...
2013-08-29 Cameron EsfahaniClean up some usage of Triple. The base class has...
2013-08-29 Alexander KornienkoisCharInSet refactoring.
2013-08-24 Benjamin KramerAdd a function object to compare the first or second...
2013-08-24 Dmitri GribenkoAdded const qualifier to StringRef::edit_distance membe...
2013-08-21 David MajnemerADT/Triple: Helper to determine if we are targeting...
2013-08-21 David BlaikieBasic unit tests for PointerUnion
2013-08-19 Jakub StaszakMake sure that pop_back_val() result is used.
2013-08-16 Chris LattnerI'm told that != is not ==
2013-08-16 Chris Lattnerallow != to compare PointerUnion, we already support ==.
2013-08-16 Benjamin KramerAdd difference_type to ImmutableMap/Set iterators so...
2013-08-16 Aaron BallmanCalling the base class constructor from the derived...
2013-08-07 Chandler CarruthCommit a no-op change to StringRef to (hopefully) trigg...
2013-08-07 Dmitri GribenkoRemove the assertion for now. This breaks lld.
2013-08-07 Dmitri GribenkoYAMLTraits.h: replace DenseMap that used a bad implemen...
2013-07-28 Rafael EspindolaFix -Wdocumentation warnings.
2013-07-27 Michael Gottesman[APFloat] Removed nextafter from missing operations...
2013-07-26 Bill WendlingUse a non-c'tor for converting a boolean into a StringRef.
2013-07-26 Bill Schmidt[PowerPC] Support powerpc64le as a syntax-checking...
2013-07-25 Bill WendlingAdd a bool->StringRef c'tor to StringRef.
2013-07-25 Rafael EspindolaRemove the mblaze backend from llvm.
2013-07-11 Benjamin KramerSync SmallBitVector with BitVector. Add unit tests...
2013-07-10 Argyrios KyrtzidisRemove llvm/ADT/NullablePtr.h, there are no uses of...
2013-07-08 Manman RenRevert r185852.
2013-07-08 Manman RenStringRef: add DenseMapInfo for StringRef.
2013-07-08 Argyrios Kyrtzidis[ADT/NullablePtr] Allow implicit conversion of Nullable...
2013-06-27 Michael GottesmanRevert "Revert "[APFloat] Removed APFloat constructor...
2013-06-27 Michael GottesmanRevert "[APFloat] Removed APFloat constructor which...
next