aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/ADT/BitSetVector.h
AgeCommit message (Expand)Author
2007-02-03remove a dead headerChris Lattner
2006-12-18Removed llvm_ostream and used std::ostream instead.Bill Wendling
2006-12-17Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
2006-11-28Support for llvm_ostreams.Bill Wendling
2006-11-28Added a temporary hack to get the llvm-streams to work for future checkins.Bill Wendling
2006-02-22Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.Chris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2004-09-01Changes For Bug 352Reid Spencer
2004-04-21Declare iterator as public since it is defined as such (gcc-3.4 fix)Alkis Evlogimenos
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM notice.John Criswell
2003-09-30Standardize header file commentsChris Lattner
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell
2003-06-22Get rid of WORDSIZE macro which can pollute untold numbers of translation unitsChris Lattner
2003-06-17Regularize the names of #include-guards.Brian Gaeke
2003-06-11Included assert.h so that the code compiles under newer versions of GCC.John Criswell
2003-03-17Fix problems with BitSetVector that makes it not compile under GCC 3.0 and 2.95Chris Lattner
2002-11-27Several fixes:Vikram S. Adve
2002-11-06Make maxSize a private variable, add a size() accessorChris Lattner
2002-11-06An implementation of the bit-vector representation of sets.Vikram S. Adve