Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [LLVM] src/external/bsd/llvm/dist/llvm



Module Name:    src
Committed By:   joerg
Date:           Tue Aug  1 19:58:42 UTC 2017

Removed Files:
        src/external/bsd/llvm/dist/llvm/docs [LLVM]: Dummy.html
        src/external/bsd/llvm/dist/llvm/include/llvm/CodeGen [LLVM]:
            MachineFunctionInitializer.h
        src/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/CodeView [LLVM]:
            CVSymbolTypes.def CVTypeDumper.h ModuleSubstream.h
            ModuleSubstreamVisitor.h TypeDatabase.h TypeDatabaseVisitor.h
            TypeDumperBase.h TypeRecords.def
        src/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/MSF [LLVM]:
            ByteStream.h SequencedItemStream.h StreamArray.h StreamInterface.h
            StreamReader.h StreamRef.h StreamWriter.h
        src/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Raw [LLVM]:
            DbiStream.h DbiStreamBuilder.h EnumTables.h GlobalsStream.h Hash.h
            ISectionContribVisitor.h InfoStream.h InfoStreamBuilder.h ModInfo.h
            ModStream.h NameHashTable.h NameMap.h NameMapBuilder.h PDBFile.h
            PDBFileBuilder.h PublicsStream.h RawConstants.h RawError.h
            RawSession.h RawTypes.h SymbolStream.h TpiHashing.h TpiStream.h
            TpiStreamBuilder.h
        src/external/bsd/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc [LLVM]:
            ObjectLinkingLayer.h
        src/external/bsd/llvm/dist/llvm/include/llvm/LibDriver [LLVM]:
            LibDriver.h
        src/external/bsd/llvm/dist/llvm/include/llvm/Object [LLVM]:
            ModuleSummaryIndexObjectFile.h
        src/external/bsd/llvm/dist/llvm/include/llvm/Support [LLVM]: COFF.h
            Dwarf.def Dwarf.h ELF.h MachO.def MachO.h Solaris.h Wasm.h
        src/external/bsd/llvm/dist/llvm/include/llvm/Support/ELFRelocs [LLVM]:
            AArch64.def AMDGPU.def ARM.def AVR.def BPF.def Hexagon.def
            Lanai.def Mips.def PowerPC.def PowerPC64.def RISCV.def Sparc.def
            SystemZ.def WebAssembly.def i386.def x86_64.def
        src/external/bsd/llvm/dist/llvm/include/llvm/Target [LLVM]:
            TargetGlobalISel.td
        src/external/bsd/llvm/dist/llvm/include/llvm/Transforms/Utils [LLVM]:
            MemorySSA.h
        src/external/bsd/llvm/dist/llvm/lib/CodeGen [LLVM]: MIRPrinter.h
        src/external/bsd/llvm/dist/llvm/lib/DebugInfo/CodeView [LLVM]:
            CVTypeDumper.cpp ModuleSubstream.cpp ModuleSubstreamVisitor.cpp
            TypeDatabase.cpp TypeDatabaseVisitor.cpp TypeRecord.cpp
        src/external/bsd/llvm/dist/llvm/lib/DebugInfo/MSF [LLVM]:
            StreamReader.cpp StreamWriter.cpp
        src/external/bsd/llvm/dist/llvm/lib/DebugInfo/PDB/Raw [LLVM]:
            DbiStream.cpp DbiStreamBuilder.cpp EnumTables.cpp GSI.cpp GSI.h
            GlobalsStream.cpp Hash.cpp InfoStream.cpp InfoStreamBuilder.cpp
            ModInfo.cpp ModStream.cpp NameHashTable.cpp NameMap.cpp
            NameMapBuilder.cpp PDBFile.cpp PDBFileBuilder.cpp PublicsStream.cpp
            RawError.cpp RawSession.cpp SymbolStream.cpp TpiHashing.cpp
            TpiStream.cpp TpiStreamBuilder.cpp
        src/external/bsd/llvm/dist/llvm/lib/Fuzzer [LLVM]: FuzzerTraceState.cpp
        src/external/bsd/llvm/dist/llvm/lib/Fuzzer/test [LLVM]:
            UninstrumentedTest.cpp fuzzer-jobs.test
        src/external/bsd/llvm/dist/llvm/lib/IR [LLVM]: AttributeSetNode.h
        src/external/bsd/llvm/dist/llvm/lib/LibDriver [LLVM]: CMakeLists.txt
            LLVMBuild.txt LibDriver.cpp Options.td
        src/external/bsd/llvm/dist/llvm/lib/MC [LLVM]: WinCOFFStreamer.cpp
        src/external/bsd/llvm/dist/llvm/lib/Object [LLVM]:
            ModuleSummaryIndexObjectFile.cpp
        src/external/bsd/llvm/dist/llvm/lib/Support [LLVM]: Dwarf.cpp
            SearchForAddressOfSpecialSymbol.cpp
        src/external/bsd/llvm/dist/llvm/lib/Target/AArch64 [LLVM]:
            AArch64AddressTypePromotion.cpp AArch64InstructionSelector.h
            AArch64SchedVulcan.td
        src/external/bsd/llvm/dist/llvm/lib/Target/AMDGPU [LLVM]:
            AMDGPURuntimeMetadata.h SITypeRewriter.cpp
        src/external/bsd/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc [LLVM]:
            AMDGPURuntimeMD.cpp AMDGPURuntimeMD.h
        src/external/bsd/llvm/dist/llvm/lib/Target/ARM [LLVM]:
            ARMInstructionSelector.h
        src/external/bsd/llvm/dist/llvm/lib/Target/Hexagon [LLVM]:
            HexagonCallingConv.td HexagonInstrAlias.td HexagonInstrEnc.td
            HexagonInstrInfo.td HexagonInstrInfoV3.td HexagonInstrInfoV4.td
            HexagonInstrInfoV5.td HexagonInstrInfoV60.td
            HexagonInstrInfoVector.td HexagonIsetDx.td HexagonSystemInst.td
        src/external/bsd/llvm/dist/llvm/lib/Target/NVPTX [LLVM]:
            NVPTXInferAddressSpaces.cpp
        src/external/bsd/llvm/dist/llvm/lib/Target/X86 [LLVM]:
            X86InstrTablesInfo.h
        src/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar [LLVM]:
            LoadCombine.cpp
        src/external/bsd/llvm/dist/llvm/lib/Transforms/Utils [LLVM]:
            MemorySSA.cpp
        src/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize [LLVM]:
            BBVectorize.cpp
        src/external/bsd/llvm/dist/llvm/test/Analysis/CostModel/AArch64 [LLVM]:
            falkor.ll
        src/external/bsd/llvm/dist/llvm/test/Analysis/CostModel/X86 [LLVM]:
            ctbits-cost.ll
        src/external/bsd/llvm/dist/llvm/test/Analysis/DivergenceAnalysis/AMDGPU [LLVM]:
            interp-intrinsics.ll
        src/external/bsd/llvm/dist/llvm/test/Analysis/ScalarEvolution [LLVM]:
            incorrect-offset-scaling.ll
        src/external/bsd/llvm/dist/llvm/test/CodeGen/AArch64 [LLVM]:
            tail-dup-repeat-worklist.ll
        src/external/bsd/llvm/dist/llvm/test/CodeGen/AArch64/GlobalISel [LLVM]:
            arm64-instructionselect.mir
        src/external/bsd/llvm/dist/llvm/test/CodeGen/AMDGPU [LLVM]:
            amdgcn.sendmsg-m0.ll amdgcn.sendmsg.ll
            invalid-opencl-version-metadata1.ll
            invalid-opencl-version-metadata2.ll
            invalid-opencl-version-metadata3.ll llvm.AMDGPU.bfe.i32.ll
            llvm.AMDGPU.bfe.u32.ll llvm.AMDGPU.clamp.ll llvm.AMDGPU.cube.ll
            llvm.SI.export.ll llvm.SI.fs.interp.ll llvm.SI.gather4.ll
            llvm.SI.getlod.ll llvm.SI.image.ll llvm.SI.image.sample-masked.ll
            llvm.SI.image.sample.ll llvm.SI.image.sample.o.ll
            llvm.SI.packf16.ll local-stack-slot-bug.ll lshl.ll lshr.ll mulhu.ll
            promote-alloca-shaders.ll runtime-metadata.ll si-literal-folding.ll
            urecip.ll
        src/external/bsd/llvm/dist/llvm/test/CodeGen/ARM [LLVM]: sat-arith.ll
            setcc-sentinals.ll
        src/external/bsd/llvm/dist/llvm/test/CodeGen/ARM/Windows [LLVM]:
            no-arm-mode.ll
        src/external/bsd/llvm/dist/llvm/test/CodeGen/AVR/inline-asm [LLVM]:
            multibyte.ll
        src/external/bsd/llvm/dist/llvm/test/CodeGen/AVR/pseudo [LLVM]:
            expand-lddw-dst-src-same.mir
        src/external/bsd/llvm/dist/llvm/test/CodeGen/Hexagon [LLVM]:
            ctlz-cttz-ctpop.ll frame.ll
        src/external/bsd/llvm/dist/llvm/test/CodeGen/Hexagon/vect [LLVM]:
            vect-loadv4i16.ll
        src/external/bsd/llvm/dist/llvm/test/CodeGen/MIR/Generic [LLVM]:
            branch-probabilities.ll function-missing-machine-function.mir
            machine-function-missing-body-error.mir
        src/external/bsd/llvm/dist/llvm/test/CodeGen/MIR/X86 [LLVM]:
            used-physical-register-info.mir
        src/external/bsd/llvm/dist/llvm/test/CodeGen/MSP430 [LLVM]:
            2009-11-05-8BitLibcalls.ll
        src/external/bsd/llvm/dist/llvm/test/CodeGen/NVPTX [LLVM]: rsqrt.ll
        src/external/bsd/llvm/dist/llvm/test/CodeGen/PowerPC [LLVM]:
            bitreverse.ll
        src/external/bsd/llvm/dist/llvm/test/CodeGen/SystemZ [LLVM]:
            memchr-02.ll memcmp-02.ll serialize-01.ll strcmp-02.ll strlen-02.ll
            vec-intrinsics.ll
        src/external/bsd/llvm/dist/llvm/test/CodeGen/Thumb2 [LLVM]:
            ifcvt-neon.ll
        src/external/bsd/llvm/dist/llvm/test/CodeGen/X86 [LLVM]:
            2012-11-30-handlemove-dbg.ll 2012-11-30-misched-dbg.ll
            2012-11-30-regpres-dbg.ll 2012-12-06-python27-miscompile.ll
            adde-carry.ll avx512-mask-bugfix.ll
            code_placement_outline_optional_branches.ll combiner-aa-0.ll
            combiner-aa-1.ll lfence.ll pr18023.ll pr30693.ll setcc-sentinals.ll
            sfence.ll sse42.ll sse42_64.ll tail-merge-after-mbp.ll
        src/external/bsd/llvm/dist/llvm/test/CodeGen/X86/GlobalISel [LLVM]:
            irtranslator-call.ll
        src/external/bsd/llvm/dist/llvm/test/DebugInfo/Inputs [LLVM]:
            dwarfdump-test3.elf-x86-64 space
        src/external/bsd/llvm/dist/llvm/test/DebugInfo/X86 [LLVM]:
            externaltyperef.ll
        src/external/bsd/llvm/dist/llvm/test/LTO/X86/Inputs [LLVM]:
            strip-debug-info.bc
        src/external/bsd/llvm/dist/llvm/test/MC/AArch64 [LLVM]: cyclone-crc.s
        src/external/bsd/llvm/dist/llvm/test/MC/AMDGPU [LLVM]: metadata.s
        src/external/bsd/llvm/dist/llvm/test/MC/AVR/out-of-range-fixups [LLVM]:
            adiw-fail.s in-fail.s lds-fail.s sbi-fail.s
        src/external/bsd/llvm/dist/llvm/test/MC/COFF [LLVM]:
            secidx-diagnostic.s
        src/external/bsd/llvm/dist/llvm/test/MC/ELF [LLVM]:
            section-sym-redefine.s
        src/external/bsd/llvm/dist/llvm/test/MC/Hexagon [LLVM]: endloop.s
        src/external/bsd/llvm/dist/llvm/test/Object/AMDGPU [LLVM]:
            elf-definitios.yaml
        src/external/bsd/llvm/dist/llvm/test/Transforms/ArgumentPromotion [LLVM]:
            callgraph-update.ll
        src/external/bsd/llvm/dist/llvm/test/Transforms/BBVectorize [LLVM]:
            cycle.ll func-alias.ll ld1.ll lit.local.cfg loop1.ll
            mem-op-depth.ll metadata.ll no-ldstr-conn.ll req-depth.ll
            search-limit.ll simple-int.ll simple-ldstr-ptrs.ll simple-ldstr.ll
            simple-sel.ll simple-tst.ll simple.ll simple3.ll vector-sel.ll
        src/external/bsd/llvm/dist/llvm/test/Transforms/BBVectorize/X86 [LLVM]:
            cmp-types.ll loop1.ll pr15289.ll sh-rec.ll sh-rec2.ll sh-rec3.ll
            sh-types.ll simple-int.ll simple-ldstr.ll simple.ll vs-cast.ll
            wr-aliases.ll
        src/external/bsd/llvm/dist/llvm/test/Transforms/BBVectorize/xcore [LLVM]:
            no-vector-registers.ll
        src/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine [LLVM]:
            2005-06-16-SetCCOrSetCCMiscompile.ll
            2008-01-13-NoBitCastAttributes.ll 2008-01-29-AddICmp.ll
            2008-07-10-ICmpBinOp.ll 2008-08-17-ICmpXorSignbit.ll
            2008-09-29-FoldingOr.ll 2008-11-20-DivMulRem.ll
            2009-03-20-AShrOverShift.ll 2012-04-23-Neon-Intrinsics.ll
            aligned-altivec.ll aligned-qpx.ll amdgcn-intrinsics.ll
            and-not-or.ll apint-and1.ll apint-and2.ll bit-tracking.ll
            blend_x86.ll constant-fold-hang.ll demorgan-zext.ll
            neon-intrinsics.ll not-fcmp.ll or-to-xor.ll phi-select-constexpr.ll
            pr2645-1.ll shufflemask-undef.ll srem.ll urem.ll vector-srem.ll
            vsx-unaligned.ll x86-avx2.ll x86-avx512.ll x86-crc32-demanded.ll
            x86-f16c.ll x86-fma.ll x86-insertps.ll x86-masked-memops.ll
            x86-movmsk.ll x86-muldq.ll x86-pshufb.ll x86-sse.ll x86-sse2.ll
            x86-sse41.ll x86-sse4a.ll x86-vector-shifts.ll x86-vperm2.ll
            x86-vpermil.ll x86-xop.ll
        src/external/bsd/llvm/dist/llvm/test/Transforms/InstMerge [LLVM]:
            ld_hoist1.ll ld_hoist_st_sink.ll
        src/external/bsd/llvm/dist/llvm/test/Transforms/InstSimplify [LLVM]:
            apint-or.ll
        src/external/bsd/llvm/dist/llvm/test/Transforms/JumpThreading [LLVM]:
            crash-assertingvh.ll
        src/external/bsd/llvm/dist/llvm/test/Transforms/LICM [LLVM]:
            scalar_promote-unwind.ll scalar_promote.ll
        src/external/bsd/llvm/dist/llvm/test/Transforms/LoadCombine [LLVM]:
            load-combine-aa.ll load-combine-assume.ll
            load-combine-negativegep.ll load-combine.ll
        src/external/bsd/llvm/dist/llvm/test/Transforms/LoopDistribute [LLVM]:
            diagnostics-with-hotness-lazy-BFI.ll
        src/external/bsd/llvm/dist/llvm/test/Transforms/LoopInterchange [LLVM]:
            interchange.ll
        src/external/bsd/llvm/dist/llvm/test/Transforms/LoopStrengthReduce [LLVM]:
            lsr-expand-quadratic.ll quadradic-exit-value.ll
        src/external/bsd/llvm/dist/llvm/test/Transforms/LoopUnswitch [LLVM]:
            cold-loop.ll
        src/external/bsd/llvm/dist/llvm/test/Transforms/LoopVectorize/AArch64 [LLVM]:
            first-order-recurrence.ll
        src/external/bsd/llvm/dist/llvm/test/Transforms/SLPVectorizer/AMDGPU [LLVM]:
            simplebb.ll
        src/external/bsd/llvm/dist/llvm/test/Transforms/Util/MemorySSA [LLVM]:
            assume.ll atomic-clobber.ll basicaa-memcpy.ll constant-memory.ll
            cyclicphi.ll forward-unreachable.ll function-clobber.ll
            function-mem-attrs.ll invariant-groups.ll lifetime-simple.ll
            load-invariant.ll many-dom-backedge.ll many-doms.ll multi-edges.ll
            multiple-backedges-hal.ll multiple-locations.ll no-disconnected.ll
            optimize-use.ll phi-translation.ll pr28880.ll volatile-clobber.ll
        src/external/bsd/llvm/dist/llvm/test/tools/llvm-objdump/Inputs [LLVM]:
            test.wasm
        src/external/bsd/llvm/dist/llvm/test/tools/llvm-readobj [LLVM]:
            amdgpu-elf-defs.test
        src/external/bsd/llvm/dist/llvm/test/tools/llvm-readobj/Inputs [LLVM]:
            trivial.elf-amdhsa-kaveri
        src/external/bsd/llvm/dist/llvm/tools/llvm-mc-fuzzer [LLVM]:
            CMakeLists.txt llvm-mc-fuzzer.cpp
        src/external/bsd/llvm/dist/llvm/tools/llvm-pdbdump [LLVM]:
            CMakeLists.txt LLVMBuild.txt LLVMOutputStyle.cpp LLVMOutputStyle.h
            LinePrinter.cpp LinePrinter.h OutputStyle.h PdbYaml.cpp PdbYaml.h
            PrettyBuiltinDumper.cpp PrettyBuiltinDumper.h
            PrettyClassDefinitionDumper.cpp PrettyClassDefinitionDumper.h
            PrettyCompilandDumper.cpp PrettyCompilandDumper.h
            PrettyEnumDumper.cpp PrettyEnumDumper.h
            PrettyExternalSymbolDumper.cpp PrettyExternalSymbolDumper.h
            PrettyFunctionDumper.cpp PrettyFunctionDumper.h
            PrettyTypeDumper.cpp PrettyTypeDumper.h PrettyTypedefDumper.cpp
            PrettyTypedefDumper.h PrettyVariableDumper.cpp
            PrettyVariableDumper.h YAMLOutputStyle.cpp YAMLOutputStyle.h
            YamlSerializationContext.h YamlSymbolDumper.cpp YamlSymbolDumper.h
            YamlTypeDumper.cpp YamlTypeDumper.h llvm-pdbdump.cpp llvm-pdbdump.h
        src/external/bsd/llvm/dist/llvm/tools/llvm-pdbdump/fuzzer [LLVM]:
            CMakeLists.txt llvm-pdbdump-fuzzer.cpp
        src/external/bsd/llvm/dist/llvm/tools/llvm-readobj [LLVM]:
            ARMAttributeParser.cpp ARMAttributeParser.h CodeView.h
        src/external/bsd/llvm/dist/llvm/tools/llvm-xray [LLVM]: xray-extract.h
            xray-sleds.h
        src/external/bsd/llvm/dist/llvm/tools/yaml2obj [LLVM]: yaml2dwarf.cpp
        src/external/bsd/llvm/dist/llvm/unittests/DebugInfo/PDB [LLVM]:
            ErrorChecking.h
        src/external/bsd/llvm/dist/llvm/unittests/ExecutionEngine/Orc [LLVM]:
            ObjectLinkingLayerTest.cpp
        src/external/bsd/llvm/dist/llvm/unittests/Support [LLVM]: DwarfTest.cpp
        src/external/bsd/llvm/dist/llvm/unittests/Transforms/Utils [LLVM]:
            MemorySSA.cpp
        src/external/bsd/llvm/dist/llvm/utils/abtest [LLVM]: abtest.py
            mark_aarch64fns.py mark_armfns.py
        src/external/bsd/llvm/dist/llvm/utils/opt-viewer [LLVM]: opt-viewer.py
            style.css

Log Message:
Mark files not present in 309604 as dead.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r0 src/external/bsd/llvm/dist/llvm/docs/Dummy.html
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/MachineFunctionInitializer.h
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/CVSymbolTypes.def \
    src/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/CVTypeDumper.h \
    src/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ModuleSubstream.h \
    src/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ModuleSubstreamVisitor.h \
    src/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/TypeDatabase.h \
    src/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/TypeDatabaseVisitor.h \
    src/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/TypeDumperBase.h \
    src/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/TypeRecords.def
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/MSF/ByteStream.h \
    src/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/MSF/SequencedItemStream.h \
    src/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/MSF/StreamInterface.h \
    src/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/MSF/StreamReader.h \
    src/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/MSF/StreamRef.h \
    src/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/MSF/StreamWriter.h
cvs rdiff -u -r1.1.1.2 -r0 \
    src/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/MSF/StreamArray.h
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Raw/DbiStream.h \
    src/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Raw/DbiStreamBuilder.h \
    src/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Raw/EnumTables.h \
    src/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Raw/GlobalsStream.h \
    src/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Raw/Hash.h \
    src/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Raw/ISectionContribVisitor.h \
    src/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Raw/InfoStream.h \
    src/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Raw/InfoStreamBuilder.h \
    src/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Raw/ModInfo.h \
    src/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Raw/ModStream.h \
    src/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Raw/NameHashTable.h \
    src/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Raw/NameMap.h \
    src/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Raw/NameMapBuilder.h \
    src/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Raw/PDBFile.h \
    src/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Raw/PDBFileBuilder.h \
    src/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Raw/PublicsStream.h \
    src/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Raw/RawConstants.h \
    src/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Raw/RawError.h \
    src/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Raw/RawSession.h \
    src/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Raw/RawTypes.h \
    src/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Raw/SymbolStream.h \
    src/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Raw/TpiHashing.h \
    src/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Raw/TpiStream.h \
    src/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Raw/TpiStreamBuilder.h
cvs rdiff -u -r1.1.1.2 -r0 \
    src/external/bsd/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h
cvs rdiff -u -r1.1.1.2 -r0 \
    src/external/bsd/llvm/dist/llvm/include/llvm/LibDriver/LibDriver.h
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/include/llvm/Object/ModuleSummaryIndexObjectFile.h
cvs rdiff -u -r1.1.1.8 -r0 \
    src/external/bsd/llvm/dist/llvm/include/llvm/Support/COFF.h \
    src/external/bsd/llvm/dist/llvm/include/llvm/Support/Dwarf.h
cvs rdiff -u -r1.1.1.2 -r0 \
    src/external/bsd/llvm/dist/llvm/include/llvm/Support/Dwarf.def
cvs rdiff -u -r1.1.1.9 -r0 \
    src/external/bsd/llvm/dist/llvm/include/llvm/Support/ELF.h
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/include/llvm/Support/MachO.def \
    src/external/bsd/llvm/dist/llvm/include/llvm/Support/Solaris.h \
    src/external/bsd/llvm/dist/llvm/include/llvm/Support/Wasm.h
cvs rdiff -u -r1.1.1.7 -r0 \
    src/external/bsd/llvm/dist/llvm/include/llvm/Support/MachO.h
cvs rdiff -u -r1.1.1.2 -r0 \
    src/external/bsd/llvm/dist/llvm/include/llvm/Support/ELFRelocs/AArch64.def \
    src/external/bsd/llvm/dist/llvm/include/llvm/Support/ELFRelocs/PowerPC.def \
    src/external/bsd/llvm/dist/llvm/include/llvm/Support/ELFRelocs/PowerPC64.def \
    src/external/bsd/llvm/dist/llvm/include/llvm/Support/ELFRelocs/Sparc.def \
    src/external/bsd/llvm/dist/llvm/include/llvm/Support/ELFRelocs/SystemZ.def \
    src/external/bsd/llvm/dist/llvm/include/llvm/Support/ELFRelocs/i386.def \
    src/external/bsd/llvm/dist/llvm/include/llvm/Support/ELFRelocs/x86_64.def
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/include/llvm/Support/ELFRelocs/AMDGPU.def \
    src/external/bsd/llvm/dist/llvm/include/llvm/Support/ELFRelocs/ARM.def \
    src/external/bsd/llvm/dist/llvm/include/llvm/Support/ELFRelocs/AVR.def \
    src/external/bsd/llvm/dist/llvm/include/llvm/Support/ELFRelocs/BPF.def \
    src/external/bsd/llvm/dist/llvm/include/llvm/Support/ELFRelocs/Lanai.def \
    src/external/bsd/llvm/dist/llvm/include/llvm/Support/ELFRelocs/RISCV.def \
    src/external/bsd/llvm/dist/llvm/include/llvm/Support/ELFRelocs/WebAssembly.def
cvs rdiff -u -r1.1.1.3 -r0 \
    src/external/bsd/llvm/dist/llvm/include/llvm/Support/ELFRelocs/Hexagon.def \
    src/external/bsd/llvm/dist/llvm/include/llvm/Support/ELFRelocs/Mips.def
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/include/llvm/Target/TargetGlobalISel.td
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/include/llvm/Transforms/Utils/MemorySSA.h
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/lib/CodeGen/MIRPrinter.h
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/lib/DebugInfo/CodeView/CVTypeDumper.cpp \
    src/external/bsd/llvm/dist/llvm/lib/DebugInfo/CodeView/ModuleSubstream.cpp \
    src/external/bsd/llvm/dist/llvm/lib/DebugInfo/CodeView/ModuleSubstreamVisitor.cpp \
    src/external/bsd/llvm/dist/llvm/lib/DebugInfo/CodeView/TypeDatabase.cpp \
    src/external/bsd/llvm/dist/llvm/lib/DebugInfo/CodeView/TypeDatabaseVisitor.cpp \
    src/external/bsd/llvm/dist/llvm/lib/DebugInfo/CodeView/TypeRecord.cpp
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/lib/DebugInfo/MSF/StreamReader.cpp \
    src/external/bsd/llvm/dist/llvm/lib/DebugInfo/MSF/StreamWriter.cpp
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/lib/DebugInfo/PDB/Raw/DbiStream.cpp \
    src/external/bsd/llvm/dist/llvm/lib/DebugInfo/PDB/Raw/DbiStreamBuilder.cpp \
    src/external/bsd/llvm/dist/llvm/lib/DebugInfo/PDB/Raw/EnumTables.cpp \
    src/external/bsd/llvm/dist/llvm/lib/DebugInfo/PDB/Raw/GSI.cpp \
    src/external/bsd/llvm/dist/llvm/lib/DebugInfo/PDB/Raw/GSI.h \
    src/external/bsd/llvm/dist/llvm/lib/DebugInfo/PDB/Raw/GlobalsStream.cpp \
    src/external/bsd/llvm/dist/llvm/lib/DebugInfo/PDB/Raw/Hash.cpp \
    src/external/bsd/llvm/dist/llvm/lib/DebugInfo/PDB/Raw/InfoStream.cpp \
    src/external/bsd/llvm/dist/llvm/lib/DebugInfo/PDB/Raw/InfoStreamBuilder.cpp \
    src/external/bsd/llvm/dist/llvm/lib/DebugInfo/PDB/Raw/ModInfo.cpp \
    src/external/bsd/llvm/dist/llvm/lib/DebugInfo/PDB/Raw/ModStream.cpp \
    src/external/bsd/llvm/dist/llvm/lib/DebugInfo/PDB/Raw/NameHashTable.cpp \
    src/external/bsd/llvm/dist/llvm/lib/DebugInfo/PDB/Raw/NameMap.cpp \
    src/external/bsd/llvm/dist/llvm/lib/DebugInfo/PDB/Raw/NameMapBuilder.cpp \
    src/external/bsd/llvm/dist/llvm/lib/DebugInfo/PDB/Raw/PDBFile.cpp \
    src/external/bsd/llvm/dist/llvm/lib/DebugInfo/PDB/Raw/PDBFileBuilder.cpp \
    src/external/bsd/llvm/dist/llvm/lib/DebugInfo/PDB/Raw/PublicsStream.cpp \
    src/external/bsd/llvm/dist/llvm/lib/DebugInfo/PDB/Raw/RawError.cpp \
    src/external/bsd/llvm/dist/llvm/lib/DebugInfo/PDB/Raw/RawSession.cpp \
    src/external/bsd/llvm/dist/llvm/lib/DebugInfo/PDB/Raw/SymbolStream.cpp \
    src/external/bsd/llvm/dist/llvm/lib/DebugInfo/PDB/Raw/TpiHashing.cpp \
    src/external/bsd/llvm/dist/llvm/lib/DebugInfo/PDB/Raw/TpiStream.cpp \
    src/external/bsd/llvm/dist/llvm/lib/DebugInfo/PDB/Raw/TpiStreamBuilder.cpp
cvs rdiff -u -r1.1.1.2 -r0 \
    src/external/bsd/llvm/dist/llvm/lib/Fuzzer/FuzzerTraceState.cpp
cvs rdiff -u -r1.1.1.2 -r0 \
    src/external/bsd/llvm/dist/llvm/lib/Fuzzer/test/UninstrumentedTest.cpp
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/lib/Fuzzer/test/fuzzer-jobs.test
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/lib/IR/AttributeSetNode.h
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/lib/LibDriver/CMakeLists.txt \
    src/external/bsd/llvm/dist/llvm/lib/LibDriver/LLVMBuild.txt \
    src/external/bsd/llvm/dist/llvm/lib/LibDriver/Options.td
cvs rdiff -u -r1.1.1.2 -r0 \
    src/external/bsd/llvm/dist/llvm/lib/LibDriver/LibDriver.cpp
cvs rdiff -u -r1.1.1.9 -r0 \
    src/external/bsd/llvm/dist/llvm/lib/MC/WinCOFFStreamer.cpp
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/lib/Object/ModuleSummaryIndexObjectFile.cpp
cvs rdiff -u -r1.1.1.6 -r0 \
    src/external/bsd/llvm/dist/llvm/lib/Support/Dwarf.cpp
cvs rdiff -u -r1.1.1.2 -r0 \
    src/external/bsd/llvm/dist/llvm/lib/Support/SearchForAddressOfSpecialSymbol.cpp
cvs rdiff -u -r1.1.1.5 -r0 \
    src/external/bsd/llvm/dist/llvm/lib/Target/AArch64/AArch64AddressTypePromotion.cpp
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/lib/Target/AArch64/AArch64InstructionSelector.h \
    src/external/bsd/llvm/dist/llvm/lib/Target/AArch64/AArch64SchedVulcan.td
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/lib/Target/AMDGPU/AMDGPURuntimeMetadata.h
cvs rdiff -u -r1.1.1.2 -r0 \
    src/external/bsd/llvm/dist/llvm/lib/Target/AMDGPU/SITypeRewriter.cpp
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPURuntimeMD.cpp \
    src/external/bsd/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPURuntimeMD.h
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/lib/Target/ARM/ARMInstructionSelector.h
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/HexagonCallingConv.td \
    src/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/HexagonInstrEnc.td
cvs rdiff -u -r1.1.1.2 -r0 \
    src/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/HexagonInstrAlias.td \
    src/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/HexagonInstrInfoV60.td \
    src/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/HexagonInstrInfoVector.td \
    src/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/HexagonIsetDx.td \
    src/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/HexagonSystemInst.td
cvs rdiff -u -r1.1.1.5 -r0 \
    src/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/HexagonInstrInfo.td
cvs rdiff -u -r1.1.1.4 -r0 \
    src/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/HexagonInstrInfoV3.td \
    src/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/HexagonInstrInfoV5.td
cvs rdiff -u -r1.1.1.7 -r0 \
    src/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/HexagonInstrInfoV4.td
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/NVPTXInferAddressSpaces.cpp
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/lib/Target/X86/X86InstrTablesInfo.h
cvs rdiff -u -r1.1.1.5 -r0 \
    src/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/LoadCombine.cpp
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/MemorySSA.cpp
cvs rdiff -u -r1.1.1.9 -r0 \
    src/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/BBVectorize.cpp
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/test/Analysis/CostModel/AArch64/falkor.ll
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/test/Analysis/CostModel/X86/ctbits-cost.ll
cvs rdiff -u -r1.1.1.2 -r0 \
    src/external/bsd/llvm/dist/llvm/test/Analysis/DivergenceAnalysis/AMDGPU/interp-intrinsics.ll
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/test/Analysis/ScalarEvolution/incorrect-offset-scaling.ll
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/AArch64/tail-dup-repeat-worklist.ll
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/AArch64/GlobalISel/arm64-instructionselect.mir
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/AMDGPU/amdgcn.sendmsg-m0.ll \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/AMDGPU/amdgcn.sendmsg.ll \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/AMDGPU/invalid-opencl-version-metadata1.ll \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/AMDGPU/invalid-opencl-version-metadata2.ll \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/AMDGPU/invalid-opencl-version-metadata3.ll \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/AMDGPU/llvm.SI.export.ll \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/AMDGPU/llvm.SI.image.sample-masked.ll \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/AMDGPU/mulhu.ll \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/AMDGPU/promote-alloca-shaders.ll \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/AMDGPU/runtime-metadata.ll
cvs rdiff -u -r1.1.1.2 -r0 \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/AMDGPU/llvm.AMDGPU.bfe.i32.ll \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/AMDGPU/llvm.AMDGPU.cube.ll \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/AMDGPU/llvm.SI.fs.interp.ll \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/AMDGPU/llvm.SI.gather4.ll \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/AMDGPU/llvm.SI.getlod.ll \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/AMDGPU/llvm.SI.image.ll \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/AMDGPU/llvm.SI.image.sample.ll \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/AMDGPU/llvm.SI.image.sample.o.ll \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/AMDGPU/llvm.SI.packf16.ll \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/AMDGPU/local-stack-slot-bug.ll \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/AMDGPU/lshl.ll \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/AMDGPU/lshr.ll \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/AMDGPU/si-literal-folding.ll \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/AMDGPU/urecip.ll
cvs rdiff -u -r1.1.1.3 -r0 \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/AMDGPU/llvm.AMDGPU.bfe.u32.ll \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/AMDGPU/llvm.AMDGPU.clamp.ll
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/ARM/sat-arith.ll
cvs rdiff -u -r1.1.1.3 -r0 \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/ARM/setcc-sentinals.ll
cvs rdiff -u -r1.1.1.2 -r0 \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/ARM/Windows/no-arm-mode.ll
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/AVR/inline-asm/multibyte.ll
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/AVR/pseudo/expand-lddw-dst-src-same.mir
cvs rdiff -u -r1.1.1.2 -r0 \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/Hexagon/ctlz-cttz-ctpop.ll \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/Hexagon/frame.ll
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/Hexagon/vect/vect-loadv4i16.ll
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/MIR/Generic/branch-probabilities.ll
cvs rdiff -u -r1.1.1.2 -r0 \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/MIR/Generic/function-missing-machine-function.mir \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/MIR/Generic/machine-function-missing-body-error.mir
cvs rdiff -u -r1.1.1.2 -r0 \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/MIR/X86/used-physical-register-info.mir
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/MSP430/2009-11-05-8BitLibcalls.ll
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/NVPTX/rsqrt.ll
cvs rdiff -u -r1.1.1.2 -r0 \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/PowerPC/bitreverse.ll
cvs rdiff -u -r1.1.1.4 -r0 \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/SystemZ/memchr-02.ll
cvs rdiff -u -r1.1.1.2 -r0 \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/SystemZ/memcmp-02.ll \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/SystemZ/serialize-01.ll \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/SystemZ/strcmp-02.ll \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/SystemZ/vec-intrinsics.ll
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/SystemZ/strlen-02.ll
cvs rdiff -u -r1.1.1.3 -r0 \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/Thumb2/ifcvt-neon.ll
cvs rdiff -u -r1.1.1.7 -r0 \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/X86/2012-11-30-handlemove-dbg.ll \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/X86/2012-11-30-misched-dbg.ll
cvs rdiff -u -r1.1.1.6 -r0 \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/X86/2012-11-30-regpres-dbg.ll
cvs rdiff -u -r1.1.1.2 -r0 \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/X86/2012-12-06-python27-miscompile.ll \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/X86/code_placement_outline_optional_branches.ll \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/X86/combiner-aa-0.ll \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/X86/combiner-aa-1.ll \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/X86/pr18023.ll \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/X86/sse42.ll
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/X86/adde-carry.ll \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/X86/avx512-mask-bugfix.ll \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/X86/lfence.ll \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/X86/pr30693.ll \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/X86/setcc-sentinals.ll \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/X86/sfence.ll \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/X86/sse42_64.ll \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/X86/tail-merge-after-mbp.ll
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/test/CodeGen/X86/GlobalISel/irtranslator-call.ll
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/test/DebugInfo/Inputs/dwarfdump-test3.elf-x86-64\ space
cvs rdiff -u -r1.1.1.2 -r0 \
    src/external/bsd/llvm/dist/llvm/test/DebugInfo/X86/externaltyperef.ll
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/test/LTO/X86/Inputs/strip-debug-info.bc
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/test/MC/AArch64/cyclone-crc.s
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/test/MC/AMDGPU/metadata.s
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/test/MC/AVR/out-of-range-fixups/adiw-fail.s \
    src/external/bsd/llvm/dist/llvm/test/MC/AVR/out-of-range-fixups/in-fail.s \
    src/external/bsd/llvm/dist/llvm/test/MC/AVR/out-of-range-fixups/lds-fail.s \
    src/external/bsd/llvm/dist/llvm/test/MC/AVR/out-of-range-fixups/sbi-fail.s
cvs rdiff -u -r1.1.1.2 -r0 \
    src/external/bsd/llvm/dist/llvm/test/MC/COFF/secidx-diagnostic.s
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/test/MC/ELF/section-sym-redefine.s
cvs rdiff -u -r1.1.1.2 -r0 \
    src/external/bsd/llvm/dist/llvm/test/MC/Hexagon/endloop.s
cvs rdiff -u -r1.1.1.2 -r0 \
    src/external/bsd/llvm/dist/llvm/test/Object/AMDGPU/elf-definitios.yaml
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/test/Transforms/ArgumentPromotion/callgraph-update.ll
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/test/Transforms/BBVectorize/cycle.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/BBVectorize/req-depth.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/BBVectorize/search-limit.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/BBVectorize/simple-sel.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/BBVectorize/simple-tst.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/BBVectorize/simple.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/BBVectorize/simple3.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/BBVectorize/vector-sel.ll
cvs rdiff -u -r1.1.1.2 -r0 \
    src/external/bsd/llvm/dist/llvm/test/Transforms/BBVectorize/func-alias.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/BBVectorize/ld1.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/BBVectorize/lit.local.cfg \
    src/external/bsd/llvm/dist/llvm/test/Transforms/BBVectorize/mem-op-depth.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/BBVectorize/no-ldstr-conn.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/BBVectorize/simple-ldstr-ptrs.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/BBVectorize/simple-ldstr.ll
cvs rdiff -u -r1.1.1.4 -r0 \
    src/external/bsd/llvm/dist/llvm/test/Transforms/BBVectorize/loop1.ll
cvs rdiff -u -r1.1.1.3 -r0 \
    src/external/bsd/llvm/dist/llvm/test/Transforms/BBVectorize/metadata.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/BBVectorize/simple-int.ll
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/test/Transforms/BBVectorize/X86/cmp-types.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/BBVectorize/X86/sh-types.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/BBVectorize/X86/simple-int.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/BBVectorize/X86/simple.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/BBVectorize/X86/vs-cast.ll
cvs rdiff -u -r1.1.1.3 -r0 \
    src/external/bsd/llvm/dist/llvm/test/Transforms/BBVectorize/X86/loop1.ll
cvs rdiff -u -r1.1.1.2 -r0 \
    src/external/bsd/llvm/dist/llvm/test/Transforms/BBVectorize/X86/pr15289.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/BBVectorize/X86/sh-rec.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/BBVectorize/X86/sh-rec2.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/BBVectorize/X86/sh-rec3.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/BBVectorize/X86/simple-ldstr.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/BBVectorize/X86/wr-aliases.ll
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/test/Transforms/BBVectorize/xcore/no-vector-registers.ll
cvs rdiff -u -r1.1.1.2 -r0 \
    src/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/2005-06-16-SetCCOrSetCCMiscompile.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/2008-01-29-AddICmp.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/2008-08-17-ICmpXorSignbit.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/2012-04-23-Neon-Intrinsics.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/demorgan-zext.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/neon-intrinsics.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/not-fcmp.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/or-to-xor.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/pr2645-1.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/shufflemask-undef.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/urem.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/vector-srem.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/vsx-unaligned.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/x86-f16c.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/x86-insertps.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/x86-pshufb.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/x86-sse4a.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/x86-vector-shifts.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/x86-vperm2.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/x86-xop.ll
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/2008-01-13-NoBitCastAttributes.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/2008-07-10-ICmpBinOp.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/2008-09-29-FoldingOr.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/2008-11-20-DivMulRem.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/2009-03-20-AShrOverShift.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/aligned-altivec.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/aligned-qpx.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/amdgcn-intrinsics.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/and-not-or.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/apint-and1.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/apint-and2.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/bit-tracking.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/constant-fold-hang.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/phi-select-constexpr.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/srem.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/x86-avx2.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/x86-avx512.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/x86-crc32-demanded.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/x86-fma.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/x86-masked-memops.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/x86-movmsk.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/x86-muldq.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/x86-sse.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/x86-sse2.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/x86-sse41.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/x86-vpermil.ll
cvs rdiff -u -r1.1.1.3 -r0 \
    src/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/blend_x86.ll
cvs rdiff -u -r1.1.1.2 -r0 \
    src/external/bsd/llvm/dist/llvm/test/Transforms/InstMerge/ld_hoist1.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/InstMerge/ld_hoist_st_sink.ll
cvs rdiff -u -r1.1.1.3 -r0 \
    src/external/bsd/llvm/dist/llvm/test/Transforms/InstSimplify/apint-or.ll
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/test/Transforms/JumpThreading/crash-assertingvh.ll
cvs rdiff -u -r1.1.1.2 -r0 \
    src/external/bsd/llvm/dist/llvm/test/Transforms/LICM/scalar_promote-unwind.ll
cvs rdiff -u -r1.1.1.6 -r0 \
    src/external/bsd/llvm/dist/llvm/test/Transforms/LICM/scalar_promote.ll
cvs rdiff -u -r1.1.1.2 -r0 \
    src/external/bsd/llvm/dist/llvm/test/Transforms/LoadCombine/load-combine-aa.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/LoadCombine/load-combine-assume.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/LoadCombine/load-combine.ll
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/test/Transforms/LoadCombine/load-combine-negativegep.ll
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/test/Transforms/LoopDistribute/diagnostics-with-hotness-lazy-BFI.ll
cvs rdiff -u -r1.1.1.2 -r0 \
    src/external/bsd/llvm/dist/llvm/test/Transforms/LoopInterchange/interchange.ll
cvs rdiff -u -r1.1.1.2 -r0 \
    src/external/bsd/llvm/dist/llvm/test/Transforms/LoopStrengthReduce/lsr-expand-quadratic.ll
cvs rdiff -u -r1.1.1.3 -r0 \
    src/external/bsd/llvm/dist/llvm/test/Transforms/LoopStrengthReduce/quadradic-exit-value.ll
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/test/Transforms/LoopUnswitch/cold-loop.ll
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/test/Transforms/LoopVectorize/AArch64/first-order-recurrence.ll
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/test/Transforms/SLPVectorizer/AMDGPU/simplebb.ll
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/test/Transforms/Util/MemorySSA/assume.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/Util/MemorySSA/atomic-clobber.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/Util/MemorySSA/basicaa-memcpy.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/Util/MemorySSA/constant-memory.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/Util/MemorySSA/cyclicphi.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/Util/MemorySSA/forward-unreachable.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/Util/MemorySSA/function-clobber.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/Util/MemorySSA/function-mem-attrs.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/Util/MemorySSA/invariant-groups.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/Util/MemorySSA/lifetime-simple.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/Util/MemorySSA/load-invariant.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/Util/MemorySSA/many-dom-backedge.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/Util/MemorySSA/many-doms.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/Util/MemorySSA/multi-edges.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/Util/MemorySSA/multiple-backedges-hal.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/Util/MemorySSA/multiple-locations.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/Util/MemorySSA/no-disconnected.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/Util/MemorySSA/optimize-use.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/Util/MemorySSA/phi-translation.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/Util/MemorySSA/pr28880.ll \
    src/external/bsd/llvm/dist/llvm/test/Transforms/Util/MemorySSA/volatile-clobber.ll
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/test/tools/llvm-objdump/Inputs/test.wasm
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/test/tools/llvm-readobj/amdgpu-elf-defs.test
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/test/tools/llvm-readobj/Inputs/trivial.elf-amdhsa-kaveri
cvs rdiff -u -r1.1.1.2 -r0 \
    src/external/bsd/llvm/dist/llvm/tools/llvm-mc-fuzzer/CMakeLists.txt \
    src/external/bsd/llvm/dist/llvm/tools/llvm-mc-fuzzer/llvm-mc-fuzzer.cpp
cvs rdiff -u -r1.1.1.3 -r0 \
    src/external/bsd/llvm/dist/llvm/tools/llvm-pdbdump/CMakeLists.txt \
    src/external/bsd/llvm/dist/llvm/tools/llvm-pdbdump/llvm-pdbdump.cpp
cvs rdiff -u -r1.1.1.2 -r0 \
    src/external/bsd/llvm/dist/llvm/tools/llvm-pdbdump/LLVMBuild.txt \
    src/external/bsd/llvm/dist/llvm/tools/llvm-pdbdump/LLVMOutputStyle.cpp \
    src/external/bsd/llvm/dist/llvm/tools/llvm-pdbdump/LLVMOutputStyle.h \
    src/external/bsd/llvm/dist/llvm/tools/llvm-pdbdump/LinePrinter.cpp \
    src/external/bsd/llvm/dist/llvm/tools/llvm-pdbdump/LinePrinter.h \
    src/external/bsd/llvm/dist/llvm/tools/llvm-pdbdump/YAMLOutputStyle.h \
    src/external/bsd/llvm/dist/llvm/tools/llvm-pdbdump/llvm-pdbdump.h
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/tools/llvm-pdbdump/OutputStyle.h \
    src/external/bsd/llvm/dist/llvm/tools/llvm-pdbdump/PdbYaml.cpp \
    src/external/bsd/llvm/dist/llvm/tools/llvm-pdbdump/PdbYaml.h \
    src/external/bsd/llvm/dist/llvm/tools/llvm-pdbdump/PrettyBuiltinDumper.cpp \
    src/external/bsd/llvm/dist/llvm/tools/llvm-pdbdump/PrettyBuiltinDumper.h \
    src/external/bsd/llvm/dist/llvm/tools/llvm-pdbdump/PrettyClassDefinitionDumper.cpp \
    src/external/bsd/llvm/dist/llvm/tools/llvm-pdbdump/PrettyClassDefinitionDumper.h \
    src/external/bsd/llvm/dist/llvm/tools/llvm-pdbdump/PrettyCompilandDumper.cpp \
    src/external/bsd/llvm/dist/llvm/tools/llvm-pdbdump/PrettyCompilandDumper.h \
    src/external/bsd/llvm/dist/llvm/tools/llvm-pdbdump/PrettyEnumDumper.cpp \
    src/external/bsd/llvm/dist/llvm/tools/llvm-pdbdump/PrettyEnumDumper.h \
    src/external/bsd/llvm/dist/llvm/tools/llvm-pdbdump/PrettyExternalSymbolDumper.cpp \
    src/external/bsd/llvm/dist/llvm/tools/llvm-pdbdump/PrettyExternalSymbolDumper.h \
    src/external/bsd/llvm/dist/llvm/tools/llvm-pdbdump/PrettyFunctionDumper.cpp \
    src/external/bsd/llvm/dist/llvm/tools/llvm-pdbdump/PrettyFunctionDumper.h \
    src/external/bsd/llvm/dist/llvm/tools/llvm-pdbdump/PrettyTypeDumper.cpp \
    src/external/bsd/llvm/dist/llvm/tools/llvm-pdbdump/PrettyTypeDumper.h \
    src/external/bsd/llvm/dist/llvm/tools/llvm-pdbdump/PrettyTypedefDumper.cpp \
    src/external/bsd/llvm/dist/llvm/tools/llvm-pdbdump/PrettyTypedefDumper.h \
    src/external/bsd/llvm/dist/llvm/tools/llvm-pdbdump/PrettyVariableDumper.cpp \
    src/external/bsd/llvm/dist/llvm/tools/llvm-pdbdump/PrettyVariableDumper.h \
    src/external/bsd/llvm/dist/llvm/tools/llvm-pdbdump/YAMLOutputStyle.cpp \
    src/external/bsd/llvm/dist/llvm/tools/llvm-pdbdump/YamlSerializationContext.h \
    src/external/bsd/llvm/dist/llvm/tools/llvm-pdbdump/YamlSymbolDumper.cpp \
    src/external/bsd/llvm/dist/llvm/tools/llvm-pdbdump/YamlSymbolDumper.h \
    src/external/bsd/llvm/dist/llvm/tools/llvm-pdbdump/YamlTypeDumper.cpp \
    src/external/bsd/llvm/dist/llvm/tools/llvm-pdbdump/YamlTypeDumper.h
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/tools/llvm-pdbdump/fuzzer/CMakeLists.txt \
    src/external/bsd/llvm/dist/llvm/tools/llvm-pdbdump/fuzzer/llvm-pdbdump-fuzzer.cpp
cvs rdiff -u -r1.1.1.5 -r0 \
    src/external/bsd/llvm/dist/llvm/tools/llvm-readobj/ARMAttributeParser.cpp
cvs rdiff -u -r1.1.1.3 -r0 \
    src/external/bsd/llvm/dist/llvm/tools/llvm-readobj/ARMAttributeParser.h
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/tools/llvm-readobj/CodeView.h
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/tools/llvm-xray/xray-extract.h \
    src/external/bsd/llvm/dist/llvm/tools/llvm-xray/xray-sleds.h
cvs rdiff -u -r1.1.1.2 -r0 \
    src/external/bsd/llvm/dist/llvm/tools/yaml2obj/yaml2dwarf.cpp
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/unittests/DebugInfo/PDB/ErrorChecking.h
cvs rdiff -u -r1.1.1.2 -r0 \
    src/external/bsd/llvm/dist/llvm/unittests/ExecutionEngine/Orc/ObjectLinkingLayerTest.cpp
cvs rdiff -u -r1.1.1.2 -r0 \
    src/external/bsd/llvm/dist/llvm/unittests/Support/DwarfTest.cpp
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/unittests/Transforms/Utils/MemorySSA.cpp
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/utils/abtest/abtest.py \
    src/external/bsd/llvm/dist/llvm/utils/abtest/mark_aarch64fns.py \
    src/external/bsd/llvm/dist/llvm/utils/abtest/mark_armfns.py
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/bsd/llvm/dist/llvm/utils/opt-viewer/opt-viewer.py \
    src/external/bsd/llvm/dist/llvm/utils/opt-viewer/style.css

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index