Fast-math: Extend IRBuilder to have settable FastMathFlags to create instructions...
[oota-llvm.git] / include / llvm / ADT /
2012-11-16 Andrew Tricktypo
2012-11-15 Sergei LarinFix indeterminism in MI scheduler DAG construction.
2012-11-15 Guy BenyeiAdd support for SPIR64 target - the 64bit counterpart...
2012-11-15 Jakub StaszakUse LLVM_DELETED_FUNCTION.
2012-11-14 Eric ChristopherRemove the CellSPU port.
2012-10-31 Rafael EspindolaRemove Triple::getArchTypeForDarwinArchName. I lives...
2012-10-31 Rafael EspindolaAdd extra declarations of hash_value needed to build...
2012-10-29 Ulrich WeigandAPFloat cleanup: Remove now unused fields "sign2" and...
2012-10-26 Derek SchuffStop APInt::shl from generating llvm.trap
2012-10-24 Pete CooperImprove DenseMap checks for power of 2 growth. Thanks...
2012-10-23 Michael J. Spencer[Support/StringSet] Fix memory leak when inserted key...
2012-10-23 Pete CooperChange DenseMap to use a power of 2 growth if one is...
2012-10-23 Pete CooperFixed bug in SmallDenseMap where it wouldn't leave...
2012-10-18 Jordan RoseFix case for include of Compiler.h.
2012-10-18 Jordan RoseAdd move constructors for OwningPtr and OwningArrayPtr.
2012-10-18 Jordan RoseAdd a T&& constructor to llvm::Optional.
2012-10-16 Owen AndersonSpeculative fix the mask constants to be of type uintpt...
2012-10-16 Owen AndersonFix a bug in the set(I,E)/reset(I,E) methods that I...
2012-10-15 Owen AndersonAdd range-based set()/reset() to BitVector. These...
2012-10-14 Benjamin KramerFix a typo that made ImmutableMap::getMaxElement()...
2012-10-12 Duncan SandsAdd powerpc-ibm-aix to Triple. Patch by Kai.
2012-10-09 Douglas GregorAdd count() method to MapVector
2012-10-09 Douglas GregorNot everyone uses C++11, apparently
2012-10-09 Douglas GregorAllow MapVector clients to specify the map and vector...
2012-10-03 Chandler CarruthThird try at fixing this. ;] Go back to using std:...
2012-10-03 Chandler CarruthSwitch the SetVector::remove_if implementation to use...
2012-10-02 Chandler CarruthTeach the new SROA to handle cases where an alloca...
2012-10-02 Chandler CarruthClean up these doxygen comments to follow the proposed...
2012-10-02 Andrew KaylorSupport for generating ELF objects on Windows.
2012-10-01 Micah VillmowAdd in support for SPIR to LLVM core. This adds a new...
2012-09-28 Benjamin KramerPackedVector: Make the BitVector implementation configu...
2012-09-28 Benjamin KramerProvide malloc-free sentinels for the SparseBitVector...
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2012-09-22 Jordan RoseAdd llvm::getOrdinalSuffix to get the appropriate ...
2012-09-22 Jordan RoseDenseMap: assert that we have found a bucket before...
2012-09-19 Rafael EspindolaMake MapVector a bit more expensive but harder to misus...
2012-09-18 Rafael EspindolaAdd a MapVector class. It provides a regular set iterat...
2012-09-17 Craig TopperMark unimplemented copy constructors and copy assignmen...
2012-09-16 Craig TopperUse LLVM_DELETED_FUNCTION for copy constructors and...
2012-09-16 Craig TopperTidy up formatting of some elses on a separate line...
2012-09-16 Craig TopperTidy up trailing whitespace.
2012-09-16 Craig TopperRemove unneeded header.
2012-09-15 Dmitri GribenkoFix Doxygen issues: wrap code examples in \code and...
2012-09-14 Dmitri GribenkoFix Doxygen issues:
2012-09-13 Dmitri GribenkoFix Doxygen issues:
2012-09-13 Nick LewyckyFix typo in comment.
2012-09-08 Ted KremenekAdd operator< for FoldingSetNodeID.
2012-09-06 Nadav RotemAdd a new optimization pass: Stack Coloring, that merge...
2012-09-05 Roman DivackyRemove unused typedefs gcc4.8 warns about.
2012-09-05 Marshall ClowRemoved Trie.h; unused in a long time
2012-09-02 Logan ChienRename ANDROIDEABI to Android.
2012-08-30 Will DietzFix HashString's Bernstein hash to use unsigned chars...
2012-08-28 Hal FinkelAdd the Freescale vendor to Triple.
2012-08-24 Richard SmithFix integer undefined behavior due to signed left shift...
2012-08-23 Dmitri GribenkoFix a bunch of -Wdocumentation warnings.
2012-08-22 Richard SmithReduce alignment of SmallVector<T> to the required...
2012-08-17 Chandler CarruthFlatten the aligned-char-array utility template to...
2012-08-15 Chad RosierFix a typo in VariadicFunction.h that leads to invalid...
2012-08-14 Richard SmithAvoid undefined behavior in DenseMap::shrink_and_clear...
2012-08-13 Owen AndersonAdd a roundToIntegral method to APFloat, which can...
2012-08-10 Joerg SonnenbergerAdd some missing includes for the build against stdcxx.
2012-08-06 Eric ChristopherAdd support for the OpenBSD for Bitrig.
2012-08-01 Axel NaumannReference IntrusiveRefCntPtr in doxygen doc of RefCount...
2012-08-01 Chandler CarruthAdd range erase, element insert, and range insert metho...
2012-08-01 Chandler CarruthAdd basic in-bounds asserts to TinyPtrVector::erase.
2012-08-01 Nick KledzikFix shadowed variable warning
2012-07-31 Chandler CarruthImplement copy and move assignment for TinyPtrVector...
2012-07-31 Chandler CarruthClean up trailing whitespace and unnecessary blank...
2012-07-31 Chandler CarruthBring TinyPtrVector under test. Somehow we never picked...
2012-07-30 Chandler CarruthMove the SmallVector unit tests to be type-parameterize...
2012-07-29 Benjamin KramerAPInt: Simplify code.
2012-07-27 Benjamin KramerSmallVector: Crank up verbosity of asserts per Chandler...
2012-07-27 Benjamin KramerSmallVector::erase: Assert that iterators are actually...
2012-07-23 Richard TrieuAdd operator== to APSInt. This will compare the signed...
2012-07-23 Sylvestre LedruFix a typo (the the => the)
2012-07-18 Bill WendlingRemove tabs.
2012-07-18 Jordan RoseAllow PointerIntPairs to be created from const void *.
2012-07-17 Jakob Stoklund OlesenFix broken ipo_ext_iterator constructors.
2012-07-17 Jakob Stoklund OlesenAllow for customized graph edge pruning in PostOrderIte...
2012-07-15 Eric ChristopherMove IsSameValue from clang's ASTImporter to be methods...
2012-07-13 Galina KistanovaFixed few warnings.
2012-07-08 Benjamin KramerSmallVector: Make use of move semantics to speed up...
2012-07-03 Chandler CarruthMicro-optimize this function a bit. This shrinks the...
2012-06-30 Benjamin KramerAvoid sign compare warning.
2012-06-20 Chandler CarruthRemove 'static' from inline functions defined in header...
2012-06-18 David BlaikieDon't copy a potentially-uninitialized variable.
2012-06-17 Benjamin KramerBring the return value of SmallVector::insert in line...
2012-06-17 Chandler CarruthRemove SmallMap, and the several files that were used...
2012-06-17 Benjamin KramerSmallVector: return a valid iterator for the rare case...
2012-06-17 Chandler CarruthAdd a unit test for 'swap', and fix a pile of bugs in
2012-06-17 Chandler CarruthAdd tests for *DenesMap for both key and value types...
2012-06-17 Chandler CarruthIntroduce a SmallDenseMap container that re-uses the...
2012-06-16 Benjamin KramerMerge the SmallBitVector and BitVector unit tests with...
2012-06-16 Chandler CarruthLift the NumElements and NumTombstones members into...
2012-06-16 Chandler CarruthFactor DenseMap into a base class that implements the...
2012-06-14 Stepan DyatkovskiySmallMap, FlatArrayMap::copyFrom
2012-06-13 Chandler CarruthGroup the 'unsigned' members after the pointer to avoid...
2012-06-09 Benjamin KramerHashing: Remove outdated comment. Support for reserved...
2012-06-02 Benjamin KramerAdd move semantics to APInt.
next