This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9bea4232dd8 [ARM] Add curly braces around switch case [NFC] new 3c0d60785cd Re-sort #include lines for unittests. This uses a slightly [...]
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/ADT/DAGDeltaAlgorithmTest.cpp | 2 +- unittests/ADT/DeltaAlgorithmTest.cpp | 2 +- unittests/ADT/DenseMapTest.cpp | 2 +- unittests/ADT/DepthFirstIteratorTest.cpp | 2 +- unittests/ADT/FoldingSet.cpp | 2 +- unittests/ADT/HashingTest.cpp | 2 +- unittests/ADT/ImmutableMapTest.cpp | 2 +- unittests/ADT/ImmutableSetTest.cpp | 2 +- unittests/ADT/IteratorTest.cpp | 2 +- unittests/ADT/MapVectorTest.cpp | 2 +- unittests/ADT/OptionalTest.cpp | 2 +- unittests/ADT/PointerEmbeddedIntTest.cpp | 2 +- unittests/ADT/PointerIntPairTest.cpp | 2 +- unittests/ADT/PointerSumTypeTest.cpp | 2 +- unittests/ADT/PointerUnionTest.cpp | 2 +- unittests/ADT/PostOrderIteratorTest.cpp | 2 +- unittests/ADT/RangeAdapterTest.cpp | 2 +- unittests/ADT/ReverseIterationTest.cpp | 2 +- unittests/ADT/SCCIteratorTest.cpp | 2 +- unittests/ADT/SmallPtrSetTest.cpp | 4 ++-- unittests/ADT/SmallVectorTest.cpp | 2 +- unittests/ADT/TripleTest.cpp | 2 +- unittests/ADT/TwineTest.cpp | 2 +- unittests/ADT/VariadicFunctionTest.cpp | 4 ++-- unittests/Analysis/BranchProbabilityInfoTest.cpp | 2 +- unittests/Analysis/CFGTest.cpp | 2 +- unittests/Analysis/LazyCallGraphTest.cpp | 2 +- unittests/Analysis/MemorySSA.cpp | 2 +- unittests/Analysis/ProfileSummaryInfoTest.cpp | 2 +- unittests/Analysis/ScalarEvolutionTest.cpp | 1 - unittests/Analysis/TBAATest.cpp | 2 +- unittests/Analysis/UnrollAnalyzer.cpp | 4 ++-- unittests/Bitcode/BitstreamReaderTest.cpp | 2 +- unittests/Bitcode/BitstreamWriterTest.cpp | 2 +- unittests/CodeGen/DIEHashTest.cpp | 2 +- unittests/CodeGen/MachineInstrBundleIteratorTest.cpp | 2 +- unittests/DebugInfo/DWARF/DwarfGenerator.cpp | 2 +- unittests/ExecutionEngine/ExecutionEngineTest.cpp | 2 +- unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp | 2 +- unittests/ExecutionEngine/MCJIT/MCJITMultipleModuleTest.cpp | 2 +- unittests/ExecutionEngine/MCJIT/MCJITTest.cpp | 2 +- unittests/ExecutionEngine/Orc/CompileOnDemandLayerTest.cpp | 2 +- unittests/ExecutionEngine/Orc/IndirectionUtilsTest.cpp | 2 +- unittests/ExecutionEngine/Orc/LazyEmittingLayerTest.cpp | 2 +- unittests/ExecutionEngine/Orc/ObjectTransformLayerTest.cpp | 2 +- unittests/ExecutionEngine/Orc/OrcCAPITest.cpp | 2 +- unittests/ExecutionEngine/Orc/OrcTestCommon.h | 4 ++-- unittests/ExecutionEngine/Orc/QueueChannel.h | 2 +- unittests/ExecutionEngine/Orc/RTDyldObjectLinkingLayerTest.cpp | 4 ++-- unittests/IR/AsmWriterTest.cpp | 2 +- unittests/IR/ConstantsTest.cpp | 4 ++-- unittests/IR/DebugTypeODRUniquingTest.cpp | 2 +- unittests/IR/IRBuilderTest.cpp | 2 +- unittests/IR/MetadataTest.cpp | 2 +- unittests/IR/ModuleTest.cpp | 2 +- unittests/IR/PassManagerTest.cpp | 2 +- unittests/IR/PatternMatch.cpp | 2 +- unittests/IR/UserTest.cpp | 2 +- unittests/IR/ValueTest.cpp | 2 +- unittests/IR/VerifierTest.cpp | 4 ++-- unittests/Linker/LinkModulesTest.cpp | 4 ++-- unittests/MC/DwarfLineTables.cpp | 2 +- unittests/MC/StringTableBuilderTest.cpp | 2 +- unittests/MI/LiveIntervalTest.cpp | 4 ++-- unittests/ProfileData/SampleProfTest.cpp | 2 +- unittests/Support/ARMAttributeParser.cpp | 2 +- unittests/Support/CommandLineTest.cpp | 4 ++-- unittests/Support/CompressionTest.cpp | 2 +- unittests/Support/CrashRecoveryTest.cpp | 2 +- unittests/Support/DataExtractorTest.cpp | 2 +- unittests/Support/DynamicLibrary/DynamicLibraryTest.cpp | 2 +- unittests/Support/EndianStreamTest.cpp | 2 +- unittests/Support/FileOutputBufferTest.cpp | 2 +- unittests/Support/FormatVariadicTest.cpp | 2 +- unittests/Support/LEB128Test.cpp | 4 ++-- unittests/Support/MD5Test.cpp | 2 +- unittests/Support/MathExtrasTest.cpp | 2 +- unittests/Support/MemoryBufferTest.cpp | 2 +- unittests/Support/Path.cpp | 2 +- unittests/Support/ProgramTest.cpp | 4 ++-- unittests/Support/SpecialCaseListTest.cpp | 2 +- unittests/Support/SwapByteOrderTest.cpp | 2 +- unittests/Support/TarWriterTest.cpp | 2 +- unittests/Support/TargetParserTest.cpp | 2 +- unittests/Support/TrigramIndexTest.cpp | 2 +- unittests/Support/YAMLIOTest.cpp | 1 - unittests/Support/YAMLParserTest.cpp | 2 +- unittests/Support/formatted_raw_ostream_test.cpp | 2 +- unittests/Support/raw_ostream_test.cpp | 2 +- unittests/Support/raw_pwrite_stream_test.cpp | 2 +- unittests/Support/raw_sha1_ostream_test.cpp | 2 +- unittests/Transforms/Scalar/LoopPassManagerTest.cpp | 2 +- unittests/Transforms/Utils/FunctionComparator.cpp | 2 +- unittests/Transforms/Utils/ValueMapperTest.cpp | 2 +- 94 files changed, 104 insertions(+), 106 deletions(-)