[cfe-commits] [PATCH] Removing loop-convert tool
Edwin Vane
edwin.vane at intel.com
Wed Jan 9 11:43:35 PST 2013
Hi klimek, panzer,
cpp11-migrate now contains the loop convert transform code and tests.
Cleaning up the old code/tests and updating build system files as
necessary.
http://llvm-reviews.chandlerc.com/D271
Files:
CMakeLists.txt
Makefile
loop-convert/CMakeLists.txt
loop-convert/LoopActions.cpp
loop-convert/LoopActions.h
loop-convert/LoopConvert.cpp
loop-convert/LoopMatchers.cpp
loop-convert/LoopMatchers.h
loop-convert/Makefile
loop-convert/StmtAncestor.cpp
loop-convert/StmtAncestor.h
loop-convert/VariableNaming.cpp
loop-convert/VariableNaming.h
test/CMakeLists.txt
test/loop-convert/Inputs/negative-header.h
test/loop-convert/Inputs/structures.h
test/loop-convert/array.cpp
test/loop-convert/confidence.cpp
test/loop-convert/dependency.cpp
test/loop-convert/iterator.cpp
test/loop-convert/naming.cpp
test/loop-convert/negative-iterator.cpp
test/loop-convert/negative-multi-end-call.cpp
test/loop-convert/negative-pseudoarray-extra.cpp
test/loop-convert/negative-pseudoarray.cpp
test/loop-convert/negative.cpp
test/loop-convert/nesting.cpp
test/loop-convert/nocompile.cpp
test/loop-convert/pseudoarray.cpp
test/loop-convert/single-iterator.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D271.1.patch
Type: text/x-patch
Size: 119182 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130109/1cccd699/attachment.bin>
More information about the cfe-commits
mailing list