summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-diff/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* This patch is a big refactoring of llvm-diff. It doesn't add new features, ↵Renato Golin2011-03-141-0/+2
| | | | | | but it re-organizes the old features, so I can insert the MetadataEngine to use the same infrastructure. llvm-svn: 127627
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-131-2/+2
| | | | | | | | | | This reverts commit r113632 Conflicts: cmake/modules/AddLLVM.cmake llvm-svn: 113819
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-101-2/+2
| | | | llvm-svn: 113632
* Add the llvm-diff tool, which performs a relatively naive structuralJohn McCall2010-07-291-0/+6
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