1. 0d3c223 LLVMBuild: Add description files for the LLVM tools. by Daniel Dunbar · 13 years ago
  2. fd22883 Use isa<> instead of dyn_cast<> as suggested by Nick. by John McCall · 13 years ago
  3. bd3c5ec Fix the printing of constants. Patch by Stepan Dyatkovskiy! by John McCall · 13 years ago
  4. 8c39c96 build: Tidy up a bunch of tool Makefiles, and simplify where possible using the by Daniel Dunbar · 13 years ago
  5. d8b7aa2 Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does. Enhance by Chris Lattner · 13 years ago
  6. 1f6a329 Silence a bunch (but not all) "variable written but not read" warnings by Duncan Sands · 13 years ago
  7. 7a2bdde Fix a ton of comment typos found by codespell. Patch by by Chris Lattner · 13 years ago
  8. 562b84b Don't include Operator.h from InstrTypes.h. by Jay Foad · 13 years ago
  9. 875c3ff Make llvm::Consumer a class (to remove a MSVC warning since Consumer is later forward declared as a struct) by Francois Pichet · 14 years ago
  10. 7d4fc4f This patch is a big refactoring of llvm-diff. It doesn't add new features, but it re-organizes the old features, so I can insert the MetadataEngine to use the same infrastructure. by Renato Golin · 14 years ago
  11. 3a210e2 Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." by Michael J. Spencer · 14 years ago
  12. c32a226 Use ParseIRFile to auto-detect LLVM Assembly automatically. by Dan Gohman · 14 years ago
  13. 4e9c939 CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. by Michael J. Spencer · 14 years ago
  14. 53b1acd cleanups: mark stuff static, only tagdecls should be in anon namespaces. by Chris Lattner · 14 years ago
  15. ac53061 Quiesce warning about non-virtual d'tor in virtual class. by Bill Wendling · 14 years ago
  16. a87c163 Fix the msvs 2010 build. by Michael J. Spencer · 14 years ago
  17. b82b433 Check in a couple of changes that I apparently never committed: by John McCall · 14 years ago
  18. 44a9860 Transcribe IRC to svn. Also don't print basic block names twice if they match. by John McCall · 14 years ago
  19. 73b21b7 Make the header self-contained and follow #include guidelines. by John McCall · 14 years ago
  20. e5cbaf1 Switch to using the LLVM CommandLine library so that our help by John McCall · 14 years ago
  21. 82bd5ea Centralize the logic to permanently unify two instructions and make sure by John McCall · 14 years ago
  22. e292143 Diagnose non-structural differences in the case where blocks were by John McCall · 14 years ago
  23. 02e116c When unifying instructions during a block diff, actually complain about by John McCall · 14 years ago
  24. dfb44ac Somehow I was getting reasonable results for the test cases I was interested by John McCall · 14 years ago
  25. 62dc1f3 Cache the result of errs() and implement formatted logging. by John McCall · 14 years ago
  26. 3dd706b Add the llvm-diff tool, which performs a relatively naive structural by John McCall · 14 years ago