Moved the GetTargetRelocation method from PPCMachOWriter to here. It uses
[oota-llvm.git] / include / llvm / ADT / BitSetVector.h
2006-12-18 Bill WendlingRemoved llvm_ostream and used std::ostream instead.
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-28 Bill WendlingSupport for llvm_ostreams.
2006-11-28 Bill WendlingAdded a temporary hack to get the llvm-streams to work...
2006-02-22 Chris LattnerMake the LLVM headers "-ansi -pedantic -Wno-long-long...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-09-01 Reid SpencerChanges For Bug 352
2004-04-21 Alkis EvlogimenosDeclare iterator as public since it is defined as such...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM notice.
2003-09-30 Chris LattnerStandardize header file comments
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-22 Chris LattnerGet rid of WORDSIZE macro which can pollute untold...
2003-06-17 Brian GaekeRegularize the names of #include-guards.
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-03-17 Chris LattnerFix problems with BitSetVector that makes it not compil...
2002-11-27 Vikram S. AdveSeveral fixes:
2002-11-06 Chris LattnerMake maxSize a private variable, add a size() accessor
2002-11-06 Vikram S. AdveAn implementation of the bit-vector representation...