[Orc] Make the ObjectLinkingLayer take ownership of object files until
[oota-llvm.git] / include / llvm / ADT /
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...
2014-09-29 Jordan RoseAdd getValueOr to llvm::Optional<T>.
2014-09-29 Jordan RoseAdd "typedef T value_type;" to llvm::Optional<T>.
2014-09-23 Argyrios Kyrtzidis[ADT/IntrusiveRefCntPtr] Give friend access to Intrusiv...
2014-09-19 Matt ArsenaultAdd hsail and amdil64 to Triple
2014-09-12 JF BastienAdd support for le64.
2014-09-05 Matthew GardinerAdding kalimba variants as Triple sub-architectures.
2014-09-03 Sanjay Patelhouse cleaning: "Don’t duplicate function or class...
2014-08-30 Nick KledzikAdd missing const to StringRef.copy()
2014-08-29 David BlaikieAdd a trivial functor for use with unique_ptrs managing...
2014-08-29 Craig TopperAdd conversion constructor to convert ArrayRef<T*>...
2014-08-27 Craig TopperSimplify creation of a bunch of ArrayRefs by using...
2014-08-24 Craig TopperUse range based for loops to avoid needing to re-mentio...
2014-08-21 Craig TopperRemove custom implementations of max/min in StringRef...
2014-08-19 Duncan P. N. Exon... ADT: Avoid using std::equal in ArrayRef::equals
2014-08-19 Craig TopperPrevent use of the implicit copy constructor on SmallPt...
2014-08-14 Rafael EspindolaDelete support for AuroraUX.
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-12 Reid KlecknerAPInt: Make self-move-assignment a no-op to fix stage3...
2014-08-09 Saleem AbdulrasoolADT: remove MinGW32 and Cygwin OSType enum
2014-08-04 Andrew TrickFix SmallDenseMap assignment operator.
2014-07-29 Rafael EspindolaDelete dead code.
2014-07-27 Chandler Carruth[ADT] Add a remarkbly useful little helper routine...
2014-07-25 Rafael EspindolaRemove dead code.
2014-07-23 Tim NorthoverAArch64: remove arm64 triple enumerator.
2014-07-18 Daniel SandersAdd MIPS Technologies to the vendors in llvm::Triple.
2014-07-18 Renato GolinRefactor ARM subarchitecture parsing
2014-07-15 Duncan P. N. Exon... ADT: Add MapVector::remove_if
2014-07-15 Duncan P. N. Exon... ADT: Fix MapVector::erase()
next