Allocator: Remove ReferenceAdder hack.
[oota-llvm.git] / include / llvm / ADT /
2014-04-18 Benjamin KramerAllocator: Remove ReferenceAdder hack.
2014-04-15 Chandler Carruth[Allocator] Pass the size to the deallocation function...
2014-04-15 Nick LewyckyAdd a DenseMapInfo specialization for PointerUnion...
2014-04-14 James Molloy[ARM64] Add big endian target arm64_be.
2014-04-14 Craig TopperAdd back some typecasts I accidentally lost in r206142.
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-12 Benjamin KramerRetire llvm::array_endof in favor of non-member std...
2014-04-11 David BlaikieImplement depth_first and inverse_depth_first range...
2014-04-10 David BlaikieSimplify make_range by using move semantics
2014-04-10 Jim Grosbachiterator_range: Add an llvm::make_range() helper method.
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-09 Craig Topper[C++11] Replace some comparisons with 'nullptr' with...
2014-04-07 Richard SmithRemove an unused file.
2014-04-07 Craig TopperUse 'false' for a bool instead of '0'
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
2014-04-06 NAKAMURA TakumiQuick fix: Triple::isOSMSVCRT() should be false for...
2014-04-03 Dmitri GribenkoArrayRef: use std::vector::data() now that we are build...
2014-03-31 Joerg SonnenbergerShifting into the sign bit is UB as discussed on IRC...
2014-03-31 Dmitri GribenkoRemove unused private typedef
2014-03-30 Chandler Carruth[Allocator] Stop forward-declaring BumpPtrAllocator...
2014-03-29 Tim NorthoverARM64: initial backend import
2014-03-28 Christian PirkerAdd ARM big endian Target (armeb, thumbeb)
2014-03-27 Saleem AbdulrasoolCanonicalise Windows target triple spellings
2014-03-19 Pete CooperWhen destroying a StringMap, just iterate over the...
2014-03-15 Benjamin KramerMake some assertions on constant expressions static.
2014-03-15 Benjamin KramerPointerIntPair: Avoid an (academic) case of undefined...
2014-03-11 Benjamin KramerRemove copy ctors that did the same thing as the defaul...
2014-03-10 Aaron BallmanRemoving llvm::distance and llvm::copy for iterator_ran...
2014-03-09 Ahmed CharlesChange documentation based on feedback from Chandler.
2014-03-09 Chandler Carruth[C++11] Now that we have C++11 and I've replaced the...
2014-03-09 Ahmed Charles[C++11] Add llvm::make_unique, according to N3656.
2014-03-09 David BlaikieRevert "Clean up SmallString a bit"
2014-03-09 David BlaikieClean up SmallString a bit
2014-03-08 Aaron BallmanAdding some includes to appease build bots. Amends...
2014-03-08 Aaron BallmanAdding range-based STL-like helper APIs. llvm::distance...
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...
next