summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/SparseBitVector.h
Commit message (Expand)AuthorAge
* Reverting size_type for the containers from size_type to unsigned. Yaron Keren2014-06-20
* The count() function for STL datatypes returns unsigned, even where it'sYaron Keren2014-06-20
* Correct word hyphenationsAlp Toker2013-12-05
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-24
* Provide malloc-free sentinels for the SparseBitVector internals.Benjamin Kramer2012-09-28
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* Fix integer undefined behavior due to signed left shift overflow in LLVM.Richard Smith2012-08-24
* What's better than fixing and simplifying broken hash functions?Chandler Carruth2012-03-07
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-05
* Merge System into Support.Michael J. Spencer2010-11-29
* Trivial change to dump() function for SparseBitVectorJohn Mosby2010-05-22
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-26
* Public and private corrections, warned about by icc (#304).Duncan Sands2009-09-06
* Delete unused #include.Benjamin Kramer2009-09-05
* Add a missing ilist_node.h #include to SparseBitVector, and add a very shortJeffrey Yasskin2009-07-25
* Move to raw_ostream.Daniel Dunbar2009-07-24
* Use struct instead of class to make MCVS compile.Bill Wendling2009-05-12
* Shrink wrapping in PEI:John Mosby2009-05-11
* Use CHAR_BIT instead of hard-coding 8 in several places where itDan Gohman2009-04-01
* add some inline methods for infix operators on sparse vectors,Chris Lattner2009-03-21
* Removed trailing whitespace.Misha Brukman2009-01-09
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-05
* Fold the useful features of alist and alist_node into ilist, andDan Gohman2008-07-28
* For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"Anton Korobeynikov2008-05-29
* Add operator= implementations to SparseBitVector, allowing it to be used in G...Owen Anderson2008-04-07
* Fix "Control reaches the end of non-void function" warnings, Chris Lattner2008-03-30
* Dial down gcc's warnings: don't use 0UL when 0U suffices (and when theScott Michel2008-03-18
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Fix bugs in iterator invalidationDaniel Berlin2007-11-15
* Fixed a strange construct. Please review.Hartmut Kaiser2007-11-13
* Some more problems noticed by CurtisDaniel Berlin2007-10-07
* Fix intersectWithComplement bug noticed by Curtis DunhamDaniel Berlin2007-10-05
* Fix the previous bug a slightly different way (by modifying how find_next works)Daniel Berlin2007-10-04
* Fix off by one error in iteratorDaniel Berlin2007-10-04
* It helps a lot when you check for the end of your list before randomlyDaniel Berlin2007-10-04
* Make SparseBitVector::set actually work properly when sets are not in ascendi...Daniel Berlin2007-10-04
* Fix small bug in operator== for iteratorsDaniel Berlin2007-09-26
* Comment fixupsDaniel Berlin2007-09-24
* Implement offline variable substitution in order to reduce memoryDaniel Berlin2007-09-24
* That's what i get for using carbon emacs in a terminalDaniel Berlin2007-09-17
* Fix iterator so it doesn't sometimes report bits that aren't in the bitmapDaniel Berlin2007-09-17
* Fix bug in andersen's related to test_and_set.Daniel Berlin2007-09-16
* Fix a few bugs related to zero'ing of elementsDaniel Berlin2007-09-16
* Move dump out of class, use "\n" instead of endlDaniel Berlin2007-09-11
* Convert to use ilist and non-pointer lists for extra goodnessDaniel Berlin2007-09-11
* Fix bugs with &=, intersect with complement. Add three argument version of in...Daniel Berlin2007-09-11
* Add remaining functions necessary for andersen'sDaniel Berlin2007-09-11
* Add SparseBitVector implementationDaniel Berlin2007-09-09