This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cccbfeb6704 [DebugInfo] Have the verifier accept missing linkage names. new 0985a4407d2 Rename a few unittests/.../Foo.cpp files to FooTest.cpp
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: unittests/Analysis/CMakeLists.txt | 6 +++--- unittests/Analysis/{MemorySSA.cpp => MemorySSATest.cpp} | 0 ...OrderedInstructions.cpp => OrderedInstructionsTest.cpp} | 0 .../{UnrollAnalyzer.cpp => UnrollAnalyzerTest.cpp} | 0 .../Utils/{BasicBlockUtils.cpp => BasicBlockUtilsTest.cpp} | 0 unittests/Transforms/Utils/CMakeLists.txt | 14 +++++++------- .../Transforms/Utils/{Cloning.cpp => CloningTest.cpp} | 0 .../Utils/{CodeExtractor.cpp => CodeExtractorTest.cpp} | 0 .../{FunctionComparator.cpp => FunctionComparatorTest.cpp} | 0 .../Utils/{IntegerDivision.cpp => IntegerDivisionTest.cpp} | 0 unittests/Transforms/Utils/{Local.cpp => LocalTest.cpp} | 0 .../Utils/{SSAUpdaterBulk.cpp => SSAUpdaterBulkTest.cpp} | 0 12 files changed, 10 insertions(+), 10 deletions(-) rename unittests/Analysis/{MemorySSA.cpp => MemorySSATest.cpp} (100%) rename unittests/Analysis/{OrderedInstructions.cpp => OrderedInstructionsTest.cpp} (100%) rename unittests/Analysis/{UnrollAnalyzer.cpp => UnrollAnalyzerTest.cpp} (100%) rename unittests/Transforms/Utils/{BasicBlockUtils.cpp => BasicBlockUtilsTest.cpp} (100%) rename unittests/Transforms/Utils/{Cloning.cpp => CloningTest.cpp} (100%) rename unittests/Transforms/Utils/{CodeExtractor.cpp => CodeExtractorTest.cpp} (100%) rename unittests/Transforms/Utils/{FunctionComparator.cpp => FunctionComparatorTes [...] rename unittests/Transforms/Utils/{IntegerDivision.cpp => IntegerDivisionTest.cpp} (100%) rename unittests/Transforms/Utils/{Local.cpp => LocalTest.cpp} (100%) rename unittests/Transforms/Utils/{SSAUpdaterBulk.cpp => SSAUpdaterBulkTest.cpp} (100%)