History log of /llvm-project/llvm/tools/llvm-diff/llvm-diff.cpp (Results 26 – 27 of 27)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 10c91bfa 29-Jul-2010 John McCall <rjmccall@apple.com>

Cache the result of errs() and implement formatted logging.

llvm-svn: 109740


# 5e6a16d7 29-Jul-2010 John McCall <rjmccall@apple.com>

Add the llvm-diff tool, which performs a relatively naive structural
diff of a function. There's a lot of cruft in the current version, and
it's pretty far from perfect, but it's usable.

Currently

Add the llvm-diff tool, which performs a relatively naive structural
diff of a function. There's a lot of cruft in the current version, and
it's pretty far from perfect, but it's usable.

Currently only capable of comparing functions. Currently ignores metadata.
Currently ignores most attributes of functions and instructions.

Patches welcome.

llvm-svn: 109739

show more ...


12