BumpPtrAllocator: use uintptr_t when aligning addresses to avoid undefined behaviour
[oota-llvm.git] / include / llvm / ADT /
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()
2014-07-15 Duncan P. N. Exon... ADT: Add "end namespace" comment
2014-07-14 David MajnemerADT: Surface LowerCase argument for utohexstr
2014-07-11 Argyrios KyrtzidisMove the API and implementation of clang::driver::getAR...
2014-07-10 Eric ChristopherAdd the CSR company and the Kalimba DSP processor to...
2014-07-09 Daniel SandersAdd Imagination Technologies to the vendors in llvm...
2014-07-08 Renato GolinRevert "Refactor ARM subarchitecture parsing"
2014-07-07 Renato GolinRefactor ARM subarchitecture parsing
2014-07-05 Alp TokerRemove IntrusiveRefCntPtr::getPtr() function
2014-07-05 David MajnemerADT: Add a drop_back() helper to ArrayRef
2014-07-05 Alp TokerDeprecate IntrusiveRefCntPtr::getPtr() in favour of...
2014-06-27 David MajnemerIR: Add COMDATs to the IR
2014-06-23 David BlaikieRecommit 211309 (StringMap::insert), reverted in 211328...
2014-06-20 Yaron KerenCode in LoopStrengthReduce.cpp depends on SmallBitVecto...
2014-06-20 Yaron KerenReverting size_type for the containers from size_type...
2014-06-20 Yaron KerenAttempting to fix the 64 bit bots.
2014-06-20 Yaron KerenThe count() function for STL datatypes returns unsigned...
2014-06-20 Rafael EspindolaRevert "Add StringMap::insert(pair) consistent with...
2014-06-19 David BlaikieAdd StringMap::insert(pair) consistent with the standar...
2014-06-19 Oliver StannardEmit DWARF info for all code section in an assembly...
2014-06-19 Alp TokerRemove OwningPtr.h and associated tests
2014-06-18 Ed MasteADT: correct typo in comment
2014-06-15 Manuel KlimekAdd specialization of FoldingSetTrait for std::pair.
2014-06-14 Artyom SkrobovUsing llvm::sys::swapByteOrder() for the common case...
2014-06-14 Artyom SkrobovRenaming SwapByteOrder() to getSwappedBytes()
2014-06-11 Craig TopperConvert StringMapEntry::Create to use StringRef instead...
2014-06-09 David BlaikieSmallVector: support resize(N) with move-only types
2014-06-08 David BlaikieSmallVector: More movable improvements - don't copy...
2014-06-08 David BlaikieSmallVector: Move, don't copy, elements to make space...
2014-06-08 David BlaikieFix some more moving-from-moved-from objects issues...
2014-06-08 David BlaikieEnsure SmallVector::insert doesn't overwrite the last...
2014-06-06 Saleem AbdulrasoolADT: introduce isWindowsItaniumEnvironment
2014-06-03 Rafael EspindolaImplement one operator== with another.
2014-06-03 Rafael EspindolaAdd operator== and operator!= to compare with nullptr.
2014-06-03 Rafael EspindolaRemove the last unspecified_bool_type from llvm.
2014-05-29 Reid Kleckner[ADT] Delete the Twine assignment operator
2014-05-23 Richard SmithAttempt to placate compilers that warn on casts between...
2014-05-14 David BlaikieRecommit r208506: DebugInfo: Include lexical scopes...
2014-05-12 David BlaikieRevert "DebugInfo: Include lexical scopes in inlined...
2014-05-11 David BlaikieDebugInfo: Include lexical scopes in inlined subroutines.
2014-05-08 David BlaikieMissed formatting
2014-05-08 David BlaikieStringMap: Move assignment and move construction.
2014-05-08 David BlaikieStringMap: Replace faux-copyability with faux-movabilit...
2014-05-08 David BlaikieStringMap support for move-only values.
2014-05-08 Ed MasteAdd isOSFreeBSD triple test
2014-05-06 Richard SmithRe-commit r208025, reverted in r208030, with a fix...
2014-05-06 Richard SmithRevert r208025, which made buildbots unhappy for unknow...
2014-05-06 Richard SmithAdd llvm::function_ref (and a couple of uses of it...
2014-04-30 Jay FoadRemove unused field hash_state::seed.
2014-04-30 Douglas GregorFix a use of uninitialized memory in SmallVector's...
2014-04-30 Chandler Carruth[ADT] Provide some helpful static_asserts for using...
2014-04-29 Chandler Carruth[ADT] Make the iterator adaptor utility a touch more...
2014-04-29 Chandler Carruth[ADT] Teach PointerUnion to support assignment directly...
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-26 Chandler Carruth[LCG] Add some pedantry to the use of ptrdiff_t to...
2014-04-26 Chandler Carruth[LCG] Eliminate more boiler plate by using the iterator...
2014-04-26 Benjamin KramerMark the growing path in SmallVector::push_back as...
2014-04-25 Duncan P. N. Exon... SCC: Use the reference typedef
2014-04-25 Duncan P. N. Exon... SCC: Provide operator->() through iterator_facade_base
2014-04-25 Duncan P. N. Exon... SCC: Remove non-const operator*()
2014-04-25 Duncan P. N. Exon... SCC: Doxygen-ize comments, NFC
2014-04-25 Duncan P. N. Exon... SCC: Un-inline long functions
2014-04-25 Duncan P. N. Exon... SCC: Remove redundant inline keywords, NFC
2014-04-24 Chandler Carruth[ADT] Generalize pointee_iterator to smart pointers...
2014-04-24 Chandler Carruth[ADT] Attempt to appease another MSVC oddity by moving...
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2014-04-24 Chandler Carruth[ADT] Try to appease MSVC by sinking the enable_if...
2014-04-24 Chandler Carruth[ADT] Factor out the facade aspect of the iterator_adap...
2014-04-24 Chandler Carruth[ADT] Add a generic iterator utility for adapting itera...
2014-04-23 Jordan RoseUse std::less instead of < in array_pod_sort's default...
2014-04-22 Rui UeyamaWhitespace
2014-04-22 Rui UeyamaNo need to check condition after grow()
2014-04-22 Rui UeyamaReplace loops using goto with plain while loops
2014-04-21 Benjamin Kramer[C++11] Replace OwningPtr with std::unique_ptr in place...
2014-04-18 Benjamin KramerRemove a couple of redundant copies of SmallVector...
2014-04-18 Matt ArsenaultFix uint -> size_t conversion warning.
2014-04-18 Benjamin KramerMake the copy member of StringRef/ArrayRef generic...
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...
next