Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.
[oota-llvm.git] / include / llvm / ADT / SparseBitVector.h
2013-05-24 Michael J. SpencerReplace Count{Leading,Trailing}Zeros_{32,64} with count...
2012-09-28 Benjamin KramerProvide malloc-free sentinels for the SparseBitVector...
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2012-08-24 Richard SmithFix integer undefined behavior due to signed left shift...
2012-03-07 Chandler CarruthWhat's better than fixing and simplifying broken hash...
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2010-11-29 Michael J. SpencerMerge System into Support.
2010-05-22 John MosbyTrivial change to dump() function for SparseBitVector
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-09-06 Duncan SandsPublic and private corrections, warned about by icc...
2009-09-05 Benjamin KramerDelete unused #include.
2009-07-25 Jeffrey YasskinAdd a missing ilist_node.h #include to SparseBitVector...
2009-07-24 Daniel DunbarMove to raw_ostream.
2009-05-12 Bill WendlingUse struct instead of class to make MCVS compile.
2009-05-11 John MosbyShrink wrapping in PEI:
2009-04-01 Dan GohmanUse CHAR_BIT instead of hard-coding 8 in several places...
2009-03-21 Chris Lattneradd some inline methods for infix operators on sparse...
2009-01-09 Misha BrukmanRemoved trailing whitespace.
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2008-07-28 Dan GohmanFold the useful features of alist and alist_node into...
2008-05-29 Anton KorobeynikovFor PR1338: rename include/llvm/ADT/ilist and friends...
2008-04-07 Owen AndersonAdd operator= implementations to SparseBitVector, allow...
2008-03-30 Chris LattnerFix "Control reaches the end of non-void function"...
2008-03-18 Scott MichelDial down gcc's warnings: don't use 0UL when 0U suffice...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-11-15 Daniel BerlinFix bugs in iterator invalidation
2007-11-13 Hartmut KaiserFixed a strange construct. Please review.
2007-10-07 Daniel BerlinSome more problems noticed by Curtis
2007-10-05 Daniel BerlinFix intersectWithComplement bug noticed by Curtis Dunham
2007-10-04 Daniel BerlinFix the previous bug a slightly different way (by modif...
2007-10-04 Daniel BerlinFix off by one error in iterator
2007-10-04 Daniel BerlinIt helps a lot when you check for the end of your list...
2007-10-04 Daniel BerlinMake SparseBitVector::set actually work properly when...
2007-09-26 Daniel BerlinFix small bug in operator== for iterators
2007-09-24 Daniel BerlinComment fixups
2007-09-24 Daniel BerlinImplement offline variable substitution in order to...
2007-09-17 Daniel BerlinThat's what i get for using carbon emacs in a terminal
2007-09-17 Daniel BerlinFix iterator so it doesn't sometimes report bits that...
2007-09-16 Daniel BerlinFix bug in andersen's related to test_and_set.
2007-09-16 Daniel BerlinFix a few bugs related to zero'ing of elements
2007-09-11 Daniel BerlinMove dump out of class, use "\n" instead of endl
2007-09-11 Daniel BerlinConvert to use ilist and non-pointer lists for extra...
2007-09-11 Daniel BerlinFix bugs with &=, intersect with complement. Add three...
2007-09-11 Daniel BerlinAdd remaining functions necessary for andersen's
2007-09-09 Daniel BerlinAdd SparseBitVector implementation