Reformat.
[oota-llvm.git] / include / llvm / ADT /
2015-05-02 Nico WeberFix typo in comment.
2015-05-01 Benjamin KramerRemove std::move on return when it could prevent copy...
2015-04-30 Douglas KatzmanExhaustively test all triples in TripleTest.
2015-04-29 Douglas KatzmanNew architecture name - 'sparcel' for Sparc little...
2015-04-15 Daniel BerlinUpdate for post-commit review comments
2015-04-15 Daniel BerlinAdd range iterators for post order and inverse post...
2015-04-15 Yaron KerenClarify that Twine::toVector *appends* the Twine to...
2015-04-11 Benjamin KramerMark empty default constructors as =default if it makes...
2015-04-10 Benjamin KramerMicrooptimize DenseMap::clear.
2015-04-02 Sanjoy Das[ADT] Increment epoch from DenseMap::swap.
2015-04-02 Sanjoy Das[ADT] Remove dead code.
2015-03-26 Sanjoy Das[ADT][CMake][AutoConf] Fail-fast iterators for DenseMap
2015-03-26 Vladimir Sukharev[AArch64, ARM] Add v8.1a architecture and generic cpu
2015-03-25 Benjamin Kramer[APInt] Add an isSplat helper and use it in some places.
2015-03-25 Chandler Carruth[ADT] Teach MapVector to support a swap member. Will...
2015-03-23 Benjamin KramerPurge unused includes throughout libSupport.
2015-03-22 Benjamin KramerFoldingSet: Make FoldingSetImpl's dtor protected and...
2015-03-21 Benjamin KramerStringRef: Just forward StringRef::find to libc's memchr.
2015-03-21 Benjamin KramerRevert accidental commit.
2015-03-21 Benjamin KramerSimplifyLibCalls: Add basic optimization of memchr...
2015-03-17 Renato Golin[ARM] Add support for ARMV6K subtarget (LLVM)
2015-03-17 Yaron KerenTeach Twine to support SmallString.
2015-03-17 David BlaikieRecommit simplification first attempted in r232309...
2015-03-15 Benjamin KramerFactor the iterators of ImmutableSet/ImmutableMap into...
2015-03-15 David MajnemerImmutableSet: Rename Self to SelfTy to make it more...
2015-03-15 David MajnemerPostOrderIterator: Remove stray semicolon
2015-03-15 David MajnemerRestore the gcc build
2015-03-15 David BlaikieRemove iterator I accidentally left behind
2015-03-15 David BlaikieRemove use of reserved identifier _Iterator
2015-03-15 David BlaikieRemove use of reserved identifiers in Twine
2015-03-15 David BlaikieRemove use of reserved identifier and some excess ...
2015-03-15 David BlaikieRemove reserved identifier & some unnecessary 'inline'
2015-03-15 David BlaikieRemove use of reserved identifier
2015-03-15 David BlaikieRemove use of unreserved identifier (_Self)
2015-03-14 Benjamin Kramerarray_pod_sort: Since we're checking the length anyways...
2015-03-12 Frederic Riss[ADT] IntervalMap: use AlignedCharArrayUnion.
2015-03-09 Ed SchoutenAdd support for Nuxi CloudABI.
2015-03-04 Chaoren LinRevert "[ADT] fail-fast iterators for DenseMap"
2015-03-03 Sanjoy Das[ADT] fail-fast iterators for DenseMap
2015-03-03 David BlaikieDeltaAlgorithm: Provide protected default copy ctor...
2015-03-03 David Blaikie[Small]BitVector::reference: Explicitly default copy...
2015-03-03 David BlaikieTwine: Explicitly default the copy ctor as it's otherwi...
2015-03-03 David BlaikieDenseMapIterator: Avoid explicitly declaring the copy...
2015-03-03 Sanjoy DasRevert "[ADT] fail-fast iterators for DenseMap"
2015-03-02 Sanjoy Das[ADT] fail-fast iterators for DenseMap
2015-03-02 Benjamin KramerIndexedMap: Document why SmallVector<T, 0> is preferabl...
2015-03-02 Benjamin KramerSmallVector: Allow initialization and assignment from...
2015-03-01 Benjamin KramerFix a really bad typo in my last commit.
2015-03-01 Benjamin KramerArrayRef: Put back std::equal for operator== with a...
2015-03-01 Benjamin KramerArrayRef: Remove the equals helper with many arguments.
2015-02-28 Benjamin KramerIndexedMap: Default to SmallVector<T, 0>
2015-02-27 Benjamin KramerReduce double set lookups.
2015-02-23 Benjamin KramerSync the __builtin_expects for our 3 quadratically...
2015-02-20 Peter CollingbourneIntroduce bitset metadata format and bitset lowering...
2015-02-20 Benjamin KramerMake the static instance of None just const.
2015-02-20 Justin BognerDisallow implicit conversions from None to integer...
2015-02-17 Aaron BallmanI believe we no longer require LLVM_HAS_INITIALIZER_LIS...
2015-02-16 Chandler CarruthSwitch our index sequence away from template aliases...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-15 Benjamin KramerFormat: Modernize using variadic templates.
2015-02-15 Aaron BallmanRemoving LLVM_EXPLICIT, as MSVC 2012 was the last reaso...
2015-02-15 Benjamin KramerFoldingSet: Replace faux variadics with real variadics...
2015-02-15 Benjamin KramerRemove LLVM_HAS_VARIADIC_TEMPLATES and all the faux...
2015-02-13 Benjamin KramerReapply r229142 with some enable_if magic to avoid...
2015-02-13 Benjamin KramerRevert r229142. It breaks the world for unknown reasons.
2015-02-13 Benjamin KramerSmallVector: Resolve a long-standing fixme by using...
2015-02-13 Chandler CarruthRe-sort #include lines using my handy dandy ./utils...
2015-02-13 Akira Hatanaka[LinkModules] Change the way ModuleLinker merges triples.
2015-02-12 Benjamin KramerMathExtras: Bring Count(Trailing|Leading)Ones and Count...
2015-02-12 Benjamin KramerBitVector: Remove manual bit width dispatch, this is...
2015-02-09 Duncan P. N. Exon... ADT: Allow up to 18 arguments in hash_combine()
2015-02-07 Benjamin KramerSmallVector: Move emplace_back to SmallVectorImpl.
2015-02-05 Duncan P. N. Exon... ADT: Add int64_t interoperability to APSInt
2015-02-04 Reid KlecknerRemove useless call to isOSCygMing()
2015-02-02 David BlaikieSTLExtras: Provide less/equal functors with templated...
2015-02-01 Benjamin KramerFoldingSetVectorIterator is just a subset of pointee_it...
2015-02-01 Adam NemetInclude cstddef in EquivalenceClasses.h
2015-01-25 Alex RosenbergAdd the triple for the Sony Playstation®4.
2015-01-24 Alexei StarovoitovBPF backend
2015-01-24 Chandler Carruth[PM] Rework how the TargetLibraryInfo pass integrates...
2015-01-23 Lang Hames[ADT] Add move operations to SmallVector<T,N> from...
2015-01-19 Michael Gottesman[tinyptrvector] Add in a MutableArrayRef implicit conve...
2015-01-19 Michael GottesmanChange using => typedef to please the MSVC bots.
2015-01-19 Michael GottesmanHide the state of TinyPtrVector and remove the single...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2015-01-11 Chandler Carruth[ADT] Remove the unused default constructor for iterato...
2015-01-07 Ahmed Bougacha[ADT][SmallVector] Flip an assert comparison to avoid...
2015-01-06 Tom StellardTriple: Add amdgcn triple
2015-01-05 Michael GottesmanConvert SmallMapVector from a class to a struct.
2015-01-01 Michael GottesmanRevert "Just use a using directive in SmallMapVector...
2015-01-01 Chandler CarruthRevert r225053: Add an ArrayRef upcasting constructor...
2015-01-01 Michael GottesmanJust use a using directive in SmallMapVector instead...
2014-12-31 Michael GottesmanAdd 2x constructors for TinyPtrVector, one that takes...
2014-12-31 Michael GottesmanAdd a SmallMapVector class that is a MapVector with...
2014-12-31 Michael GottesmanAdd an ArrayRef upcasting constructor from ArrayRef...
2014-12-29 Rafael EspindolaAdd segmented stack support for DragonFlyBSD.
2014-12-19 David BlaikieUpdate SmallPtrSet::insert's doc comment to match the...
2014-12-15 Michael IlsemanSilence more static analyzer warnings.
2014-12-13 Aaron BallmanSilencing a *lot* of -Wsign-compare warnings; NFC.
2014-12-12 Michael IlsemanClean up static analyzer warnings.
next