[llvm-diff] Implement diff of PHI nodesImplement diff of PHI nodesReviewed By: dblaikieDifferential Revision: https://reviews.llvm.org/D114211
[llvm-diff] correct variable typo
[llvm-diff] add "reset" method to DiffConsumerA DiffConsumer object may be reused, but we'd like to reset it beforethe next use.No functionality change intended.Differential Revision: https://
[llvm-diff] add "reset" method to DiffConsumerA DiffConsumer object may be reused, but we'd like to reset it beforethe next use.No functionality change intended.Differential Revision: https://reviews.llvm.org/D107985
show more ...
[llvm-diff] Create libLLVMDiff librarySome tools may want to use the LLVM "diff" code. Move the code into alibrary for easy use.No functionality change intende.Differential Revision: https://r
[llvm-diff] Create libLLVMDiff librarySome tools may want to use the LLVM "diff" code. Move the code into alibrary for easy use.No functionality change intende.Differential Revision: https://reviews.llvm.org/D107392
Revert "[llvm-diff] Create libLLVMDiff library"This reverts commit 9854f2f30f84123ca78aa3603102e7cef4ec33c8 since itbroke all the builds.