test commit redux
[oota-llvm.git] / tools / llvm-diff /
2011-11-09 John McCallUse isa<> instead of dyn_cast<> as suggested by Nick.
2011-11-08 John McCallFix the printing of constants. Patch by Stepan Dyatkov...
2011-10-18 Daniel Dunbarbuild: Tidy up a bunch of tool Makefiles, and simplify...
2011-10-16 Chris LattnerEnhance llvm::SourceMgr to support diagnostic ranges...
2011-08-12 Duncan SandsSilence a bunch (but not all) "variable written but...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-11 Jay FoadDon't include Operator.h from InstrTypes.h.
2011-03-14 Francois PichetMake llvm::Consumer a class (to remove a MSVC warning...
2011-03-14 Renato GolinThis patch is a big refactoring of llvm-diff. It doesn...
2010-09-13 Michael J. SpencerRevert "CMake: Get rid of LLVMLibDeps.cmake and export...
2010-09-13 Dan GohmanUse ParseIRFile to auto-detect LLVM Assembly automatically.
2010-09-10 Michael J. SpencerCMake: Get rid of LLVMLibDeps.cmake and export the...
2010-09-05 Chris Lattnercleanups: mark stuff static, only tagdecls should be...
2010-09-03 Bill WendlingQuiesce warning about non-virtual d'tor in virtual...
2010-08-27 Michael J. SpencerFix the msvs 2010 build.
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 McCallCentralize the logic to permanently unify two instructi...
2010-07-29 John McCallDiagnose non-structural differences in the case where...
2010-07-29 John McCallWhen unifying instructions during a block diff, actuall...
2010-07-29 John McCallSomehow I was getting reasonable results for the test...
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...