aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/BitVector.h
Commit message (Expand)AuthorAgeFilesLines
* Use CHAR_BIT instead of hard-coding 8 in several places where itDan Gohman2009-04-011-1/+2
* Fix a bug in BitVector.h. All assignment operations (except the usual romix2009-01-261-3/+3
* Removed trailing whitespace.Misha Brukman2009-01-091-17/+17
* Prune and tidy #includes.Dan Gohman2008-05-291-3/+2
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-051-5/+5
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-201-1/+2
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Added two bounds checks to the BitVector class to detectTed Kremenek2007-12-101-0/+4
* Updated VC++ build system.Hartmut Kaiser2007-10-171-1/+1
* make operator== work with non-equal sized bitvectors, as long as Chris Lattner2007-10-121-4/+15
* make bitvector &= do the right thing if vectors have mismatched length.Chris Lattner2007-10-111-2/+11
* This fixes resizing issues with BitVectors. It ensures that the BitWord type ...Chandler Carruth2007-08-061-11/+26
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+369