Fix layering StringRef copy using BumpPtrAllocator.
[oota-llvm.git] / include / llvm / ADT /
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...
2013-06-27 Michael Gottesman[APFloat] Removed APFloat constructor which initialized...
2013-06-24 Michael Gottesman[APFloat] Added support for parsing float strings which...
2013-06-24 Michael Gottesman[APFloat] Added make{Zero,Inf} methods and implemented...
2013-06-24 Michael Gottesman[APFloat] Removed out of date comment from isNormal().
2013-06-24 Michael Gottesman[APFloat] Rename llvm::exponent_t => llvm::APFloat...
2013-06-21 Justin Holewinski[NVPTX] Add support for selecting CUDA vs OCL mode...
2013-06-21 Michael Gottesman[APFloat] Added missing doxygen module closing statement.
2013-06-20 Michael Gottesman[APFloat] Rename isIEEENormal => isNormal and remove...
2013-06-19 Michael Gottesman[APFloat] Converted all references to APFloat::isNormal...
2013-06-19 Michael Gottesman[APFloat] Added isFiniteNonZero predicate.
2013-06-19 Michael Gottesman[APFloat] Expose isSmallest/isLargest as public methods.
2013-06-15 Benjamin KramerAPInt: Add a fast case for isAllOnesValue.
2013-06-10 Duncan SandsAvoid warnings about unused parameters that tend to...
2013-06-07 Benjamin KramerBitVector: Do the right thing in all() when Size is...
2013-06-07 Benjamin KramerOptimize BitVector::all().
2013-06-04 Michael GottesmanIEEE-754R 5.7.2 General Operations is* operations ...
2013-06-03 Manuel KlimekIntroduce needsCleanup() for APFloat and APInt.
2013-06-01 Benjamin KramerDenseMap: Move the key into place when we use the move...
2013-06-01 Michael GottesmanRemoved a comment above an include which is unnecessary...
2013-06-01 Michael GottesmanAdded method comments for getZero,getInf.
2013-06-01 Michael GottesmanUpdated APFloat's comments to fit the LLVM style guide.
2013-05-30 Michael GottesmanImplement IEEE-754R 2008 nextUp/nextDown functions...
2013-05-28 Michael Gottesman[APInt] Implement tcDecrement as a counterpart to tcInc...
2013-05-25 Chris LattnerDisable the StringMapEntry copy constructor, to make...
2013-05-24 Michael Gottesmanclang formatted APFloat.h
2013-05-24 Michael Gottesmanclang-formatted APInt.h
2013-05-24 Michael J. SpencerReplace Count{Leading,Trailing}Zeros_{32,64} with count...
2013-05-23 Michael GottesmanFixed trailing whitespace.
next