Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does. Enhance
[oota-llvm.git] / tools / llvm-diff / llvm-diff.cpp
2011-10-16 Chris LattnerEnhance llvm::SourceMgr to support diagnostic ranges...
2011-03-14 Renato GolinThis patch is a big refactoring of llvm-diff. It doesn...
2010-09-13 Dan GohmanUse ParseIRFile to auto-detect LLVM Assembly automatically.
2010-09-05 Chris Lattnercleanups: mark stuff static, only tagdecls should be...
2010-08-24 John McCallCheck in a couple of changes that I apparently never...
2010-07-29 John McCallTranscribe IRC to svn. Also don't print basic block...
2010-07-29 John McCallMake the header self-contained and follow #include...
2010-07-29 John McCallSwitch to using the LLVM CommandLine library so that...
2010-07-29 John McCallCache the result of errs() and implement formatted...
2010-07-29 John McCallAdd the llvm-diff tool, which performs a relatively...