summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/ImmutableSet.h
Commit message (Expand)AuthorAge
* Add difference_type to ImmutableMap/Set iterators so they have a complete set...Benjamin Kramer2013-08-16
* Add missing typename to unbreak the MSVC 2012 build.Francois Pichet2013-02-14
* Fix iterator definitions for ImmutableSet and ImmutableMap.Ryan Govostes2013-02-13
* Add iterator_traits to ImmutableMap and ImmutableSet.Ryan Govostes2013-02-13
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Fix a typo that made ImmutableMap::getMaxElement() useless.Benjamin Kramer2012-10-14
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-17
* Tidy up formatting of some elses on a separate line from preceding bracing. N...Craig Topper2012-09-16
* Tidy up trailing whitespace.Craig Topper2012-09-16
* Remove unneeded header.Craig Topper2012-09-16
* Remove tabs.Bill Wendling2012-07-18
* Constify (trivially) ImmutableSet::iterator::getVisitState().Jordy Rose2012-05-07
* Make sure ImmutableSet never inserts Tombstone/Entry into DenseMap.Anna Zaks2012-03-20
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-05
* Make canonicalization of ImmutableSetRef::asImmutableSet() semi-explicit.Ted Kremenek2011-10-02
* Add ImmutableMapRef and ImmutableSetRef, which consolidate Immutable[Map,Set]...Ted Kremenek2011-09-16
* Performance optimization on ImmutableMap/ImmutableSet:Ted Kremenek2010-11-30
* Merge System into Support.Michael J. Spencer2010-11-29
* Tweak ImmutableMap/ImmutableSet/ImmutableList APIsTed Kremenek2010-11-24
* Fix warnings about missing parents between || and &&.Dan Gohman2010-11-17
* Fix -Asserts warnings.Daniel Dunbar2010-04-13
* Add an immutable interval map, prepared to be used by flat memory model Zhongxing Xu2010-02-01
* Simplify code. We can compare TNew with T in one batch.Zhongxing Xu2010-02-01
* Store flags in bitfields instead of masking them into the pointer for the lef...Ted Kremenek2010-01-22
* Tidy up assertion syntax. No functionality change.Ted Kremenek2010-01-21
* Make a few more LLVM headers parsable as standalone headers.Douglas Gregor2009-11-05
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-26
* Delete bogus semicolons.Dan Gohman2009-10-14
* Provide a mode for ImmutableMap/ImmutableSet to not automatically canonicaliz...Ted Kremenek2009-10-13
* Make ImmutableMap/ImmutableSet quicker by only canonicalizing the tree after anTed Kremenek2009-09-03
* Set the 'cached digest' flag after computing the digest for anTed Kremenek2009-09-03
* Make default ctor for ImmutableSet::iterator public.Ted Kremenek2009-08-01
* Remove redundant qualifiers.Daniel Dunbar2009-07-19
* ImmutableMap/ImmutableSet: Allow caching of ImutAVLTree digests while the treeTed Kremenek2009-07-10
* ImmutableSet/ImmutableMap: Allow caching of null digests by properly using a ...Ted Kremenek2009-07-09
* Add ImmutableMap::getMaxElement(), a method that returns the <key,value> pair...Ted Kremenek2009-02-23
* Removed trailing whitespace.Misha Brukman2009-02-20
* Add operator->, patch by Ben Laurie!Chris Lattner2009-02-12
* Add method 'isSingleton()' to ImmutableSet. This returns true if the set con...Ted Kremenek2009-02-12
* Removed trailing whitespace.Misha Brukman2009-01-09
* TypoNick Lewycky2008-11-03
* Unbreak build for VC2008. Patch by Argiris Kirtzidis!Anton Korobeynikov2008-02-22
* The factories for ImutAVLTree/ImmutableSet/ImmutableMap now take an (optional)Ted Kremenek2008-02-11
* Added FoldingSet profiling support to ImmutableSet.Ted Kremenek2008-02-05
* Changed profiling method for ImmutableMap to once again just use itsTed Kremenek2008-02-05
* Modified node creation of ImutAVLTree to do a hash lookup for an existingTed Kremenek2008-02-04
* Added "getRoot()" to ImmutableSet. Ted Kremenek2008-01-23
* Fixed buggy caching of the hash value of an ImutAVLTree node.Ted Kremenek2008-01-21
* Moved method call within a conditional branch because its effects willTed Kremenek2008-01-21