Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / Support / FoldingSet.cpp
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-10-09 Chris LattnerChange a #include into a forward declaration
2007-10-03 Chris LattnerAdd initial iterator support for folding set.
2007-10-03 Chris LattnerSimplify implementation of the FoldingSet circular...
2007-09-14 Chris Lattnerfix a gcc warning: comparison between signed and unsign...
2007-09-14 Dale JohannesenRemove the assumption that FP's are either float or
2007-09-14 Dan GohmanAnd an FoldingSetImpl::NodeID::AddInteger overload...
2007-02-24 Chris Lattnerremove folding set debug output
2007-02-04 Chris LattnerEncode small integers more densely in foldingset, avoid...
2007-02-01 Chris Lattnerimprove comments, add an assertion
2007-01-31 Reid SpencerAdd some debug output.
2007-01-31 Chris Lattnerminor cleanups. Fix off-by-one in accounting the numbe...
2007-01-30 Chris Lattnerreformat comment
2006-11-03 Rafael Espindolaassert.h -> cassert
2006-11-02 Rafael Espindola#include <assert.h>
2006-11-02 Jim LaskeyAllow FoldingSet clients to pump up the initial hash...
2006-10-29 Jim LaskeyTry again.
2006-10-29 Jim LaskeyNot handling zero length strings.
2006-10-27 Jim LaskeySmallVector append not insert.
2006-10-27 Jim LaskeyGrrr.
2006-10-27 Jim LaskeyTemp patch for missing functionality.
2006-10-27 Bill WendlingMathExtras isn't in the llvm/ADT directory but in the...
2006-10-27 Jim LaskeyApply editorials.
2006-10-27 Jim LaskeyBreakout folding hash set from SelectionDAGCSEMap.