aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/ImmutableSet.h
Commit message (Expand)AuthorAgeFilesLines
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-1/+1
* Fix a typo that made ImmutableMap::getMaxElement() useless.Benjamin Kramer2012-10-141-1/+1
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-171-2/+2
* Tidy up formatting of some elses on a separate line from preceding bracing. N...Craig Topper2012-09-161-5/+5
* Tidy up trailing whitespace.Craig Topper2012-09-161-32/+32
* Remove unneeded header.Craig Topper2012-09-161-1/+0
* Remove tabs.Bill Wendling2012-07-181-1/+1
* Constify (trivially) ImmutableSet::iterator::getVisitState().Jordy Rose2012-05-071-1/+1
* Make sure ImmutableSet never inserts Tombstone/Entry into DenseMap.Anna Zaks2012-03-201-2/+7
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-051-3/+4
* Make canonicalization of ImmutableSetRef::asImmutableSet() semi-explicit.Ted Kremenek2011-10-021-2/+3
* Add ImmutableMapRef and ImmutableSetRef, which consolidate Immutable[Map,Set]...Ted Kremenek2011-09-161-0/+133
* Performance optimization on ImmutableMap/ImmutableSet:Ted Kremenek2010-11-301-84/+136
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Tweak ImmutableMap/ImmutableSet/ImmutableList APIsTed Kremenek2010-11-241-196/+171
* Fix warnings about missing parents between || and &&.Dan Gohman2010-11-171-8/+8
* Fix -Asserts warnings.Daniel Dunbar2010-04-131-0/+2
* Add an immutable interval map, prepared to be used by flat memory model Zhongxing Xu2010-02-011-1/+3
* Simplify code. We can compare TNew with T in one batch.Zhongxing Xu2010-02-011-14/+3
* Store flags in bitfields instead of masking them into the pointer for the lef...Ted Kremenek2010-01-221-26/+22
* Tidy up assertion syntax. No functionality change.Ted Kremenek2010-01-211-35/+30
* Make a few more LLVM headers parsable as standalone headers.Douglas Gregor2009-11-051-2/+2
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-1/+1
* Delete bogus semicolons.Dan Gohman2009-10-141-2/+2
* Provide a mode for ImmutableMap/ImmutableSet to not automatically canonicaliz...Ted Kremenek2009-10-131-6/+12
* Make ImmutableMap/ImmutableSet quicker by only canonicalizing the tree after anTed Kremenek2009-09-031-59/+57
* Set the 'cached digest' flag after computing the digest for anTed Kremenek2009-09-031-0/+1
* Make default ctor for ImmutableSet::iterator public.Ted Kremenek2009-08-011-2/+1
* Remove redundant qualifiers.Daniel Dunbar2009-07-191-2/+2
* ImmutableMap/ImmutableSet: Allow caching of ImutAVLTree digests while the treeTed Kremenek2009-07-101-21/+12
* ImmutableSet/ImmutableMap: Allow caching of null digests by properly using a ...Ted Kremenek2009-07-091-37/+45
* Add ImmutableMap::getMaxElement(), a method that returns the <key,value> pair...Ted Kremenek2009-02-231-0/+9
* Removed trailing whitespace.Misha Brukman2009-02-201-1/+1
* Add operator->, patch by Ben Laurie!Chris Lattner2009-02-121-0/+1
* Add method 'isSingleton()' to ImmutableSet. This returns true if the set con...Ted Kremenek2009-02-121-1/+4
* Removed trailing whitespace.Misha Brukman2009-01-091-272/+272
* TypoNick Lewycky2008-11-031-1/+1
* Unbreak build for VC2008. Patch by Argiris Kirtzidis!Anton Korobeynikov2008-02-221-0/+1
* The factories for ImutAVLTree/ImmutableSet/ImmutableMap now take an (optional)Ted Kremenek2008-02-111-6/+25
* Added FoldingSet profiling support to ImmutableSet.Ted Kremenek2008-02-051-1/+14
* Changed profiling method for ImmutableMap to once again just use itsTed Kremenek2008-02-051-25/+28
* Modified node creation of ImutAVLTree to do a hash lookup for an existingTed Kremenek2008-02-041-77/+124
* Added "getRoot()" to ImmutableSet. Ted Kremenek2008-01-231-5/+10
* Fixed buggy caching of the hash value of an ImutAVLTree node.Ted Kremenek2008-01-211-3/+6
* Moved method call within a conditional branch because its effects willTed Kremenek2008-01-211-1/+1
* Adjusted ImutAVLTree::ComputeHash to compute a hash value that is based on aTed Kremenek2008-01-211-3/+16
* Replaced (FoldingSet) profiling of ImutAVLTree with a hashing based scheme. TheTed Kremenek2008-01-211-6/+23
* Modified ImmutableSet/ImmutableMap to use FoldingSet profiling usingTed Kremenek2008-01-191-2/+2
* Implemented "FIXME" in ImutAVLTree: isEqual() now also compares the *data* valueTed Kremenek2008-01-171-2/+16
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2