summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-diff/DifferenceEngine.h
Commit message (Collapse)AuthorAgeFilesLines
* Make the header self-contained and follow #include guidelines.John McCall2010-07-291-4/+6
| | | | llvm-svn: 109774
* Add the llvm-diff tool, which performs a relatively naive structuralJohn McCall2010-07-291-0/+171
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
OpenPOWER on IntegriCloud