aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/ImmutableList.h
Commit message (Expand)AuthorAgeFilesLines
* Add ImmutableList::contains(). Patch by Rui Paulo!Nick Lewycky2011-07-061-0/+8
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Tweak ImmutableMap/ImmutableSet/ImmutableList APIsTed Kremenek2010-11-241-6/+6
* Remove isPod() from DenseMapInfo, splitting it out to its ownChris Lattner2009-12-151-1/+4
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-1/+1
* Removed trailing whitespace.Misha Brukman2009-01-091-36/+36
* move partial template specialization to FoldingSet.h.Zhongxing Xu2008-11-171-5/+0
* Add partial specialization of FoldingSetTrait for ImmutableList.Zhongxing Xu2008-11-161-0/+5
* Fix 80-column violation.Zhongxing Xu2008-11-161-3/+3
* Add Profile method to ImmutableList.Zhongxing Xu2008-11-151-0/+4
* constify some methods and variables in ImmutableList.Ted Kremenek2008-10-211-9/+9
* Minor tweaks to the ImmutableList iterator interface.Ted Kremenek2008-07-111-2/+26
* Implemented operator!= for the ImmutableList iterator.Ted Kremenek2008-07-021-1/+2
* Added some comments and some cleanups.Ted Kremenek2008-06-301-1/+16
* Added ImmutableList, a companion ADT to ImmutableSet and ImmutableMap that is...Ted Kremenek2008-06-301-0/+175