| Commit message (Expand) | Author | Age | Files | Lines |
* | Trivial change to dump() function for SparseBitVector | John Mosby | 2010-05-22 | 1 | -6/+10 |
* | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth | 2009-10-26 | 1 | -1/+1 |
* | Public and private corrections, warned about by icc (#304). | Duncan Sands | 2009-09-06 | 1 | -1/+1 |
* | Delete unused #include. | Benjamin Kramer | 2009-09-05 | 1 | -4/+3 |
* | Add a missing ilist_node.h #include to SparseBitVector, and add a very short | Jeffrey Yasskin | 2009-07-25 | 1 | -0/+1 |
* | Move to raw_ostream. | Daniel Dunbar | 2009-07-24 | 1 | -3/+4 |
* | Use struct instead of class to make MCVS compile. | Bill Wendling | 2009-05-12 | 1 | -1/+1 |
* | Shrink wrapping in PEI: | John Mosby | 2009-05-11 | 1 | -4/+14 |
* | Use CHAR_BIT instead of hard-coding 8 in several places where it | Dan Gohman | 2009-04-01 | 1 | -1/+2 |
* | add some inline methods for infix operators on sparse vectors, | Chris Lattner | 2009-03-21 | 1 | -5/+37 |
* | Removed trailing whitespace. | Misha Brukman | 2009-01-09 | 1 | -3/+3 |
* | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman | 2009-01-05 | 1 | -1/+1 |
* | Fold the useful features of alist and alist_node into ilist, and | Dan Gohman | 2008-07-28 | 1 | -35/+3 |
* | For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h" | Anton Korobeynikov | 2008-05-29 | 1 | -1/+1 |
* | Add operator= implementations to SparseBitVector, allowing it to be used in G... | Owen Anderson | 2008-04-07 | 1 | -0/+23 |
* | Fix "Control reaches the end of non-void function" warnings, | Chris Lattner | 2008-03-30 | 1 | -0/+1 |
* | Dial down gcc's warnings: don't use 0UL when 0U suffices (and when the | Scott Michel | 2008-03-18 | 1 | -1/+1 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Fix bugs in iterator invalidation | Daniel Berlin | 2007-11-15 | 1 | -3/+7 |
* | Fixed a strange construct. Please review. | Hartmut Kaiser | 2007-11-13 | 1 | -1/+1 |
* | Some more problems noticed by Curtis | Daniel Berlin | 2007-10-07 | 1 | -4/+8 |
* | Fix intersectWithComplement bug noticed by Curtis Dunham | Daniel Berlin | 2007-10-05 | 1 | -4/+2 |
* | Fix the previous bug a slightly different way (by modifying how find_next works) | Daniel Berlin | 2007-10-04 | 1 | -9/+8 |
* | Fix off by one error in iterator | Daniel Berlin | 2007-10-04 | 1 | -1/+1 |
* | It helps a lot when you check for the end of your list before randomly | Daniel Berlin | 2007-10-04 | 1 | -1/+2 |
* | Make SparseBitVector::set actually work properly when sets are not in ascendi... | Daniel Berlin | 2007-10-04 | 1 | -4/+10 |
* | Fix small bug in operator== for iterators | Daniel Berlin | 2007-09-26 | 1 | -1/+1 |
* | Comment fixups | Daniel Berlin | 2007-09-24 | 1 | -0/+1 |
* | Implement offline variable substitution in order to reduce memory | Daniel Berlin | 2007-09-24 | 1 | -11/+28 |
* | That's what i get for using carbon emacs in a terminal | Daniel Berlin | 2007-09-17 | 1 | -2/+2 |
* | Fix iterator so it doesn't sometimes report bits that aren't in the bitmap | Daniel Berlin | 2007-09-17 | 1 | -0/+2 |
* | Fix bug in andersen's related to test_and_set. | Daniel Berlin | 2007-09-16 | 1 | -4/+26 |
* | Fix a few bugs related to zero'ing of elements | Daniel Berlin | 2007-09-16 | 1 | -45/+14 |
* | Move dump out of class, use "\n" instead of endl | Daniel Berlin | 2007-09-11 | 1 | -10/+13 |
* | Convert to use ilist and non-pointer lists for extra goodness | Daniel Berlin | 2007-09-11 | 1 | -89/+104 |
* | Fix bugs with &=, intersect with complement. Add three argument version of in... | Daniel Berlin | 2007-09-11 | 1 | -48/+131 |
* | Add remaining functions necessary for andersen's | Daniel Berlin | 2007-09-11 | 1 | -12/+194 |
* | Add SparseBitVector implementation | Daniel Berlin | 2007-09-09 | 1 | -0/+560 |