Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / ADT / ImmutableSet.h
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-10-14 Benjamin KramerFix a typo that made ImmutableMap::getMaxElement()...
2012-09-17 Craig TopperMark unimplemented copy constructors and copy assignmen...
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-07-18 Bill WendlingRemove tabs.
2012-05-07 Jordy RoseConstify (trivially) ImmutableSet::iterator::getVisitSt...
2012-03-20 Anna ZaksMake sure ImmutableSet never inserts Tombstone/Entry...
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2011-10-02 Ted KremenekMake canonicalization of ImmutableSetRef::asImmutableSe...
2011-09-16 Ted KremenekAdd ImmutableMapRef and ImmutableSetRef, which consolid...
2010-11-30 Ted KremenekPerformance optimization on ImmutableMap/ImmutableSet:
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-24 Ted KremenekTweak ImmutableMap/ImmutableSet/ImmutableList APIs
2010-11-17 Dan GohmanFix warnings about missing parents between || and &&.
2010-04-13 Daniel DunbarFix -Asserts warnings.
2010-02-01 Zhongxing XuAdd an immutable interval map, prepared to be used...
2010-02-01 Zhongxing XuSimplify code. We can compare TNew with T in one batch.
2010-01-22 Ted KremenekStore flags in bitfields instead of masking them into...
2010-01-21 Ted KremenekTidy up assertion syntax. No functionality change.
2009-11-05 Douglas GregorMake a few more LLVM headers parsable as standalone...
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-10-14 Dan GohmanDelete bogus semicolons.
2009-10-13 Ted KremenekProvide a mode for ImmutableMap/ImmutableSet to not...
2009-09-03 Ted KremenekMake ImmutableMap/ImmutableSet quicker by only canonica...
2009-09-03 Ted KremenekSet the 'cached digest' flag after computing the digest...
2009-08-01 Ted KremenekMake default ctor for ImmutableSet::iterator public.
2009-07-19 Daniel DunbarRemove redundant qualifiers.
2009-07-10 Ted KremenekImmutableMap/ImmutableSet: Allow caching of ImutAVLTree...
2009-07-09 Ted KremenekImmutableSet/ImmutableMap: Allow caching of null digest...
2009-02-23 Ted KremenekAdd ImmutableMap::getMaxElement(), a method that return...
2009-02-20 Misha BrukmanRemoved trailing whitespace.
2009-02-12 Chris LattnerAdd operator->, patch by Ben Laurie!
2009-02-12 Ted KremenekAdd method 'isSingleton()' to ImmutableSet. This retur...
2009-01-09 Misha BrukmanRemoved trailing whitespace.
2008-11-03 Nick LewyckyTypo
2008-02-22 Anton KorobeynikovUnbreak build for VC2008. Patch by Argiris Kirtzidis!
2008-02-11 Ted KremenekThe factories for ImutAVLTree/ImmutableSet/ImmutableMap...
2008-02-05 Ted KremenekAdded FoldingSet profiling support to ImmutableSet.
2008-02-05 Ted KremenekChanged profiling method for ImmutableMap to once again...
2008-02-04 Ted KremenekModified node creation of ImutAVLTree to do a hash...
2008-01-23 Ted KremenekAdded "getRoot()" to ImmutableSet.
2008-01-21 Ted KremenekFixed buggy caching of the hash value of an ImutAVLTree...
2008-01-21 Ted KremenekMoved method call within a conditional branch because...
2008-01-21 Ted KremenekAdjusted ImutAVLTree::ComputeHash to compute a hash...
2008-01-21 Ted KremenekReplaced (FoldingSet) profiling of ImutAVLTree with...
2008-01-19 Ted KremenekModified ImmutableSet/ImmutableMap to use FoldingSet...
2008-01-17 Ted KremenekImplemented "FIXME" in ImutAVLTree: isEqual() now also...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-10-18 Ted KremenekChanged the return type of type-specific Allocate(...
2007-10-17 Ted KremenekImutAVLTree now allocates tree nodes from the BumpPtrAl...
2007-10-15 Ted KremenekFixed incorrect renaming of method name (forgot two...
2007-10-15 Ted KremenekAdded more doxygen comments.
2007-10-11 Ted KremenekProvided accessors to internal allocator for ImutAVLTre...
2007-10-11 Ted KremenekAdded iterators to ImmutableSet.
2007-10-10 Ted KremenekAdded some doxygen comments to ImmutableSet.
2007-10-10 Ted KremenekRemoved uninformative assertions that catch problems...
2007-10-10 Ted KremenekRemoved "height" of an AVL tree node from its Profile...
2007-10-10 Ted KremenekRemoved spurious forward declaration to a structure...
2007-10-10 Ted KremenekAdded some doxygen comments to a few methods of ImutAVL...
2007-10-10 Ted KremenekAdded preliminary support for iterators in ImutAVLTree.
2007-10-10 Ted KremenekRenamed internal method "Create" of ImutAVLTree to...
2007-10-09 Ted KremenekAdded implementation of immutable (functional) maps...