[MCJIT] Add a 'decodeAddend' method to RuntimeDyldMachO and teach
[oota-llvm.git] / include / llvm / ADT /
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...
2014-04-14 James Molloy[ARM64] Add big endian target arm64_be.
2014-04-14 Craig TopperAdd back some typecasts I accidentally lost in r206142.
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-12 Benjamin KramerRetire llvm::array_endof in favor of non-member std...
2014-04-11 David BlaikieImplement depth_first and inverse_depth_first range...
2014-04-10 David BlaikieSimplify make_range by using move semantics
2014-04-10 Jim Grosbachiterator_range: Add an llvm::make_range() helper method.
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-09 Craig Topper[C++11] Replace some comparisons with 'nullptr' with...
2014-04-07 Richard SmithRemove an unused file.
2014-04-07 Craig TopperUse 'false' for a bool instead of '0'
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
2014-04-06 NAKAMURA TakumiQuick fix: Triple::isOSMSVCRT() should be false for...
2014-04-03 Dmitri GribenkoArrayRef: use std::vector::data() now that we are build...
2014-03-31 Joerg SonnenbergerShifting into the sign bit is UB as discussed on IRC...
2014-03-31 Dmitri GribenkoRemove unused private typedef
next