Fit to 80 cols
[oota-llvm.git] / lib / Analysis / DataStructure / GraphChecker.cpp
2006-08-27 Chris LattnerEliminate RegisterAnalysis. RegisterPass now does...
2006-04-25 Andrew Lenharthslightly more useful error message
2005-10-24 Chris Lattnerimplement some prototypes
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-16 Chris Lattnerremove use of compat_iterator.
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-16 Chris LattnerBe compatible with IA64
2004-07-07 Chris LattnerMove all of the DSA headers into the Analysis/DataStruc...
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-02-20 Chris LattnerAdd two missing returns, which caused us to be very...
2004-02-07 Chris LattnergetNodes() is gone, use node_begin/end instead
2003-11-12 Chris LattnerFine-grainify namespaces for this library
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-01 Alkis EvlogimenosUse std::string::size_type for for ColonPos to stop...
2003-07-26 Chris LattnerFix another minor bug
2003-07-25 Chris LattnerDont' try to parse the colon
2003-07-25 Chris LattnerAdd a more general check-flags which can be used to...
2003-06-29 Chris LattnerAdd support for ensuring that nodes are not incomplete
2003-06-29 Chris LattnerAdd print method to not get silly warning from analyze
2003-06-29 Chris LattnerNew pass which is useful for writing regression tests