OSDN Git Service

mir-canon: First commit.
authorPuyan Lotfi <puyan@puyan.org>
Thu, 2 Nov 2017 23:37:32 +0000 (23:37 +0000)
committerPuyan Lotfi <puyan@puyan.org>
Thu, 2 Nov 2017 23:37:32 +0000 (23:37 +0000)
commit0ae3f32f5642942bbc7ebd2f40e1b218eee51fef
treef2d2280cf532d4c928163bd15e6210594cfd5c50
parent89fd072604faffaaf81741519ecb99ecaaa3a55e
mir-canon: First commit.

mir-canon (MIRCanonicalizerPass) is a pass designed to reorder instructions and
rename operands so that two similar programs will diff more cleanly after being
run through mir-canon than they would otherwise. This project is still a work
in progress and there are ideas still being discussed for improving diff
quality.

M    include/llvm/InitializePasses.h
M    lib/CodeGen/CMakeLists.txt
M    lib/CodeGen/CodeGen.cpp
A    lib/CodeGen/MIRCanonicalizerPass.cpp

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317285 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/InitializePasses.h
lib/CodeGen/CMakeLists.txt
lib/CodeGen/CodeGen.cpp
lib/CodeGen/MIRCanonicalizerPass.cpp [new file with mode: 0644]