Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation for...
[oota-llvm.git] / include / llvm / ADT /
2013-01-25 Nick LewyckyAdd an insert() method to MapVector. Adds the first...
2013-01-25 Andrew TrickArrayRef reverse iterators.
2013-01-25 Andrew Trickwhitespace
2013-01-24 Richard TrieuAdd asserts to SmallVector so that calls to front(...
2013-01-22 Eli BenderskyInitial patch for x32 ABI support.
2013-01-22 Tim NorthoverMake APFloat constructor require explicit semantics.
2013-01-22 NAKAMURA TakumiSparseMultiSet.h: Add suggested parentheses.
2013-01-21 Michael IlsemanIntroduce a new data structure, the SparseMultiSet...
2013-01-18 Jordan RoseAdd llvm::hexDigitValue to convert single characters...
2013-01-15 Argyrios Kyrtzidis[ADT/StringMap] Follow-up to r172455, use the correct...
2013-01-14 Argyrios Kyrtzidis[ADT/StringMap] Add a constructor in StringMap that...
2013-01-14 Joe GroffFix DenseMap when LLVM_HAS_RVALUE_REFERENCES is defined...
2013-01-14 Joe GroffAdd DenseMap::insert(value_type&&) method.
2013-01-13 Dmitri GribenkoRemove redundant 'llvm::' qualifications
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2013-01-07 Shuxin YangImplement APFloat::isDenormal()
2013-01-05 NAKAMURA TakumiWhitespace.
2013-01-05 NAKAMURA TakumiDenseMap: Appease -fstrict-aliasing on g++-4.4.
2013-01-05 Alex RosenbergFix warnings from llvm-gcc as seen on darwin10 (10.6).
2013-01-04 Jakob Stoklund OlesenAdd an iplist::clearAndLeakNodesUnsafely() function.
2013-01-04 Eric ChristopherMake comment a bit more clear.
2013-01-02 Argyrios KyrtzidisUse a bool instead of a bitfield in llvm/ADT/Optional.
2012-12-27 Chandler CarruthProvide a common half-open interval map info implementa...
2012-12-20 Richard SmithDon't leave IsUnsigned uninitialized in a default-const...
2012-12-19 Benjamin KramerMapVector: Add lookup().
2012-12-18 Jakob Stoklund OlesenAdd an assertion for a likely ilist::splice() contract...
2012-12-18 Eli BenderskyCleanup comment and formatting
2012-12-07 Ted KremenekMark ImmutableMap::remove/add() const.
2012-12-07 Ted KremenekAdd manualRetain() and manualRelease() to ImmutableMapR...
2012-12-07 Eli BenderskyAdd convenience accessor to Triple for OS == NaCl
2012-12-06 Ted KremenekRevert "Allow modifying an ImmutableMap without canonic...
2012-12-06 Jordan RoseAllow modifying an ImmutableMap without canonicalizing...
2012-12-04 Eli BenderskyRemove a URL from code
2012-12-04 Eli BenderskyMake NaCl naming consistent. The triple OSType is calle...
2012-12-03 Argyrios KyrtzidisAdd a getMemorySize() function for DenseSet.
2012-12-03 Argyrios KyrtzidisEliminate redundant bitwise operations when using a...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-11-30 Chandler CarruthSwitch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_RE...
2012-11-30 Chandler CarruthSeparate out the tests for whether the compiler suports...
2012-11-30 Jordan RoseAdd a new C++11 compatibility macro, LLVM_LVALUE_FUNCTION.
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...
next