Remove useless .debug_macinfo section setup.
[oota-llvm.git] / include / llvm / ADT /
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.
2014-12-11 Duncan P. N. Exon... Bitcode: Use unsigned char to record MDStrings
2014-12-06 Benjamin KramerMake the DenseMap bucket type configurable and use...
2014-12-06 Benjamin KramerReapply "LLVMContext: Store APInt/APFloat directly...
2014-12-06 Benjamin KramerRevert "LLVMContext: Store APInt/APFloat directly into...
2014-12-05 Benjamin KramerLLVMContext: Store APInt/APFloat directly into the...
2014-12-05 Duncan P. N. Exon... ADT: Remove GetStringMapEntryFromValue()
2014-12-04 Alexey SamsonovRevert "Fix UBSan report in StringMap implementation."
2014-12-04 Alexey SamsonovFix UBSan report in StringMap implementation.
2014-12-04 Rafael EspindolaUse size_type in the interface exposed by SmallVector.
2014-12-03 Duncan P. N. Exon... ADT: Rename argument in emplace_back_impl
2014-12-03 Duncan P. N. Exon... ADT: Add SmallVector<>::emplace_back(): fixup
2014-12-03 Duncan P. N. Exon... ADT: Add SmallVector<>::emplace_back()
2014-12-02 Pete CooperUse a typed enum instead of 'unsigned char' for packed...
2014-12-02 Tom StellardTriple: Add AMDHSA operating system type
2014-11-22 Simon PilgrimTidied up target triple OS detection. NFC
2014-11-20 Michael IlsemanUpdate template specialization to reflect API changes.
2014-11-19 Saleem AbdulrasoolADT: windows itanium targets msvcrt.dll
2014-11-19 David BlaikieAdd missing header
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-11-19 David BlaikieRemove StringMap::GetOrCreateValue in favor of StringMa...
2014-11-19 David BlaikieMake StringSet::insert return pair<iterator, bool>...
2014-11-19 Rafael EspindolaUse a memcpy so that type based alias analysis sees...
2014-11-17 Reid KlecknerRevert "ADT: correctly report isMSVCEnvironment for...
2014-11-17 Saleem AbdulrasoolADT: correctly report isMSVCEnvironment for windows...
2014-11-14 Rafael EspindolaUse size_type for operator[].
2014-11-14 David BlaikieStringMap: Test and finish off supporting perfectly...
2014-11-13 Duncan P. N. Exon... ADT: Use perfect forwarding in StringMapEntry::Create()
2014-11-12 David BlaikieFix non-variadic function_ref cases to match r221753
2014-11-12 David BlaikieEnsure function_refs are copyable even from non-const...
2014-10-27 Michael GottesmanAdd MapVector::rbegin(), MapVector::rend() to completme...
2014-10-27 NAKAMURA TakumiPrune CRLF.
2014-10-19 Lang Hames[ADT] Add a 'find_as' operation to DenseSet.
2014-10-13 David MajnemerInstCombine: Don't miscompile (x lshr C1) udiv C2
2014-10-12 Benjamin KramerAPSInt: Simplify code to reduce the number of copies...
2014-10-10 Chandler Carruth[ADT] Add an (ADL-friendly) abs free function for APFlo...
2014-10-10 Matt ArsenaultAdd minnum / maxnum to APFloat
2014-10-10 Chandler Carruth[ADT] Replace the logb implementation with the simpler...
2014-10-10 Chandler Carruth[ADT] Add the scalbn function for APFloat.
2014-10-10 Chandler Carruth[ADT] Implement the 'logb' functionality for APFloat...
2014-10-09 Chandler Carruth[ADT] Add basic operator overloads for arithmetic to...
2014-10-08 David BlaikieReformat some stuff I missed in recent previous commits
2014-10-08 David BlaikiePush DwarfDebug::constructScopeDIE down into DwarfCompi...
2014-10-07 Kaelyn TakataAdd size_t MapVector::erase(KeyT) similar to the one...
2014-10-04 Yaron KerenSolve Visual C++ warning C4805 on getAsInteger<bool>.
2014-10-03 Alexander MusmanFix typo in comment
2014-10-01 Jordan RoseAdd an emplace(...) method to llvm::Optional<T>.
2014-09-29 Aaron BallmanFixing the build for compilers which do not yet have...
next