Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / tools / llvm-diff / llvm-diff.cpp
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-04 Chandler CarruthSort the #include lines for tools/...
2012-06-06 Benjamin KramerRemove unused private fields found by clang's new ...
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...