Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jan 2020 18:08:16 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r356460 - in stable/12: . contrib/compiler-rt contrib/compiler-rt/include/sanitizer contrib/compiler-rt/include/xray contrib/compiler-rt/lib/asan contrib/compiler-rt/lib/builtins contri...
Message-ID:  <202001071808.007I8Gq5030436@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dim
Date: Tue Jan  7 18:08:09 2020
New Revision: 356460
URL: https://svnweb.freebsd.org/changeset/base/356460

Log:
  Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp
  9.0.0 final release r372316.
  
  (NOTE: This does not yet consolidate all the llvm project sources under
  contrib/llvm-project (e.g., MFC r355940), due to Subversion limitations.
  It will be done in a follow-up MFC.)
  
  MFC r348610 (by emaste):
  
  build llvm-ar and llvm-nm with Clang (promote out of CLANG_EXTRAS)
  
  To facilitate experimentation with LTO we require an ar that supports
  LLVM IR, and to a lesser degree also an nm.  As a first step always
  install llvm-ar and llvm-nm.
  
  Sponsored by:	The FreeBSD Foundation
  
  MFC r350467 (by luporl):
  
  [PPC64] Backport fix for missing IRELATIVE relocations
  
  This is a backport of LLVM commit 8331f61a51a7a0a1efbf5ed398e181593023d151,
  llvm-svn: 353981:
  
  ELF: Allow GOT relocs pointing to non-preemptable ifunc to resolve to an
  IRELATIVE where possible.
  
  This is needed in order to make ifuncs work correctly on PPC64.
  
  It fixes an issue with lld, in which it would skip emitting necessary IRELATIVE
  relocations.  Without this change, indirect calls to ifuncs would result in a
  segmentation fault, in static binaries or when defined in the main binary
  (outside shared libraries).
  
  This change also reverts the local
  "Preserve relocations against ifuncs when -zifunc-noplt" commit and
  replaces it by its upstream version, as part of the merge.
  
  Reviewed by:	markj
  Differential Revision:	https://reviews.freebsd.org/D21102
  
  MFC r351662 (by emaste):
  
  lldb: shorten thread names to make logs easier to follow
  
  lldb prepends the thread name to log entries, and the existing thread
  name for the FreeBSD ProcessMonitor thread was longer than the kernel's
  supported thread name length, and so was truncated.  This made logs hard
  to read, as the truncated thread name ran into the log message.  Shorten
  "lldb.process.freebsd.operation" to just "freebsd.op" so that logs are
  more readable.
  
  (Upstreaming to lldb still to be done).
  
  MFC r352095 (by emaste):
  
  compiler-rt: use more __sanitizer_time_t on FreeBSD
  
  A few structs were using long for time_t members.
  
  Obtained from:	LLVM r370755
  
  MFC r352096 (by emaste):
  
  compiler-rt: use 64-bit time_t for all FreeBSD archs except i386
  
  Obtained from:	LLVM r370756
  
  MFC r352167 (by imp):
  
  Remove dir empty since r276851
  
  MFC r352168 (by imp):
  
  Remove dirs empty since r280031
  
  MFC r352169 (by imp):
  
  Remove dir empty since r314564
  
  MFC r352170 (by imp):
  
  Remove dir empty since r327952
  
  MFC r352171 (by imp):
  
  Remove dirs (and their now-empty parents) empty since r344779
  
  MFC r352792 (by emaste):
  
  compiler-rt: correct RISC-V struct_kernel_stat64_sz
  
  The value of struct_kernel_stat64_sz introduced by review D5021 for
  RISC-V was incorrect.
  
  Also add a __riscv_xlen == 64 conditional as the 32-bit ABI is not yet
  finalized.
  
  Submitted by:	Luís Marques
  Differential Revision:	https://reviews.freebsd.org/D21684
  
  MFC r353018 (by kevans):
  
  clang: use -mxgot for 32-bit mips
  
  Various bits in usr.bin/clang/* will fail to compile without -mxgot due to
  truncated relocations. -mxgot entails a speed penalty, but I suspect we
  don't care as much about compiler performance in 32-bit mips land.
  
  Reviewed by:	arichardson
  Differential Revision:	https://reviews.freebsd.org/D21698
  
  MFC r353358:
  
  Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp
  9.0.0 final release r372316.
  
  Release notes for llvm, clang, lld and libc++ 9.0.0 are available here:
  
  https://releases.llvm.org/9.0.0/docs/ReleaseNotes.html
  https://releases.llvm.org/9.0.0/tools/clang/docs/ReleaseNotes.html
  https://releases.llvm.org/9.0.0/tools/lld/docs/ReleaseNotes.html
  https://releases.llvm.org/9.0.0/projects/libcxx/docs/ReleaseNotes.html
  
  PR:		240629
  
  MFC r353363:
  
  Put in a band-aid fix for lldb 9 exiting with "Expected<T> must be
  checked before access or destruction" when launching executables, while
  we sort this out with upstream.
  
  Reported by:	jbeich
  PR:		241137
  
  MFC r353415:
  
  Revert r353363 in preparation for applying upstream fix:
  
  Put in a band-aid fix for lldb 9 exiting with "Expected<T> must be
  checked before access or destruction" when launching executables, while
  we sort this out with upstream.
  
  PR:		241137
  
  MFC r353416:
  
  Pull in r374444 from upstream lldb trunk (by me):
  
    Fix process launch failure on FreeBSD after r365761
  
    Summary:
    After rLLDB365761, and with `LLVM_ENABLE_ABI_BREAKING_CHECKS`
    enabled, launching any process on FreeBSD crashes lldb with:
  
    ```
    Expected<T> must be checked before access or destruction.
    Expected<T> value was in success state. (Note: Expected<T> values in
    success mode must still be checked prior to being destroyed).
    ```
  
    This is because `m_operation_thread` and `m_monitor_thread` were
    wrapped in `llvm::Expected<>`, but this requires the objects to be
    correctly initialized before accessing them.
  
    To fix the crashes, use `llvm::Optional<>` for the members (as
    indicated by labath), and use local variables to store the return
    values of `LaunchThread` and `StartMonitoringChildProcess`.  Then,
    only assign to the member variables after checking if the return
    values indicated success.
  
    Reviewers: devnexen, emaste, MaskRay, mgorny
  
    Reviewed By: devnexen
  
    Subscribers: jfb, labath, krytarowski, lldb-commits
  
    Differential Revision: https://reviews.llvm.org/D68723
  
  PR:		241137
  
  MFC r353579 (by jhb):
  
  Use __FreeBSD_version to determine if gets() has been removed.
  
  GCC compilers set __FreeBSD__ statically to a build-time determined
  targeted version (which in ports always matches the build host's
  version).  This means that when building any version (12 or 13, etc.)
  of riscv or some other architecture via GCC on a 12.x host,
  __FreeBSD__ will always be set to 12.  As a result, __FreeBSD__ cannot
  be used to reliably detect the target FreeBSD version being built.
  Instead, __FreeBSD_version from either <sys/param.h> (in the kernel)
  or <osreldate.h> (in userland) should be used.
  
  This changes the gets() test in libc++ to use __FreeBSD_version from
  <osreldate.h>.
  
  Reported by:	jenkins (riscv64 and amd64-gcc)
  Reviewed by:	dim, imp
  Differential Revision:	https://reviews.freebsd.org/D22034
  
  MFC r353711 (by mhorne):
  
  Fix build of LLVM RISC-V backend
  
  Reviewed by:	dim
  MFC with:	r353358
  Differential Revision:	https://reviews.freebsd.org/D21963
  
  MFC r353738:
  
  Pull in r372651 from upstream lld trunk (by Simon Atanasyan):
  
    [mips] Support elf32btsmipn32_fbsd / elf32ltsmipn32_fbsd emulations
  
    Patch by Kyle Evans.
  
  Requested by:	kevans
  
  MFC r353739:
  
  Pull in r374154 from upstream clang trunk (by Simon Atanasyan):
  
    [mips] Set default float ABI to "soft" on FreeBSD
  
    Initial patch by Kyle Evans.
  
    Fix PR43596
  
  Requested by:	kevans
  
  MFC r353936:
  
  Bump clang's default target CPU for the i386 architecture (aka "x86") to
  i686, as per the discussion on the freebsd-arch mailing list.  Earlier
  in r352030, I had already bumped it to i586, to work around missing
  atomic 64 bit functions for the i386 architecture.
  
  Relnotes:	yes
  
  MFC r354097:
  
  Pull in r372186 from upstream llvm trunk (by Eli Friedman):
  
    [ARM] VFPv2 only supports 16 D registers.
  
    r361845 changed the way we handle "D16" vs. "D32" targets; there used
    to be a negative "d16" which removed instructions from the
    instruction set, and now there's a "d32" feature which adds
    instructions to the instruction set.  This is good, but there was an
    oversight in the implementation: the behavior of VFPv2 was changed.
    In particular, the "vfp2" feature was changed to imply "d32". This is
    wrong: VFPv2 only supports 16 D registers.
  
    In practice, this means if you specify -mfpu=vfpv2, the compiler will
    generate illegal instructions.
  
    This patch gets rid of "vfp2d16" and "vfp2d16sp", and fixes "vfp2"
    and "vfp2sp" so they don't imply "d32".
  
    Differential Revision: https://reviews.llvm.org/D67375
  
  Pull in r372187 from upstream clang trunk (by Eli Friedman):
  
    [ARM] Update clang for removal of vfp2d16 and vfp2d16sp
  
    Matching fix for https://reviews.llvm.org/D67375 (r372186).
  
    Differential Revision: https://reviews.llvm.org/D67467
  
  This should fix clang generating invalid opcodes for floating point
  operations on armv6.
  
  Requested by:	mmel
  
  MFC r354146:
  
  Pull in r373338 from upstream llvm trunk (by Simon Pilgrim):
  
    Revert rL349624 : Let TableGen write output only if it changed,
    instead of doing so in cmake, attempt 2
  
    Differential Revision: https://reviews.llvm.org/D55842
    -----------------
    As discussed on PR43385 this is causing Visual Studio msbuilds to
    perpetually rebuild all tablegen generated files
  
  Pull in r373664 from upstream llvm trunk (by Nico Weber):
  
    Reland r349624: Let TableGen write output only if it changed, instead
    of doing so in cmake
  
    Move the write-if-changed logic behind a flag and don't pass it with
    the MSVC generator. msbuild doesn't have a restat optimization, so
    not doing write-if-change there doesn't have a cost, and it should
    fix whatever causes PR43385.
  
  This should fix the scenario where an incremental build from before
  r353358 (the clang 9.0.0 upgrade) to r353358 or later fails to update
  the timestamp of the generated lib/clang/headers/arm_fp16.h header.
  
  After such a build, installing world from read-only source and object
  directories would attempt to generate the header again, leading to
  "clang-tblgen: error opening arm_fp16.h.d:Read-only file system".
  
  Reported by:	avg, np
  PR:		241402
  
  MFC r354339:
  
  Merge commit 97e362607 from llvm git (by Nemanja Ivanovic):
  
    [PowerPC] Do not emit HW loop if the body contains calls to
    lrint/lround
  
    These two intrinsics are lowered to calls so should prevent the
    formation of CTR loops. In a subsequent patch, we will handle all
    currently known intrinsics and prevent the formation of HW loops if
    any unknown intrinsics are encountered.
  
    Differential revision: https://reviews.llvm.org/D68841
  
  This should fix an "invalid CRT loop" assertion when building the
  www/node port for powerpc64.
  
  Requested by:	Alfredo Dal'Ava Júnior <alfredo.junior@eldorado.org.br>
  
  MFC r354347 (by cem):
  
  Fix llvm-libunwind userspace build on ARM
  
  GCC's libgcc exports a few ARM-specific symbols for ARM EABI, AEABI, or
  EHABI or whatever it's called.  Export the same ones from LLVM-libunwind's
  libgcc_s, on ARM.  As part of this, convert libgcc_s from a direct
  Version.map to one constructed from component Symbol.map files.  This allows
  the ARM-specific Symbol.map to be included only on ARM.
  
  Fix ARM-only oddities in struct name/aliases in LLVM-libunwind to match
  non-ARM definitions and ARM-specific expectations in libcxxrt /
  libcompiler_rt.
  
  No functional change intended for non-ARM architectures.
  
  This commit does not actually flip the switch for ARM defaults from libgcc
  to llvm-libunwind, but makes it possible (to compile, anyway).
  
  MFC r354418 (by cem):
  
  clang: Enable unwind tables on !amd64
  
  There doesn't seem to be much sense in defaulting "on" unwind tables on
  amd64 and not on other arches.  It causes surprising differences between
  platforms, such as the PR below.
  
  Prior to this change, FreeBSD inherited the default implementation of the
  method from the Gnu.h Generic_Elf => Generic_GCC parent class, which
  returned true only for amd64 targets.  Override that and opt on always,
  similar to, e.g., NetBSD.
  
  PR:		241562
  Reported by:	lwhsu
  Reviewed by:	dim
  Discussed with:	emaste
  Relnotes:	yes
  Differential Revision:	https://reviews.freebsd.org/D22252
  
  MFC r354429:
  
  Merge commit 8e34dd941 from llvm git (by Sanjay Patel):
  
    [x86] avoid crashing when splitting AVX stores with non-simple type
    (PR43916)
  
    The store splitting transform was assuming a simple type (MVT), but
    that's not necessarily the case as shown in the test.
  
  This should fix 'Assertion failed: (isSimple() && "Expected a
  SimpleValueType!")' when building the security/openssl111 port targeting
  a CPU that supports AVX, but not AVX2, such as sandybridge.
  
  PR:		241747
  
  MFC r354469:
  
  Merge commit f596f4507 from llvm git (by Sam Elliott):
  
    [RISCV] Add Custom Parser for Atomic Memory Operands
  
    Summary:
    GCC Accepts both (reg) and 0(reg) for atomic instruction memory
    operands. These instructions do not allow for an offset in their
    encoding, so in the latter case, the 0 is silently dropped.
  
    Due to how we have structured the RISCVAsmParser, the easiest way to
    add support for parsing this offset is to add a custom AsmOperand and
    parser. This parser drops all the parens, and just keeps the
    register.
  
    This commit also adds a custom printer for these operands, which
    matches the GCC canonical printer, printing both `(a0)` and `0(a0)`
    as `(a0)`.
  
    Reviewers: asb, lewis-revill
  
    Reviewed By: asb
  
    Subscribers: s.egerton, hiraditya, rbar, johnrusso, simoncook,
    apazos, sabuasal, niosHD, kito-cheng, shiva0217, jrtc27, MaskRay,
    zzheng, edward-jones, rogfer01, MartinMosbeck, brucehoult, the_o,
    rkruppe, jfb, PkmX, jocewei, psnobl, benna, Jim, llvm-commits
  
    Tags: #llvm
  
    Differential Revision: https://reviews.llvm.org/D65205
  
    llvm-svn: 367553
  
  Merge commit f596f4507 from llvm git (by Sam Elliott):
  
    [RISCV] Add FreeBSD targets
  
    Reviewers: asb
  
    Reviewed By: asb
  
    Subscribers: simoncook, s.egerton, lenary, psnobl, benna, mhorne,
    emaste, kito-cheng, shiva0217, rogfer01, rkruppe, cfe-commits
  
    Tags: #clang
  
    Differential Revision: https://reviews.llvm.org/D57795
  
    Patch by James Clarke (jrtc27)
  
    llvm-svn: 367557
  
  Merge commit f596f4507 from llvm git (by Hsiangkai Wang):
  
    [DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame.
  
    It is necessary to generate fixups in .debug_frame or .eh_frame as
    relaxation is enabled due to the address delta may be changed after
    relaxation.
  
    There is an opcode with 6-bits data in debug frame encoding. So, we
    also need 6-bits fixup types.
  
    Differential Revision: https://reviews.llvm.org/D58335
  
    llvm-svn: 366524
  
  Merge commit f596f4507 from llvm git (by Hsiangkai Wang):
  
    [DebugInfo] Some fields do not need relocations even relax is enabled.
  
    In debug frame information, some fields, e.g., Length in CIE/FDE and
    Offset in FDE are attributes to describe the structure of CIE/FDE.
    They are not related to the relaxed code. However, these attributes
    are symbol differences. So, in current design, these attributes will
    be filled as zero and LLVM generates relocations for them.
  
    We only need to generate relocations for symbols in executable
    sections.  So, if the symbols are not located in executable sections,
    we still evaluate their values under relaxation.
  
    Differential Revision: https://reviews.llvm.org/D61584
  
    llvm-svn: 366531
  
  Merge commit f596f4507 from llvm git (by Alex Bradbury):
  
    [RISCV] Don't force absolute FK_Data_X fixups to relocs
  
    The current behavior of shouldForceRelocation forces relocations for
    the majority of fixups when relaxation is enabled. This makes sense
    for fixups which incorporate symbols but is unnecessary for simple
    data fixups where the fixup target is already resolved to an absolute
    value.
  
    Differential Revision: https://reviews.llvm.org/D63404
    Patch by Edward Jones.
  
    llvm-svn: 369257
  
  Merge commit f596f4507 from llvm git (by Alex Bradbury):
  
    [RISCV] Implement getExprForFDESymbol to ensure RISCV_32_PCREL is
    used for the FDE location
  
    Follow binutils in using RISCV_32_PCREL for the FDE initial location.
    As explained in the relevant binutils commit
    <https://github.com/riscv/riscv-binutils-gdb/commit/a6cbf936e3dce68114d28cdf60d510a3f78a6d40>,
    the ADD/SUB pair of relocations is problematic in the presence of
    linker relaxation.
  
    This patch has the same end goal as D64715 but includes test changes
    and avoids adding a new global VariantKind to MCExpr.h (preferring
    RISCVMCExpr VKs like the rest of the RISC-V backend).
  
    Differential Revision: https://reviews.llvm.org/D66419
  
    llvm-svn: 369375
  
  This series of merges will permit riscv64 kernels and riscv64sf worlds
  to build with clang instead of gcc (but still using the bfd linker).
  
  Requested by:	jhb
  Obtained from:	https://github.com/freebsd/freebsd/compare/master...bsdjhb:riscv_clang
  
  MFC r354662 (by jhb):
  
  Sync target triple generation with the version in Makefile.inc1.
  
  Reviewed by:	dim
  Sponsored by:	DARPA
  Differential Revision:	https://reviews.freebsd.org/D22333
  
  MFC r354692 (by emaste):
  
  llvm: use AT_EXECPATH from ELF auxiliary vectors for getExecutablePath
  
  /proc/curproc/file and the KERN_PROC_PATHNAME sysctl may not return the
  desired path if there are multiple hardlinks to the file.
  
  PR:		241932
  Tested by:	ler
  Sponsored by:	The FreeBSD Foundation
  
  MFC r354707 (by emaste):
  
  llvm: use elf_aux_info to get executable's path, if available
  
  Obtained from:	LLVM a0a38b81ea
  MFC with:	r354692
  Sponsored by:	The FreeBSD Foundation
  
  MFC r354979:
  
  Merge commit 7bed381ea from llvm git (by Simon Atanasyan):
  
    [mips] Implement Octeon+ `saa` and `saad` instructions
  
    `saa` and `saad` are 32-bit and 64-bit store atomic add instructions.
  
       memory[base] = memory[base] + rt
  
    These instructions are available for "Octeon+" CPU. The patch adds
    support for both instructions to MIPS assembler and diassembler and
    introduces new CPU type - "octeon+".
  
    Next patches will implement `.set arch=octeon+` directive and
    `AFL_EXT_OCTEONP` ISA extension flag support.
  
    Differential Revision: https://reviews.llvm.org/D69849
  
  This is one of the upstream changes needed for adding support for the
  OCTEON+ CPU type, so that we can test Clang builds using the most
  commonly available FreeBSD/mips64 reference platform, the Edge Router
  Lite.
  
  Requested by:	kevans
  
  MFC r354980:
  
  Merge commit 3718102d4 from llvm git (by Simon Atanasyan):
  
    [mips] Support `octeon+` CPU in the `.set arch=` directive
  
    Differential Revision: https://reviews.llvm.org/D69850
  
  This is one of the upstream changes needed for adding support for the
  OCTEON+ CPU type, so that we can test Clang builds using the most
  commonly available FreeBSD/mips64 reference platform, the Edge Router
  Lite.
  
  Requested by:	kevans
  
  MFC r354981:
  
  Merge commit bf996f761 from llvm git (by Simon Atanasyan):
  
    [mips] Write `AFL_EXT_OCTEONP` flag to the `.MIPS.abiflags` section
  
    Differential Revision: https://reviews.llvm.org/D69851
  
  This is one of the upstream changes needed for adding support for the
  OCTEON+ CPU type, so that we can test Clang builds using the most
  commonly available FreeBSD/mips64 reference platform, the Edge Router
  Lite.
  
  Requested by:	kevans
  
  MFC r354982:
  
  Merge commit 3552d3e0f from llvm git (by Simon Atanasyan):
  
    [mips] Add `octeon+` to the list of CPUs accepted by the driver
  
  This is one of the upstream changes needed for adding support for the
  OCTEON+ CPU type, so that we can test Clang builds using the most
  commonly available FreeBSD/mips64 reference platform, the Edge Router
  Lite.
  
  Requested by:	kevans
  
  MFC r354983:
  
  Merge commit e578d0fd2 from llvm git (by Simon Atanasyan):
  
    [mips] Fix `__mips_isa_rev` macros value for Octeon CPU
  
  This is one of the upstream changes needed for adding support for the
  OCTEON+ CPU type, so that we can test Clang builds using the most
  commonly available FreeBSD/mips64 reference platform, the Edge Router
  Lite.
  
  Requested by:	kevans
  
  MFC r354984:
  
  Merge commit 0d14656b9 from llvm git (by Simon Atanasyan):
  
    [mips] Set __OCTEON__ macros
  
  This is one of the upstream changes needed for adding support for the
  OCTEON+ CPU type, so that we can test Clang builds using the most
  commonly available FreeBSD/mips64 reference platform, the Edge Router
  Lite.
  
  Requested by:	kevans
  
  MFC r354985:
  
  Merge commit a751f557d from llvm git (by Simon Atanasyan):
  
    [mips] Set macros for Octeon+ CPU
  
  This is one of the upstream changes needed for adding support for the
  OCTEON+ CPU type, so that we can test Clang builds using the most
  commonly available FreeBSD/mips64 reference platform, the Edge Router
  Lite.
  
  Requested by:	kevans
  
  MFC r355397:
  
  Merge commit 241cbf201 from llvm git (by Nemanja Ivanovic):
  
    [PowerPC] Fix crash in peephole optimization
  
    When converting reg+reg shifts to reg+imm rotates, we neglect to
    consider the CodeGenOnly versions of the 32-bit shift mnemonics. This
    means we produce a rotate with missing operands which causes a crash.
  
    Committing this fix without review since it is non-controversial that
    the list of mnemonics to consider should include the 64-bit aliases
    for the exact mnemonics.
  
    Fixes PR44183.
  
  This should fix "Assertion failed: (idx < size()), function operator[],
  file /usr/src/contrib/llvm/include/llvm/ADT/SmallVector.h, line 153"
  when building the graphics/mesa-dri port for the PowerPC64 ELFv2 ABI.
  
  Reported by:	Alfredo Dal'Ava Júnior <alfredo.junior@eldorado.org.br>
  
  MFC r355602:
  
  Add a few missed source files to libllvm, for the MK_LLVM_TARGET_BPF=yes
  case.  Otherwise, linking of clang and other llvm based executables
  would complain about missing symbols.
  
  Reported by:	rstone
  
  MFC r355645 (by cem):
  
  arm: libgcc_s: Fix ABI breakage introduced in r354347
  
  Provide the symbol version for llvm-libunwind's _Unwind_Backtrace that libgcc
  has historically provided on arm, in addition to the (default) standard version
  used on all other arch.
  
  Reported by:	mmel
  
  MFC r355803 (by mmel):
  
  Fix LLVM libunwnwind _Unwind_Backtrace symbol version for ARM.
  In original  GNU libgcc, _Unwind_Backtrace is published with GCC_3.3 version
  for all architectures but ARM. For ARM should be publishes with GCC_4.3.0
  version. This was originally omitted in r255095, fixed in r318024 and omitted
  aging in LLVM libunwind implementation in r354347.
  
  For ARM _Unwind_Backtrace should be published as default with GCC_4.3.0
  version , (because this is right original version) and again as
  normal(not-default) with GCC_3.3 version (to maintain ABI compatibility
  compiled/linked with wrong pre r318024 libgcc)
  
  PR:	233664

Added:
  stable/12/contrib/compiler-rt/FREEBSD-Xlist
     - copied unchanged from r353358, head/contrib/compiler-rt/FREEBSD-Xlist
  stable/12/contrib/compiler-rt/lib/asan/asan_interceptors_vfork.S
     - copied unchanged from r353358, head/contrib/compiler-rt/lib/asan/asan_interceptors_vfork.S
  stable/12/contrib/compiler-rt/lib/asan/asan_mapping_sparc64.h
     - copied unchanged from r353358, head/contrib/compiler-rt/lib/asan/asan_mapping_sparc64.h
  stable/12/contrib/compiler-rt/lib/cfi/cfi.cpp
     - copied unchanged from r353358, head/contrib/compiler-rt/lib/cfi/cfi.cpp
  stable/12/contrib/compiler-rt/lib/crt/
     - copied from r353358, head/contrib/compiler-rt/lib/crt/
  stable/12/contrib/compiler-rt/lib/fuzzer/FuzzerFork.cpp
     - copied unchanged from r353358, head/contrib/compiler-rt/lib/fuzzer/FuzzerFork.cpp
  stable/12/contrib/compiler-rt/lib/fuzzer/FuzzerFork.h
     - copied unchanged from r353358, head/contrib/compiler-rt/lib/fuzzer/FuzzerFork.h
  stable/12/contrib/compiler-rt/lib/fuzzer/utils/
     - copied from r353358, head/contrib/compiler-rt/lib/fuzzer/utils/
  stable/12/contrib/compiler-rt/lib/gwp_asan/
     - copied from r353358, head/contrib/compiler-rt/lib/gwp_asan/
  stable/12/contrib/compiler-rt/lib/hwasan/hwasan.cpp
     - copied unchanged from r353358, head/contrib/compiler-rt/lib/hwasan/hwasan.cpp
  stable/12/contrib/compiler-rt/lib/hwasan/hwasan_allocator.cpp
     - copied unchanged from r353358, head/contrib/compiler-rt/lib/hwasan/hwasan_allocator.cpp
  stable/12/contrib/compiler-rt/lib/hwasan/hwasan_dynamic_shadow.cpp
     - copied unchanged from r353358, head/contrib/compiler-rt/lib/hwasan/hwasan_dynamic_shadow.cpp
  stable/12/contrib/compiler-rt/lib/hwasan/hwasan_interceptors.cpp
     - copied unchanged from r353358, head/contrib/compiler-rt/lib/hwasan/hwasan_interceptors.cpp
  stable/12/contrib/compiler-rt/lib/hwasan/hwasan_interceptors_vfork.S
     - copied unchanged from r353358, head/contrib/compiler-rt/lib/hwasan/hwasan_interceptors_vfork.S
  stable/12/contrib/compiler-rt/lib/hwasan/hwasan_linux.cpp
     - copied unchanged from r353358, head/contrib/compiler-rt/lib/hwasan/hwasan_linux.cpp
  stable/12/contrib/compiler-rt/lib/hwasan/hwasan_malloc_bisect.h
     - copied unchanged from r353358, head/contrib/compiler-rt/lib/hwasan/hwasan_malloc_bisect.h
  stable/12/contrib/compiler-rt/lib/hwasan/hwasan_memintrinsics.cpp
     - copied unchanged from r353358, head/contrib/compiler-rt/lib/hwasan/hwasan_memintrinsics.cpp
  stable/12/contrib/compiler-rt/lib/hwasan/hwasan_new_delete.cpp
     - copied unchanged from r353358, head/contrib/compiler-rt/lib/hwasan/hwasan_new_delete.cpp
  stable/12/contrib/compiler-rt/lib/hwasan/hwasan_poisoning.cpp
     - copied unchanged from r353358, head/contrib/compiler-rt/lib/hwasan/hwasan_poisoning.cpp
  stable/12/contrib/compiler-rt/lib/hwasan/hwasan_report.cpp
     - copied unchanged from r353358, head/contrib/compiler-rt/lib/hwasan/hwasan_report.cpp
  stable/12/contrib/compiler-rt/lib/hwasan/hwasan_tag_mismatch_aarch64.S
     - copied unchanged from r353358, head/contrib/compiler-rt/lib/hwasan/hwasan_tag_mismatch_aarch64.S
  stable/12/contrib/compiler-rt/lib/hwasan/hwasan_thread.cpp
     - copied unchanged from r353358, head/contrib/compiler-rt/lib/hwasan/hwasan_thread.cpp
  stable/12/contrib/compiler-rt/lib/hwasan/hwasan_thread_list.cpp
     - copied unchanged from r353358, head/contrib/compiler-rt/lib/hwasan/hwasan_thread_list.cpp
  stable/12/contrib/compiler-rt/lib/profile/InstrProfilingPlatformWindows.c
     - copied unchanged from r353358, head/contrib/compiler-rt/lib/profile/InstrProfilingPlatformWindows.c
  stable/12/contrib/compiler-rt/lib/safestack/safestack_platform.h
     - copied unchanged from r353358, head/contrib/compiler-rt/lib/safestack/safestack_platform.h
  stable/12/contrib/compiler-rt/lib/safestack/safestack_util.h
     - copied unchanged from r353358, head/contrib/compiler-rt/lib/safestack/safestack_util.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors_vfork_aarch64.inc.S
     - copied unchanged from r353358, head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors_vfork_aarch64.inc.S
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors_vfork_arm.inc.S
     - copied unchanged from r353358, head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors_vfork_arm.inc.S
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors_vfork_i386.inc.S
     - copied unchanged from r353358, head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors_vfork_i386.inc.S
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors_vfork_x86_64.inc.S
     - copied unchanged from r353358, head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors_vfork_x86_64.inc.S
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_hash.h
     - copied unchanged from r353358, head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_hash.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_netbsd_libcdep.cc
     - copied unchanged from r353358, head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_netbsd_libcdep.cc
  stable/12/contrib/compiler-rt/lib/scudo/standalone/
     - copied from r353358, head/contrib/compiler-rt/lib/scudo/standalone/
  stable/12/contrib/compiler-rt/lib/tsan/benchmarks/func_entry_exit.cc
     - copied unchanged from r353358, head/contrib/compiler-rt/lib/tsan/benchmarks/func_entry_exit.cc
  stable/12/contrib/compiler-rt/lib/tsan/benchmarks/mop.cc
     - copied unchanged from r353358, head/contrib/compiler-rt/lib/tsan/benchmarks/mop.cc
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_dispatch_defs.h
     - copied unchanged from r353358, head/contrib/compiler-rt/lib/tsan/rtl/tsan_dispatch_defs.h
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_libdispatch.cc
     - copied unchanged from r353358, head/contrib/compiler-rt/lib/tsan/rtl/tsan_libdispatch.cc
  stable/12/contrib/libc++/FREEBSD-Xlist
     - copied unchanged from r353358, head/contrib/libc++/FREEBSD-Xlist
  stable/12/contrib/libc++/include/fenv.h
     - copied unchanged from r353358, head/contrib/libc++/include/fenv.h
  stable/12/contrib/libc++/src/CMakeLists.txt
     - copied unchanged from r353358, head/contrib/libc++/src/CMakeLists.txt
  stable/12/contrib/libc++/src/condition_variable_destructor.cpp
     - copied unchanged from r353358, head/contrib/libc++/src/condition_variable_destructor.cpp
  stable/12/contrib/libc++/src/mutex_destructor.cpp
     - copied unchanged from r353358, head/contrib/libc++/src/mutex_destructor.cpp
  stable/12/contrib/libc++/src/support/runtime/stdexcept_default.ipp
     - copied unchanged from r353358, head/contrib/libc++/src/support/runtime/stdexcept_default.ipp
  stable/12/contrib/libc++/src/support/runtime/stdexcept_vcruntime.ipp
     - copied unchanged from r353358, head/contrib/libc++/src/support/runtime/stdexcept_vcruntime.ipp
  stable/12/contrib/libunwind/FREEBSD-Xlist
     - copied unchanged from r353358, head/contrib/libunwind/FREEBSD-Xlist
  stable/12/contrib/llvm/include/llvm-c/Remarks.h
     - copied unchanged from r353358, head/contrib/llvm/include/llvm-c/Remarks.h
  stable/12/contrib/llvm/include/llvm/ADT/fallible_iterator.h
     - copied unchanged from r353358, head/contrib/llvm/include/llvm/ADT/fallible_iterator.h
  stable/12/contrib/llvm/include/llvm/Analysis/DomTreeUpdater.h
     - copied unchanged from r353358, head/contrib/llvm/include/llvm/Analysis/DomTreeUpdater.h
  stable/12/contrib/llvm/include/llvm/Analysis/VecFuncs.def
     - copied unchanged from r353358, head/contrib/llvm/include/llvm/Analysis/VecFuncs.def
  stable/12/contrib/llvm/include/llvm/BinaryFormat/Minidump.h
     - copied unchanged from r353358, head/contrib/llvm/include/llvm/BinaryFormat/Minidump.h
  stable/12/contrib/llvm/include/llvm/BinaryFormat/MinidumpConstants.def
     - copied unchanged from r353358, head/contrib/llvm/include/llvm/BinaryFormat/MinidumpConstants.def
  stable/12/contrib/llvm/include/llvm/BinaryFormat/MsgPackDocument.h
     - copied unchanged from r353358, head/contrib/llvm/include/llvm/BinaryFormat/MsgPackDocument.h
  stable/12/contrib/llvm/include/llvm/BinaryFormat/XCOFF.h
     - copied unchanged from r353358, head/contrib/llvm/include/llvm/BinaryFormat/XCOFF.h
  stable/12/contrib/llvm/include/llvm/Bitcode/BitcodeAnalyzer.h
     - copied unchanged from r353358, head/contrib/llvm/include/llvm/Bitcode/BitcodeAnalyzer.h
  stable/12/contrib/llvm/include/llvm/Bitstream/
     - copied from r353358, head/contrib/llvm/include/llvm/Bitstream/
  stable/12/contrib/llvm/include/llvm/CodeGen/CSEConfigBase.h
     - copied unchanged from r353358, head/contrib/llvm/include/llvm/CodeGen/CSEConfigBase.h
  stable/12/contrib/llvm/include/llvm/CodeGen/MIRParser/MIParser.h
     - copied unchanged from r353358, head/contrib/llvm/include/llvm/CodeGen/MIRParser/MIParser.h
  stable/12/contrib/llvm/include/llvm/CodeGen/Register.h
     - copied unchanged from r353358, head/contrib/llvm/include/llvm/CodeGen/Register.h
  stable/12/contrib/llvm/include/llvm/CodeGen/SwiftErrorValueTracking.h
     - copied unchanged from r353358, head/contrib/llvm/include/llvm/CodeGen/SwiftErrorValueTracking.h
  stable/12/contrib/llvm/include/llvm/CodeGen/SwitchLoweringUtils.h
     - copied unchanged from r353358, head/contrib/llvm/include/llvm/CodeGen/SwitchLoweringUtils.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/GSYM/
     - copied from r353358, head/contrib/llvm/include/llvm/DebugInfo/GSYM/
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/Native/InjectedSourceStream.h
     - copied unchanged from r353358, head/contrib/llvm/include/llvm/DebugInfo/PDB/Native/InjectedSourceStream.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/Native/NativeEnumInjectedSources.h
     - copied unchanged from r353358, head/contrib/llvm/include/llvm/DebugInfo/PDB/Native/NativeEnumInjectedSources.h
  stable/12/contrib/llvm/include/llvm/Demangle/DemangleConfig.h
     - copied unchanged from r353358, head/contrib/llvm/include/llvm/Demangle/DemangleConfig.h
  stable/12/contrib/llvm/include/llvm/Demangle/README.txt
     - copied unchanged from r353358, head/contrib/llvm/include/llvm/Demangle/README.txt
  stable/12/contrib/llvm/include/llvm/ExecutionEngine/JITLink/
     - copied from r353358, head/contrib/llvm/include/llvm/ExecutionEngine/JITLink/
  stable/12/contrib/llvm/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h
     - copied unchanged from r353358, head/contrib/llvm/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h
  stable/12/contrib/llvm/include/llvm/ExecutionEngine/OrcV1Deprecation.h
     - copied unchanged from r353358, head/contrib/llvm/include/llvm/ExecutionEngine/OrcV1Deprecation.h
  stable/12/contrib/llvm/include/llvm/IR/RemarkStreamer.h
     - copied unchanged from r353358, head/contrib/llvm/include/llvm/IR/RemarkStreamer.h
  stable/12/contrib/llvm/include/llvm/MC/MCAsmInfoXCOFF.h
     - copied unchanged from r353358, head/contrib/llvm/include/llvm/MC/MCAsmInfoXCOFF.h
  stable/12/contrib/llvm/include/llvm/MC/MCSectionXCOFF.h
     - copied unchanged from r353358, head/contrib/llvm/include/llvm/MC/MCSectionXCOFF.h
  stable/12/contrib/llvm/include/llvm/MC/MCSymbolXCOFF.h
     - copied unchanged from r353358, head/contrib/llvm/include/llvm/MC/MCSymbolXCOFF.h
  stable/12/contrib/llvm/include/llvm/MC/MCXCOFFObjectWriter.h
     - copied unchanged from r353358, head/contrib/llvm/include/llvm/MC/MCXCOFFObjectWriter.h
  stable/12/contrib/llvm/include/llvm/MC/MCXCOFFStreamer.h
     - copied unchanged from r353358, head/contrib/llvm/include/llvm/MC/MCXCOFFStreamer.h
  stable/12/contrib/llvm/include/llvm/MCA/Stages/MicroOpQueueStage.h
     - copied unchanged from r353358, head/contrib/llvm/include/llvm/MCA/Stages/MicroOpQueueStage.h
  stable/12/contrib/llvm/include/llvm/Object/Minidump.h
     - copied unchanged from r353358, head/contrib/llvm/include/llvm/Object/Minidump.h
  stable/12/contrib/llvm/include/llvm/Object/RelocationResolver.h
     - copied unchanged from r353358, head/contrib/llvm/include/llvm/Object/RelocationResolver.h
  stable/12/contrib/llvm/include/llvm/Object/WindowsMachineFlag.h
     - copied unchanged from r353358, head/contrib/llvm/include/llvm/Object/WindowsMachineFlag.h
  stable/12/contrib/llvm/include/llvm/Object/XCOFFObjectFile.h
     - copied unchanged from r353358, head/contrib/llvm/include/llvm/Object/XCOFFObjectFile.h
  stable/12/contrib/llvm/include/llvm/ObjectYAML/MinidumpYAML.h
     - copied unchanged from r353358, head/contrib/llvm/include/llvm/ObjectYAML/MinidumpYAML.h
  stable/12/contrib/llvm/include/llvm/ObjectYAML/XCOFFYAML.h
     - copied unchanged from r353358, head/contrib/llvm/include/llvm/ObjectYAML/XCOFFYAML.h
  stable/12/contrib/llvm/include/llvm/Remarks/
     - copied from r353358, head/contrib/llvm/include/llvm/Remarks/
  stable/12/contrib/llvm/include/llvm/Support/CRC.h
     - copied unchanged from r353358, head/contrib/llvm/include/llvm/Support/CRC.h
  stable/12/contrib/llvm/include/llvm/Support/GenericIteratedDominanceFrontier.h
     - copied unchanged from r353358, head/contrib/llvm/include/llvm/Support/GenericIteratedDominanceFrontier.h
  stable/12/contrib/llvm/include/llvm/Support/SMTAPI.h
     - copied unchanged from r353358, head/contrib/llvm/include/llvm/Support/SMTAPI.h
  stable/12/contrib/llvm/include/llvm/Support/ScalableSize.h
     - copied unchanged from r353358, head/contrib/llvm/include/llvm/Support/ScalableSize.h
  stable/12/contrib/llvm/include/llvm/Support/Signposts.h
     - copied unchanged from r353358, head/contrib/llvm/include/llvm/Support/Signposts.h
  stable/12/contrib/llvm/include/llvm/Support/TimeProfiler.h
     - copied unchanged from r353358, head/contrib/llvm/include/llvm/Support/TimeProfiler.h
  stable/12/contrib/llvm/include/llvm/Testing/Support/Annotations.h
     - copied unchanged from r353358, head/contrib/llvm/include/llvm/Testing/Support/Annotations.h
  stable/12/contrib/llvm/include/llvm/Transforms/IPO/Attributor.h
     - copied unchanged from r353358, head/contrib/llvm/include/llvm/Transforms/IPO/Attributor.h
  stable/12/contrib/llvm/include/llvm/Transforms/Instrumentation/AddressSanitizer.h
     - copied unchanged from r353358, head/contrib/llvm/include/llvm/Transforms/Instrumentation/AddressSanitizer.h
  stable/12/contrib/llvm/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h
     - copied unchanged from r353358, head/contrib/llvm/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h
  stable/12/contrib/llvm/include/llvm/Transforms/Instrumentation/InstrOrderFile.h
     - copied unchanged from r353358, head/contrib/llvm/include/llvm/Transforms/Instrumentation/InstrOrderFile.h
  stable/12/contrib/llvm/include/llvm/Transforms/Instrumentation/PoisonChecking.h
     - copied unchanged from r353358, head/contrib/llvm/include/llvm/Transforms/Instrumentation/PoisonChecking.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/LoopFuse.h
     - copied unchanged from r353358, head/contrib/llvm/include/llvm/Transforms/Scalar/LoopFuse.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/LowerWidenableCondition.h
     - copied unchanged from r353358, head/contrib/llvm/include/llvm/Transforms/Scalar/LowerWidenableCondition.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/MergeICmps.h
     - copied unchanged from r353358, head/contrib/llvm/include/llvm/Transforms/Scalar/MergeICmps.h
  stable/12/contrib/llvm/include/llvm/Transforms/Utils/SizeOpts.h
     - copied unchanged from r353358, head/contrib/llvm/include/llvm/Transforms/Utils/SizeOpts.h
  stable/12/contrib/llvm/lib/Analysis/DomTreeUpdater.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Analysis/DomTreeUpdater.cpp
  stable/12/contrib/llvm/lib/BinaryFormat/Minidump.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/BinaryFormat/Minidump.cpp
  stable/12/contrib/llvm/lib/BinaryFormat/MsgPackDocument.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/BinaryFormat/MsgPackDocument.cpp
  stable/12/contrib/llvm/lib/BinaryFormat/MsgPackDocumentYAML.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/BinaryFormat/MsgPackDocumentYAML.cpp
  stable/12/contrib/llvm/lib/Bitcode/Reader/BitcodeAnalyzer.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Bitcode/Reader/BitcodeAnalyzer.cpp
  stable/12/contrib/llvm/lib/Bitstream/
     - copied from r353358, head/contrib/llvm/lib/Bitstream/
  stable/12/contrib/llvm/lib/CodeGen/FinalizeISel.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/CodeGen/FinalizeISel.cpp
  stable/12/contrib/llvm/lib/CodeGen/HardwareLoops.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/CodeGen/HardwareLoops.cpp
  stable/12/contrib/llvm/lib/CodeGen/SwiftErrorValueTracking.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/CodeGen/SwiftErrorValueTracking.cpp
  stable/12/contrib/llvm/lib/CodeGen/SwitchLoweringUtils.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/CodeGen/SwitchLoweringUtils.cpp
  stable/12/contrib/llvm/lib/DebugInfo/GSYM/
     - copied from r353358, head/contrib/llvm/lib/DebugInfo/GSYM/
  stable/12/contrib/llvm/lib/DebugInfo/PDB/Native/InjectedSourceStream.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/DebugInfo/PDB/Native/InjectedSourceStream.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/Native/NativeEnumInjectedSources.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/DebugInfo/PDB/Native/NativeEnumInjectedSources.cpp
  stable/12/contrib/llvm/lib/Demangle/Demangle.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Demangle/Demangle.cpp
  stable/12/contrib/llvm/lib/ExecutionEngine/JITLink/
     - copied from r353358, head/contrib/llvm/lib/ExecutionEngine/JITLink/
  stable/12/contrib/llvm/lib/ExecutionEngine/Orc/CompileUtils.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/ExecutionEngine/Orc/CompileUtils.cpp
  stable/12/contrib/llvm/lib/ExecutionEngine/Orc/ObjectLinkingLayer.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/ExecutionEngine/Orc/ObjectLinkingLayer.cpp
  stable/12/contrib/llvm/lib/IR/AbstractCallSite.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/IR/AbstractCallSite.cpp
  stable/12/contrib/llvm/lib/IR/RemarkStreamer.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/IR/RemarkStreamer.cpp
  stable/12/contrib/llvm/lib/MC/MCAsmInfoXCOFF.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/MC/MCAsmInfoXCOFF.cpp
  stable/12/contrib/llvm/lib/MC/MCSectionXCOFF.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/MC/MCSectionXCOFF.cpp
  stable/12/contrib/llvm/lib/MC/MCXCOFFObjectTargetWriter.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/MC/MCXCOFFObjectTargetWriter.cpp
  stable/12/contrib/llvm/lib/MC/MCXCOFFStreamer.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/MC/MCXCOFFStreamer.cpp
  stable/12/contrib/llvm/lib/MC/XCOFFObjectWriter.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/MC/XCOFFObjectWriter.cpp
  stable/12/contrib/llvm/lib/MCA/Stages/MicroOpQueueStage.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/MCA/Stages/MicroOpQueueStage.cpp
  stable/12/contrib/llvm/lib/Object/Minidump.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Object/Minidump.cpp
  stable/12/contrib/llvm/lib/Object/RelocationResolver.cpp
     - copied, changed from r353358, head/contrib/llvm/lib/Object/RelocationResolver.cpp
  stable/12/contrib/llvm/lib/Object/WindowsMachineFlag.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Object/WindowsMachineFlag.cpp
  stable/12/contrib/llvm/lib/Object/XCOFFObjectFile.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Object/XCOFFObjectFile.cpp
  stable/12/contrib/llvm/lib/ObjectYAML/MinidumpYAML.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/ObjectYAML/MinidumpYAML.cpp
  stable/12/contrib/llvm/lib/ObjectYAML/XCOFFYAML.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/ObjectYAML/XCOFFYAML.cpp
  stable/12/contrib/llvm/lib/Remarks/
     - copied from r353358, head/contrib/llvm/lib/Remarks/
  stable/12/contrib/llvm/lib/Support/CRC.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Support/CRC.cpp
  stable/12/contrib/llvm/lib/Support/Optional.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Support/Optional.cpp
  stable/12/contrib/llvm/lib/Support/Signposts.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Support/Signposts.cpp
  stable/12/contrib/llvm/lib/Support/TimeProfiler.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Support/TimeProfiler.cpp
  stable/12/contrib/llvm/lib/Support/Z3Solver.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Support/Z3Solver.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64CallingConvention.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/AArch64/AArch64CallingConvention.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64ExpandImm.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/AArch64/AArch64ExpandImm.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64ExpandImm.h
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/AArch64/AArch64ExpandImm.h
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64StackTagging.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/AArch64/AArch64StackTagging.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64InstPrinter.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64InstPrinter.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64InstPrinter.h
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64InstPrinter.h
  stable/12/contrib/llvm/lib/Target/AArch64/TargetInfo/AArch64TargetInfo.h
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/AArch64/TargetInfo/AArch64TargetInfo.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUPropagateAttributes.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/AMDGPU/AMDGPUPropagateAttributes.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/GCNNSAReassign.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/AMDGPU/GCNNSAReassign.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/GCNRegBankReassign.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/AMDGPU/GCNRegBankReassign.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.h
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/SILowerSGPRSpills.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/AMDGPU/SILowerSGPRSpills.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/SIPreAllocateWWMRegs.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/AMDGPU/SIPreAllocateWWMRegs.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/TargetInfo/AMDGPUTargetInfo.h
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/AMDGPU/TargetInfo/AMDGPUTargetInfo.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/Utils/AMDGPUPALMetadata.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/AMDGPU/Utils/AMDGPUPALMetadata.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/Utils/AMDGPUPALMetadata.h
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/AMDGPU/Utils/AMDGPUPALMetadata.h
  stable/12/contrib/llvm/lib/Target/ARC/ARCOptAddrMode.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/ARC/ARCOptAddrMode.cpp
  stable/12/contrib/llvm/lib/Target/ARC/MCTargetDesc/ARCInstPrinter.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/ARC/MCTargetDesc/ARCInstPrinter.cpp
  stable/12/contrib/llvm/lib/Target/ARC/MCTargetDesc/ARCInstPrinter.h
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/ARC/MCTargetDesc/ARCInstPrinter.h
  stable/12/contrib/llvm/lib/Target/ARC/TargetInfo/ARCTargetInfo.h
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/ARC/TargetInfo/ARCTargetInfo.h
  stable/12/contrib/llvm/lib/Target/ARM/ARMBasicBlockInfo.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/ARM/ARMBasicBlockInfo.cpp
  stable/12/contrib/llvm/lib/Target/ARM/ARMCallingConv.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/ARM/ARMCallingConv.cpp
  stable/12/contrib/llvm/lib/Target/ARM/ARMInstrMVE.td
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/ARM/ARMInstrMVE.td
  stable/12/contrib/llvm/lib/Target/ARM/ARMLowOverheadLoops.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/ARM/ARMLowOverheadLoops.cpp
  stable/12/contrib/llvm/lib/Target/ARM/ARMPredicates.td
     - copied, changed from r353358, head/contrib/llvm/lib/Target/ARM/ARMPredicates.td
  stable/12/contrib/llvm/lib/Target/ARM/ARMScheduleM4.td
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/ARM/ARMScheduleM4.td
  stable/12/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMInstPrinter.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMInstPrinter.cpp
  stable/12/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMInstPrinter.h
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMInstPrinter.h
  stable/12/contrib/llvm/lib/Target/ARM/TargetInfo/ARMTargetInfo.h
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/ARM/TargetInfo/ARMTargetInfo.h
  stable/12/contrib/llvm/lib/Target/AVR/MCTargetDesc/AVRInstPrinter.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/AVR/MCTargetDesc/AVRInstPrinter.cpp
  stable/12/contrib/llvm/lib/Target/AVR/MCTargetDesc/AVRInstPrinter.h
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/AVR/MCTargetDesc/AVRInstPrinter.h
  stable/12/contrib/llvm/lib/Target/AVR/TargetInfo/AVRTargetInfo.h
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/AVR/TargetInfo/AVRTargetInfo.h
  stable/12/contrib/llvm/lib/Target/BPF/BPFAbstractMemberAccess.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/BPF/BPFAbstractMemberAccess.cpp
  stable/12/contrib/llvm/lib/Target/BPF/BPFCORE.h
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/BPF/BPFCORE.h
  stable/12/contrib/llvm/lib/Target/BPF/BPFMISimplifyPatchable.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/BPF/BPFMISimplifyPatchable.cpp
  stable/12/contrib/llvm/lib/Target/BPF/MCTargetDesc/BPFInstPrinter.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/BPF/MCTargetDesc/BPFInstPrinter.cpp
  stable/12/contrib/llvm/lib/Target/BPF/MCTargetDesc/BPFInstPrinter.h
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/BPF/MCTargetDesc/BPFInstPrinter.h
  stable/12/contrib/llvm/lib/Target/BPF/TargetInfo/BPFTargetInfo.h
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/BPF/TargetInfo/BPFTargetInfo.h
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonDepDecoders.inc
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/Hexagon/HexagonDepDecoders.inc
  stable/12/contrib/llvm/lib/Target/Hexagon/TargetInfo/HexagonTargetInfo.h
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/Hexagon/TargetInfo/HexagonTargetInfo.h
  stable/12/contrib/llvm/lib/Target/Lanai/MCTargetDesc/LanaiInstPrinter.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/Lanai/MCTargetDesc/LanaiInstPrinter.cpp
  stable/12/contrib/llvm/lib/Target/Lanai/MCTargetDesc/LanaiInstPrinter.h
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/Lanai/MCTargetDesc/LanaiInstPrinter.h
  stable/12/contrib/llvm/lib/Target/Lanai/TargetInfo/LanaiTargetInfo.h
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/Lanai/TargetInfo/LanaiTargetInfo.h
  stable/12/contrib/llvm/lib/Target/MSP430/MCTargetDesc/MSP430InstPrinter.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/MSP430/MCTargetDesc/MSP430InstPrinter.cpp
  stable/12/contrib/llvm/lib/Target/MSP430/MCTargetDesc/MSP430InstPrinter.h
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/MSP430/MCTargetDesc/MSP430InstPrinter.h
  stable/12/contrib/llvm/lib/Target/MSP430/TargetInfo/MSP430TargetInfo.h
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/MSP430/TargetInfo/MSP430TargetInfo.h
  stable/12/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsInstPrinter.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsInstPrinter.cpp
  stable/12/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsInstPrinter.h
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsInstPrinter.h
  stable/12/contrib/llvm/lib/Target/Mips/TargetInfo/MipsTargetInfo.h
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/Mips/TargetInfo/MipsTargetInfo.h
  stable/12/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXInstPrinter.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXInstPrinter.cpp
  stable/12/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXInstPrinter.h
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXInstPrinter.h
  stable/12/contrib/llvm/lib/Target/NVPTX/TargetInfo/NVPTXTargetInfo.h
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/NVPTX/TargetInfo/NVPTXTargetInfo.h
  stable/12/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCInstPrinter.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCInstPrinter.cpp
  stable/12/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCInstPrinter.h
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCInstPrinter.h
  stable/12/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCXCOFFObjectWriter.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCXCOFFObjectWriter.cpp
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCCallingConv.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/PowerPC/PPCCallingConv.cpp
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCMachineScheduler.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/PowerPC/PPCMachineScheduler.cpp
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCMachineScheduler.h
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/PowerPC/PPCMachineScheduler.h
  stable/12/contrib/llvm/lib/Target/PowerPC/TargetInfo/PowerPCTargetInfo.h
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/PowerPC/TargetInfo/PowerPCTargetInfo.h
  stable/12/contrib/llvm/lib/Target/RISCV/MCTargetDesc/RISCVInstPrinter.cpp
     - copied, changed from r353358, head/contrib/llvm/lib/Target/RISCV/MCTargetDesc/RISCVInstPrinter.cpp
  stable/12/contrib/llvm/lib/Target/RISCV/MCTargetDesc/RISCVInstPrinter.h
     - copied, changed from r353358, head/contrib/llvm/lib/Target/RISCV/MCTargetDesc/RISCVInstPrinter.h
  stable/12/contrib/llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp
  stable/12/contrib/llvm/lib/Target/RISCV/RISCVTargetTransformInfo.h
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/RISCV/RISCVTargetTransformInfo.h
  stable/12/contrib/llvm/lib/Target/RISCV/TargetInfo/RISCVTargetInfo.h
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/RISCV/TargetInfo/RISCVTargetInfo.h
  stable/12/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcInstPrinter.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcInstPrinter.cpp
  stable/12/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcInstPrinter.h
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcInstPrinter.h
  stable/12/contrib/llvm/lib/Target/Sparc/TargetInfo/SparcTargetInfo.h
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/Sparc/TargetInfo/SparcTargetInfo.h
  stable/12/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZInstPrinter.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZInstPrinter.cpp
  stable/12/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZInstPrinter.h
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZInstPrinter.h
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZPostRewrite.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/SystemZ/SystemZPostRewrite.cpp
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZScheduleArch13.td
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/SystemZ/SystemZScheduleArch13.td
  stable/12/contrib/llvm/lib/Target/SystemZ/TargetInfo/SystemZTargetInfo.h
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/SystemZ/TargetInfo/SystemZTargetInfo.h
  stable/12/contrib/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyInstPrinter.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyInstPrinter.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyInstPrinter.h
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyInstPrinter.h
  stable/12/contrib/llvm/lib/Target/WebAssembly/TargetInfo/WebAssemblyTargetInfo.h
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/WebAssembly/TargetInfo/WebAssemblyTargetInfo.h
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyInstrBulkMemory.td
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyInstrBulkMemory.td
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyInstrRef.td
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyInstrRef.td
  stable/12/contrib/llvm/lib/Target/X86/MCTargetDesc/X86ATTInstPrinter.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/X86/MCTargetDesc/X86ATTInstPrinter.cpp
  stable/12/contrib/llvm/lib/Target/X86/MCTargetDesc/X86ATTInstPrinter.h
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/X86/MCTargetDesc/X86ATTInstPrinter.h
  stable/12/contrib/llvm/lib/Target/X86/MCTargetDesc/X86InstComments.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/X86/MCTargetDesc/X86InstComments.cpp
  stable/12/contrib/llvm/lib/Target/X86/MCTargetDesc/X86InstComments.h
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/X86/MCTargetDesc/X86InstComments.h
  stable/12/contrib/llvm/lib/Target/X86/MCTargetDesc/X86InstPrinterCommon.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/X86/MCTargetDesc/X86InstPrinterCommon.cpp
  stable/12/contrib/llvm/lib/Target/X86/MCTargetDesc/X86InstPrinterCommon.h
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/X86/MCTargetDesc/X86InstPrinterCommon.h
  stable/12/contrib/llvm/lib/Target/X86/MCTargetDesc/X86IntelInstPrinter.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/X86/MCTargetDesc/X86IntelInstPrinter.cpp
  stable/12/contrib/llvm/lib/Target/X86/MCTargetDesc/X86IntelInstPrinter.h
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/X86/MCTargetDesc/X86IntelInstPrinter.h
  stable/12/contrib/llvm/lib/Target/X86/TargetInfo/X86TargetInfo.h
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/X86/TargetInfo/X86TargetInfo.h
  stable/12/contrib/llvm/lib/Target/XCore/MCTargetDesc/XCoreInstPrinter.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/XCore/MCTargetDesc/XCoreInstPrinter.cpp
  stable/12/contrib/llvm/lib/Target/XCore/MCTargetDesc/XCoreInstPrinter.h
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/XCore/MCTargetDesc/XCoreInstPrinter.h
  stable/12/contrib/llvm/lib/Target/XCore/TargetInfo/XCoreTargetInfo.h
     - copied unchanged from r353358, head/contrib/llvm/lib/Target/XCore/TargetInfo/XCoreTargetInfo.h
  stable/12/contrib/llvm/lib/Testing/Support/Annotations.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Testing/Support/Annotations.cpp
  stable/12/contrib/llvm/lib/Transforms/IPO/Attributor.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Transforms/IPO/Attributor.cpp
  stable/12/contrib/llvm/lib/Transforms/InstCombine/InstCombineAtomicRMW.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Transforms/InstCombine/InstCombineAtomicRMW.cpp
  stable/12/contrib/llvm/lib/Transforms/Instrumentation/InstrOrderFile.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Transforms/Instrumentation/InstrOrderFile.cpp
  stable/12/contrib/llvm/lib/Transforms/Instrumentation/PoisonChecking.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Transforms/Instrumentation/PoisonChecking.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/LoopFuse.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Transforms/Scalar/LoopFuse.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/LowerWidenableCondition.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Transforms/Scalar/LowerWidenableCondition.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/SizeOpts.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Transforms/Utils/SizeOpts.cpp
  stable/12/contrib/llvm/lib/Transforms/Vectorize/VPlanPredicator.cpp
     - copied unchanged from r353358, head/contrib/llvm/lib/Transforms/Vectorize/VPlanPredicator.cpp
  stable/12/contrib/llvm/lib/Transforms/Vectorize/VPlanPredicator.h
     - copied unchanged from r353358, head/contrib/llvm/lib/Transforms/Vectorize/VPlanPredicator.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/ASTDumper.h
     - copied unchanged from r353358, head/contrib/llvm/tools/clang/include/clang/AST/ASTDumper.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/ASTImporterSharedState.h
     - copied unchanged from r353358, head/contrib/llvm/tools/clang/include/clang/AST/ASTImporterSharedState.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/ASTNodeTraverser.h
     - copied unchanged from r353358, head/contrib/llvm/tools/clang/include/clang/AST/ASTNodeTraverser.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/CurrentSourceLocExprScope.h
     - copied unchanged from r353358, head/contrib/llvm/tools/clang/include/clang/AST/CurrentSourceLocExprScope.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/JSONNodeDumper.h
     - copied unchanged from r353358, head/contrib/llvm/tools/clang/include/clang/AST/JSONNodeDumper.h
  stable/12/contrib/llvm/tools/clang/include/clang/Analysis/AnyCall.h
     - copied unchanged from r353358, head/contrib/llvm/tools/clang/include/clang/Analysis/AnyCall.h
  stable/12/contrib/llvm/tools/clang/include/clang/Analysis/RetainSummaryManager.h
     - copied unchanged from r353358, head/contrib/llvm/tools/clang/include/clang/Analysis/RetainSummaryManager.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/JsonSupport.h
     - copied unchanged from r353358, head/contrib/llvm/tools/clang/include/clang/Basic/JsonSupport.h
  stable/12/contrib/llvm/tools/clang/include/clang/DirectoryWatcher/
     - copied from r353358, head/contrib/llvm/tools/clang/include/clang/DirectoryWatcher/
  stable/12/contrib/llvm/tools/clang/include/clang/Index/DeclOccurrence.h
     - copied unchanged from r353358, head/contrib/llvm/tools/clang/include/clang/Index/DeclOccurrence.h
  stable/12/contrib/llvm/tools/clang/include/clang/Lex/DependencyDirectivesSourceMinimizer.h
     - copied unchanged from r353358, head/contrib/llvm/tools/clang/include/clang/Lex/DependencyDirectivesSourceMinimizer.h
  stable/12/contrib/llvm/tools/clang/include/clang/Serialization/InMemoryModuleCache.h
     - copied unchanged from r353358, head/contrib/llvm/tools/clang/include/clang/Serialization/InMemoryModuleCache.h
  stable/12/contrib/llvm/tools/clang/include/clang/Tooling/DependencyScanning/
     - copied from r353358, head/contrib/llvm/tools/clang/include/clang/Tooling/DependencyScanning/
  stable/12/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/RangeSelector.h
     - copied unchanged from r353358, head/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/RangeSelector.h
  stable/12/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/SourceCode.h
     - copied unchanged from r353358, head/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/SourceCode.h
  stable/12/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/Stencil.h
     - copied unchanged from r353358, head/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/Stencil.h
  stable/12/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/Transformer.h
     - copied unchanged from r353358, head/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/Transformer.h
  stable/12/contrib/llvm/tools/clang/include/clang/Tooling/Syntax/
     - copied from r353358, head/contrib/llvm/tools/clang/include/clang/Tooling/Syntax/
  stable/12/contrib/llvm/tools/clang/lib/AST/JSONNodeDumper.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/clang/lib/AST/JSONNodeDumper.cpp
  stable/12/contrib/llvm/tools/clang/lib/Analysis/RetainSummaryManager.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/clang/lib/Analysis/RetainSummaryManager.cpp
  stable/12/contrib/llvm/tools/clang/lib/Analysis/plugins/
     - copied from r353358, head/contrib/llvm/tools/clang/lib/Analysis/plugins/
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/PatternInit.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/clang/lib/CodeGen/PatternInit.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/PatternInit.h
     - copied unchanged from r353358, head/contrib/llvm/tools/clang/lib/CodeGen/PatternInit.h
  stable/12/contrib/llvm/tools/clang/lib/DirectoryWatcher/
     - copied from r353358, head/contrib/llvm/tools/clang/lib/DirectoryWatcher/
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/PPCLinux.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/clang/lib/Driver/ToolChains/PPCLinux.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/PPCLinux.h
     - copied unchanged from r353358, head/contrib/llvm/tools/clang/lib/Driver/ToolChains/PPCLinux.h
  stable/12/contrib/llvm/tools/clang/lib/Frontend/InterfaceStubFunctionsConsumer.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/clang/lib/Frontend/InterfaceStubFunctionsConsumer.cpp
  stable/12/contrib/llvm/tools/clang/lib/Headers/avx512bf16intrin.h
     - copied unchanged from r353358, head/contrib/llvm/tools/clang/lib/Headers/avx512bf16intrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/avx512vlbf16intrin.h
     - copied unchanged from r353358, head/contrib/llvm/tools/clang/lib/Headers/avx512vlbf16intrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/avx512vlvp2intersectintrin.h
     - copied unchanged from r353358, head/contrib/llvm/tools/clang/lib/Headers/avx512vlvp2intersectintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/avx512vp2intersectintrin.h
     - copied unchanged from r353358, head/contrib/llvm/tools/clang/lib/Headers/avx512vp2intersectintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/enqcmdintrin.h
     - copied unchanged from r353358, head/contrib/llvm/tools/clang/lib/Headers/enqcmdintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/opencl-c-base.h
     - copied unchanged from r353358, head/contrib/llvm/tools/clang/lib/Headers/opencl-c-base.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/openmp_wrappers/
     - copied from r353358, head/contrib/llvm/tools/clang/lib/Headers/openmp_wrappers/
  stable/12/contrib/llvm/tools/clang/lib/Headers/ppc_wrappers/
     - copied from r353358, head/contrib/llvm/tools/clang/lib/Headers/ppc_wrappers/
  stable/12/contrib/llvm/tools/clang/lib/Index/FileIndexRecord.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/clang/lib/Index/FileIndexRecord.cpp
  stable/12/contrib/llvm/tools/clang/lib/Index/FileIndexRecord.h
     - copied unchanged from r353358, head/contrib/llvm/tools/clang/lib/Index/FileIndexRecord.h
  stable/12/contrib/llvm/tools/clang/lib/Lex/DependencyDirectivesSourceMinimizer.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/clang/lib/Lex/DependencyDirectivesSourceMinimizer.cpp
  stable/12/contrib/llvm/tools/clang/lib/Sema/OpenCLBuiltins.td
     - copied unchanged from r353358, head/contrib/llvm/tools/clang/lib/Sema/OpenCLBuiltins.td
  stable/12/contrib/llvm/tools/clang/lib/Sema/SemaModule.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/clang/lib/Sema/SemaModule.cpp
  stable/12/contrib/llvm/tools/clang/lib/Serialization/InMemoryModuleCache.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/clang/lib/Serialization/InMemoryModuleCache.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CastValueChecker.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CastValueChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MIGChecker.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MIGChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/Move.h
     - copied unchanged from r353358, head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/Move.h
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/OSObjectCStyleCast.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/OSObjectCStyleCast.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/PointerIterationChecker.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/PointerIterationChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/PointerSortingChecker.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/PointerSortingChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ReturnValueChecker.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ReturnValueChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/SmartPtrModeling.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/SmartPtrModeling.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/Taint.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/Taint.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/Taint.h
     - copied unchanged from r353358, head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/Taint.h
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/SMTConstraintManager.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/SMTConstraintManager.cpp
  stable/12/contrib/llvm/tools/clang/lib/Tooling/DependencyScanning/
     - copied from r353358, head/contrib/llvm/tools/clang/lib/Tooling/DependencyScanning/
  stable/12/contrib/llvm/tools/clang/lib/Tooling/GuessTargetAndModeCompilationDatabase.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/clang/lib/Tooling/GuessTargetAndModeCompilationDatabase.cpp
  stable/12/contrib/llvm/tools/clang/lib/Tooling/Refactoring/RangeSelector.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/clang/lib/Tooling/Refactoring/RangeSelector.cpp
  stable/12/contrib/llvm/tools/clang/lib/Tooling/Refactoring/SourceCode.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/clang/lib/Tooling/Refactoring/SourceCode.cpp
  stable/12/contrib/llvm/tools/clang/lib/Tooling/Refactoring/Stencil.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/clang/lib/Tooling/Refactoring/Stencil.cpp
  stable/12/contrib/llvm/tools/clang/lib/Tooling/Refactoring/Transformer.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/clang/lib/Tooling/Refactoring/Transformer.cpp
  stable/12/contrib/llvm/tools/clang/lib/Tooling/Syntax/
     - copied from r353358, head/contrib/llvm/tools/clang/lib/Tooling/Syntax/
  stable/12/contrib/llvm/tools/clang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/clang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp
  stable/12/contrib/llvm/tools/lld/COFF/DebugTypes.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/lld/COFF/DebugTypes.cpp
  stable/12/contrib/llvm/tools/lld/COFF/DebugTypes.h
     - copied unchanged from r353358, head/contrib/llvm/tools/lld/COFF/DebugTypes.h
  stable/12/contrib/llvm/tools/lld/COFF/TypeMerger.h
     - copied unchanged from r353358, head/contrib/llvm/tools/lld/COFF/TypeMerger.h
  stable/12/contrib/llvm/tools/lld/Common/Filesystem.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/lld/Common/Filesystem.cpp
  stable/12/contrib/llvm/tools/lld/docs/Partitions.rst
     - copied unchanged from r353358, head/contrib/llvm/tools/lld/docs/Partitions.rst
  stable/12/contrib/llvm/tools/lld/docs/partitions.dot
     - copied unchanged from r353358, head/contrib/llvm/tools/lld/docs/partitions.dot
  stable/12/contrib/llvm/tools/lld/docs/partitions.svg
     - copied unchanged from r353358, head/contrib/llvm/tools/lld/docs/partitions.svg
  stable/12/contrib/llvm/tools/lld/include/lld/Common/Filesystem.h
     - copied unchanged from r353358, head/contrib/llvm/tools/lld/include/lld/Common/Filesystem.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBReproducer.h
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/include/lldb/API/SBReproducer.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointPrecondition.h
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointPrecondition.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Expression/DynamicCheckerFunctions.h
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/include/lldb/Expression/DynamicCheckerFunctions.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/FileAction.h
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/include/lldb/Host/FileAction.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/ProcessLaunchInfo.h
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/include/lldb/Host/ProcessLaunchInfo.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Symbol/CxxModuleHandler.h
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/include/lldb/Symbol/CxxModuleHandler.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Symbol/LocateSymbolFile.h
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/include/lldb/Symbol/LocateSymbolFile.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Symbol/PostfixExpression.h
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/include/lldb/Symbol/PostfixExpression.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Symbol/SourceModule.h
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/include/lldb/Symbol/SourceModule.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/RemoteAwarePlatform.h
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/include/lldb/Target/RemoteAwarePlatform.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/FileCollector.h
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/include/lldb/Utility/FileCollector.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/ProcessInfo.h
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/include/lldb/Utility/ProcessInfo.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/RangeMap.h
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/include/lldb/Utility/RangeMap.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/UserIDResolver.h
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/include/lldb/Utility/UserIDResolver.h
  stable/12/contrib/llvm/tools/lldb/source/API/SBReproducer.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/source/API/SBReproducer.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBReproducerPrivate.h
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/source/API/SBReproducerPrivate.h
  stable/12/contrib/llvm/tools/lldb/source/API/Utils.h
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/source/API/Utils.h
  stable/12/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointPrecondition.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointPrecondition.cpp
  stable/12/contrib/llvm/tools/lldb/source/Commands/Options.td
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/source/Commands/Options.td
  stable/12/contrib/llvm/tools/lldb/source/Commands/OptionsBase.td
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/source/Commands/OptionsBase.td
  stable/12/contrib/llvm/tools/lldb/source/Host/common/FileAction.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/source/Host/common/FileAction.cpp
  stable/12/contrib/llvm/tools/lldb/source/Host/common/ProcessLaunchInfo.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/source/Host/common/ProcessLaunchInfo.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ABI/Windows-x86_64/
     - copied from r353358, head/contrib/llvm/tools/lldb/source/Plugins/ABI/Windows-x86_64/
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.h
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.h
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/IRDynamicChecks.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/IRDynamicChecks.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/IRDynamicChecks.h
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/IRDynamicChecks.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ModuleDependencyCollector.h
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ModuleDependencyCollector.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.h
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.h
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/Breakpad/BreakpadRecords.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/Breakpad/BreakpadRecords.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/Breakpad/BreakpadRecords.h
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/Breakpad/BreakpadRecords.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/NativeProcessELF.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/NativeProcessELF.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/NativeProcessELF.h
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/NativeProcessELF.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/AuxVector.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/AuxVector.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/AuxVector.h
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/AuxVector.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.h
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFTypeUnit.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFTypeUnit.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFTypeUnit.h
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFTypeUnit.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.h
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbFPOProgramToDWARFExpression.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbFPOProgramToDWARFExpression.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbFPOProgramToDWARFExpression.h
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbFPOProgramToDWARFExpression.h
  stable/12/contrib/llvm/tools/lldb/source/Symbol/CxxModuleHandler.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/source/Symbol/CxxModuleHandler.cpp
  stable/12/contrib/llvm/tools/lldb/source/Symbol/DeclVendor.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/source/Symbol/DeclVendor.cpp
  stable/12/contrib/llvm/tools/lldb/source/Symbol/LocateSymbolFile.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/source/Symbol/LocateSymbolFile.cpp
  stable/12/contrib/llvm/tools/lldb/source/Symbol/LocateSymbolFileMacOSX.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/source/Symbol/LocateSymbolFileMacOSX.cpp
  stable/12/contrib/llvm/tools/lldb/source/Symbol/PostfixExpression.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/source/Symbol/PostfixExpression.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/RemoteAwarePlatform.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/source/Target/RemoteAwarePlatform.cpp
  stable/12/contrib/llvm/tools/lldb/source/Utility/FileCollector.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/source/Utility/FileCollector.cpp
  stable/12/contrib/llvm/tools/lldb/source/Utility/ProcessInfo.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/source/Utility/ProcessInfo.cpp
  stable/12/contrib/llvm/tools/lldb/source/Utility/ReproducerInstrumentation.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/source/Utility/ReproducerInstrumentation.cpp
  stable/12/contrib/llvm/tools/lldb/source/Utility/UserIDResolver.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/lldb/source/Utility/UserIDResolver.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-instr/
     - copied from r353358, head/contrib/llvm/tools/lldb/tools/lldb-instr/
  stable/12/contrib/llvm/tools/lldb/utils/
     - copied from r353358, head/contrib/llvm/tools/lldb/utils/
  stable/12/contrib/llvm/tools/llvm-mca/Views/BottleneckAnalysis.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/llvm-mca/Views/BottleneckAnalysis.cpp
  stable/12/contrib/llvm/tools/llvm-mca/Views/BottleneckAnalysis.h
     - copied unchanged from r353358, head/contrib/llvm/tools/llvm-mca/Views/BottleneckAnalysis.h
  stable/12/contrib/llvm/tools/llvm-objcopy/MachO/
     - copied from r353358, head/contrib/llvm/tools/llvm-objcopy/MachO/
  stable/12/contrib/llvm/tools/llvm-pdbutil/TypeReferenceTracker.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/llvm-pdbutil/TypeReferenceTracker.cpp
  stable/12/contrib/llvm/tools/llvm-pdbutil/TypeReferenceTracker.h
     - copied unchanged from r353358, head/contrib/llvm/tools/llvm-pdbutil/TypeReferenceTracker.h
  stable/12/contrib/llvm/tools/llvm-readobj/XCOFFDumper.cpp
     - copied unchanged from r353358, head/contrib/llvm/tools/llvm-readobj/XCOFFDumper.cpp
  stable/12/contrib/openmp/FREEBSD-Xlist
     - copied unchanged from r353358, head/contrib/openmp/FREEBSD-Xlist
  stable/12/contrib/openmp/runtime/src/include/omp-tools.h.var
     - copied unchanged from r353358, head/contrib/openmp/runtime/src/include/omp-tools.h.var
  stable/12/contrib/openmp/runtime/src/include/omp.h.var
     - copied unchanged from r353358, head/contrib/openmp/runtime/src/include/omp.h.var
  stable/12/contrib/openmp/runtime/src/include/omp_lib.f.var
     - copied unchanged from r353358, head/contrib/openmp/runtime/src/include/omp_lib.f.var
  stable/12/contrib/openmp/runtime/src/include/omp_lib.f90.var
     - copied unchanged from r353358, head/contrib/openmp/runtime/src/include/omp_lib.f90.var
  stable/12/contrib/openmp/runtime/src/include/omp_lib.h.var
     - copied unchanged from r353358, head/contrib/openmp/runtime/src/include/omp_lib.h.var
  stable/12/lib/clang/include/VCSVersion.inc
     - copied, changed from r353358, head/lib/clang/include/VCSVersion.inc
  stable/12/lib/libclang_rt/cfi/
     - copied from r353358, head/lib/libclang_rt/cfi/
  stable/12/lib/libclang_rt/cfi_diag/
     - copied from r353358, head/lib/libclang_rt/cfi_diag/
  stable/12/lib/libclang_rt/dd/
     - copied from r353358, head/lib/libclang_rt/dd/
  stable/12/lib/libclang_rt/xray/
     - copied from r353358, head/lib/libclang_rt/xray/
  stable/12/lib/libclang_rt/xray-basic/
     - copied from r353358, head/lib/libclang_rt/xray-basic/
  stable/12/lib/libclang_rt/xray-fdr/
     - copied from r353358, head/lib/libclang_rt/xray-fdr/
  stable/12/lib/libclang_rt/xray-profiling/
     - copied from r353358, head/lib/libclang_rt/xray-profiling/
  stable/12/lib/libgcc_s/Symbol.map
     - copied, changed from r354347, head/lib/libgcc_s/Symbol.map
  stable/12/lib/libgcc_s/SymbolDefault.map
     - copied unchanged from r355803, head/lib/libgcc_s/SymbolDefault.map
  stable/12/lib/libgcc_s/Versions.def
     - copied unchanged from r354347, head/lib/libgcc_s/Versions.def
  stable/12/lib/libgcc_s/arm/
     - copied from r354347, head/lib/libgcc_s/arm/
  stable/12/usr.bin/clang/lldb-tblgen/
     - copied from r353358, head/usr.bin/clang/lldb-tblgen/
Replaced:
  stable/12/contrib/llvm/include/llvm/TextAPI/MachO/
     - copied from r353358, head/contrib/llvm/include/llvm/TextAPI/MachO/
  stable/12/contrib/llvm/lib/TextAPI/MachO/
     - copied from r353358, head/contrib/llvm/lib/TextAPI/MachO/
Deleted:
  stable/12/contrib/compiler-rt/include/sanitizer/esan_interface.h
  stable/12/contrib/compiler-rt/lib/builtins/armv6m/
  stable/12/contrib/compiler-rt/lib/cfi/cfi.cc
  stable/12/contrib/compiler-rt/lib/esan/
  stable/12/contrib/compiler-rt/lib/fuzzer/FuzzerShmem.h
  stable/12/contrib/compiler-rt/lib/fuzzer/FuzzerShmemFuchsia.cpp
  stable/12/contrib/compiler-rt/lib/fuzzer/FuzzerShmemPosix.cpp
  stable/12/contrib/compiler-rt/lib/fuzzer/FuzzerShmemWindows.cpp
  stable/12/contrib/compiler-rt/lib/hwasan/hwasan.cc
  stable/12/contrib/compiler-rt/lib/hwasan/hwasan_allocator.cc
  stable/12/contrib/compiler-rt/lib/hwasan/hwasan_dynamic_shadow.cc
  stable/12/contrib/compiler-rt/lib/hwasan/hwasan_interceptors.cc
  stable/12/contrib/compiler-rt/lib/hwasan/hwasan_linux.cc
  stable/12/contrib/compiler-rt/lib/hwasan/hwasan_memintrinsics.cc
  stable/12/contrib/compiler-rt/lib/hwasan/hwasan_new_delete.cc
  stable/12/contrib/compiler-rt/lib/hwasan/hwasan_poisoning.cc
  stable/12/contrib/compiler-rt/lib/hwasan/hwasan_report.cc
  stable/12/contrib/compiler-rt/lib/hwasan/hwasan_thread.cc
  stable/12/contrib/compiler-rt/lib/hwasan/hwasan_thread_list.cc
  stable/12/contrib/compiler-rt/lib/sancov/
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sancov_begin.S
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sancov_end.S
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_linux_mips64.S
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_linux_x86_64.S
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_libdispatch_mac.cc
  stable/12/contrib/libc++/include/experimental/any
  stable/12/contrib/libc++/include/experimental/chrono
  stable/12/contrib/libc++/include/experimental/numeric
  stable/12/contrib/libc++/include/experimental/optional
  stable/12/contrib/libc++/include/experimental/ratio
  stable/12/contrib/libc++/include/experimental/string_view
  stable/12/contrib/libc++/include/experimental/system_error
  stable/12/contrib/libc++/include/experimental/tuple
  stable/12/contrib/llvm/include/llvm-c/OptRemarks.h
  stable/12/contrib/llvm/include/llvm/BinaryFormat/MsgPackTypes.h
  stable/12/contrib/llvm/include/llvm/BinaryFormat/WasmRelocs/
  stable/12/contrib/llvm/include/llvm/Bitcode/BitCodes.h
  stable/12/contrib/llvm/include/llvm/Bitcode/BitstreamReader.h
  stable/12/contrib/llvm/include/llvm/Bitcode/BitstreamWriter.h
  stable/12/contrib/llvm/include/llvm/Demangle/Compiler.h
  stable/12/contrib/llvm/include/llvm/IR/DomTreeUpdater.h
  stable/12/contrib/llvm/include/llvm/MC/MCAnalysis/
  stable/12/contrib/llvm/include/llvm/Object/RelocVisitor.h
  stable/12/contrib/llvm/lib/Analysis/IteratedDominanceFrontier.cpp
  stable/12/contrib/llvm/lib/BinaryFormat/MsgPackTypes.cpp
  stable/12/contrib/llvm/lib/Bitcode/Reader/BitstreamReader.cpp
  stable/12/contrib/llvm/lib/CodeGen/ExpandISelPseudos.cpp
  stable/12/contrib/llvm/lib/CodeGen/MIRParser/MIParser.h
  stable/12/contrib/llvm/lib/ExecutionEngine/JIT/
  stable/12/contrib/llvm/lib/IR/DomTreeUpdater.cpp
  stable/12/contrib/llvm/lib/MC/MCAnalysis/
  stable/12/contrib/llvm/lib/OptRemarks/
  stable/12/contrib/llvm/lib/Target/AArch64/InstPrinter/
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUIntrinsicInfo.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUIntrinsicInfo.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPURegAsmNames.inc.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/InstPrinter/
  stable/12/contrib/llvm/lib/Target/AMDGPU/SIDebuggerInsertNops.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/SIFixWWMLiveness.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/SIIntrinsics.td
  stable/12/contrib/llvm/lib/Target/ARC/InstPrinter/
  stable/12/contrib/llvm/lib/Target/ARM/ARMComputeBlockSize.cpp
  stable/12/contrib/llvm/lib/Target/ARM/ARMScheduleM3.td
  stable/12/contrib/llvm/lib/Target/ARM/InstPrinter/
  stable/12/contrib/llvm/lib/Target/ARM/LICENSE.TXT
  stable/12/contrib/llvm/lib/Target/AVR/InstPrinter/
  stable/12/contrib/llvm/lib/Target/BPF/InstPrinter/
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonDepDecoders.h
  stable/12/contrib/llvm/lib/Target/Lanai/InstPrinter/
  stable/12/contrib/llvm/lib/Target/MSP430/InstPrinter/
  stable/12/contrib/llvm/lib/Target/Mips/InstPrinter/
  stable/12/contrib/llvm/lib/Target/NVPTX/InstPrinter/
  stable/12/contrib/llvm/lib/Target/Nios2/
  stable/12/contrib/llvm/lib/Target/PowerPC/InstPrinter/
  stable/12/contrib/llvm/lib/Target/RISCV/InstPrinter/
  stable/12/contrib/llvm/lib/Target/Sparc/InstPrinter/
  stable/12/contrib/llvm/lib/Target/SystemZ/InstPrinter/
  stable/12/contrib/llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyEHRestoreStackPointer.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyInstrExceptRef.td
  stable/12/contrib/llvm/lib/Target/X86/AsmParser/X86AsmInstrumentation.cpp
  stable/12/contrib/llvm/lib/Target/X86/AsmParser/X86AsmInstrumentation.h
  stable/12/contrib/llvm/lib/Target/X86/InstPrinter/
  stable/12/contrib/llvm/lib/Target/X86/ShadowCallStack.cpp
  stable/12/contrib/llvm/lib/Target/XCore/InstPrinter/
  stable/12/contrib/llvm/lib/Transforms/Instrumentation/EfficiencySanitizer.cpp
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/MemoryBufferCache.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTExpr.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTSolver.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTSort.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/TaintManager.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/TaintTag.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/RetainSummaryManager.h
  stable/12/contrib/llvm/tools/clang/lib/Basic/MemoryBufferCache.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/RetainSummaryManager.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/TaintManager.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/Z3ConstraintManager.cpp
  stable/12/contrib/llvm/tools/lld/ELF/Bits.h
  stable/12/contrib/llvm/tools/lld/ELF/Filesystem.cpp
  stable/12/contrib/llvm/tools/lld/ELF/Filesystem.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBInitializerOptions.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/RangeMap.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Expression/IRDynamicChecks.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/Symbols.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/CPPLanguageRuntime.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/FileAction.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/ObjCLanguageRuntime.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/ProcessInfo.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/ProcessLaunchInfo.h
  stable/12/contrib/llvm/tools/lldb/source/API/SBInitializerOptions.cpp
  stable/12/contrib/llvm/tools/lldb/source/Expression/ExpressionSourceCode.cpp
  stable/12/contrib/llvm/tools/lldb/source/Expression/IRDynamicChecks.cpp
  stable/12/contrib/llvm/tools/lldb/source/Host/common/Symbols.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/AuxVector.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/AuxVector.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Go/
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/Go/
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/Java/
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/OCaml/
  stable/12/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/Go/
  stable/12/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/Java/
  stable/12/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Go/
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIECollection.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIECollection.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacinfo.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacinfo.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacinfoEntry.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacinfoEntry.h
  stable/12/contrib/llvm/tools/lldb/source/Target/CPPLanguageRuntime.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/FileAction.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/ObjCLanguageRuntime.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/ProcessInfo.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/ProcessLaunchInfo.cpp
  stable/12/contrib/llvm/tools/llvm-mca/include/
  stable/12/contrib/llvm/tools/llvm-mca/lib/
  stable/12/contrib/openmp/runtime/src/include/30/
  stable/12/contrib/openmp/runtime/src/include/40/
  stable/12/contrib/openmp/runtime/src/include/45/
  stable/12/contrib/openmp/runtime/src/include/50/
  stable/12/lib/libc++fs/
  stable/12/lib/libgcc_s/Version.map
Modified:
  stable/12/Makefile.inc1
  stable/12/ObsoleteFiles.inc
  stable/12/UPDATING
  stable/12/contrib/compiler-rt/LICENSE.TXT
  stable/12/contrib/compiler-rt/include/sanitizer/allocator_interface.h
  stable/12/contrib/compiler-rt/include/sanitizer/asan_interface.h
  stable/12/contrib/compiler-rt/include/sanitizer/common_interface_defs.h
  stable/12/contrib/compiler-rt/include/sanitizer/coverage_interface.h
  stable/12/contrib/compiler-rt/include/sanitizer/dfsan_interface.h
  stable/12/contrib/compiler-rt/include/sanitizer/hwasan_interface.h
  stable/12/contrib/compiler-rt/include/sanitizer/linux_syscall_hooks.h
  stable/12/contrib/compiler-rt/include/sanitizer/lsan_interface.h
  stable/12/contrib/compiler-rt/include/sanitizer/msan_interface.h
  stable/12/contrib/compiler-rt/include/sanitizer/netbsd_syscall_hooks.h
  stable/12/contrib/compiler-rt/include/sanitizer/scudo_interface.h
  stable/12/contrib/compiler-rt/include/sanitizer/tsan_interface.h
  stable/12/contrib/compiler-rt/include/sanitizer/tsan_interface_atomic.h
  stable/12/contrib/compiler-rt/include/xray/xray_interface.h
  stable/12/contrib/compiler-rt/include/xray/xray_log_interface.h
  stable/12/contrib/compiler-rt/include/xray/xray_records.h
  stable/12/contrib/compiler-rt/lib/asan/asan_activation.cc
  stable/12/contrib/compiler-rt/lib/asan/asan_activation.h
  stable/12/contrib/compiler-rt/lib/asan/asan_activation_flags.inc
  stable/12/contrib/compiler-rt/lib/asan/asan_allocator.cc
  stable/12/contrib/compiler-rt/lib/asan/asan_allocator.h
  stable/12/contrib/compiler-rt/lib/asan/asan_debugging.cc
  stable/12/contrib/compiler-rt/lib/asan/asan_descriptions.cc
  stable/12/contrib/compiler-rt/lib/asan/asan_descriptions.h
  stable/12/contrib/compiler-rt/lib/asan/asan_errors.cc
  stable/12/contrib/compiler-rt/lib/asan/asan_errors.h
  stable/12/contrib/compiler-rt/lib/asan/asan_fake_stack.cc
  stable/12/contrib/compiler-rt/lib/asan/asan_fake_stack.h
  stable/12/contrib/compiler-rt/lib/asan/asan_flags.cc
  stable/12/contrib/compiler-rt/lib/asan/asan_flags.h
  stable/12/contrib/compiler-rt/lib/asan/asan_flags.inc
  stable/12/contrib/compiler-rt/lib/asan/asan_fuchsia.cc
  stable/12/contrib/compiler-rt/lib/asan/asan_globals.cc
  stable/12/contrib/compiler-rt/lib/asan/asan_globals_win.cc
  stable/12/contrib/compiler-rt/lib/asan/asan_init_version.h
  stable/12/contrib/compiler-rt/lib/asan/asan_interceptors.cc
  stable/12/contrib/compiler-rt/lib/asan/asan_interceptors.h
  stable/12/contrib/compiler-rt/lib/asan/asan_interceptors_memintrinsics.cc
  stable/12/contrib/compiler-rt/lib/asan/asan_interceptors_memintrinsics.h
  stable/12/contrib/compiler-rt/lib/asan/asan_interface.inc
  stable/12/contrib/compiler-rt/lib/asan/asan_interface_internal.h
  stable/12/contrib/compiler-rt/lib/asan/asan_internal.h
  stable/12/contrib/compiler-rt/lib/asan/asan_linux.cc
  stable/12/contrib/compiler-rt/lib/asan/asan_mac.cc
  stable/12/contrib/compiler-rt/lib/asan/asan_malloc_linux.cc
  stable/12/contrib/compiler-rt/lib/asan/asan_malloc_local.h
  stable/12/contrib/compiler-rt/lib/asan/asan_malloc_mac.cc
  stable/12/contrib/compiler-rt/lib/asan/asan_malloc_win.cc
  stable/12/contrib/compiler-rt/lib/asan/asan_mapping.h
  stable/12/contrib/compiler-rt/lib/asan/asan_mapping_myriad.h
  stable/12/contrib/compiler-rt/lib/asan/asan_memory_profile.cc
  stable/12/contrib/compiler-rt/lib/asan/asan_new_delete.cc
  stable/12/contrib/compiler-rt/lib/asan/asan_poisoning.cc
  stable/12/contrib/compiler-rt/lib/asan/asan_poisoning.h
  stable/12/contrib/compiler-rt/lib/asan/asan_posix.cc
  stable/12/contrib/compiler-rt/lib/asan/asan_preinit.cc
  stable/12/contrib/compiler-rt/lib/asan/asan_premap_shadow.cc
  stable/12/contrib/compiler-rt/lib/asan/asan_premap_shadow.h
  stable/12/contrib/compiler-rt/lib/asan/asan_report.cc
  stable/12/contrib/compiler-rt/lib/asan/asan_report.h
  stable/12/contrib/compiler-rt/lib/asan/asan_rtems.cc
  stable/12/contrib/compiler-rt/lib/asan/asan_rtl.cc
  stable/12/contrib/compiler-rt/lib/asan/asan_scariness_score.h
  stable/12/contrib/compiler-rt/lib/asan/asan_shadow_setup.cc
  stable/12/contrib/compiler-rt/lib/asan/asan_stack.cc
  stable/12/contrib/compiler-rt/lib/asan/asan_stack.h
  stable/12/contrib/compiler-rt/lib/asan/asan_stats.cc
  stable/12/contrib/compiler-rt/lib/asan/asan_stats.h
  stable/12/contrib/compiler-rt/lib/asan/asan_suppressions.cc
  stable/12/contrib/compiler-rt/lib/asan/asan_suppressions.h
  stable/12/contrib/compiler-rt/lib/asan/asan_thread.cc
  stable/12/contrib/compiler-rt/lib/asan/asan_thread.h
  stable/12/contrib/compiler-rt/lib/asan/asan_win.cc
  stable/12/contrib/compiler-rt/lib/asan/asan_win_dll_thunk.cc
  stable/12/contrib/compiler-rt/lib/asan/asan_win_dynamic_runtime_thunk.cc
  stable/12/contrib/compiler-rt/lib/asan/asan_win_weak_interception.cc
  stable/12/contrib/compiler-rt/lib/builtins/aarch64/chkstk.S
  stable/12/contrib/compiler-rt/lib/builtins/absvdi2.c
  stable/12/contrib/compiler-rt/lib/builtins/absvsi2.c
  stable/12/contrib/compiler-rt/lib/builtins/absvti2.c
  stable/12/contrib/compiler-rt/lib/builtins/adddf3.c
  stable/12/contrib/compiler-rt/lib/builtins/addsf3.c
  stable/12/contrib/compiler-rt/lib/builtins/addtf3.c
  stable/12/contrib/compiler-rt/lib/builtins/addvdi3.c
  stable/12/contrib/compiler-rt/lib/builtins/addvsi3.c
  stable/12/contrib/compiler-rt/lib/builtins/addvti3.c
  stable/12/contrib/compiler-rt/lib/builtins/apple_versioning.c
  stable/12/contrib/compiler-rt/lib/builtins/arm/adddf3vfp.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/addsf3.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/addsf3vfp.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/aeabi_cdcmp.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/aeabi_cdcmpeq_check_nan.c
  stable/12/contrib/compiler-rt/lib/builtins/arm/aeabi_cfcmp.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/aeabi_cfcmpeq_check_nan.c
  stable/12/contrib/compiler-rt/lib/builtins/arm/aeabi_dcmp.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/aeabi_div0.c
  stable/12/contrib/compiler-rt/lib/builtins/arm/aeabi_drsub.c
  stable/12/contrib/compiler-rt/lib/builtins/arm/aeabi_fcmp.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/aeabi_frsub.c
  stable/12/contrib/compiler-rt/lib/builtins/arm/aeabi_idivmod.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/aeabi_ldivmod.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/aeabi_memcmp.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/aeabi_memcpy.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/aeabi_memmove.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/aeabi_memset.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/aeabi_uidivmod.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/aeabi_uldivmod.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/bswapdi2.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/bswapsi2.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/chkstk.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/clzdi2.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/clzsi2.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/comparesf2.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/divdf3vfp.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/divmodsi4.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/divsf3vfp.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/divsi3.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/eqdf2vfp.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/eqsf2vfp.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/extendsfdf2vfp.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/fixdfsivfp.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/fixsfsivfp.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/fixunsdfsivfp.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/fixunssfsivfp.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/floatsidfvfp.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/floatsisfvfp.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/floatunssidfvfp.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/floatunssisfvfp.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/gedf2vfp.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/gesf2vfp.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/gtdf2vfp.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/gtsf2vfp.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/ledf2vfp.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/lesf2vfp.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/ltdf2vfp.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/ltsf2vfp.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/modsi3.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/muldf3vfp.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/mulsf3vfp.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/nedf2vfp.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/negdf2vfp.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/negsf2vfp.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/nesf2vfp.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/restore_vfp_d8_d15_regs.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/save_vfp_d8_d15_regs.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/softfloat-alias.list
  stable/12/contrib/compiler-rt/lib/builtins/arm/subdf3vfp.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/subsf3vfp.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/switch16.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/switch32.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/switch8.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/switchu8.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/sync-ops.h
  stable/12/contrib/compiler-rt/lib/builtins/arm/sync_fetch_and_add_4.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/sync_fetch_and_add_8.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/sync_fetch_and_and_4.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/sync_fetch_and_and_8.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/sync_fetch_and_max_4.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/sync_fetch_and_max_8.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/sync_fetch_and_min_4.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/sync_fetch_and_min_8.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/sync_fetch_and_nand_4.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/sync_fetch_and_nand_8.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/sync_fetch_and_or_4.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/sync_fetch_and_or_8.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/sync_fetch_and_sub_4.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/sync_fetch_and_sub_8.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/sync_fetch_and_umax_4.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/sync_fetch_and_umax_8.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/sync_fetch_and_umin_4.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/sync_fetch_and_umin_8.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/sync_fetch_and_xor_4.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/sync_fetch_and_xor_8.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/sync_synchronize.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/truncdfsf2vfp.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/udivmodsi4.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/udivsi3.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/umodsi3.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/unorddf2vfp.S
  stable/12/contrib/compiler-rt/lib/builtins/arm/unordsf2vfp.S
  stable/12/contrib/compiler-rt/lib/builtins/ashldi3.c
  stable/12/contrib/compiler-rt/lib/builtins/ashlti3.c
  stable/12/contrib/compiler-rt/lib/builtins/ashrdi3.c
  stable/12/contrib/compiler-rt/lib/builtins/ashrti3.c
  stable/12/contrib/compiler-rt/lib/builtins/assembly.h
  stable/12/contrib/compiler-rt/lib/builtins/atomic.c
  stable/12/contrib/compiler-rt/lib/builtins/atomic_flag_clear.c
  stable/12/contrib/compiler-rt/lib/builtins/atomic_flag_clear_explicit.c
  stable/12/contrib/compiler-rt/lib/builtins/atomic_flag_test_and_set.c
  stable/12/contrib/compiler-rt/lib/builtins/atomic_flag_test_and_set_explicit.c
  stable/12/contrib/compiler-rt/lib/builtins/atomic_signal_fence.c
  stable/12/contrib/compiler-rt/lib/builtins/atomic_thread_fence.c
  stable/12/contrib/compiler-rt/lib/builtins/bswapdi2.c
  stable/12/contrib/compiler-rt/lib/builtins/bswapsi2.c
  stable/12/contrib/compiler-rt/lib/builtins/clear_cache.c
  stable/12/contrib/compiler-rt/lib/builtins/clzdi2.c
  stable/12/contrib/compiler-rt/lib/builtins/clzsi2.c
  stable/12/contrib/compiler-rt/lib/builtins/clzti2.c
  stable/12/contrib/compiler-rt/lib/builtins/cmpdi2.c
  stable/12/contrib/compiler-rt/lib/builtins/cmpti2.c
  stable/12/contrib/compiler-rt/lib/builtins/comparedf2.c
  stable/12/contrib/compiler-rt/lib/builtins/comparesf2.c
  stable/12/contrib/compiler-rt/lib/builtins/comparetf2.c
  stable/12/contrib/compiler-rt/lib/builtins/cpu_model.c
  stable/12/contrib/compiler-rt/lib/builtins/ctzdi2.c
  stable/12/contrib/compiler-rt/lib/builtins/ctzsi2.c
  stable/12/contrib/compiler-rt/lib/builtins/ctzti2.c
  stable/12/contrib/compiler-rt/lib/builtins/divdc3.c
  stable/12/contrib/compiler-rt/lib/builtins/divdf3.c
  stable/12/contrib/compiler-rt/lib/builtins/divdi3.c
  stable/12/contrib/compiler-rt/lib/builtins/divmoddi4.c
  stable/12/contrib/compiler-rt/lib/builtins/divmodsi4.c
  stable/12/contrib/compiler-rt/lib/builtins/divsc3.c
  stable/12/contrib/compiler-rt/lib/builtins/divsf3.c
  stable/12/contrib/compiler-rt/lib/builtins/divsi3.c
  stable/12/contrib/compiler-rt/lib/builtins/divtc3.c
  stable/12/contrib/compiler-rt/lib/builtins/divtf3.c
  stable/12/contrib/compiler-rt/lib/builtins/divti3.c
  stable/12/contrib/compiler-rt/lib/builtins/divxc3.c
  stable/12/contrib/compiler-rt/lib/builtins/emutls.c
  stable/12/contrib/compiler-rt/lib/builtins/enable_execute_stack.c
  stable/12/contrib/compiler-rt/lib/builtins/eprintf.c
  stable/12/contrib/compiler-rt/lib/builtins/extenddftf2.c
  stable/12/contrib/compiler-rt/lib/builtins/extendhfsf2.c
  stable/12/contrib/compiler-rt/lib/builtins/extendsfdf2.c
  stable/12/contrib/compiler-rt/lib/builtins/extendsftf2.c
  stable/12/contrib/compiler-rt/lib/builtins/ffsdi2.c
  stable/12/contrib/compiler-rt/lib/builtins/ffssi2.c
  stable/12/contrib/compiler-rt/lib/builtins/ffsti2.c
  stable/12/contrib/compiler-rt/lib/builtins/fixdfdi.c
  stable/12/contrib/compiler-rt/lib/builtins/fixdfsi.c
  stable/12/contrib/compiler-rt/lib/builtins/fixdfti.c
  stable/12/contrib/compiler-rt/lib/builtins/fixsfdi.c
  stable/12/contrib/compiler-rt/lib/builtins/fixsfsi.c
  stable/12/contrib/compiler-rt/lib/builtins/fixsfti.c
  stable/12/contrib/compiler-rt/lib/builtins/fixtfdi.c
  stable/12/contrib/compiler-rt/lib/builtins/fixtfsi.c
  stable/12/contrib/compiler-rt/lib/builtins/fixtfti.c
  stable/12/contrib/compiler-rt/lib/builtins/fixunsdfdi.c
  stable/12/contrib/compiler-rt/lib/builtins/fixunsdfsi.c
  stable/12/contrib/compiler-rt/lib/builtins/fixunsdfti.c
  stable/12/contrib/compiler-rt/lib/builtins/fixunssfdi.c
  stable/12/contrib/compiler-rt/lib/builtins/fixunssfsi.c
  stable/12/contrib/compiler-rt/lib/builtins/fixunssfti.c
  stable/12/contrib/compiler-rt/lib/builtins/fixunstfdi.c
  stable/12/contrib/compiler-rt/lib/builtins/fixunstfsi.c
  stable/12/contrib/compiler-rt/lib/builtins/fixunstfti.c
  stable/12/contrib/compiler-rt/lib/builtins/fixunsxfdi.c
  stable/12/contrib/compiler-rt/lib/builtins/fixunsxfsi.c
  stable/12/contrib/compiler-rt/lib/builtins/fixunsxfti.c
  stable/12/contrib/compiler-rt/lib/builtins/fixxfdi.c
  stable/12/contrib/compiler-rt/lib/builtins/fixxfti.c
  stable/12/contrib/compiler-rt/lib/builtins/floatdidf.c
  stable/12/contrib/compiler-rt/lib/builtins/floatdisf.c
  stable/12/contrib/compiler-rt/lib/builtins/floatditf.c
  stable/12/contrib/compiler-rt/lib/builtins/floatdixf.c
  stable/12/contrib/compiler-rt/lib/builtins/floatsidf.c
  stable/12/contrib/compiler-rt/lib/builtins/floatsisf.c
  stable/12/contrib/compiler-rt/lib/builtins/floatsitf.c
  stable/12/contrib/compiler-rt/lib/builtins/floattidf.c
  stable/12/contrib/compiler-rt/lib/builtins/floattisf.c
  stable/12/contrib/compiler-rt/lib/builtins/floattitf.c
  stable/12/contrib/compiler-rt/lib/builtins/floattixf.c
  stable/12/contrib/compiler-rt/lib/builtins/floatundidf.c
  stable/12/contrib/compiler-rt/lib/builtins/floatundisf.c
  stable/12/contrib/compiler-rt/lib/builtins/floatunditf.c
  stable/12/contrib/compiler-rt/lib/builtins/floatundixf.c
  stable/12/contrib/compiler-rt/lib/builtins/floatunsidf.c
  stable/12/contrib/compiler-rt/lib/builtins/floatunsisf.c
  stable/12/contrib/compiler-rt/lib/builtins/floatunsitf.c
  stable/12/contrib/compiler-rt/lib/builtins/floatuntidf.c
  stable/12/contrib/compiler-rt/lib/builtins/floatuntisf.c
  stable/12/contrib/compiler-rt/lib/builtins/floatuntitf.c
  stable/12/contrib/compiler-rt/lib/builtins/floatuntixf.c
  stable/12/contrib/compiler-rt/lib/builtins/fp_add_impl.inc
  stable/12/contrib/compiler-rt/lib/builtins/fp_extend.h
  stable/12/contrib/compiler-rt/lib/builtins/fp_extend_impl.inc
  stable/12/contrib/compiler-rt/lib/builtins/fp_fixint_impl.inc
  stable/12/contrib/compiler-rt/lib/builtins/fp_fixuint_impl.inc
  stable/12/contrib/compiler-rt/lib/builtins/fp_lib.h
  stable/12/contrib/compiler-rt/lib/builtins/fp_mul_impl.inc
  stable/12/contrib/compiler-rt/lib/builtins/fp_trunc.h
  stable/12/contrib/compiler-rt/lib/builtins/fp_trunc_impl.inc
  stable/12/contrib/compiler-rt/lib/builtins/gcc_personality_v0.c
  stable/12/contrib/compiler-rt/lib/builtins/hexagon/common_entry_exit_abi1.S
  stable/12/contrib/compiler-rt/lib/builtins/hexagon/common_entry_exit_abi2.S
  stable/12/contrib/compiler-rt/lib/builtins/hexagon/common_entry_exit_legacy.S
  stable/12/contrib/compiler-rt/lib/builtins/hexagon/dfaddsub.S
  stable/12/contrib/compiler-rt/lib/builtins/hexagon/dfdiv.S
  stable/12/contrib/compiler-rt/lib/builtins/hexagon/dffma.S
  stable/12/contrib/compiler-rt/lib/builtins/hexagon/dfminmax.S
  stable/12/contrib/compiler-rt/lib/builtins/hexagon/dfmul.S
  stable/12/contrib/compiler-rt/lib/builtins/hexagon/dfsqrt.S
  stable/12/contrib/compiler-rt/lib/builtins/hexagon/divdi3.S
  stable/12/contrib/compiler-rt/lib/builtins/hexagon/divsi3.S
  stable/12/contrib/compiler-rt/lib/builtins/hexagon/fabs_opt.S
  stable/12/contrib/compiler-rt/lib/builtins/hexagon/fastmath2_dlib_asm.S
  stable/12/contrib/compiler-rt/lib/builtins/hexagon/fastmath2_ldlib_asm.S
  stable/12/contrib/compiler-rt/lib/builtins/hexagon/fastmath_dlib_asm.S
  stable/12/contrib/compiler-rt/lib/builtins/hexagon/fma_opt.S
  stable/12/contrib/compiler-rt/lib/builtins/hexagon/fmax_opt.S
  stable/12/contrib/compiler-rt/lib/builtins/hexagon/fmin_opt.S
  stable/12/contrib/compiler-rt/lib/builtins/hexagon/memcpy_forward_vp4cp4n2.S
  stable/12/contrib/compiler-rt/lib/builtins/hexagon/memcpy_likely_aligned.S
  stable/12/contrib/compiler-rt/lib/builtins/hexagon/moddi3.S
  stable/12/contrib/compiler-rt/lib/builtins/hexagon/modsi3.S
  stable/12/contrib/compiler-rt/lib/builtins/hexagon/sfdiv_opt.S
  stable/12/contrib/compiler-rt/lib/builtins/hexagon/sfsqrt_opt.S
  stable/12/contrib/compiler-rt/lib/builtins/hexagon/udivdi3.S
  stable/12/contrib/compiler-rt/lib/builtins/hexagon/udivmoddi4.S
  stable/12/contrib/compiler-rt/lib/builtins/hexagon/udivmodsi4.S
  stable/12/contrib/compiler-rt/lib/builtins/hexagon/udivsi3.S
  stable/12/contrib/compiler-rt/lib/builtins/hexagon/umoddi3.S
  stable/12/contrib/compiler-rt/lib/builtins/hexagon/umodsi3.S
  stable/12/contrib/compiler-rt/lib/builtins/i386/ashldi3.S
  stable/12/contrib/compiler-rt/lib/builtins/i386/ashrdi3.S
  stable/12/contrib/compiler-rt/lib/builtins/i386/chkstk.S
  stable/12/contrib/compiler-rt/lib/builtins/i386/chkstk2.S
  stable/12/contrib/compiler-rt/lib/builtins/i386/divdi3.S
  stable/12/contrib/compiler-rt/lib/builtins/i386/floatdidf.S
  stable/12/contrib/compiler-rt/lib/builtins/i386/floatdisf.S
  stable/12/contrib/compiler-rt/lib/builtins/i386/floatdixf.S
  stable/12/contrib/compiler-rt/lib/builtins/i386/floatundidf.S
  stable/12/contrib/compiler-rt/lib/builtins/i386/floatundisf.S
  stable/12/contrib/compiler-rt/lib/builtins/i386/floatundixf.S
  stable/12/contrib/compiler-rt/lib/builtins/i386/lshrdi3.S
  stable/12/contrib/compiler-rt/lib/builtins/i386/moddi3.S
  stable/12/contrib/compiler-rt/lib/builtins/i386/muldi3.S
  stable/12/contrib/compiler-rt/lib/builtins/i386/udivdi3.S
  stable/12/contrib/compiler-rt/lib/builtins/i386/umoddi3.S
  stable/12/contrib/compiler-rt/lib/builtins/int_endianness.h
  stable/12/contrib/compiler-rt/lib/builtins/int_lib.h
  stable/12/contrib/compiler-rt/lib/builtins/int_math.h
  stable/12/contrib/compiler-rt/lib/builtins/int_types.h
  stable/12/contrib/compiler-rt/lib/builtins/int_util.c
  stable/12/contrib/compiler-rt/lib/builtins/int_util.h
  stable/12/contrib/compiler-rt/lib/builtins/lshrdi3.c
  stable/12/contrib/compiler-rt/lib/builtins/lshrti3.c
  stable/12/contrib/compiler-rt/lib/builtins/mingw_fixfloat.c
  stable/12/contrib/compiler-rt/lib/builtins/moddi3.c
  stable/12/contrib/compiler-rt/lib/builtins/modsi3.c
  stable/12/contrib/compiler-rt/lib/builtins/modti3.c
  stable/12/contrib/compiler-rt/lib/builtins/muldc3.c
  stable/12/contrib/compiler-rt/lib/builtins/muldf3.c
  stable/12/contrib/compiler-rt/lib/builtins/muldi3.c
  stable/12/contrib/compiler-rt/lib/builtins/mulodi4.c
  stable/12/contrib/compiler-rt/lib/builtins/mulosi4.c
  stable/12/contrib/compiler-rt/lib/builtins/muloti4.c
  stable/12/contrib/compiler-rt/lib/builtins/mulsc3.c
  stable/12/contrib/compiler-rt/lib/builtins/mulsf3.c
  stable/12/contrib/compiler-rt/lib/builtins/multc3.c
  stable/12/contrib/compiler-rt/lib/builtins/multf3.c
  stable/12/contrib/compiler-rt/lib/builtins/multi3.c
  stable/12/contrib/compiler-rt/lib/builtins/mulvdi3.c
  stable/12/contrib/compiler-rt/lib/builtins/mulvsi3.c
  stable/12/contrib/compiler-rt/lib/builtins/mulvti3.c
  stable/12/contrib/compiler-rt/lib/builtins/mulxc3.c
  stable/12/contrib/compiler-rt/lib/builtins/negdf2.c
  stable/12/contrib/compiler-rt/lib/builtins/negdi2.c
  stable/12/contrib/compiler-rt/lib/builtins/negsf2.c
  stable/12/contrib/compiler-rt/lib/builtins/negti2.c
  stable/12/contrib/compiler-rt/lib/builtins/negvdi2.c
  stable/12/contrib/compiler-rt/lib/builtins/negvsi2.c
  stable/12/contrib/compiler-rt/lib/builtins/negvti2.c
  stable/12/contrib/compiler-rt/lib/builtins/os_version_check.c
  stable/12/contrib/compiler-rt/lib/builtins/paritydi2.c
  stable/12/contrib/compiler-rt/lib/builtins/paritysi2.c
  stable/12/contrib/compiler-rt/lib/builtins/parityti2.c
  stable/12/contrib/compiler-rt/lib/builtins/popcountdi2.c
  stable/12/contrib/compiler-rt/lib/builtins/popcountsi2.c
  stable/12/contrib/compiler-rt/lib/builtins/popcountti2.c
  stable/12/contrib/compiler-rt/lib/builtins/powidf2.c
  stable/12/contrib/compiler-rt/lib/builtins/powisf2.c
  stable/12/contrib/compiler-rt/lib/builtins/powitf2.c
  stable/12/contrib/compiler-rt/lib/builtins/powixf2.c
  stable/12/contrib/compiler-rt/lib/builtins/ppc/DD.h
  stable/12/contrib/compiler-rt/lib/builtins/ppc/divtc3.c
  stable/12/contrib/compiler-rt/lib/builtins/ppc/fixtfdi.c
  stable/12/contrib/compiler-rt/lib/builtins/ppc/fixunstfdi.c
  stable/12/contrib/compiler-rt/lib/builtins/ppc/fixunstfti.c
  stable/12/contrib/compiler-rt/lib/builtins/ppc/floatditf.c
  stable/12/contrib/compiler-rt/lib/builtins/ppc/floattitf.c
  stable/12/contrib/compiler-rt/lib/builtins/ppc/floatunditf.c
  stable/12/contrib/compiler-rt/lib/builtins/ppc/gcc_qadd.c
  stable/12/contrib/compiler-rt/lib/builtins/ppc/gcc_qdiv.c
  stable/12/contrib/compiler-rt/lib/builtins/ppc/gcc_qmul.c
  stable/12/contrib/compiler-rt/lib/builtins/ppc/gcc_qsub.c
  stable/12/contrib/compiler-rt/lib/builtins/ppc/multc3.c
  stable/12/contrib/compiler-rt/lib/builtins/ppc/restFP.S
  stable/12/contrib/compiler-rt/lib/builtins/ppc/saveFP.S
  stable/12/contrib/compiler-rt/lib/builtins/riscv/mulsi3.S
  stable/12/contrib/compiler-rt/lib/builtins/subdf3.c
  stable/12/contrib/compiler-rt/lib/builtins/subsf3.c
  stable/12/contrib/compiler-rt/lib/builtins/subtf3.c
  stable/12/contrib/compiler-rt/lib/builtins/subvdi3.c
  stable/12/contrib/compiler-rt/lib/builtins/subvsi3.c
  stable/12/contrib/compiler-rt/lib/builtins/subvti3.c
  stable/12/contrib/compiler-rt/lib/builtins/trampoline_setup.c
  stable/12/contrib/compiler-rt/lib/builtins/truncdfhf2.c
  stable/12/contrib/compiler-rt/lib/builtins/truncdfsf2.c
  stable/12/contrib/compiler-rt/lib/builtins/truncsfhf2.c
  stable/12/contrib/compiler-rt/lib/builtins/trunctfdf2.c
  stable/12/contrib/compiler-rt/lib/builtins/trunctfsf2.c
  stable/12/contrib/compiler-rt/lib/builtins/ucmpdi2.c
  stable/12/contrib/compiler-rt/lib/builtins/ucmpti2.c
  stable/12/contrib/compiler-rt/lib/builtins/udivdi3.c
  stable/12/contrib/compiler-rt/lib/builtins/udivmoddi4.c
  stable/12/contrib/compiler-rt/lib/builtins/udivmodsi4.c
  stable/12/contrib/compiler-rt/lib/builtins/udivmodti4.c
  stable/12/contrib/compiler-rt/lib/builtins/udivsi3.c
  stable/12/contrib/compiler-rt/lib/builtins/udivti3.c
  stable/12/contrib/compiler-rt/lib/builtins/umoddi3.c
  stable/12/contrib/compiler-rt/lib/builtins/umodsi3.c
  stable/12/contrib/compiler-rt/lib/builtins/umodti3.c
  stable/12/contrib/compiler-rt/lib/builtins/unwind-ehabi-helpers.h
  stable/12/contrib/compiler-rt/lib/builtins/x86_64/chkstk.S
  stable/12/contrib/compiler-rt/lib/builtins/x86_64/chkstk2.S
  stable/12/contrib/compiler-rt/lib/builtins/x86_64/floatdidf.c
  stable/12/contrib/compiler-rt/lib/builtins/x86_64/floatdisf.c
  stable/12/contrib/compiler-rt/lib/builtins/x86_64/floatdixf.c
  stable/12/contrib/compiler-rt/lib/builtins/x86_64/floatundidf.S
  stable/12/contrib/compiler-rt/lib/builtins/x86_64/floatundisf.S
  stable/12/contrib/compiler-rt/lib/builtins/x86_64/floatundixf.S
  stable/12/contrib/compiler-rt/lib/dfsan/dfsan.cc
  stable/12/contrib/compiler-rt/lib/dfsan/dfsan.h
  stable/12/contrib/compiler-rt/lib/dfsan/dfsan_custom.cc
  stable/12/contrib/compiler-rt/lib/dfsan/dfsan_flags.inc
  stable/12/contrib/compiler-rt/lib/dfsan/dfsan_interceptors.cc
  stable/12/contrib/compiler-rt/lib/dfsan/dfsan_platform.h
  stable/12/contrib/compiler-rt/lib/dfsan/done_abilist.txt
  stable/12/contrib/compiler-rt/lib/fuzzer/FuzzerBuiltins.h
  stable/12/contrib/compiler-rt/lib/fuzzer/FuzzerBuiltinsMsvc.h
  stable/12/contrib/compiler-rt/lib/fuzzer/FuzzerCommand.h
  stable/12/contrib/compiler-rt/lib/fuzzer/FuzzerCorpus.h
  stable/12/contrib/compiler-rt/lib/fuzzer/FuzzerCrossOver.cpp
  stable/12/contrib/compiler-rt/lib/fuzzer/FuzzerDataFlowTrace.cpp
  stable/12/contrib/compiler-rt/lib/fuzzer/FuzzerDataFlowTrace.h
  stable/12/contrib/compiler-rt/lib/fuzzer/FuzzerDefs.h
  stable/12/contrib/compiler-rt/lib/fuzzer/FuzzerDictionary.h
  stable/12/contrib/compiler-rt/lib/fuzzer/FuzzerDriver.cpp
  stable/12/contrib/compiler-rt/lib/fuzzer/FuzzerExtFunctions.def
  stable/12/contrib/compiler-rt/lib/fuzzer/FuzzerExtFunctions.h
  stable/12/contrib/compiler-rt/lib/fuzzer/FuzzerExtFunctionsDlsym.cpp
  stable/12/contrib/compiler-rt/lib/fuzzer/FuzzerExtFunctionsWeak.cpp
  stable/12/contrib/compiler-rt/lib/fuzzer/FuzzerExtFunctionsWindows.cpp
  stable/12/contrib/compiler-rt/lib/fuzzer/FuzzerExtraCounters.cpp
  stable/12/contrib/compiler-rt/lib/fuzzer/FuzzerFlags.def
  stable/12/contrib/compiler-rt/lib/fuzzer/FuzzerIO.cpp
  stable/12/contrib/compiler-rt/lib/fuzzer/FuzzerIO.h
  stable/12/contrib/compiler-rt/lib/fuzzer/FuzzerIOPosix.cpp
  stable/12/contrib/compiler-rt/lib/fuzzer/FuzzerIOWindows.cpp
  stable/12/contrib/compiler-rt/lib/fuzzer/FuzzerInterface.h
  stable/12/contrib/compiler-rt/lib/fuzzer/FuzzerInternal.h
  stable/12/contrib/compiler-rt/lib/fuzzer/FuzzerLoop.cpp
  stable/12/contrib/compiler-rt/lib/fuzzer/FuzzerMain.cpp
  stable/12/contrib/compiler-rt/lib/fuzzer/FuzzerMerge.cpp
  stable/12/contrib/compiler-rt/lib/fuzzer/FuzzerMerge.h
  stable/12/contrib/compiler-rt/lib/fuzzer/FuzzerMutate.cpp
  stable/12/contrib/compiler-rt/lib/fuzzer/FuzzerMutate.h
  stable/12/contrib/compiler-rt/lib/fuzzer/FuzzerOptions.h
  stable/12/contrib/compiler-rt/lib/fuzzer/FuzzerRandom.h
  stable/12/contrib/compiler-rt/lib/fuzzer/FuzzerSHA1.cpp
  stable/12/contrib/compiler-rt/lib/fuzzer/FuzzerSHA1.h
  stable/12/contrib/compiler-rt/lib/fuzzer/FuzzerTracePC.cpp
  stable/12/contrib/compiler-rt/lib/fuzzer/FuzzerTracePC.h
  stable/12/contrib/compiler-rt/lib/fuzzer/FuzzerUtil.cpp
  stable/12/contrib/compiler-rt/lib/fuzzer/FuzzerUtil.h
  stable/12/contrib/compiler-rt/lib/fuzzer/FuzzerUtilDarwin.cpp
  stable/12/contrib/compiler-rt/lib/fuzzer/FuzzerUtilFuchsia.cpp
  stable/12/contrib/compiler-rt/lib/fuzzer/FuzzerUtilLinux.cpp
  stable/12/contrib/compiler-rt/lib/fuzzer/FuzzerUtilPosix.cpp
  stable/12/contrib/compiler-rt/lib/fuzzer/FuzzerUtilWindows.cpp
  stable/12/contrib/compiler-rt/lib/fuzzer/FuzzerValueBitMap.h
  stable/12/contrib/compiler-rt/lib/hwasan/hwasan.h
  stable/12/contrib/compiler-rt/lib/hwasan/hwasan_allocator.h
  stable/12/contrib/compiler-rt/lib/hwasan/hwasan_checks.h
  stable/12/contrib/compiler-rt/lib/hwasan/hwasan_dynamic_shadow.h
  stable/12/contrib/compiler-rt/lib/hwasan/hwasan_flags.h
  stable/12/contrib/compiler-rt/lib/hwasan/hwasan_flags.inc
  stable/12/contrib/compiler-rt/lib/hwasan/hwasan_interface_internal.h
  stable/12/contrib/compiler-rt/lib/hwasan/hwasan_mapping.h
  stable/12/contrib/compiler-rt/lib/hwasan/hwasan_poisoning.h
  stable/12/contrib/compiler-rt/lib/hwasan/hwasan_report.h
  stable/12/contrib/compiler-rt/lib/hwasan/hwasan_thread.h
  stable/12/contrib/compiler-rt/lib/hwasan/hwasan_thread_list.h
  stable/12/contrib/compiler-rt/lib/interception/interception.h
  stable/12/contrib/compiler-rt/lib/interception/interception_linux.cc
  stable/12/contrib/compiler-rt/lib/interception/interception_linux.h
  stable/12/contrib/compiler-rt/lib/interception/interception_mac.cc
  stable/12/contrib/compiler-rt/lib/interception/interception_mac.h
  stable/12/contrib/compiler-rt/lib/interception/interception_type_test.cc
  stable/12/contrib/compiler-rt/lib/interception/interception_win.cc
  stable/12/contrib/compiler-rt/lib/interception/interception_win.h
  stable/12/contrib/compiler-rt/lib/lsan/lsan.cc
  stable/12/contrib/compiler-rt/lib/lsan/lsan.h
  stable/12/contrib/compiler-rt/lib/lsan/lsan_allocator.cc
  stable/12/contrib/compiler-rt/lib/lsan/lsan_allocator.h
  stable/12/contrib/compiler-rt/lib/lsan/lsan_common.cc
  stable/12/contrib/compiler-rt/lib/lsan/lsan_common.h
  stable/12/contrib/compiler-rt/lib/lsan/lsan_common_linux.cc
  stable/12/contrib/compiler-rt/lib/lsan/lsan_common_mac.cc
  stable/12/contrib/compiler-rt/lib/lsan/lsan_flags.inc
  stable/12/contrib/compiler-rt/lib/lsan/lsan_interceptors.cc
  stable/12/contrib/compiler-rt/lib/lsan/lsan_linux.cc
  stable/12/contrib/compiler-rt/lib/lsan/lsan_mac.cc
  stable/12/contrib/compiler-rt/lib/lsan/lsan_malloc_mac.cc
  stable/12/contrib/compiler-rt/lib/lsan/lsan_preinit.cc
  stable/12/contrib/compiler-rt/lib/lsan/lsan_thread.cc
  stable/12/contrib/compiler-rt/lib/lsan/lsan_thread.h
  stable/12/contrib/compiler-rt/lib/msan/msan.cc
  stable/12/contrib/compiler-rt/lib/msan/msan.h
  stable/12/contrib/compiler-rt/lib/msan/msan_allocator.cc
  stable/12/contrib/compiler-rt/lib/msan/msan_allocator.h
  stable/12/contrib/compiler-rt/lib/msan/msan_chained_origin_depot.cc
  stable/12/contrib/compiler-rt/lib/msan/msan_chained_origin_depot.h
  stable/12/contrib/compiler-rt/lib/msan/msan_flags.h
  stable/12/contrib/compiler-rt/lib/msan/msan_flags.inc
  stable/12/contrib/compiler-rt/lib/msan/msan_interceptors.cc
  stable/12/contrib/compiler-rt/lib/msan/msan_interface_internal.h
  stable/12/contrib/compiler-rt/lib/msan/msan_linux.cc
  stable/12/contrib/compiler-rt/lib/msan/msan_new_delete.cc
  stable/12/contrib/compiler-rt/lib/msan/msan_origin.h
  stable/12/contrib/compiler-rt/lib/msan/msan_poisoning.cc
  stable/12/contrib/compiler-rt/lib/msan/msan_poisoning.h
  stable/12/contrib/compiler-rt/lib/msan/msan_report.cc
  stable/12/contrib/compiler-rt/lib/msan/msan_report.h
  stable/12/contrib/compiler-rt/lib/msan/msan_thread.h
  stable/12/contrib/compiler-rt/lib/profile/GCDAProfiling.c
  stable/12/contrib/compiler-rt/lib/profile/InstrProfData.inc
  stable/12/contrib/compiler-rt/lib/profile/InstrProfiling.c
  stable/12/contrib/compiler-rt/lib/profile/InstrProfiling.h
  stable/12/contrib/compiler-rt/lib/profile/InstrProfilingBuffer.c
  stable/12/contrib/compiler-rt/lib/profile/InstrProfilingFile.c
  stable/12/contrib/compiler-rt/lib/profile/InstrProfilingInternal.h
  stable/12/contrib/compiler-rt/lib/profile/InstrProfilingMerge.c
  stable/12/contrib/compiler-rt/lib/profile/InstrProfilingMergeFile.c
  stable/12/contrib/compiler-rt/lib/profile/InstrProfilingNameVar.c
  stable/12/contrib/compiler-rt/lib/profile/InstrProfilingPlatformDarwin.c
  stable/12/contrib/compiler-rt/lib/profile/InstrProfilingPlatformFuchsia.c
  stable/12/contrib/compiler-rt/lib/profile/InstrProfilingPlatformLinux.c
  stable/12/contrib/compiler-rt/lib/profile/InstrProfilingPlatformOther.c
  stable/12/contrib/compiler-rt/lib/profile/InstrProfilingPort.h
  stable/12/contrib/compiler-rt/lib/profile/InstrProfilingRuntime.cc
  stable/12/contrib/compiler-rt/lib/profile/InstrProfilingUtil.c
  stable/12/contrib/compiler-rt/lib/profile/InstrProfilingUtil.h
  stable/12/contrib/compiler-rt/lib/profile/InstrProfilingValue.c
  stable/12/contrib/compiler-rt/lib/profile/InstrProfilingWriter.c
  stable/12/contrib/compiler-rt/lib/profile/WindowsMMap.h
  stable/12/contrib/compiler-rt/lib/safestack/safestack.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sancov_flags.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sancov_flags.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sancov_flags.inc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_addrhashmap.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator_bytemap.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator_checks.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator_checks.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator_combined.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator_interface.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator_internal.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator_local_cache.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary32.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary64.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator_report.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator_report.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator_secondary.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator_size_class_map.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator_stats.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_asm.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_atomic.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_atomic_clang.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_atomic_clang_mips.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_atomic_clang_other.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_atomic_clang_x86.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_atomic_msvc.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_bitvector.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_bvgraph.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors_format.inc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors_ioctl.inc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common_interface.inc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common_interface_posix.inc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common_libcdep.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common_nolibc.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common_syscalls.inc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_coverage_fuchsia.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_coverage_interface.inc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_coverage_libcdep_new.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_coverage_win_dll_thunk.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_coverage_win_dynamic_runtime_thunk.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_coverage_win_sections.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_coverage_win_weak_interception.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_dbghelp.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector1.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector2.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector_interface.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_errno.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_errno.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_errno_codes.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_file.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_file.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_flag_parser.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_flag_parser.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_flags.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_flags.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_flags.inc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_freebsd.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_fuchsia.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_fuchsia.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_getauxval.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_interceptors_ioctl_netbsd.inc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_interface_internal.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_lfstack.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_libc.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_libc.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_libignore.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_libignore.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_linux.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_linux.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_linux_s390.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_list.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_local_address_space_view.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_mac.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_mac_libcdep.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_malloc_mac.inc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_mutex.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_netbsd.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_openbsd.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_persistent_allocator.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_persistent_allocator.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_placement_new.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_platform.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_freebsd.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_freebsd.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_linux.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_netbsd.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_netbsd.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_openbsd.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_openbsd.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_solaris.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_solaris.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_posix.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_posix.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_printf.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_procmaps.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_bsd.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_common.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_linux.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_mac.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_solaris.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_quarantine.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_report_decorator.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_ring_buffer.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_rtems.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_rtems.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_signal_interceptors.inc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_solaris.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_stackdepot.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_stackdepot.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_stackdepotbase.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_libcdep.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_printer.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_printer.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_sparc.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_mac.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_suppressions.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_suppressions.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_fuchsia.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_internal.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_libbacktrace.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_libbacktrace.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_libcdep.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_markup.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_report.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_rtems.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_win.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_generic.inc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_aarch64.inc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_arm.inc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_x86_64.inc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_syscalls_netbsd.inc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_termination.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_thread_registry.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_thread_registry.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_tls_get_addr.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_tls_get_addr.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_type_traits.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_type_traits.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_unwind_linux_libcdep.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_unwind_win.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_vector.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_win.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_win.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_win_defs.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_win_dll_thunk.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_win_dll_thunk.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_win_dynamic_runtime_thunk.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_win_weak_interception.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_win_weak_interception.h
  stable/12/contrib/compiler-rt/lib/sanitizer_common/symbolizer/sanitizer_symbolize.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/symbolizer/sanitizer_wrappers.cc
  stable/12/contrib/compiler-rt/lib/sanitizer_common/symbolizer/scripts/ar_to_bc.sh
  stable/12/contrib/compiler-rt/lib/sanitizer_common/symbolizer/scripts/global_symbols.txt
  stable/12/contrib/compiler-rt/lib/scudo/scudo_allocator.cpp
  stable/12/contrib/compiler-rt/lib/scudo/scudo_allocator.h
  stable/12/contrib/compiler-rt/lib/scudo/scudo_allocator_combined.h
  stable/12/contrib/compiler-rt/lib/scudo/scudo_allocator_secondary.h
  stable/12/contrib/compiler-rt/lib/scudo/scudo_crc32.cpp
  stable/12/contrib/compiler-rt/lib/scudo/scudo_crc32.h
  stable/12/contrib/compiler-rt/lib/scudo/scudo_errors.cpp
  stable/12/contrib/compiler-rt/lib/scudo/scudo_errors.h
  stable/12/contrib/compiler-rt/lib/scudo/scudo_flags.cpp
  stable/12/contrib/compiler-rt/lib/scudo/scudo_flags.h
  stable/12/contrib/compiler-rt/lib/scudo/scudo_flags.inc
  stable/12/contrib/compiler-rt/lib/scudo/scudo_interface_internal.h
  stable/12/contrib/compiler-rt/lib/scudo/scudo_malloc.cpp
  stable/12/contrib/compiler-rt/lib/scudo/scudo_new_delete.cpp
  stable/12/contrib/compiler-rt/lib/scudo/scudo_platform.h
  stable/12/contrib/compiler-rt/lib/scudo/scudo_termination.cpp
  stable/12/contrib/compiler-rt/lib/scudo/scudo_tsd.h
  stable/12/contrib/compiler-rt/lib/scudo/scudo_tsd_exclusive.cpp
  stable/12/contrib/compiler-rt/lib/scudo/scudo_tsd_exclusive.inc
  stable/12/contrib/compiler-rt/lib/scudo/scudo_tsd_shared.cpp
  stable/12/contrib/compiler-rt/lib/scudo/scudo_tsd_shared.inc
  stable/12/contrib/compiler-rt/lib/scudo/scudo_utils.cpp
  stable/12/contrib/compiler-rt/lib/scudo/scudo_utils.h
  stable/12/contrib/compiler-rt/lib/stats/stats.cc
  stable/12/contrib/compiler-rt/lib/stats/stats.h
  stable/12/contrib/compiler-rt/lib/stats/stats_client.cc
  stable/12/contrib/compiler-rt/lib/tsan/dd/dd_interceptors.cc
  stable/12/contrib/compiler-rt/lib/tsan/dd/dd_rtl.cc
  stable/12/contrib/compiler-rt/lib/tsan/dd/dd_rtl.h
  stable/12/contrib/compiler-rt/lib/tsan/go/test.c
  stable/12/contrib/compiler-rt/lib/tsan/go/tsan_go.cc
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_clock.cc
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_clock.h
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_debugging.cc
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_defs.h
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_dense_alloc.h
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_external.cc
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_fd.cc
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_fd.h
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_flags.cc
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_flags.h
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_flags.inc
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_ignoreset.cc
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_ignoreset.h
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_interceptors.cc
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_interceptors.h
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_interceptors_mac.cc
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_interface.cc
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_interface.h
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_interface_ann.cc
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_interface_ann.h
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_interface_atomic.cc
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_interface_inl.h
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_interface_java.cc
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_interface_java.h
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_malloc_mac.cc
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_md5.cc
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_mman.cc
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_mman.h
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_mutex.cc
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_mutex.h
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_mutexset.cc
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_mutexset.h
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_new_delete.cc
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_platform.h
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_platform_linux.cc
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_platform_mac.cc
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_platform_posix.cc
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_platform_windows.cc
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_preinit.cc
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_report.cc
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_report.h
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_rtl.cc
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_rtl.h
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_rtl_aarch64.S
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_rtl_amd64.S
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_rtl_mutex.cc
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_rtl_proc.cc
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_rtl_report.cc
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cc
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_stack_trace.cc
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_stack_trace.h
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_stat.cc
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_stat.h
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_suppressions.cc
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_suppressions.h
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_symbolize.cc
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_symbolize.h
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_sync.cc
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_sync.h
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_trace.h
  stable/12/contrib/compiler-rt/lib/tsan/rtl/tsan_update_shadow_word_inl.h
  stable/12/contrib/compiler-rt/lib/ubsan/ubsan_checks.inc
  stable/12/contrib/compiler-rt/lib/ubsan/ubsan_diag.cc
  stable/12/contrib/compiler-rt/lib/ubsan/ubsan_diag.h
  stable/12/contrib/compiler-rt/lib/ubsan/ubsan_diag_standalone.cc
  stable/12/contrib/compiler-rt/lib/ubsan/ubsan_flags.cc
  stable/12/contrib/compiler-rt/lib/ubsan/ubsan_flags.h
  stable/12/contrib/compiler-rt/lib/ubsan/ubsan_flags.inc
  stable/12/contrib/compiler-rt/lib/ubsan/ubsan_handlers.cc
  stable/12/contrib/compiler-rt/lib/ubsan/ubsan_handlers.h
  stable/12/contrib/compiler-rt/lib/ubsan/ubsan_handlers_cxx.cc
  stable/12/contrib/compiler-rt/lib/ubsan/ubsan_handlers_cxx.h
  stable/12/contrib/compiler-rt/lib/ubsan/ubsan_init.cc
  stable/12/contrib/compiler-rt/lib/ubsan/ubsan_init.h
  stable/12/contrib/compiler-rt/lib/ubsan/ubsan_init_standalone.cc
  stable/12/contrib/compiler-rt/lib/ubsan/ubsan_init_standalone_preinit.cc
  stable/12/contrib/compiler-rt/lib/ubsan/ubsan_interface.inc
  stable/12/contrib/compiler-rt/lib/ubsan/ubsan_monitor.cc
  stable/12/contrib/compiler-rt/lib/ubsan/ubsan_monitor.h
  stable/12/contrib/compiler-rt/lib/ubsan/ubsan_platform.h
  stable/12/contrib/compiler-rt/lib/ubsan/ubsan_signals_standalone.cc
  stable/12/contrib/compiler-rt/lib/ubsan/ubsan_signals_standalone.h
  stable/12/contrib/compiler-rt/lib/ubsan/ubsan_type_hash.cc
  stable/12/contrib/compiler-rt/lib/ubsan/ubsan_type_hash.h
  stable/12/contrib/compiler-rt/lib/ubsan/ubsan_type_hash_itanium.cc
  stable/12/contrib/compiler-rt/lib/ubsan/ubsan_type_hash_win.cc
  stable/12/contrib/compiler-rt/lib/ubsan/ubsan_value.cc
  stable/12/contrib/compiler-rt/lib/ubsan/ubsan_value.h
  stable/12/contrib/compiler-rt/lib/ubsan/ubsan_win_dll_thunk.cc
  stable/12/contrib/compiler-rt/lib/ubsan/ubsan_win_dynamic_runtime_thunk.cc
  stable/12/contrib/compiler-rt/lib/ubsan/ubsan_win_weak_interception.cc
  stable/12/contrib/compiler-rt/lib/xray/xray_AArch64.cc
  stable/12/contrib/compiler-rt/lib/xray/xray_allocator.h
  stable/12/contrib/compiler-rt/lib/xray/xray_arm.cc
  stable/12/contrib/compiler-rt/lib/xray/xray_basic_flags.cc
  stable/12/contrib/compiler-rt/lib/xray/xray_basic_flags.h
  stable/12/contrib/compiler-rt/lib/xray/xray_basic_flags.inc
  stable/12/contrib/compiler-rt/lib/xray/xray_basic_logging.cc
  stable/12/contrib/compiler-rt/lib/xray/xray_basic_logging.h
  stable/12/contrib/compiler-rt/lib/xray/xray_buffer_queue.cc
  stable/12/contrib/compiler-rt/lib/xray/xray_buffer_queue.h
  stable/12/contrib/compiler-rt/lib/xray/xray_defs.h
  stable/12/contrib/compiler-rt/lib/xray/xray_fdr_controller.h
  stable/12/contrib/compiler-rt/lib/xray/xray_fdr_flags.cc
  stable/12/contrib/compiler-rt/lib/xray/xray_fdr_flags.h
  stable/12/contrib/compiler-rt/lib/xray/xray_fdr_flags.inc
  stable/12/contrib/compiler-rt/lib/xray/xray_fdr_log_records.h
  stable/12/contrib/compiler-rt/lib/xray/xray_fdr_log_writer.h
  stable/12/contrib/compiler-rt/lib/xray/xray_fdr_logging.cc
  stable/12/contrib/compiler-rt/lib/xray/xray_fdr_logging.h
  stable/12/contrib/compiler-rt/lib/xray/xray_flags.cc
  stable/12/contrib/compiler-rt/lib/xray/xray_flags.h
  stable/12/contrib/compiler-rt/lib/xray/xray_flags.inc
  stable/12/contrib/compiler-rt/lib/xray/xray_function_call_trie.h
  stable/12/contrib/compiler-rt/lib/xray/xray_init.cc
  stable/12/contrib/compiler-rt/lib/xray/xray_interface.cc
  stable/12/contrib/compiler-rt/lib/xray/xray_interface_internal.h
  stable/12/contrib/compiler-rt/lib/xray/xray_log_interface.cc
  stable/12/contrib/compiler-rt/lib/xray/xray_mips.cc
  stable/12/contrib/compiler-rt/lib/xray/xray_mips64.cc
  stable/12/contrib/compiler-rt/lib/xray/xray_powerpc64.cc
  stable/12/contrib/compiler-rt/lib/xray/xray_powerpc64.inc
  stable/12/contrib/compiler-rt/lib/xray/xray_profile_collector.cc
  stable/12/contrib/compiler-rt/lib/xray/xray_profile_collector.h
  stable/12/contrib/compiler-rt/lib/xray/xray_profiling.cc
  stable/12/contrib/compiler-rt/lib/xray/xray_profiling_flags.cc
  stable/12/contrib/compiler-rt/lib/xray/xray_profiling_flags.h
  stable/12/contrib/compiler-rt/lib/xray/xray_profiling_flags.inc
  stable/12/contrib/compiler-rt/lib/xray/xray_recursion_guard.h
  stable/12/contrib/compiler-rt/lib/xray/xray_segmented_array.h
  stable/12/contrib/compiler-rt/lib/xray/xray_trampoline_mips.S
  stable/12/contrib/compiler-rt/lib/xray/xray_trampoline_mips64.S
  stable/12/contrib/compiler-rt/lib/xray/xray_trampoline_x86_64.S
  stable/12/contrib/compiler-rt/lib/xray/xray_tsc.h
  stable/12/contrib/compiler-rt/lib/xray/xray_utils.cc
  stable/12/contrib/compiler-rt/lib/xray/xray_utils.h
  stable/12/contrib/compiler-rt/lib/xray/xray_x86_64.inc
  stable/12/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc
  stable/12/contrib/libc++/LICENSE.TXT
  stable/12/contrib/libc++/include/__bit_reference
  stable/12/contrib/libc++/include/__bsd_locale_defaults.h
  stable/12/contrib/libc++/include/__bsd_locale_fallbacks.h
  stable/12/contrib/libc++/include/__config
  stable/12/contrib/libc++/include/__debug
  stable/12/contrib/libc++/include/__errc
  stable/12/contrib/libc++/include/__functional_03
  stable/12/contrib/libc++/include/__functional_base
  stable/12/contrib/libc++/include/__functional_base_03
  stable/12/contrib/libc++/include/__hash_table
  stable/12/contrib/libc++/include/__libcpp_version
  stable/12/contrib/libc++/include/__locale
  stable/12/contrib/libc++/include/__mutex_base
  stable/12/contrib/libc++/include/__node_handle
  stable/12/contrib/libc++/include/__nullptr
  stable/12/contrib/libc++/include/__sso_allocator
  stable/12/contrib/libc++/include/__std_stream
  stable/12/contrib/libc++/include/__string
  stable/12/contrib/libc++/include/__threading_support
  stable/12/contrib/libc++/include/__tree
  stable/12/contrib/libc++/include/__tuple
  stable/12/contrib/libc++/include/__undef_macros
  stable/12/contrib/libc++/include/algorithm
  stable/12/contrib/libc++/include/any
  stable/12/contrib/libc++/include/array
  stable/12/contrib/libc++/include/atomic
  stable/12/contrib/libc++/include/bit
  stable/12/contrib/libc++/include/bitset
  stable/12/contrib/libc++/include/cassert
  stable/12/contrib/libc++/include/ccomplex
  stable/12/contrib/libc++/include/cctype
  stable/12/contrib/libc++/include/cerrno
  stable/12/contrib/libc++/include/cfenv
  stable/12/contrib/libc++/include/cfloat
  stable/12/contrib/libc++/include/charconv
  stable/12/contrib/libc++/include/chrono
  stable/12/contrib/libc++/include/cinttypes
  stable/12/contrib/libc++/include/ciso646
  stable/12/contrib/libc++/include/climits
  stable/12/contrib/libc++/include/clocale
  stable/12/contrib/libc++/include/cmath
  stable/12/contrib/libc++/include/codecvt
  stable/12/contrib/libc++/include/compare
  stable/12/contrib/libc++/include/complex
  stable/12/contrib/libc++/include/complex.h
  stable/12/contrib/libc++/include/condition_variable
  stable/12/contrib/libc++/include/csetjmp
  stable/12/contrib/libc++/include/csignal
  stable/12/contrib/libc++/include/cstdarg
  stable/12/contrib/libc++/include/cstdbool
  stable/12/contrib/libc++/include/cstddef
  stable/12/contrib/libc++/include/cstdint
  stable/12/contrib/libc++/include/cstdio
  stable/12/contrib/libc++/include/cstdlib
  stable/12/contrib/libc++/include/cstring
  stable/12/contrib/libc++/include/ctgmath
  stable/12/contrib/libc++/include/ctime
  stable/12/contrib/libc++/include/ctype.h
  stable/12/contrib/libc++/include/cwchar
  stable/12/contrib/libc++/include/cwctype
  stable/12/contrib/libc++/include/deque
  stable/12/contrib/libc++/include/errno.h
  stable/12/contrib/libc++/include/exception
  stable/12/contrib/libc++/include/experimental/__config
  stable/12/contrib/libc++/include/experimental/__memory
  stable/12/contrib/libc++/include/experimental/algorithm
  stable/12/contrib/libc++/include/experimental/coroutine
  stable/12/contrib/libc++/include/experimental/deque
  stable/12/contrib/libc++/include/experimental/filesystem
  stable/12/contrib/libc++/include/experimental/forward_list
  stable/12/contrib/libc++/include/experimental/functional
  stable/12/contrib/libc++/include/experimental/iterator
  stable/12/contrib/libc++/include/experimental/list
  stable/12/contrib/libc++/include/experimental/map
  stable/12/contrib/libc++/include/experimental/memory_resource
  stable/12/contrib/libc++/include/experimental/propagate_const
  stable/12/contrib/libc++/include/experimental/regex
  stable/12/contrib/libc++/include/experimental/set
  stable/12/contrib/libc++/include/experimental/simd
  stable/12/contrib/libc++/include/experimental/string
  stable/12/contrib/libc++/include/experimental/type_traits
  stable/12/contrib/libc++/include/experimental/unordered_map
  stable/12/contrib/libc++/include/experimental/unordered_set
  stable/12/contrib/libc++/include/experimental/utility
  stable/12/contrib/libc++/include/experimental/vector
  stable/12/contrib/libc++/include/ext/__hash
  stable/12/contrib/libc++/include/ext/hash_map
  stable/12/contrib/libc++/include/ext/hash_set
  stable/12/contrib/libc++/include/filesystem
  stable/12/contrib/libc++/include/float.h
  stable/12/contrib/libc++/include/forward_list
  stable/12/contrib/libc++/include/fstream
  stable/12/contrib/libc++/include/functional
  stable/12/contrib/libc++/include/future
  stable/12/contrib/libc++/include/initializer_list
  stable/12/contrib/libc++/include/inttypes.h
  stable/12/contrib/libc++/include/iomanip
  stable/12/contrib/libc++/include/ios
  stable/12/contrib/libc++/include/iosfwd
  stable/12/contrib/libc++/include/iostream
  stable/12/contrib/libc++/include/istream
  stable/12/contrib/libc++/include/iterator
  stable/12/contrib/libc++/include/limits
  stable/12/contrib/libc++/include/limits.h
  stable/12/contrib/libc++/include/list
  stable/12/contrib/libc++/include/locale
  stable/12/contrib/libc++/include/locale.h
  stable/12/contrib/libc++/include/map
  stable/12/contrib/libc++/include/math.h
  stable/12/contrib/libc++/include/memory
  stable/12/contrib/libc++/include/module.modulemap
  stable/12/contrib/libc++/include/mutex
  stable/12/contrib/libc++/include/new
  stable/12/contrib/libc++/include/numeric
  stable/12/contrib/libc++/include/optional
  stable/12/contrib/libc++/include/ostream
  stable/12/contrib/libc++/include/queue
  stable/12/contrib/libc++/include/random
  stable/12/contrib/libc++/include/ratio
  stable/12/contrib/libc++/include/regex
  stable/12/contrib/libc++/include/scoped_allocator
  stable/12/contrib/libc++/include/set
  stable/12/contrib/libc++/include/setjmp.h
  stable/12/contrib/libc++/include/shared_mutex
  stable/12/contrib/libc++/include/span
  stable/12/contrib/libc++/include/sstream
  stable/12/contrib/libc++/include/stack
  stable/12/contrib/libc++/include/stdbool.h
  stable/12/contrib/libc++/include/stddef.h
  stable/12/contrib/libc++/include/stdexcept
  stable/12/contrib/libc++/include/stdint.h
  stable/12/contrib/libc++/include/stdio.h
  stable/12/contrib/libc++/include/stdlib.h
  stable/12/contrib/libc++/include/streambuf
  stable/12/contrib/libc++/include/string
  stable/12/contrib/libc++/include/string.h
  stable/12/contrib/libc++/include/string_view
  stable/12/contrib/libc++/include/strstream
  stable/12/contrib/libc++/include/system_error
  stable/12/contrib/libc++/include/tgmath.h
  stable/12/contrib/libc++/include/thread
  stable/12/contrib/libc++/include/tuple
  stable/12/contrib/libc++/include/type_traits
  stable/12/contrib/libc++/include/typeindex
  stable/12/contrib/libc++/include/typeinfo
  stable/12/contrib/libc++/include/unordered_map
  stable/12/contrib/libc++/include/unordered_set
  stable/12/contrib/libc++/include/utility
  stable/12/contrib/libc++/include/valarray
  stable/12/contrib/libc++/include/variant
  stable/12/contrib/libc++/include/vector
  stable/12/contrib/libc++/include/version
  stable/12/contrib/libc++/include/wchar.h
  stable/12/contrib/libc++/include/wctype.h
  stable/12/contrib/libc++/src/algorithm.cpp
  stable/12/contrib/libc++/src/any.cpp
  stable/12/contrib/libc++/src/bind.cpp
  stable/12/contrib/libc++/src/charconv.cpp
  stable/12/contrib/libc++/src/chrono.cpp
  stable/12/contrib/libc++/src/condition_variable.cpp
  stable/12/contrib/libc++/src/debug.cpp
  stable/12/contrib/libc++/src/exception.cpp
  stable/12/contrib/libc++/src/experimental/memory_resource.cpp
  stable/12/contrib/libc++/src/filesystem/directory_iterator.cpp
  stable/12/contrib/libc++/src/filesystem/filesystem_common.h
  stable/12/contrib/libc++/src/filesystem/int128_builtins.cpp
  stable/12/contrib/libc++/src/filesystem/operations.cpp
  stable/12/contrib/libc++/src/functional.cpp
  stable/12/contrib/libc++/src/future.cpp
  stable/12/contrib/libc++/src/hash.cpp
  stable/12/contrib/libc++/src/include/apple_availability.h
  stable/12/contrib/libc++/src/include/atomic_support.h
  stable/12/contrib/libc++/src/include/config_elast.h
  stable/12/contrib/libc++/src/include/refstring.h
  stable/12/contrib/libc++/src/ios.cpp
  stable/12/contrib/libc++/src/iostream.cpp
  stable/12/contrib/libc++/src/locale.cpp
  stable/12/contrib/libc++/src/memory.cpp
  stable/12/contrib/libc++/src/mutex.cpp
  stable/12/contrib/libc++/src/new.cpp
  stable/12/contrib/libc++/src/optional.cpp
  stable/12/contrib/libc++/src/random.cpp
  stable/12/contrib/libc++/src/regex.cpp
  stable/12/contrib/libc++/src/shared_mutex.cpp
  stable/12/contrib/libc++/src/stdexcept.cpp
  stable/12/contrib/libc++/src/string.cpp
  stable/12/contrib/libc++/src/strstream.cpp
  stable/12/contrib/libc++/src/support/runtime/exception_fallback.ipp
  stable/12/contrib/libc++/src/support/runtime/exception_glibcxx.ipp
  stable/12/contrib/libc++/src/support/runtime/exception_libcxxabi.ipp
  stable/12/contrib/libc++/src/support/runtime/exception_libcxxrt.ipp
  stable/12/contrib/libc++/src/support/runtime/exception_msvc.ipp
  stable/12/contrib/libc++/src/support/runtime/exception_pointer_cxxabi.ipp
  stable/12/contrib/libc++/src/support/runtime/exception_pointer_glibcxx.ipp
  stable/12/contrib/libc++/src/support/runtime/exception_pointer_msvc.ipp
  stable/12/contrib/libc++/src/support/runtime/exception_pointer_unimplemented.ipp
  stable/12/contrib/libc++/src/support/runtime/new_handler_fallback.ipp
  stable/12/contrib/libc++/src/system_error.cpp
  stable/12/contrib/libc++/src/thread.cpp
  stable/12/contrib/libc++/src/typeinfo.cpp
  stable/12/contrib/libc++/src/utility.cpp
  stable/12/contrib/libc++/src/valarray.cpp
  stable/12/contrib/libc++/src/variant.cpp
  stable/12/contrib/libc++/src/vector.cpp
  stable/12/contrib/libunwind/LICENSE.TXT
  stable/12/contrib/libunwind/include/__libunwind_config.h
  stable/12/contrib/libunwind/include/libunwind.h
  stable/12/contrib/libunwind/include/mach-o/compact_unwind_encoding.h
  stable/12/contrib/libunwind/include/unwind.h
  stable/12/contrib/libunwind/src/AddressSpace.hpp
  stable/12/contrib/libunwind/src/CompactUnwinder.hpp
  stable/12/contrib/libunwind/src/DwarfInstructions.hpp
  stable/12/contrib/libunwind/src/DwarfParser.hpp
  stable/12/contrib/libunwind/src/EHHeaderParser.hpp
  stable/12/contrib/libunwind/src/RWMutex.hpp
  stable/12/contrib/libunwind/src/Registers.hpp
  stable/12/contrib/libunwind/src/Unwind-EHABI.cpp
  stable/12/contrib/libunwind/src/Unwind-EHABI.h
  stable/12/contrib/libunwind/src/Unwind-seh.cpp
  stable/12/contrib/libunwind/src/Unwind-sjlj.c
  stable/12/contrib/libunwind/src/UnwindCursor.hpp
  stable/12/contrib/libunwind/src/UnwindLevel1-gcc-ext.c
  stable/12/contrib/libunwind/src/UnwindLevel1.c
  stable/12/contrib/libunwind/src/UnwindRegistersRestore.S
  stable/12/contrib/libunwind/src/UnwindRegistersSave.S
  stable/12/contrib/libunwind/src/Unwind_AppleExtras.cpp
  stable/12/contrib/libunwind/src/assembly.h
  stable/12/contrib/libunwind/src/config.h
  stable/12/contrib/libunwind/src/dwarf2.h
  stable/12/contrib/libunwind/src/libunwind.cpp
  stable/12/contrib/libunwind/src/libunwind_ext.h
  stable/12/contrib/llvm/FREEBSD-Xlist
  stable/12/contrib/llvm/LICENSE.TXT
  stable/12/contrib/llvm/include/llvm-c/Analysis.h
  stable/12/contrib/llvm/include/llvm-c/BitReader.h
  stable/12/contrib/llvm/include/llvm-c/BitWriter.h
  stable/12/contrib/llvm/include/llvm-c/Comdat.h
  stable/12/contrib/llvm/include/llvm-c/Core.h
  stable/12/contrib/llvm/include/llvm-c/DataTypes.h
  stable/12/contrib/llvm/include/llvm-c/DebugInfo.h
  stable/12/contrib/llvm/include/llvm-c/Disassembler.h
  stable/12/contrib/llvm/include/llvm-c/DisassemblerTypes.h
  stable/12/contrib/llvm/include/llvm-c/Error.h
  stable/12/contrib/llvm/include/llvm-c/ErrorHandling.h
  stable/12/contrib/llvm/include/llvm-c/ExecutionEngine.h
  stable/12/contrib/llvm/include/llvm-c/IRReader.h
  stable/12/contrib/llvm/include/llvm-c/Initialization.h
  stable/12/contrib/llvm/include/llvm-c/LinkTimeOptimizer.h
  stable/12/contrib/llvm/include/llvm-c/Linker.h
  stable/12/contrib/llvm/include/llvm-c/Object.h
  stable/12/contrib/llvm/include/llvm-c/OrcBindings.h
  stable/12/contrib/llvm/include/llvm-c/Support.h
  stable/12/contrib/llvm/include/llvm-c/Target.h
  stable/12/contrib/llvm/include/llvm-c/TargetMachine.h
  stable/12/contrib/llvm/include/llvm-c/Transforms/AggressiveInstCombine.h
  stable/12/contrib/llvm/include/llvm-c/Transforms/Coroutines.h
  stable/12/contrib/llvm/include/llvm-c/Transforms/IPO.h
  stable/12/contrib/llvm/include/llvm-c/Transforms/InstCombine.h
  stable/12/contrib/llvm/include/llvm-c/Transforms/PassManagerBuilder.h
  stable/12/contrib/llvm/include/llvm-c/Transforms/Scalar.h
  stable/12/contrib/llvm/include/llvm-c/Transforms/Utils.h
  stable/12/contrib/llvm/include/llvm-c/Transforms/Vectorize.h
  stable/12/contrib/llvm/include/llvm-c/Types.h
  stable/12/contrib/llvm/include/llvm-c/lto.h
  stable/12/contrib/llvm/include/llvm/ADT/APFloat.h
  stable/12/contrib/llvm/include/llvm/ADT/APInt.h
  stable/12/contrib/llvm/include/llvm/ADT/APSInt.h
  stable/12/contrib/llvm/include/llvm/ADT/AllocatorList.h
  stable/12/contrib/llvm/include/llvm/ADT/Any.h
  stable/12/contrib/llvm/include/llvm/ADT/ArrayRef.h
  stable/12/contrib/llvm/include/llvm/ADT/BitVector.h
  stable/12/contrib/llvm/include/llvm/ADT/BitmaskEnum.h
  stable/12/contrib/llvm/include/llvm/ADT/BreadthFirstIterator.h
  stable/12/contrib/llvm/include/llvm/ADT/CachedHashString.h
  stable/12/contrib/llvm/include/llvm/ADT/DAGDeltaAlgorithm.h
  stable/12/contrib/llvm/include/llvm/ADT/DeltaAlgorithm.h
  stable/12/contrib/llvm/include/llvm/ADT/DenseMap.h
  stable/12/contrib/llvm/include/llvm/ADT/DenseMapInfo.h
  stable/12/contrib/llvm/include/llvm/ADT/DenseSet.h
  stable/12/contrib/llvm/include/llvm/ADT/DepthFirstIterator.h
  stable/12/contrib/llvm/include/llvm/ADT/EpochTracker.h
  stable/12/contrib/llvm/include/llvm/ADT/EquivalenceClasses.h
  stable/12/contrib/llvm/include/llvm/ADT/FoldingSet.h
  stable/12/contrib/llvm/include/llvm/ADT/FunctionExtras.h
  stable/12/contrib/llvm/include/llvm/ADT/GraphTraits.h
  stable/12/contrib/llvm/include/llvm/ADT/Hashing.h
  stable/12/contrib/llvm/include/llvm/ADT/ImmutableList.h
  stable/12/contrib/llvm/include/llvm/ADT/ImmutableMap.h
  stable/12/contrib/llvm/include/llvm/ADT/ImmutableSet.h
  stable/12/contrib/llvm/include/llvm/ADT/IndexedMap.h
  stable/12/contrib/llvm/include/llvm/ADT/IntEqClasses.h
  stable/12/contrib/llvm/include/llvm/ADT/IntervalMap.h
  stable/12/contrib/llvm/include/llvm/ADT/IntrusiveRefCntPtr.h
  stable/12/contrib/llvm/include/llvm/ADT/MapVector.h
  stable/12/contrib/llvm/include/llvm/ADT/None.h
  stable/12/contrib/llvm/include/llvm/ADT/Optional.h
  stable/12/contrib/llvm/include/llvm/ADT/PackedVector.h
  stable/12/contrib/llvm/include/llvm/ADT/PointerEmbeddedInt.h
  stable/12/contrib/llvm/include/llvm/ADT/PointerIntPair.h
  stable/12/contrib/llvm/include/llvm/ADT/PointerSumType.h
  stable/12/contrib/llvm/include/llvm/ADT/PointerUnion.h
  stable/12/contrib/llvm/include/llvm/ADT/PostOrderIterator.h
  stable/12/contrib/llvm/include/llvm/ADT/PriorityQueue.h
  stable/12/contrib/llvm/include/llvm/ADT/PriorityWorklist.h
  stable/12/contrib/llvm/include/llvm/ADT/SCCIterator.h
  stable/12/contrib/llvm/include/llvm/ADT/STLExtras.h
  stable/12/contrib/llvm/include/llvm/ADT/ScopeExit.h
  stable/12/contrib/llvm/include/llvm/ADT/ScopedHashTable.h
  stable/12/contrib/llvm/include/llvm/ADT/Sequence.h
  stable/12/contrib/llvm/include/llvm/ADT/SetOperations.h
  stable/12/contrib/llvm/include/llvm/ADT/SetVector.h
  stable/12/contrib/llvm/include/llvm/ADT/SmallBitVector.h
  stable/12/contrib/llvm/include/llvm/ADT/SmallPtrSet.h
  stable/12/contrib/llvm/include/llvm/ADT/SmallSet.h
  stable/12/contrib/llvm/include/llvm/ADT/SmallString.h
  stable/12/contrib/llvm/include/llvm/ADT/SmallVector.h
  stable/12/contrib/llvm/include/llvm/ADT/SparseBitVector.h
  stable/12/contrib/llvm/include/llvm/ADT/SparseMultiSet.h
  stable/12/contrib/llvm/include/llvm/ADT/SparseSet.h
  stable/12/contrib/llvm/include/llvm/ADT/Statistic.h
  stable/12/contrib/llvm/include/llvm/ADT/StringExtras.h
  stable/12/contrib/llvm/include/llvm/ADT/StringMap.h
  stable/12/contrib/llvm/include/llvm/ADT/StringRef.h
  stable/12/contrib/llvm/include/llvm/ADT/StringSet.h
  stable/12/contrib/llvm/include/llvm/ADT/StringSwitch.h
  stable/12/contrib/llvm/include/llvm/ADT/TinyPtrVector.h
  stable/12/contrib/llvm/include/llvm/ADT/Triple.h
  stable/12/contrib/llvm/include/llvm/ADT/Twine.h
  stable/12/contrib/llvm/include/llvm/ADT/UniqueVector.h
  stable/12/contrib/llvm/include/llvm/ADT/VariadicFunction.h
  stable/12/contrib/llvm/include/llvm/ADT/bit.h
  stable/12/contrib/llvm/include/llvm/ADT/edit_distance.h
  stable/12/contrib/llvm/include/llvm/ADT/ilist.h
  stable/12/contrib/llvm/include/llvm/ADT/ilist_base.h
  stable/12/contrib/llvm/include/llvm/ADT/ilist_iterator.h
  stable/12/contrib/llvm/include/llvm/ADT/ilist_node.h
  stable/12/contrib/llvm/include/llvm/ADT/ilist_node_base.h
  stable/12/contrib/llvm/include/llvm/ADT/ilist_node_options.h
  stable/12/contrib/llvm/include/llvm/ADT/iterator.h
  stable/12/contrib/llvm/include/llvm/ADT/iterator_range.h
  stable/12/contrib/llvm/include/llvm/ADT/simple_ilist.h
  stable/12/contrib/llvm/include/llvm/Analysis/AliasAnalysis.h
  stable/12/contrib/llvm/include/llvm/Analysis/AliasAnalysisEvaluator.h
  stable/12/contrib/llvm/include/llvm/Analysis/AliasSetTracker.h
  stable/12/contrib/llvm/include/llvm/Analysis/AssumptionCache.h
  stable/12/contrib/llvm/include/llvm/Analysis/BasicAliasAnalysis.h
  stable/12/contrib/llvm/include/llvm/Analysis/BlockFrequencyInfo.h
  stable/12/contrib/llvm/include/llvm/Analysis/BlockFrequencyInfoImpl.h
  stable/12/contrib/llvm/include/llvm/Analysis/BranchProbabilityInfo.h
  stable/12/contrib/llvm/include/llvm/Analysis/CFG.h
  stable/12/contrib/llvm/include/llvm/Analysis/CFGPrinter.h
  stable/12/contrib/llvm/include/llvm/Analysis/CFLAliasAnalysisUtils.h
  stable/12/contrib/llvm/include/llvm/Analysis/CFLAndersAliasAnalysis.h
  stable/12/contrib/llvm/include/llvm/Analysis/CFLSteensAliasAnalysis.h
  stable/12/contrib/llvm/include/llvm/Analysis/CGSCCPassManager.h
  stable/12/contrib/llvm/include/llvm/Analysis/CallGraph.h
  stable/12/contrib/llvm/include/llvm/Analysis/CallGraphSCCPass.h
  stable/12/contrib/llvm/include/llvm/Analysis/CallPrinter.h
  stable/12/contrib/llvm/include/llvm/Analysis/CaptureTracking.h
  stable/12/contrib/llvm/include/llvm/Analysis/CmpInstAnalysis.h
  stable/12/contrib/llvm/include/llvm/Analysis/CodeMetrics.h
  stable/12/contrib/llvm/include/llvm/Analysis/ConstantFolding.h
  stable/12/contrib/llvm/include/llvm/Analysis/DOTGraphTraitsPass.h
  stable/12/contrib/llvm/include/llvm/Analysis/DemandedBits.h
  stable/12/contrib/llvm/include/llvm/Analysis/DependenceAnalysis.h
  stable/12/contrib/llvm/include/llvm/Analysis/DivergenceAnalysis.h
  stable/12/contrib/llvm/include/llvm/Analysis/DomPrinter.h
  stable/12/contrib/llvm/include/llvm/Analysis/DominanceFrontier.h
  stable/12/contrib/llvm/include/llvm/Analysis/DominanceFrontierImpl.h
  stable/12/contrib/llvm/include/llvm/Analysis/EHPersonalities.h
  stable/12/contrib/llvm/include/llvm/Analysis/GlobalsModRef.h
  stable/12/contrib/llvm/include/llvm/Analysis/GuardUtils.h
  stable/12/contrib/llvm/include/llvm/Analysis/IVDescriptors.h
  stable/12/contrib/llvm/include/llvm/Analysis/IVUsers.h
  stable/12/contrib/llvm/include/llvm/Analysis/IndirectCallPromotionAnalysis.h
  stable/12/contrib/llvm/include/llvm/Analysis/IndirectCallVisitor.h
  stable/12/contrib/llvm/include/llvm/Analysis/InlineCost.h
  stable/12/contrib/llvm/include/llvm/Analysis/InstructionPrecedenceTracking.h
  stable/12/contrib/llvm/include/llvm/Analysis/InstructionSimplify.h
  stable/12/contrib/llvm/include/llvm/Analysis/Interval.h
  stable/12/contrib/llvm/include/llvm/Analysis/IntervalIterator.h
  stable/12/contrib/llvm/include/llvm/Analysis/IntervalPartition.h
  stable/12/contrib/llvm/include/llvm/Analysis/IteratedDominanceFrontier.h
  stable/12/contrib/llvm/include/llvm/Analysis/LazyBlockFrequencyInfo.h
  stable/12/contrib/llvm/include/llvm/Analysis/LazyBranchProbabilityInfo.h
  stable/12/contrib/llvm/include/llvm/Analysis/LazyCallGraph.h
  stable/12/contrib/llvm/include/llvm/Analysis/LazyValueInfo.h
  stable/12/contrib/llvm/include/llvm/Analysis/LegacyDivergenceAnalysis.h
  stable/12/contrib/llvm/include/llvm/Analysis/Lint.h
  stable/12/contrib/llvm/include/llvm/Analysis/Loads.h
  stable/12/contrib/llvm/include/llvm/Analysis/LoopAccessAnalysis.h
  stable/12/contrib/llvm/include/llvm/Analysis/LoopAnalysisManager.h
  stable/12/contrib/llvm/include/llvm/Analysis/LoopInfo.h
  stable/12/contrib/llvm/include/llvm/Analysis/LoopInfoImpl.h
  stable/12/contrib/llvm/include/llvm/Analysis/LoopIterator.h
  stable/12/contrib/llvm/include/llvm/Analysis/LoopPass.h
  stable/12/contrib/llvm/include/llvm/Analysis/LoopUnrollAnalyzer.h
  stable/12/contrib/llvm/include/llvm/Analysis/MemoryBuiltins.h
  stable/12/contrib/llvm/include/llvm/Analysis/MemoryDependenceAnalysis.h
  stable/12/contrib/llvm/include/llvm/Analysis/MemoryLocation.h
  stable/12/contrib/llvm/include/llvm/Analysis/MemorySSA.h
  stable/12/contrib/llvm/include/llvm/Analysis/MemorySSAUpdater.h
  stable/12/contrib/llvm/include/llvm/Analysis/ModuleSummaryAnalysis.h
  stable/12/contrib/llvm/include/llvm/Analysis/MustExecute.h
  stable/12/contrib/llvm/include/llvm/Analysis/ObjCARCAliasAnalysis.h
  stable/12/contrib/llvm/include/llvm/Analysis/ObjCARCAnalysisUtils.h
  stable/12/contrib/llvm/include/llvm/Analysis/ObjCARCInstKind.h
  stable/12/contrib/llvm/include/llvm/Analysis/OptimizationRemarkEmitter.h
  stable/12/contrib/llvm/include/llvm/Analysis/OrderedBasicBlock.h
  stable/12/contrib/llvm/include/llvm/Analysis/OrderedInstructions.h
  stable/12/contrib/llvm/include/llvm/Analysis/PHITransAddr.h
  stable/12/contrib/llvm/include/llvm/Analysis/Passes.h
  stable/12/contrib/llvm/include/llvm/Analysis/PhiValues.h
  stable/12/contrib/llvm/include/llvm/Analysis/PostDominators.h
  stable/12/contrib/llvm/include/llvm/Analysis/ProfileSummaryInfo.h
  stable/12/contrib/llvm/include/llvm/Analysis/PtrUseVisitor.h
  stable/12/contrib/llvm/include/llvm/Analysis/RegionInfo.h
  stable/12/contrib/llvm/include/llvm/Analysis/RegionInfoImpl.h
  stable/12/contrib/llvm/include/llvm/Analysis/RegionIterator.h
  stable/12/contrib/llvm/include/llvm/Analysis/RegionPass.h
  stable/12/contrib/llvm/include/llvm/Analysis/RegionPrinter.h
  stable/12/contrib/llvm/include/llvm/Analysis/ScalarEvolution.h
  stable/12/contrib/llvm/include/llvm/Analysis/ScalarEvolutionAliasAnalysis.h
  stable/12/contrib/llvm/include/llvm/Analysis/ScalarEvolutionExpander.h
  stable/12/contrib/llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h
  stable/12/contrib/llvm/include/llvm/Analysis/ScalarEvolutionNormalization.h
  stable/12/contrib/llvm/include/llvm/Analysis/ScopedNoAliasAA.h
  stable/12/contrib/llvm/include/llvm/Analysis/SparsePropagation.h
  stable/12/contrib/llvm/include/llvm/Analysis/StackSafetyAnalysis.h
  stable/12/contrib/llvm/include/llvm/Analysis/SyncDependenceAnalysis.h
  stable/12/contrib/llvm/include/llvm/Analysis/SyntheticCountsUtils.h
  stable/12/contrib/llvm/include/llvm/Analysis/TargetFolder.h
  stable/12/contrib/llvm/include/llvm/Analysis/TargetLibraryInfo.def
  stable/12/contrib/llvm/include/llvm/Analysis/TargetLibraryInfo.h
  stable/12/contrib/llvm/include/llvm/Analysis/TargetTransformInfo.h
  stable/12/contrib/llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
  stable/12/contrib/llvm/include/llvm/Analysis/Trace.h
  stable/12/contrib/llvm/include/llvm/Analysis/TypeBasedAliasAnalysis.h
  stable/12/contrib/llvm/include/llvm/Analysis/TypeMetadataUtils.h
  stable/12/contrib/llvm/include/llvm/Analysis/Utils/Local.h
  stable/12/contrib/llvm/include/llvm/Analysis/ValueLattice.h
  stable/12/contrib/llvm/include/llvm/Analysis/ValueLatticeUtils.h
  stable/12/contrib/llvm/include/llvm/Analysis/ValueTracking.h
  stable/12/contrib/llvm/include/llvm/Analysis/VectorUtils.h
  stable/12/contrib/llvm/include/llvm/AsmParser/Parser.h
  stable/12/contrib/llvm/include/llvm/AsmParser/SlotMapping.h
  stable/12/contrib/llvm/include/llvm/BinaryFormat/AMDGPUMetadataVerifier.h
  stable/12/contrib/llvm/include/llvm/BinaryFormat/COFF.h
  stable/12/contrib/llvm/include/llvm/BinaryFormat/Dwarf.def
  stable/12/contrib/llvm/include/llvm/BinaryFormat/Dwarf.h
  stable/12/contrib/llvm/include/llvm/BinaryFormat/DynamicTags.def
  stable/12/contrib/llvm/include/llvm/BinaryFormat/ELF.h
  stable/12/contrib/llvm/include/llvm/BinaryFormat/ELFRelocs/ARM.def
  stable/12/contrib/llvm/include/llvm/BinaryFormat/ELFRelocs/PowerPC.def
  stable/12/contrib/llvm/include/llvm/BinaryFormat/MachO.def
  stable/12/contrib/llvm/include/llvm/BinaryFormat/MachO.h
  stable/12/contrib/llvm/include/llvm/BinaryFormat/Magic.h
  stable/12/contrib/llvm/include/llvm/BinaryFormat/MsgPack.def
  stable/12/contrib/llvm/include/llvm/BinaryFormat/MsgPack.h
  stable/12/contrib/llvm/include/llvm/BinaryFormat/MsgPackReader.h
  stable/12/contrib/llvm/include/llvm/BinaryFormat/MsgPackWriter.h
  stable/12/contrib/llvm/include/llvm/BinaryFormat/Wasm.h
  stable/12/contrib/llvm/include/llvm/BinaryFormat/WasmRelocs.def
  stable/12/contrib/llvm/include/llvm/Bitcode/BitcodeReader.h
  stable/12/contrib/llvm/include/llvm/Bitcode/BitcodeWriter.h
  stable/12/contrib/llvm/include/llvm/Bitcode/BitcodeWriterPass.h
  stable/12/contrib/llvm/include/llvm/Bitcode/LLVMBitCodes.h
  stable/12/contrib/llvm/include/llvm/CodeGen/AccelTable.h
  stable/12/contrib/llvm/include/llvm/CodeGen/Analysis.h
  stable/12/contrib/llvm/include/llvm/CodeGen/AsmPrinter.h
  stable/12/contrib/llvm/include/llvm/CodeGen/AsmPrinterHandler.h
  stable/12/contrib/llvm/include/llvm/CodeGen/AtomicExpandUtils.h
  stable/12/contrib/llvm/include/llvm/CodeGen/BasicTTIImpl.h
  stable/12/contrib/llvm/include/llvm/CodeGen/BuiltinGCs.h
  stable/12/contrib/llvm/include/llvm/CodeGen/CalcSpillWeights.h
  stable/12/contrib/llvm/include/llvm/CodeGen/CallingConvLower.h
  stable/12/contrib/llvm/include/llvm/CodeGen/CommandFlags.inc
  stable/12/contrib/llvm/include/llvm/CodeGen/CostTable.h
  stable/12/contrib/llvm/include/llvm/CodeGen/DAGCombine.h
  stable/12/contrib/llvm/include/llvm/CodeGen/DFAPacketizer.h
  stable/12/contrib/llvm/include/llvm/CodeGen/DIE.h
  stable/12/contrib/llvm/include/llvm/CodeGen/DIEValue.def
  stable/12/contrib/llvm/include/llvm/CodeGen/DbgEntityHistoryCalculator.h
  stable/12/contrib/llvm/include/llvm/CodeGen/DebugHandlerBase.h
  stable/12/contrib/llvm/include/llvm/CodeGen/DwarfStringPoolEntry.h
  stable/12/contrib/llvm/include/llvm/CodeGen/EdgeBundles.h
  stable/12/contrib/llvm/include/llvm/CodeGen/ExecutionDomainFix.h
  stable/12/contrib/llvm/include/llvm/CodeGen/ExpandReductions.h
  stable/12/contrib/llvm/include/llvm/CodeGen/FastISel.h
  stable/12/contrib/llvm/include/llvm/CodeGen/FaultMaps.h
  stable/12/contrib/llvm/include/llvm/CodeGen/FunctionLoweringInfo.h
  stable/12/contrib/llvm/include/llvm/CodeGen/GCMetadata.h
  stable/12/contrib/llvm/include/llvm/CodeGen/GCMetadataPrinter.h
  stable/12/contrib/llvm/include/llvm/CodeGen/GCStrategy.h
  stable/12/contrib/llvm/include/llvm/CodeGen/GlobalISel/CSEInfo.h
  stable/12/contrib/llvm/include/llvm/CodeGen/GlobalISel/CSEMIRBuilder.h
  stable/12/contrib/llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h
  stable/12/contrib/llvm/include/llvm/CodeGen/GlobalISel/Combiner.h
  stable/12/contrib/llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
  stable/12/contrib/llvm/include/llvm/CodeGen/GlobalISel/CombinerInfo.h
  stable/12/contrib/llvm/include/llvm/CodeGen/GlobalISel/ConstantFoldingMIRBuilder.h
  stable/12/contrib/llvm/include/llvm/CodeGen/GlobalISel/GISelChangeObserver.h
  stable/12/contrib/llvm/include/llvm/CodeGen/GlobalISel/GISelWorkList.h
  stable/12/contrib/llvm/include/llvm/CodeGen/GlobalISel/IRTranslator.h
  stable/12/contrib/llvm/include/llvm/CodeGen/GlobalISel/InstructionSelect.h
  stable/12/contrib/llvm/include/llvm/CodeGen/GlobalISel/InstructionSelector.h
  stable/12/contrib/llvm/include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h
  stable/12/contrib/llvm/include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h
  stable/12/contrib/llvm/include/llvm/CodeGen/GlobalISel/Legalizer.h
  stable/12/contrib/llvm/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
  stable/12/contrib/llvm/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
  stable/12/contrib/llvm/include/llvm/CodeGen/GlobalISel/Localizer.h
  stable/12/contrib/llvm/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h
  stable/12/contrib/llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
  stable/12/contrib/llvm/include/llvm/CodeGen/GlobalISel/RegBankSelect.h
  stable/12/contrib/llvm/include/llvm/CodeGen/GlobalISel/RegisterBank.h
  stable/12/contrib/llvm/include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h
  stable/12/contrib/llvm/include/llvm/CodeGen/GlobalISel/Types.h
  stable/12/contrib/llvm/include/llvm/CodeGen/GlobalISel/Utils.h
  stable/12/contrib/llvm/include/llvm/CodeGen/ISDOpcodes.h
  stable/12/contrib/llvm/include/llvm/CodeGen/IntrinsicLowering.h
  stable/12/contrib/llvm/include/llvm/CodeGen/LatencyPriorityQueue.h
  stable/12/contrib/llvm/include/llvm/CodeGen/LazyMachineBlockFrequencyInfo.h
  stable/12/contrib/llvm/include/llvm/CodeGen/LexicalScopes.h
  stable/12/contrib/llvm/include/llvm/CodeGen/LinkAllAsmWriterComponents.h
  stable/12/contrib/llvm/include/llvm/CodeGen/LinkAllCodegenComponents.h
  stable/12/contrib/llvm/include/llvm/CodeGen/LiveInterval.h
  stable/12/contrib/llvm/include/llvm/CodeGen/LiveIntervalUnion.h
  stable/12/contrib/llvm/include/llvm/CodeGen/LiveIntervals.h
  stable/12/contrib/llvm/include/llvm/CodeGen/LivePhysRegs.h
  stable/12/contrib/llvm/include/llvm/CodeGen/LiveRangeEdit.h
  stable/12/contrib/llvm/include/llvm/CodeGen/LiveRegMatrix.h
  stable/12/contrib/llvm/include/llvm/CodeGen/LiveRegUnits.h
  stable/12/contrib/llvm/include/llvm/CodeGen/LiveStacks.h
  stable/12/contrib/llvm/include/llvm/CodeGen/LiveVariables.h
  stable/12/contrib/llvm/include/llvm/CodeGen/LoopTraversal.h
  stable/12/contrib/llvm/include/llvm/CodeGen/LowLevelType.h
  stable/12/contrib/llvm/include/llvm/CodeGen/MIRParser/MIRParser.h
  stable/12/contrib/llvm/include/llvm/CodeGen/MIRPrinter.h
  stable/12/contrib/llvm/include/llvm/CodeGen/MIRYamlMapping.h
  stable/12/contrib/llvm/include/llvm/CodeGen/MachORelocation.h
  stable/12/contrib/llvm/include/llvm/CodeGen/MachineBasicBlock.h
  stable/12/contrib/llvm/include/llvm/CodeGen/MachineBlockFrequencyInfo.h
  stable/12/contrib/llvm/include/llvm/CodeGen/MachineBranchProbabilityInfo.h
  stable/12/contrib/llvm/include/llvm/CodeGen/MachineCombinerPattern.h
  stable/12/contrib/llvm/include/llvm/CodeGen/MachineConstantPool.h
  stable/12/contrib/llvm/include/llvm/CodeGen/MachineDominanceFrontier.h
  stable/12/contrib/llvm/include/llvm/CodeGen/MachineDominators.h
  stable/12/contrib/llvm/include/llvm/CodeGen/MachineFrameInfo.h
  stable/12/contrib/llvm/include/llvm/CodeGen/MachineFunction.h
  stable/12/contrib/llvm/include/llvm/CodeGen/MachineFunctionPass.h
  stable/12/contrib/llvm/include/llvm/CodeGen/MachineInstr.h
  stable/12/contrib/llvm/include/llvm/CodeGen/MachineInstrBuilder.h
  stable/12/contrib/llvm/include/llvm/CodeGen/MachineInstrBundle.h
  stable/12/contrib/llvm/include/llvm/CodeGen/MachineInstrBundleIterator.h
  stable/12/contrib/llvm/include/llvm/CodeGen/MachineJumpTableInfo.h
  stable/12/contrib/llvm/include/llvm/CodeGen/MachineLoopInfo.h
  stable/12/contrib/llvm/include/llvm/CodeGen/MachineMemOperand.h
  stable/12/contrib/llvm/include/llvm/CodeGen/MachineModuleInfo.h
  stable/12/contrib/llvm/include/llvm/CodeGen/MachineModuleInfoImpls.h
  stable/12/contrib/llvm/include/llvm/CodeGen/MachineOperand.h
  stable/12/contrib/llvm/include/llvm/CodeGen/MachineOptimizationRemarkEmitter.h
  stable/12/contrib/llvm/include/llvm/CodeGen/MachineOutliner.h
  stable/12/contrib/llvm/include/llvm/CodeGen/MachinePassRegistry.h
  stable/12/contrib/llvm/include/llvm/CodeGen/MachinePipeliner.h
  stable/12/contrib/llvm/include/llvm/CodeGen/MachinePostDominators.h
  stable/12/contrib/llvm/include/llvm/CodeGen/MachineRegionInfo.h
  stable/12/contrib/llvm/include/llvm/CodeGen/MachineRegisterInfo.h
  stable/12/contrib/llvm/include/llvm/CodeGen/MachineSSAUpdater.h
  stable/12/contrib/llvm/include/llvm/CodeGen/MachineScheduler.h
  stable/12/contrib/llvm/include/llvm/CodeGen/MachineTraceMetrics.h
  stable/12/contrib/llvm/include/llvm/CodeGen/MacroFusion.h
  stable/12/contrib/llvm/include/llvm/CodeGen/PBQP/CostAllocator.h
  stable/12/contrib/llvm/include/llvm/CodeGen/PBQP/Graph.h
  stable/12/contrib/llvm/include/llvm/CodeGen/PBQP/Math.h
  stable/12/contrib/llvm/include/llvm/CodeGen/PBQP/ReductionRules.h
  stable/12/contrib/llvm/include/llvm/CodeGen/PBQP/Solution.h
  stable/12/contrib/llvm/include/llvm/CodeGen/PBQPRAConstraint.h
  stable/12/contrib/llvm/include/llvm/CodeGen/ParallelCG.h
  stable/12/contrib/llvm/include/llvm/CodeGen/Passes.h
  stable/12/contrib/llvm/include/llvm/CodeGen/PreISelIntrinsicLowering.h
  stable/12/contrib/llvm/include/llvm/CodeGen/PseudoSourceValue.h
  stable/12/contrib/llvm/include/llvm/CodeGen/ReachingDefAnalysis.h
  stable/12/contrib/llvm/include/llvm/CodeGen/RegAllocPBQP.h
  stable/12/contrib/llvm/include/llvm/CodeGen/RegAllocRegistry.h
  stable/12/contrib/llvm/include/llvm/CodeGen/RegisterClassInfo.h
  stable/12/contrib/llvm/include/llvm/CodeGen/RegisterPressure.h
  stable/12/contrib/llvm/include/llvm/CodeGen/RegisterScavenging.h
  stable/12/contrib/llvm/include/llvm/CodeGen/RegisterUsageInfo.h
  stable/12/contrib/llvm/include/llvm/CodeGen/ResourcePriorityQueue.h
  stable/12/contrib/llvm/include/llvm/CodeGen/RuntimeLibcalls.h
  stable/12/contrib/llvm/include/llvm/CodeGen/SDNodeProperties.td
  stable/12/contrib/llvm/include/llvm/CodeGen/ScheduleDAG.h
  stable/12/contrib/llvm/include/llvm/CodeGen/ScheduleDAGInstrs.h
  stable/12/contrib/llvm/include/llvm/CodeGen/ScheduleDAGMutation.h
  stable/12/contrib/llvm/include/llvm/CodeGen/ScheduleDFS.h
  stable/12/contrib/llvm/include/llvm/CodeGen/ScheduleHazardRecognizer.h
  stable/12/contrib/llvm/include/llvm/CodeGen/SchedulerRegistry.h
  stable/12/contrib/llvm/include/llvm/CodeGen/ScoreboardHazardRecognizer.h
  stable/12/contrib/llvm/include/llvm/CodeGen/SelectionDAG.h
  stable/12/contrib/llvm/include/llvm/CodeGen/SelectionDAGAddressAnalysis.h
  stable/12/contrib/llvm/include/llvm/CodeGen/SelectionDAGISel.h
  stable/12/contrib/llvm/include/llvm/CodeGen/SelectionDAGNodes.h
  stable/12/contrib/llvm/include/llvm/CodeGen/SelectionDAGTargetInfo.h
  stable/12/contrib/llvm/include/llvm/CodeGen/SlotIndexes.h
  stable/12/contrib/llvm/include/llvm/CodeGen/StackMaps.h
  stable/12/contrib/llvm/include/llvm/CodeGen/StackProtector.h
  stable/12/contrib/llvm/include/llvm/CodeGen/TailDuplicator.h
  stable/12/contrib/llvm/include/llvm/CodeGen/TargetCallingConv.h
  stable/12/contrib/llvm/include/llvm/CodeGen/TargetFrameLowering.h
  stable/12/contrib/llvm/include/llvm/CodeGen/TargetInstrInfo.h
  stable/12/contrib/llvm/include/llvm/CodeGen/TargetLowering.h
  stable/12/contrib/llvm/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
  stable/12/contrib/llvm/include/llvm/CodeGen/TargetOpcodes.h
  stable/12/contrib/llvm/include/llvm/CodeGen/TargetPassConfig.h
  stable/12/contrib/llvm/include/llvm/CodeGen/TargetRegisterInfo.h
  stable/12/contrib/llvm/include/llvm/CodeGen/TargetSchedule.h
  stable/12/contrib/llvm/include/llvm/CodeGen/TargetSubtargetInfo.h
  stable/12/contrib/llvm/include/llvm/CodeGen/UnreachableBlockElim.h
  stable/12/contrib/llvm/include/llvm/CodeGen/ValueTypes.h
  stable/12/contrib/llvm/include/llvm/CodeGen/ValueTypes.td
  stable/12/contrib/llvm/include/llvm/CodeGen/VirtRegMap.h
  stable/12/contrib/llvm/include/llvm/CodeGen/WasmEHFuncInfo.h
  stable/12/contrib/llvm/include/llvm/CodeGen/WinEHFuncInfo.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/AppendingTypeTableBuilder.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/CVRecord.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/CVSymbolVisitor.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/CVTypeVisitor.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/CodeView.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/CodeViewError.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/CodeViewRegisters.def
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/CodeViewSymbols.def
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/CodeViewTypes.def
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/ContinuationRecordBuilder.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/DebugCrossExSubsection.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/DebugCrossImpSubsection.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/DebugLinesSubsection.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/DebugStringTableSubsection.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/DebugSubsection.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/DebugSubsectionVisitor.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/DebugSymbolRVASubsection.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/DebugSymbolsSubsection.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/DebugUnknownSubsection.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/EnumTables.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/Formatters.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/FunctionId.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/GUID.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/GlobalTypeTableBuilder.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/Line.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/MergingTypeTableBuilder.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/RecordName.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/RecordSerialization.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/SimpleTypeSerializer.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/StringsAndChecksums.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/SymbolDeserializer.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/SymbolDumpDelegate.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/SymbolDumper.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/SymbolRecordHelpers.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/SymbolRecordMapping.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/SymbolSerializer.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/SymbolVisitorCallbackPipeline.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/SymbolVisitorCallbacks.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/SymbolVisitorDelegate.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/TypeCollection.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/TypeDeserializer.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/TypeDumpVisitor.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/TypeHashing.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/TypeIndex.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/TypeIndexDiscovery.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/TypeRecordHelpers.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/TypeRecordMapping.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/TypeStreamMerger.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/TypeSymbolEmitter.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/TypeTableCollection.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/TypeVisitorCallbackPipeline.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/DIContext.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFAddressRange.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFAttribute.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFCompileUnit.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFContext.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFDataExtractor.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugAddr.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugAranges.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugPubTable.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFDie.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFExpression.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFFormValue.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFGdbIndex.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFListTable.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFObject.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFRelocMap.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFSection.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFUnit.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFVerifier.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/MSF/IMSFFile.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/MSF/MSFBuilder.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/MSF/MSFCommon.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/MSF/MSFError.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/MSF/MappedBlockStream.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/DIADataStream.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/DIAEnumDebugStreams.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/DIAEnumFrameData.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/DIAEnumInjectedSources.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/DIAEnumLineNumbers.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/DIAEnumSectionContribs.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/DIAEnumSourceFiles.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/DIAEnumSymbols.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/DIAEnumTables.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/DIAError.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/DIAFrameData.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/DIAInjectedSource.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/DIALineNumber.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/DIARawSymbol.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/DIASectionContrib.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/DIASession.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/DIASourceFile.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/DIASupport.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/DIATable.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/DIAUtils.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/GenericError.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/IPDBDataStream.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/IPDBEnumChildren.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/IPDBFrameData.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/IPDBInjectedSource.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/IPDBLineNumber.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/IPDBRawSymbol.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/IPDBSectionContrib.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/IPDBSession.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/IPDBSourceFile.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/IPDBTable.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptor.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/Native/DbiModuleList.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/Native/DbiStream.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/Native/EnumTables.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/Native/Formatters.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/Native/GSIStreamBuilder.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/Native/GlobalsStream.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/Native/Hash.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/Native/HashTable.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/Native/ISectionContribVisitor.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/Native/InfoStream.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/Native/InfoStreamBuilder.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/Native/ModuleDebugStream.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/Native/NamedStreamMap.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/Native/NativeCompilandSymbol.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/Native/NativeEnumGlobals.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/Native/NativeEnumModules.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/Native/NativeEnumTypes.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/Native/NativeExeSymbol.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/Native/NativeRawSymbol.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/Native/NativeSession.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/Native/NativeSymbolEnumerator.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeArray.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeBuiltin.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeEnum.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeFunctionSig.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypePointer.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeTypedef.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeUDT.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeVTShape.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/Native/PDBFile.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/Native/PDBFileBuilder.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/Native/PDBStringTable.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/Native/PDBStringTableBuilder.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/Native/PublicsStream.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/Native/RawConstants.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/Native/RawError.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/Native/RawTypes.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/Native/SymbolCache.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/Native/SymbolStream.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/Native/TpiHashing.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/Native/TpiStream.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/Native/TpiStreamBuilder.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/PDB.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/PDBContext.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/PDBExtras.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymDumper.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbol.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolAnnotation.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolBlock.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolCompiland.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolCompilandDetails.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolCompilandEnv.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolCustom.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolData.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolExe.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolFunc.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugEnd.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugStart.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolLabel.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolPublicSymbol.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolThunk.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeArray.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeBaseClass.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeBuiltin.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeCustom.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeDimension.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeEnum.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeFriend.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionArg.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionSig.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeManaged.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypePointer.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeTypedef.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeUDT.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeVTable.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeVTableShape.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolUnknown.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolUsingNamespace.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/PDBTypes.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/PDB/UDTLayout.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/Symbolize/DIPrinter.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/Symbolize/SymbolizableModule.h
  stable/12/contrib/llvm/include/llvm/DebugInfo/Symbolize/Symbolize.h
  stable/12/contrib/llvm/include/llvm/Demangle/Demangle.h
  stable/12/contrib/llvm/include/llvm/Demangle/ItaniumDemangle.h
  stable/12/contrib/llvm/include/llvm/Demangle/MicrosoftDemangle.h
  stable/12/contrib/llvm/include/llvm/Demangle/MicrosoftDemangleNodes.h
  stable/12/contrib/llvm/include/llvm/Demangle/StringView.h
  stable/12/contrib/llvm/include/llvm/Demangle/Utility.h
  stable/12/contrib/llvm/include/llvm/ExecutionEngine/ExecutionEngine.h
  stable/12/contrib/llvm/include/llvm/ExecutionEngine/GenericValue.h
  stable/12/contrib/llvm/include/llvm/ExecutionEngine/Interpreter.h
  stable/12/contrib/llvm/include/llvm/ExecutionEngine/JITEventListener.h
  stable/12/contrib/llvm/include/llvm/ExecutionEngine/JITSymbol.h
  stable/12/contrib/llvm/include/llvm/ExecutionEngine/MCJIT.h
  stable/12/contrib/llvm/include/llvm/ExecutionEngine/OProfileWrapper.h
  stable/12/contrib/llvm/include/llvm/ExecutionEngine/ObjectCache.h
  stable/12/contrib/llvm/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
  stable/12/contrib/llvm/include/llvm/ExecutionEngine/Orc/CompileUtils.h
  stable/12/contrib/llvm/include/llvm/ExecutionEngine/Orc/Core.h
  stable/12/contrib/llvm/include/llvm/ExecutionEngine/Orc/ExecutionUtils.h
  stable/12/contrib/llvm/include/llvm/ExecutionEngine/Orc/GlobalMappingLayer.h
  stable/12/contrib/llvm/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h
  stable/12/contrib/llvm/include/llvm/ExecutionEngine/Orc/IRTransformLayer.h
  stable/12/contrib/llvm/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h
  stable/12/contrib/llvm/include/llvm/ExecutionEngine/Orc/JITTargetMachineBuilder.h
  stable/12/contrib/llvm/include/llvm/ExecutionEngine/Orc/LLJIT.h
  stable/12/contrib/llvm/include/llvm/ExecutionEngine/Orc/LambdaResolver.h
  stable/12/contrib/llvm/include/llvm/ExecutionEngine/Orc/Layer.h
  stable/12/contrib/llvm/include/llvm/ExecutionEngine/Orc/LazyEmittingLayer.h
  stable/12/contrib/llvm/include/llvm/ExecutionEngine/Orc/LazyReexports.h
  stable/12/contrib/llvm/include/llvm/ExecutionEngine/Orc/Legacy.h
  stable/12/contrib/llvm/include/llvm/ExecutionEngine/Orc/NullResolver.h
  stable/12/contrib/llvm/include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h
  stable/12/contrib/llvm/include/llvm/ExecutionEngine/Orc/OrcABISupport.h
  stable/12/contrib/llvm/include/llvm/ExecutionEngine/Orc/OrcError.h
  stable/12/contrib/llvm/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h
  stable/12/contrib/llvm/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h
  stable/12/contrib/llvm/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetServer.h
  stable/12/contrib/llvm/include/llvm/ExecutionEngine/Orc/RPCSerialization.h
  stable/12/contrib/llvm/include/llvm/ExecutionEngine/Orc/RPCUtils.h
  stable/12/contrib/llvm/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h
  stable/12/contrib/llvm/include/llvm/ExecutionEngine/Orc/RawByteChannel.h
  stable/12/contrib/llvm/include/llvm/ExecutionEngine/Orc/RemoteObjectLayer.h
  stable/12/contrib/llvm/include/llvm/ExecutionEngine/Orc/SymbolStringPool.h
  stable/12/contrib/llvm/include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h
  stable/12/contrib/llvm/include/llvm/ExecutionEngine/OrcMCJITReplacement.h
  stable/12/contrib/llvm/include/llvm/ExecutionEngine/RTDyldMemoryManager.h
  stable/12/contrib/llvm/include/llvm/ExecutionEngine/RuntimeDyld.h
  stable/12/contrib/llvm/include/llvm/ExecutionEngine/RuntimeDyldChecker.h
  stable/12/contrib/llvm/include/llvm/ExecutionEngine/SectionMemoryManager.h
  stable/12/contrib/llvm/include/llvm/FuzzMutate/FuzzerCLI.h
  stable/12/contrib/llvm/include/llvm/FuzzMutate/IRMutator.h
  stable/12/contrib/llvm/include/llvm/FuzzMutate/OpDescriptor.h
  stable/12/contrib/llvm/include/llvm/FuzzMutate/Operations.h
  stable/12/contrib/llvm/include/llvm/FuzzMutate/Random.h
  stable/12/contrib/llvm/include/llvm/FuzzMutate/RandomIRBuilder.h
  stable/12/contrib/llvm/include/llvm/IR/Argument.h
  stable/12/contrib/llvm/include/llvm/IR/AssemblyAnnotationWriter.h
  stable/12/contrib/llvm/include/llvm/IR/Attributes.h
  stable/12/contrib/llvm/include/llvm/IR/Attributes.td
  stable/12/contrib/llvm/include/llvm/IR/AutoUpgrade.h
  stable/12/contrib/llvm/include/llvm/IR/BasicBlock.h
  stable/12/contrib/llvm/include/llvm/IR/CFG.h
  stable/12/contrib/llvm/include/llvm/IR/CFGDiff.h
  stable/12/contrib/llvm/include/llvm/IR/CallSite.h
  stable/12/contrib/llvm/include/llvm/IR/CallingConv.h
  stable/12/contrib/llvm/include/llvm/IR/Comdat.h
  stable/12/contrib/llvm/include/llvm/IR/Constant.h
  stable/12/contrib/llvm/include/llvm/IR/ConstantFolder.h
  stable/12/contrib/llvm/include/llvm/IR/ConstantRange.h
  stable/12/contrib/llvm/include/llvm/IR/Constants.h
  stable/12/contrib/llvm/include/llvm/IR/DIBuilder.h
  stable/12/contrib/llvm/include/llvm/IR/DataLayout.h
  stable/12/contrib/llvm/include/llvm/IR/DebugInfo.h
  stable/12/contrib/llvm/include/llvm/IR/DebugInfoFlags.def
  stable/12/contrib/llvm/include/llvm/IR/DebugInfoMetadata.h
  stable/12/contrib/llvm/include/llvm/IR/DebugLoc.h
  stable/12/contrib/llvm/include/llvm/IR/DerivedTypes.h
  stable/12/contrib/llvm/include/llvm/IR/DerivedUser.h
  stable/12/contrib/llvm/include/llvm/IR/DiagnosticHandler.h
  stable/12/contrib/llvm/include/llvm/IR/DiagnosticInfo.h
  stable/12/contrib/llvm/include/llvm/IR/DiagnosticPrinter.h
  stable/12/contrib/llvm/include/llvm/IR/Dominators.h
  stable/12/contrib/llvm/include/llvm/IR/Function.h
  stable/12/contrib/llvm/include/llvm/IR/GVMaterializer.h
  stable/12/contrib/llvm/include/llvm/IR/GetElementPtrTypeIterator.h
  stable/12/contrib/llvm/include/llvm/IR/GlobalAlias.h
  stable/12/contrib/llvm/include/llvm/IR/GlobalIFunc.h
  stable/12/contrib/llvm/include/llvm/IR/GlobalIndirectSymbol.h
  stable/12/contrib/llvm/include/llvm/IR/GlobalObject.h
  stable/12/contrib/llvm/include/llvm/IR/GlobalValue.h
  stable/12/contrib/llvm/include/llvm/IR/GlobalVariable.h
  stable/12/contrib/llvm/include/llvm/IR/IRBuilder.h
  stable/12/contrib/llvm/include/llvm/IR/IRPrintingPasses.h
  stable/12/contrib/llvm/include/llvm/IR/InlineAsm.h
  stable/12/contrib/llvm/include/llvm/IR/InstIterator.h
  stable/12/contrib/llvm/include/llvm/IR/InstVisitor.h
  stable/12/contrib/llvm/include/llvm/IR/InstrTypes.h
  stable/12/contrib/llvm/include/llvm/IR/Instruction.def
  stable/12/contrib/llvm/include/llvm/IR/Instruction.h
  stable/12/contrib/llvm/include/llvm/IR/Instructions.h
  stable/12/contrib/llvm/include/llvm/IR/IntrinsicInst.h
  stable/12/contrib/llvm/include/llvm/IR/Intrinsics.h
  stable/12/contrib/llvm/include/llvm/IR/Intrinsics.td
  stable/12/contrib/llvm/include/llvm/IR/IntrinsicsAArch64.td
  stable/12/contrib/llvm/include/llvm/IR/IntrinsicsAMDGPU.td
  stable/12/contrib/llvm/include/llvm/IR/IntrinsicsARM.td
  stable/12/contrib/llvm/include/llvm/IR/IntrinsicsBPF.td
  stable/12/contrib/llvm/include/llvm/IR/IntrinsicsHexagon.td
  stable/12/contrib/llvm/include/llvm/IR/IntrinsicsMips.td
  stable/12/contrib/llvm/include/llvm/IR/IntrinsicsNVVM.td
  stable/12/contrib/llvm/include/llvm/IR/IntrinsicsPowerPC.td
  stable/12/contrib/llvm/include/llvm/IR/IntrinsicsRISCV.td
  stable/12/contrib/llvm/include/llvm/IR/IntrinsicsSystemZ.td
  stable/12/contrib/llvm/include/llvm/IR/IntrinsicsWebAssembly.td
  stable/12/contrib/llvm/include/llvm/IR/IntrinsicsX86.td
  stable/12/contrib/llvm/include/llvm/IR/IntrinsicsXCore.td
  stable/12/contrib/llvm/include/llvm/IR/LLVMContext.h
  stable/12/contrib/llvm/include/llvm/IR/LegacyPassManager.h
  stable/12/contrib/llvm/include/llvm/IR/LegacyPassManagers.h
  stable/12/contrib/llvm/include/llvm/IR/LegacyPassNameParser.h
  stable/12/contrib/llvm/include/llvm/IR/MDBuilder.h
  stable/12/contrib/llvm/include/llvm/IR/Mangler.h
  stable/12/contrib/llvm/include/llvm/IR/Metadata.def
  stable/12/contrib/llvm/include/llvm/IR/Metadata.h
  stable/12/contrib/llvm/include/llvm/IR/Module.h
  stable/12/contrib/llvm/include/llvm/IR/ModuleSlotTracker.h
  stable/12/contrib/llvm/include/llvm/IR/ModuleSummaryIndex.h
  stable/12/contrib/llvm/include/llvm/IR/ModuleSummaryIndexYAML.h
  stable/12/contrib/llvm/include/llvm/IR/NoFolder.h
  stable/12/contrib/llvm/include/llvm/IR/OperandTraits.h
  stable/12/contrib/llvm/include/llvm/IR/Operator.h
  stable/12/contrib/llvm/include/llvm/IR/OptBisect.h
  stable/12/contrib/llvm/include/llvm/IR/PassInstrumentation.h
  stable/12/contrib/llvm/include/llvm/IR/PassManager.h
  stable/12/contrib/llvm/include/llvm/IR/PassManagerInternal.h
  stable/12/contrib/llvm/include/llvm/IR/PassTimingInfo.h
  stable/12/contrib/llvm/include/llvm/IR/PatternMatch.h
  stable/12/contrib/llvm/include/llvm/IR/PredIteratorCache.h
  stable/12/contrib/llvm/include/llvm/IR/ProfileSummary.h
  stable/12/contrib/llvm/include/llvm/IR/RuntimeLibcalls.def
  stable/12/contrib/llvm/include/llvm/IR/SafepointIRVerifier.h
  stable/12/contrib/llvm/include/llvm/IR/Statepoint.h
  stable/12/contrib/llvm/include/llvm/IR/SymbolTableListTraits.h
  stable/12/contrib/llvm/include/llvm/IR/TrackingMDRef.h
  stable/12/contrib/llvm/include/llvm/IR/Type.h
  stable/12/contrib/llvm/include/llvm/IR/TypeFinder.h
  stable/12/contrib/llvm/include/llvm/IR/Use.h
  stable/12/contrib/llvm/include/llvm/IR/UseListOrder.h
  stable/12/contrib/llvm/include/llvm/IR/User.h
  stable/12/contrib/llvm/include/llvm/IR/Value.def
  stable/12/contrib/llvm/include/llvm/IR/Value.h
  stable/12/contrib/llvm/include/llvm/IR/ValueHandle.h
  stable/12/contrib/llvm/include/llvm/IR/ValueMap.h
  stable/12/contrib/llvm/include/llvm/IR/ValueSymbolTable.h
  stable/12/contrib/llvm/include/llvm/IR/Verifier.h
  stable/12/contrib/llvm/include/llvm/IRReader/IRReader.h
  stable/12/contrib/llvm/include/llvm/InitializePasses.h
  stable/12/contrib/llvm/include/llvm/LTO/Caching.h
  stable/12/contrib/llvm/include/llvm/LTO/Config.h
  stable/12/contrib/llvm/include/llvm/LTO/LTO.h
  stable/12/contrib/llvm/include/llvm/LTO/LTOBackend.h
  stable/12/contrib/llvm/include/llvm/LTO/SummaryBasedOptimizations.h
  stable/12/contrib/llvm/include/llvm/LTO/legacy/LTOCodeGenerator.h
  stable/12/contrib/llvm/include/llvm/LTO/legacy/LTOModule.h
  stable/12/contrib/llvm/include/llvm/LTO/legacy/ThinLTOCodeGenerator.h
  stable/12/contrib/llvm/include/llvm/LTO/legacy/UpdateCompilerUsed.h
  stable/12/contrib/llvm/include/llvm/LineEditor/LineEditor.h
  stable/12/contrib/llvm/include/llvm/LinkAllIR.h
  stable/12/contrib/llvm/include/llvm/LinkAllPasses.h
  stable/12/contrib/llvm/include/llvm/Linker/IRMover.h
  stable/12/contrib/llvm/include/llvm/Linker/Linker.h
  stable/12/contrib/llvm/include/llvm/MC/ConstantPools.h
  stable/12/contrib/llvm/include/llvm/MC/LaneBitmask.h
  stable/12/contrib/llvm/include/llvm/MC/MCAsmBackend.h
  stable/12/contrib/llvm/include/llvm/MC/MCAsmInfo.h
  stable/12/contrib/llvm/include/llvm/MC/MCAsmInfoCOFF.h
  stable/12/contrib/llvm/include/llvm/MC/MCAsmInfoDarwin.h
  stable/12/contrib/llvm/include/llvm/MC/MCAsmInfoELF.h
  stable/12/contrib/llvm/include/llvm/MC/MCAsmInfoWasm.h
  stable/12/contrib/llvm/include/llvm/MC/MCAsmLayout.h
  stable/12/contrib/llvm/include/llvm/MC/MCAsmMacro.h
  stable/12/contrib/llvm/include/llvm/MC/MCAssembler.h
  stable/12/contrib/llvm/include/llvm/MC/MCCodeEmitter.h
  stable/12/contrib/llvm/include/llvm/MC/MCCodePadder.h
  stable/12/contrib/llvm/include/llvm/MC/MCCodeView.h
  stable/12/contrib/llvm/include/llvm/MC/MCContext.h
  stable/12/contrib/llvm/include/llvm/MC/MCDirectives.h
  stable/12/contrib/llvm/include/llvm/MC/MCDisassembler/MCDisassembler.h
  stable/12/contrib/llvm/include/llvm/MC/MCDisassembler/MCExternalSymbolizer.h
  stable/12/contrib/llvm/include/llvm/MC/MCDisassembler/MCRelocationInfo.h
  stable/12/contrib/llvm/include/llvm/MC/MCDisassembler/MCSymbolizer.h
  stable/12/contrib/llvm/include/llvm/MC/MCDwarf.h
  stable/12/contrib/llvm/include/llvm/MC/MCELFObjectWriter.h
  stable/12/contrib/llvm/include/llvm/MC/MCELFStreamer.h
  stable/12/contrib/llvm/include/llvm/MC/MCExpr.h
  stable/12/contrib/llvm/include/llvm/MC/MCFixedLenDisassembler.h
  stable/12/contrib/llvm/include/llvm/MC/MCFixup.h
  stable/12/contrib/llvm/include/llvm/MC/MCFixupKindInfo.h
  stable/12/contrib/llvm/include/llvm/MC/MCFragment.h
  stable/12/contrib/llvm/include/llvm/MC/MCInst.h
  stable/12/contrib/llvm/include/llvm/MC/MCInstBuilder.h
  stable/12/contrib/llvm/include/llvm/MC/MCInstPrinter.h
  stable/12/contrib/llvm/include/llvm/MC/MCInstrAnalysis.h
  stable/12/contrib/llvm/include/llvm/MC/MCInstrDesc.h
  stable/12/contrib/llvm/include/llvm/MC/MCInstrInfo.h
  stable/12/contrib/llvm/include/llvm/MC/MCInstrItineraries.h
  stable/12/contrib/llvm/include/llvm/MC/MCLabel.h
  stable/12/contrib/llvm/include/llvm/MC/MCLinkerOptimizationHint.h
  stable/12/contrib/llvm/include/llvm/MC/MCMachObjectWriter.h
  stable/12/contrib/llvm/include/llvm/MC/MCObjectFileInfo.h
  stable/12/contrib/llvm/include/llvm/MC/MCObjectStreamer.h
  stable/12/contrib/llvm/include/llvm/MC/MCObjectWriter.h
  stable/12/contrib/llvm/include/llvm/MC/MCParser/AsmCond.h
  stable/12/contrib/llvm/include/llvm/MC/MCParser/AsmLexer.h
  stable/12/contrib/llvm/include/llvm/MC/MCParser/MCAsmLexer.h
  stable/12/contrib/llvm/include/llvm/MC/MCParser/MCAsmParser.h
  stable/12/contrib/llvm/include/llvm/MC/MCParser/MCAsmParserExtension.h
  stable/12/contrib/llvm/include/llvm/MC/MCParser/MCAsmParserUtils.h
  stable/12/contrib/llvm/include/llvm/MC/MCParser/MCParsedAsmOperand.h
  stable/12/contrib/llvm/include/llvm/MC/MCParser/MCTargetAsmParser.h
  stable/12/contrib/llvm/include/llvm/MC/MCRegisterInfo.h
  stable/12/contrib/llvm/include/llvm/MC/MCSchedule.h
  stable/12/contrib/llvm/include/llvm/MC/MCSection.h
  stable/12/contrib/llvm/include/llvm/MC/MCSectionCOFF.h
  stable/12/contrib/llvm/include/llvm/MC/MCSectionELF.h
  stable/12/contrib/llvm/include/llvm/MC/MCSectionMachO.h
  stable/12/contrib/llvm/include/llvm/MC/MCSectionWasm.h
  stable/12/contrib/llvm/include/llvm/MC/MCStreamer.h
  stable/12/contrib/llvm/include/llvm/MC/MCSubtargetInfo.h
  stable/12/contrib/llvm/include/llvm/MC/MCSymbol.h
  stable/12/contrib/llvm/include/llvm/MC/MCSymbolCOFF.h
  stable/12/contrib/llvm/include/llvm/MC/MCSymbolELF.h
  stable/12/contrib/llvm/include/llvm/MC/MCSymbolMachO.h
  stable/12/contrib/llvm/include/llvm/MC/MCSymbolWasm.h
  stable/12/contrib/llvm/include/llvm/MC/MCTargetOptions.h
  stable/12/contrib/llvm/include/llvm/MC/MCTargetOptionsCommandFlags.inc
  stable/12/contrib/llvm/include/llvm/MC/MCValue.h
  stable/12/contrib/llvm/include/llvm/MC/MCWasmObjectWriter.h
  stable/12/contrib/llvm/include/llvm/MC/MCWasmStreamer.h
  stable/12/contrib/llvm/include/llvm/MC/MCWin64EH.h
  stable/12/contrib/llvm/include/llvm/MC/MCWinCOFFObjectWriter.h
  stable/12/contrib/llvm/include/llvm/MC/MCWinCOFFStreamer.h
  stable/12/contrib/llvm/include/llvm/MC/MCWinEH.h
  stable/12/contrib/llvm/include/llvm/MC/MachineLocation.h
  stable/12/contrib/llvm/include/llvm/MC/SectionKind.h
  stable/12/contrib/llvm/include/llvm/MC/StringTableBuilder.h
  stable/12/contrib/llvm/include/llvm/MC/SubtargetFeature.h
  stable/12/contrib/llvm/include/llvm/MCA/Context.h
  stable/12/contrib/llvm/include/llvm/MCA/HWEventListener.h
  stable/12/contrib/llvm/include/llvm/MCA/HardwareUnits/HardwareUnit.h
  stable/12/contrib/llvm/include/llvm/MCA/HardwareUnits/LSUnit.h
  stable/12/contrib/llvm/include/llvm/MCA/HardwareUnits/RegisterFile.h
  stable/12/contrib/llvm/include/llvm/MCA/HardwareUnits/ResourceManager.h
  stable/12/contrib/llvm/include/llvm/MCA/HardwareUnits/RetireControlUnit.h
  stable/12/contrib/llvm/include/llvm/MCA/HardwareUnits/Scheduler.h
  stable/12/contrib/llvm/include/llvm/MCA/InstrBuilder.h
  stable/12/contrib/llvm/include/llvm/MCA/Instruction.h
  stable/12/contrib/llvm/include/llvm/MCA/Pipeline.h
  stable/12/contrib/llvm/include/llvm/MCA/SourceMgr.h
  stable/12/contrib/llvm/include/llvm/MCA/Stages/DispatchStage.h
  stable/12/contrib/llvm/include/llvm/MCA/Stages/EntryStage.h
  stable/12/contrib/llvm/include/llvm/MCA/Stages/ExecuteStage.h
  stable/12/contrib/llvm/include/llvm/MCA/Stages/InstructionTables.h
  stable/12/contrib/llvm/include/llvm/MCA/Stages/RetireStage.h
  stable/12/contrib/llvm/include/llvm/MCA/Stages/Stage.h
  stable/12/contrib/llvm/include/llvm/MCA/Support.h
  stable/12/contrib/llvm/include/llvm/Object/Archive.h
  stable/12/contrib/llvm/include/llvm/Object/ArchiveWriter.h
  stable/12/contrib/llvm/include/llvm/Object/Binary.h
  stable/12/contrib/llvm/include/llvm/Object/COFF.h
  stable/12/contrib/llvm/include/llvm/Object/COFFImportFile.h
  stable/12/contrib/llvm/include/llvm/Object/COFFModuleDefinition.h
  stable/12/contrib/llvm/include/llvm/Object/CVDebugRecord.h
  stable/12/contrib/llvm/include/llvm/Object/Decompressor.h
  stable/12/contrib/llvm/include/llvm/Object/ELF.h
  stable/12/contrib/llvm/include/llvm/Object/ELFObjectFile.h
  stable/12/contrib/llvm/include/llvm/Object/ELFTypes.h
  stable/12/contrib/llvm/include/llvm/Object/Error.h
  stable/12/contrib/llvm/include/llvm/Object/IRObjectFile.h
  stable/12/contrib/llvm/include/llvm/Object/IRSymtab.h
  stable/12/contrib/llvm/include/llvm/Object/MachO.h
  stable/12/contrib/llvm/include/llvm/Object/MachOUniversal.h
  stable/12/contrib/llvm/include/llvm/Object/ModuleSymbolTable.h
  stable/12/contrib/llvm/include/llvm/Object/ObjectFile.h
  stable/12/contrib/llvm/include/llvm/Object/StackMapParser.h
  stable/12/contrib/llvm/include/llvm/Object/SymbolSize.h
  stable/12/contrib/llvm/include/llvm/Object/SymbolicFile.h
  stable/12/contrib/llvm/include/llvm/Object/Wasm.h
  stable/12/contrib/llvm/include/llvm/Object/WasmTraits.h
  stable/12/contrib/llvm/include/llvm/Object/WindowsResource.h
  stable/12/contrib/llvm/include/llvm/ObjectYAML/COFFYAML.h
  stable/12/contrib/llvm/include/llvm/ObjectYAML/CodeViewYAMLDebugSections.h
  stable/12/contrib/llvm/include/llvm/ObjectYAML/CodeViewYAMLSymbols.h
  stable/12/contrib/llvm/include/llvm/ObjectYAML/CodeViewYAMLTypeHashing.h
  stable/12/contrib/llvm/include/llvm/ObjectYAML/CodeViewYAMLTypes.h
  stable/12/contrib/llvm/include/llvm/ObjectYAML/DWARFEmitter.h
  stable/12/contrib/llvm/include/llvm/ObjectYAML/DWARFYAML.h
  stable/12/contrib/llvm/include/llvm/ObjectYAML/ELFYAML.h
  stable/12/contrib/llvm/include/llvm/ObjectYAML/MachOYAML.h
  stable/12/contrib/llvm/include/llvm/ObjectYAML/ObjectYAML.h
  stable/12/contrib/llvm/include/llvm/ObjectYAML/WasmYAML.h
  stable/12/contrib/llvm/include/llvm/ObjectYAML/YAML.h
  stable/12/contrib/llvm/include/llvm/Option/Arg.h
  stable/12/contrib/llvm/include/llvm/Option/ArgList.h
  stable/12/contrib/llvm/include/llvm/Option/OptParser.td
  stable/12/contrib/llvm/include/llvm/Option/OptSpecifier.h
  stable/12/contrib/llvm/include/llvm/Option/OptTable.h
  stable/12/contrib/llvm/include/llvm/Option/Option.h
  stable/12/contrib/llvm/include/llvm/Pass.h
  stable/12/contrib/llvm/include/llvm/PassAnalysisSupport.h
  stable/12/contrib/llvm/include/llvm/PassInfo.h
  stable/12/contrib/llvm/include/llvm/PassRegistry.h
  stable/12/contrib/llvm/include/llvm/PassSupport.h
  stable/12/contrib/llvm/include/llvm/Passes/PassBuilder.h
  stable/12/contrib/llvm/include/llvm/Passes/PassPlugin.h
  stable/12/contrib/llvm/include/llvm/Passes/StandardInstrumentations.h
  stable/12/contrib/llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h
  stable/12/contrib/llvm/include/llvm/ProfileData/Coverage/CoverageMappingReader.h
  stable/12/contrib/llvm/include/llvm/ProfileData/Coverage/CoverageMappingWriter.h
  stable/12/contrib/llvm/include/llvm/ProfileData/GCOV.h
  stable/12/contrib/llvm/include/llvm/ProfileData/InstrProf.h
  stable/12/contrib/llvm/include/llvm/ProfileData/InstrProfData.inc
  stable/12/contrib/llvm/include/llvm/ProfileData/InstrProfReader.h
  stable/12/contrib/llvm/include/llvm/ProfileData/InstrProfWriter.h
  stable/12/contrib/llvm/include/llvm/ProfileData/ProfileCommon.h
  stable/12/contrib/llvm/include/llvm/ProfileData/SampleProf.h
  stable/12/contrib/llvm/include/llvm/ProfileData/SampleProfReader.h
  stable/12/contrib/llvm/include/llvm/ProfileData/SampleProfWriter.h
  stable/12/contrib/llvm/include/llvm/Support/AArch64TargetParser.def
  stable/12/contrib/llvm/include/llvm/Support/AArch64TargetParser.h
  stable/12/contrib/llvm/include/llvm/Support/AMDGPUMetadata.h
  stable/12/contrib/llvm/include/llvm/Support/AMDHSAKernelDescriptor.h
  stable/12/contrib/llvm/include/llvm/Support/ARMAttributeParser.h
  stable/12/contrib/llvm/include/llvm/Support/ARMBuildAttributes.h
  stable/12/contrib/llvm/include/llvm/Support/ARMEHABI.h
  stable/12/contrib/llvm/include/llvm/Support/ARMTargetParser.def
  stable/12/contrib/llvm/include/llvm/Support/ARMTargetParser.h
  stable/12/contrib/llvm/include/llvm/Support/ARMWinEH.h
  stable/12/contrib/llvm/include/llvm/Support/AlignOf.h
  stable/12/contrib/llvm/include/llvm/Support/Allocator.h
  stable/12/contrib/llvm/include/llvm/Support/ArrayRecycler.h
  stable/12/contrib/llvm/include/llvm/Support/Atomic.h
  stable/12/contrib/llvm/include/llvm/Support/AtomicOrdering.h
  stable/12/contrib/llvm/include/llvm/Support/BinaryByteStream.h
  stable/12/contrib/llvm/include/llvm/Support/BinaryItemStream.h
  stable/12/contrib/llvm/include/llvm/Support/BinaryStream.h
  stable/12/contrib/llvm/include/llvm/Support/BinaryStreamArray.h
  stable/12/contrib/llvm/include/llvm/Support/BinaryStreamError.h
  stable/12/contrib/llvm/include/llvm/Support/BinaryStreamReader.h
  stable/12/contrib/llvm/include/llvm/Support/BinaryStreamRef.h
  stable/12/contrib/llvm/include/llvm/Support/BinaryStreamWriter.h
  stable/12/contrib/llvm/include/llvm/Support/BlockFrequency.h
  stable/12/contrib/llvm/include/llvm/Support/BranchProbability.h
  stable/12/contrib/llvm/include/llvm/Support/BuryPointer.h
  stable/12/contrib/llvm/include/llvm/Support/CBindingWrapping.h
  stable/12/contrib/llvm/include/llvm/Support/CFGUpdate.h
  stable/12/contrib/llvm/include/llvm/Support/COM.h
  stable/12/contrib/llvm/include/llvm/Support/CachePruning.h
  stable/12/contrib/llvm/include/llvm/Support/Capacity.h
  stable/12/contrib/llvm/include/llvm/Support/Casting.h
  stable/12/contrib/llvm/include/llvm/Support/CheckedArithmetic.h
  stable/12/contrib/llvm/include/llvm/Support/Chrono.h
  stable/12/contrib/llvm/include/llvm/Support/CodeGen.h
  stable/12/contrib/llvm/include/llvm/Support/CodeGenCoverage.h
  stable/12/contrib/llvm/include/llvm/Support/CommandLine.h
  stable/12/contrib/llvm/include/llvm/Support/Compiler.h
  stable/12/contrib/llvm/include/llvm/Support/Compression.h
  stable/12/contrib/llvm/include/llvm/Support/ConvertUTF.h
  stable/12/contrib/llvm/include/llvm/Support/CrashRecoveryContext.h
  stable/12/contrib/llvm/include/llvm/Support/DJB.h
  stable/12/contrib/llvm/include/llvm/Support/DOTGraphTraits.h
  stable/12/contrib/llvm/include/llvm/Support/DataExtractor.h
  stable/12/contrib/llvm/include/llvm/Support/DataTypes.h
  stable/12/contrib/llvm/include/llvm/Support/Debug.h
  stable/12/contrib/llvm/include/llvm/Support/DebugCounter.h
  stable/12/contrib/llvm/include/llvm/Support/DynamicLibrary.h
  stable/12/contrib/llvm/include/llvm/Support/Endian.h
  stable/12/contrib/llvm/include/llvm/Support/EndianStream.h
  stable/12/contrib/llvm/include/llvm/Support/Errc.h
  stable/12/contrib/llvm/include/llvm/Support/Errno.h
  stable/12/contrib/llvm/include/llvm/Support/Error.h
  stable/12/contrib/llvm/include/llvm/Support/ErrorHandling.h
  stable/12/contrib/llvm/include/llvm/Support/ErrorOr.h
  stable/12/contrib/llvm/include/llvm/Support/FileCheck.h
  stable/12/contrib/llvm/include/llvm/Support/FileOutputBuffer.h
  stable/12/contrib/llvm/include/llvm/Support/FileSystem.h
  stable/12/contrib/llvm/include/llvm/Support/FileUtilities.h
  stable/12/contrib/llvm/include/llvm/Support/Format.h
  stable/12/contrib/llvm/include/llvm/Support/FormatAdapters.h
  stable/12/contrib/llvm/include/llvm/Support/FormatCommon.h
  stable/12/contrib/llvm/include/llvm/Support/FormatProviders.h
  stable/12/contrib/llvm/include/llvm/Support/FormatVariadic.h
  stable/12/contrib/llvm/include/llvm/Support/FormatVariadicDetails.h
  stable/12/contrib/llvm/include/llvm/Support/FormattedStream.h
  stable/12/contrib/llvm/include/llvm/Support/GenericDomTree.h
  stable/12/contrib/llvm/include/llvm/Support/GenericDomTreeConstruction.h
  stable/12/contrib/llvm/include/llvm/Support/GlobPattern.h
  stable/12/contrib/llvm/include/llvm/Support/GraphWriter.h
  stable/12/contrib/llvm/include/llvm/Support/Host.h
  stable/12/contrib/llvm/include/llvm/Support/InitLLVM.h
  stable/12/contrib/llvm/include/llvm/Support/ItaniumManglingCanonicalizer.h
  stable/12/contrib/llvm/include/llvm/Support/JSON.h
  stable/12/contrib/llvm/include/llvm/Support/JamCRC.h
  stable/12/contrib/llvm/include/llvm/Support/KnownBits.h
  stable/12/contrib/llvm/include/llvm/Support/LEB128.h
  stable/12/contrib/llvm/include/llvm/Support/LineIterator.h
  stable/12/contrib/llvm/include/llvm/Support/LockFileManager.h
  stable/12/contrib/llvm/include/llvm/Support/LowLevelTypeImpl.h
  stable/12/contrib/llvm/include/llvm/Support/MSVCErrorWorkarounds.h
  stable/12/contrib/llvm/include/llvm/Support/MachineValueType.h
  stable/12/contrib/llvm/include/llvm/Support/ManagedStatic.h
  stable/12/contrib/llvm/include/llvm/Support/MathExtras.h
  stable/12/contrib/llvm/include/llvm/Support/MemAlloc.h
  stable/12/contrib/llvm/include/llvm/Support/Memory.h
  stable/12/contrib/llvm/include/llvm/Support/MemoryBuffer.h
  stable/12/contrib/llvm/include/llvm/Support/MipsABIFlags.h
  stable/12/contrib/llvm/include/llvm/Support/Mutex.h
  stable/12/contrib/llvm/include/llvm/Support/MutexGuard.h
  stable/12/contrib/llvm/include/llvm/Support/NativeFormatting.h
  stable/12/contrib/llvm/include/llvm/Support/OnDiskHashTable.h
  stable/12/contrib/llvm/include/llvm/Support/Options.h
  stable/12/contrib/llvm/include/llvm/Support/Parallel.h
  stable/12/contrib/llvm/include/llvm/Support/Path.h
  stable/12/contrib/llvm/include/llvm/Support/PluginLoader.h
  stable/12/contrib/llvm/include/llvm/Support/PointerLikeTypeTraits.h
  stable/12/contrib/llvm/include/llvm/Support/PrettyStackTrace.h
  stable/12/contrib/llvm/include/llvm/Support/Printable.h
  stable/12/contrib/llvm/include/llvm/Support/Process.h
  stable/12/contrib/llvm/include/llvm/Support/Program.h
  stable/12/contrib/llvm/include/llvm/Support/RWMutex.h
  stable/12/contrib/llvm/include/llvm/Support/RandomNumberGenerator.h
  stable/12/contrib/llvm/include/llvm/Support/Recycler.h
  stable/12/contrib/llvm/include/llvm/Support/RecyclingAllocator.h
  stable/12/contrib/llvm/include/llvm/Support/Regex.h
  stable/12/contrib/llvm/include/llvm/Support/Registry.h
  stable/12/contrib/llvm/include/llvm/Support/SHA1.h
  stable/12/contrib/llvm/include/llvm/Support/SMLoc.h
  stable/12/contrib/llvm/include/llvm/Support/SaveAndRestore.h
  stable/12/contrib/llvm/include/llvm/Support/ScaledNumber.h
  stable/12/contrib/llvm/include/llvm/Support/ScopedPrinter.h
  stable/12/contrib/llvm/include/llvm/Support/Signals.h
  stable/12/contrib/llvm/include/llvm/Support/SmallVectorMemoryBuffer.h
  stable/12/contrib/llvm/include/llvm/Support/Solaris/sys/regset.h
  stable/12/contrib/llvm/include/llvm/Support/SourceMgr.h
  stable/12/contrib/llvm/include/llvm/Support/SpecialCaseList.h
  stable/12/contrib/llvm/include/llvm/Support/StringPool.h
  stable/12/contrib/llvm/include/llvm/Support/StringSaver.h
  stable/12/contrib/llvm/include/llvm/Support/SwapByteOrder.h
  stable/12/contrib/llvm/include/llvm/Support/SymbolRemappingReader.h
  stable/12/contrib/llvm/include/llvm/Support/SystemUtils.h
  stable/12/contrib/llvm/include/llvm/Support/TarWriter.h
  stable/12/contrib/llvm/include/llvm/Support/TargetOpcodes.def
  stable/12/contrib/llvm/include/llvm/Support/TargetParser.h
  stable/12/contrib/llvm/include/llvm/Support/TargetRegistry.h
  stable/12/contrib/llvm/include/llvm/Support/TargetSelect.h
  stable/12/contrib/llvm/include/llvm/Support/TaskQueue.h
  stable/12/contrib/llvm/include/llvm/Support/ThreadLocal.h
  stable/12/contrib/llvm/include/llvm/Support/ThreadPool.h
  stable/12/contrib/llvm/include/llvm/Support/Threading.h
  stable/12/contrib/llvm/include/llvm/Support/Timer.h
  stable/12/contrib/llvm/include/llvm/Support/ToolOutputFile.h
  stable/12/contrib/llvm/include/llvm/Support/TrailingObjects.h
  stable/12/contrib/llvm/include/llvm/Support/TrigramIndex.h
  stable/12/contrib/llvm/include/llvm/Support/TypeName.h
  stable/12/contrib/llvm/include/llvm/Support/Unicode.h
  stable/12/contrib/llvm/include/llvm/Support/UnicodeCharRanges.h
  stable/12/contrib/llvm/include/llvm/Support/UniqueLock.h
  stable/12/contrib/llvm/include/llvm/Support/Valgrind.h
  stable/12/contrib/llvm/include/llvm/Support/VersionTuple.h
  stable/12/contrib/llvm/include/llvm/Support/VirtualFileSystem.h
  stable/12/contrib/llvm/include/llvm/Support/Watchdog.h
  stable/12/contrib/llvm/include/llvm/Support/Win64EH.h
  stable/12/contrib/llvm/include/llvm/Support/WindowsError.h
  stable/12/contrib/llvm/include/llvm/Support/WithColor.h
  stable/12/contrib/llvm/include/llvm/Support/X86DisassemblerDecoderCommon.h
  stable/12/contrib/llvm/include/llvm/Support/X86TargetParser.def
  stable/12/contrib/llvm/include/llvm/Support/YAMLParser.h
  stable/12/contrib/llvm/include/llvm/Support/YAMLTraits.h
  stable/12/contrib/llvm/include/llvm/Support/circular_raw_ostream.h
  stable/12/contrib/llvm/include/llvm/Support/raw_os_ostream.h
  stable/12/contrib/llvm/include/llvm/Support/raw_ostream.h
  stable/12/contrib/llvm/include/llvm/Support/raw_sha1_ostream.h
  stable/12/contrib/llvm/include/llvm/Support/thread.h
  stable/12/contrib/llvm/include/llvm/Support/type_traits.h
  stable/12/contrib/llvm/include/llvm/TableGen/Error.h
  stable/12/contrib/llvm/include/llvm/TableGen/Main.h
  stable/12/contrib/llvm/include/llvm/TableGen/Record.h
  stable/12/contrib/llvm/include/llvm/TableGen/SearchableTable.td
  stable/12/contrib/llvm/include/llvm/TableGen/SetTheory.h
  stable/12/contrib/llvm/include/llvm/TableGen/StringMatcher.h
  stable/12/contrib/llvm/include/llvm/TableGen/StringToOffsetTable.h
  stable/12/contrib/llvm/include/llvm/TableGen/TableGenBackend.h
  stable/12/contrib/llvm/include/llvm/Target/CodeGenCWrappers.h
  stable/12/contrib/llvm/include/llvm/Target/GenericOpcodes.td
  stable/12/contrib/llvm/include/llvm/Target/GlobalISel/RegisterBank.td
  stable/12/contrib/llvm/include/llvm/Target/GlobalISel/SelectionDAGCompat.td
  stable/12/contrib/llvm/include/llvm/Target/GlobalISel/Target.td
  stable/12/contrib/llvm/include/llvm/Target/Target.td
  stable/12/contrib/llvm/include/llvm/Target/TargetCallingConv.td
  stable/12/contrib/llvm/include/llvm/Target/TargetInstrPredicate.td
  stable/12/contrib/llvm/include/llvm/Target/TargetIntrinsicInfo.h
  stable/12/contrib/llvm/include/llvm/Target/TargetItinerary.td
  stable/12/contrib/llvm/include/llvm/Target/TargetLoweringObjectFile.h
  stable/12/contrib/llvm/include/llvm/Target/TargetMachine.h
  stable/12/contrib/llvm/include/llvm/Target/TargetOptions.h
  stable/12/contrib/llvm/include/llvm/Target/TargetPfmCounters.td
  stable/12/contrib/llvm/include/llvm/Target/TargetSchedule.td
  stable/12/contrib/llvm/include/llvm/Target/TargetSelectionDAG.td
  stable/12/contrib/llvm/include/llvm/Testing/Support/Error.h
  stable/12/contrib/llvm/include/llvm/Testing/Support/SupportHelpers.h
  stable/12/contrib/llvm/include/llvm/TextAPI/ELF/ELFStub.h
  stable/12/contrib/llvm/include/llvm/TextAPI/ELF/TBEHandler.h
  stable/12/contrib/llvm/include/llvm/ToolDrivers/llvm-dlltool/DlltoolDriver.h
  stable/12/contrib/llvm/include/llvm/ToolDrivers/llvm-lib/LibDriver.h
  stable/12/contrib/llvm/include/llvm/Transforms/AggressiveInstCombine/AggressiveInstCombine.h
  stable/12/contrib/llvm/include/llvm/Transforms/Coroutines.h
  stable/12/contrib/llvm/include/llvm/Transforms/IPO.h
  stable/12/contrib/llvm/include/llvm/Transforms/IPO/AlwaysInliner.h
  stable/12/contrib/llvm/include/llvm/Transforms/IPO/ArgumentPromotion.h
  stable/12/contrib/llvm/include/llvm/Transforms/IPO/CalledValuePropagation.h
  stable/12/contrib/llvm/include/llvm/Transforms/IPO/ConstantMerge.h
  stable/12/contrib/llvm/include/llvm/Transforms/IPO/CrossDSOCFI.h
  stable/12/contrib/llvm/include/llvm/Transforms/IPO/DeadArgumentElimination.h
  stable/12/contrib/llvm/include/llvm/Transforms/IPO/ElimAvailExtern.h
  stable/12/contrib/llvm/include/llvm/Transforms/IPO/ForceFunctionAttrs.h
  stable/12/contrib/llvm/include/llvm/Transforms/IPO/FunctionAttrs.h
  stable/12/contrib/llvm/include/llvm/Transforms/IPO/FunctionImport.h
  stable/12/contrib/llvm/include/llvm/Transforms/IPO/GlobalDCE.h
  stable/12/contrib/llvm/include/llvm/Transforms/IPO/GlobalOpt.h
  stable/12/contrib/llvm/include/llvm/Transforms/IPO/GlobalSplit.h
  stable/12/contrib/llvm/include/llvm/Transforms/IPO/HotColdSplitting.h
  stable/12/contrib/llvm/include/llvm/Transforms/IPO/InferFunctionAttrs.h
  stable/12/contrib/llvm/include/llvm/Transforms/IPO/Inliner.h
  stable/12/contrib/llvm/include/llvm/Transforms/IPO/Internalize.h
  stable/12/contrib/llvm/include/llvm/Transforms/IPO/LowerTypeTests.h
  stable/12/contrib/llvm/include/llvm/Transforms/IPO/PartialInlining.h
  stable/12/contrib/llvm/include/llvm/Transforms/IPO/PassManagerBuilder.h
  stable/12/contrib/llvm/include/llvm/Transforms/IPO/SCCP.h
  stable/12/contrib/llvm/include/llvm/Transforms/IPO/SampleProfile.h
  stable/12/contrib/llvm/include/llvm/Transforms/IPO/StripDeadPrototypes.h
  stable/12/contrib/llvm/include/llvm/Transforms/IPO/ThinLTOBitcodeWriter.h
  stable/12/contrib/llvm/include/llvm/Transforms/IPO/WholeProgramDevirt.h
  stable/12/contrib/llvm/include/llvm/Transforms/InstCombine/InstCombine.h
  stable/12/contrib/llvm/include/llvm/Transforms/InstCombine/InstCombineWorklist.h
  stable/12/contrib/llvm/include/llvm/Transforms/Instrumentation.h
  stable/12/contrib/llvm/include/llvm/Transforms/Instrumentation/BoundsChecking.h
  stable/12/contrib/llvm/include/llvm/Transforms/Instrumentation/CGProfile.h
  stable/12/contrib/llvm/include/llvm/Transforms/Instrumentation/ControlHeightReduction.h
  stable/12/contrib/llvm/include/llvm/Transforms/Instrumentation/GCOVProfiler.h
  stable/12/contrib/llvm/include/llvm/Transforms/Instrumentation/InstrProfiling.h
  stable/12/contrib/llvm/include/llvm/Transforms/Instrumentation/MemorySanitizer.h
  stable/12/contrib/llvm/include/llvm/Transforms/Instrumentation/PGOInstrumentation.h
  stable/12/contrib/llvm/include/llvm/Transforms/Instrumentation/ThreadSanitizer.h
  stable/12/contrib/llvm/include/llvm/Transforms/ObjCARC.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/ADCE.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/AlignmentFromAssumptions.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/BDCE.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/CallSiteSplitting.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/ConstantHoisting.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/CorrelatedValuePropagation.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/DCE.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/DeadStoreElimination.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/DivRemPairs.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/EarlyCSE.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/Float2Int.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/GVN.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/GVNExpression.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/GuardWidening.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/IVUsersPrinter.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/IndVarSimplify.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/InductiveRangeCheckElimination.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/InstSimplifyPass.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/JumpThreading.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/LICM.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/LoopAccessAnalysisPrinter.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/LoopDataPrefetch.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/LoopDeletion.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/LoopDistribute.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/LoopIdiomRecognize.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/LoopInstSimplify.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/LoopLoadElimination.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/LoopPassManager.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/LoopPredication.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/LoopRotation.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/LoopSimplifyCFG.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/LoopSink.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/LoopStrengthReduce.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/LoopUnrollAndJamPass.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/LoopUnrollPass.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/LowerAtomic.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/LowerExpectIntrinsic.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/LowerGuardIntrinsic.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/MakeGuardsExplicit.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/MemCpyOptimizer.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/MergedLoadStoreMotion.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/NaryReassociate.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/NewGVN.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/PartiallyInlineLibCalls.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/Reassociate.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/RewriteStatepointsForGC.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/SCCP.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/SROA.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/Scalarizer.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/SimpleLoopUnswitch.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/SimplifyCFG.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/Sink.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/SpeculateAroundPHIs.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/SpeculativeExecution.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/TailRecursionElimination.h
  stable/12/contrib/llvm/include/llvm/Transforms/Scalar/WarnMissedTransforms.h
  stable/12/contrib/llvm/include/llvm/Transforms/Utils.h
  stable/12/contrib/llvm/include/llvm/Transforms/Utils/ASanStackFrameLayout.h
  stable/12/contrib/llvm/include/llvm/Transforms/Utils/AddDiscriminators.h
  stable/12/contrib/llvm/include/llvm/Transforms/Utils/BasicBlockUtils.h
  stable/12/contrib/llvm/include/llvm/Transforms/Utils/BreakCriticalEdges.h
  stable/12/contrib/llvm/include/llvm/Transforms/Utils/BuildLibCalls.h
  stable/12/contrib/llvm/include/llvm/Transforms/Utils/BypassSlowDivision.h
  stable/12/contrib/llvm/include/llvm/Transforms/Utils/CallPromotionUtils.h
  stable/12/contrib/llvm/include/llvm/Transforms/Utils/CanonicalizeAliases.h
  stable/12/contrib/llvm/include/llvm/Transforms/Utils/Cloning.h
  stable/12/contrib/llvm/include/llvm/Transforms/Utils/CodeExtractor.h
  stable/12/contrib/llvm/include/llvm/Transforms/Utils/CtorUtils.h
  stable/12/contrib/llvm/include/llvm/Transforms/Utils/EntryExitInstrumenter.h
  stable/12/contrib/llvm/include/llvm/Transforms/Utils/EscapeEnumerator.h
  stable/12/contrib/llvm/include/llvm/Transforms/Utils/Evaluator.h
  stable/12/contrib/llvm/include/llvm/Transforms/Utils/FunctionComparator.h
  stable/12/contrib/llvm/include/llvm/Transforms/Utils/FunctionImportUtils.h
  stable/12/contrib/llvm/include/llvm/Transforms/Utils/GlobalStatus.h
  stable/12/contrib/llvm/include/llvm/Transforms/Utils/GuardUtils.h
  stable/12/contrib/llvm/include/llvm/Transforms/Utils/ImportedFunctionsInliningStatistics.h
  stable/12/contrib/llvm/include/llvm/Transforms/Utils/IntegerDivision.h
  stable/12/contrib/llvm/include/llvm/Transforms/Utils/LCSSA.h
  stable/12/contrib/llvm/include/llvm/Transforms/Utils/LibCallsShrinkWrap.h
  stable/12/contrib/llvm/include/llvm/Transforms/Utils/Local.h
  stable/12/contrib/llvm/include/llvm/Transforms/Utils/LoopRotationUtils.h
  stable/12/contrib/llvm/include/llvm/Transforms/Utils/LoopSimplify.h
  stable/12/contrib/llvm/include/llvm/Transforms/Utils/LoopUtils.h
  stable/12/contrib/llvm/include/llvm/Transforms/Utils/LoopVersioning.h
  stable/12/contrib/llvm/include/llvm/Transforms/Utils/LowerInvoke.h
  stable/12/contrib/llvm/include/llvm/Transforms/Utils/LowerMemIntrinsics.h
  stable/12/contrib/llvm/include/llvm/Transforms/Utils/Mem2Reg.h
  stable/12/contrib/llvm/include/llvm/Transforms/Utils/ModuleUtils.h
  stable/12/contrib/llvm/include/llvm/Transforms/Utils/NameAnonGlobals.h
  stable/12/contrib/llvm/include/llvm/Transforms/Utils/PredicateInfo.h
  stable/12/contrib/llvm/include/llvm/Transforms/Utils/PromoteMemToReg.h
  stable/12/contrib/llvm/include/llvm/Transforms/Utils/SSAUpdater.h
  stable/12/contrib/llvm/include/llvm/Transforms/Utils/SSAUpdaterBulk.h
  stable/12/contrib/llvm/include/llvm/Transforms/Utils/SSAUpdaterImpl.h
  stable/12/contrib/llvm/include/llvm/Transforms/Utils/SanitizerStats.h
  stable/12/contrib/llvm/include/llvm/Transforms/Utils/SimplifyIndVar.h
  stable/12/contrib/llvm/include/llvm/Transforms/Utils/SimplifyLibCalls.h
  stable/12/contrib/llvm/include/llvm/Transforms/Utils/SplitModule.h
  stable/12/contrib/llvm/include/llvm/Transforms/Utils/SymbolRewriter.h
  stable/12/contrib/llvm/include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h
  stable/12/contrib/llvm/include/llvm/Transforms/Utils/UnrollLoop.h
  stable/12/contrib/llvm/include/llvm/Transforms/Utils/VNCoercion.h
  stable/12/contrib/llvm/include/llvm/Transforms/Utils/ValueMapper.h
  stable/12/contrib/llvm/include/llvm/Transforms/Vectorize.h
  stable/12/contrib/llvm/include/llvm/Transforms/Vectorize/LoadStoreVectorizer.h
  stable/12/contrib/llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
  stable/12/contrib/llvm/include/llvm/Transforms/Vectorize/LoopVectorize.h
  stable/12/contrib/llvm/include/llvm/Transforms/Vectorize/SLPVectorizer.h
  stable/12/contrib/llvm/include/llvm/WindowsManifest/WindowsManifestMerger.h
  stable/12/contrib/llvm/include/llvm/WindowsResource/ResourceProcessor.h
  stable/12/contrib/llvm/include/llvm/WindowsResource/ResourceScriptToken.h
  stable/12/contrib/llvm/include/llvm/WindowsResource/ResourceScriptTokenList.h
  stable/12/contrib/llvm/include/llvm/XRay/BlockIndexer.h
  stable/12/contrib/llvm/include/llvm/XRay/BlockPrinter.h
  stable/12/contrib/llvm/include/llvm/XRay/BlockVerifier.h
  stable/12/contrib/llvm/include/llvm/XRay/FDRLogBuilder.h
  stable/12/contrib/llvm/include/llvm/XRay/FDRRecordConsumer.h
  stable/12/contrib/llvm/include/llvm/XRay/FDRRecordProducer.h
  stable/12/contrib/llvm/include/llvm/XRay/FDRRecords.h
  stable/12/contrib/llvm/include/llvm/XRay/FDRTraceExpander.h
  stable/12/contrib/llvm/include/llvm/XRay/FDRTraceWriter.h
  stable/12/contrib/llvm/include/llvm/XRay/FileHeaderReader.h
  stable/12/contrib/llvm/include/llvm/XRay/Graph.h
  stable/12/contrib/llvm/include/llvm/XRay/InstrumentationMap.h
  stable/12/contrib/llvm/include/llvm/XRay/Profile.h
  stable/12/contrib/llvm/include/llvm/XRay/RecordPrinter.h
  stable/12/contrib/llvm/include/llvm/XRay/Trace.h
  stable/12/contrib/llvm/include/llvm/XRay/XRayRecord.h
  stable/12/contrib/llvm/include/llvm/XRay/YAMLXRayRecord.h
  stable/12/contrib/llvm/include/llvm/module.modulemap
  stable/12/contrib/llvm/lib/Analysis/AliasAnalysis.cpp
  stable/12/contrib/llvm/lib/Analysis/AliasAnalysisEvaluator.cpp
  stable/12/contrib/llvm/lib/Analysis/AliasAnalysisSummary.cpp
  stable/12/contrib/llvm/lib/Analysis/AliasAnalysisSummary.h
  stable/12/contrib/llvm/lib/Analysis/AliasSetTracker.cpp
  stable/12/contrib/llvm/lib/Analysis/Analysis.cpp
  stable/12/contrib/llvm/lib/Analysis/AssumptionCache.cpp
  stable/12/contrib/llvm/lib/Analysis/BasicAliasAnalysis.cpp
  stable/12/contrib/llvm/lib/Analysis/BlockFrequencyInfo.cpp
  stable/12/contrib/llvm/lib/Analysis/BlockFrequencyInfoImpl.cpp
  stable/12/contrib/llvm/lib/Analysis/BranchProbabilityInfo.cpp
  stable/12/contrib/llvm/lib/Analysis/CFG.cpp
  stable/12/contrib/llvm/lib/Analysis/CFGPrinter.cpp
  stable/12/contrib/llvm/lib/Analysis/CFLAndersAliasAnalysis.cpp
  stable/12/contrib/llvm/lib/Analysis/CFLGraph.h
  stable/12/contrib/llvm/lib/Analysis/CFLSteensAliasAnalysis.cpp
  stable/12/contrib/llvm/lib/Analysis/CGSCCPassManager.cpp
  stable/12/contrib/llvm/lib/Analysis/CallGraph.cpp
  stable/12/contrib/llvm/lib/Analysis/CallGraphSCCPass.cpp
  stable/12/contrib/llvm/lib/Analysis/CallPrinter.cpp
  stable/12/contrib/llvm/lib/Analysis/CaptureTracking.cpp
  stable/12/contrib/llvm/lib/Analysis/CmpInstAnalysis.cpp
  stable/12/contrib/llvm/lib/Analysis/CodeMetrics.cpp
  stable/12/contrib/llvm/lib/Analysis/ConstantFolding.cpp
  stable/12/contrib/llvm/lib/Analysis/CostModel.cpp
  stable/12/contrib/llvm/lib/Analysis/Delinearization.cpp
  stable/12/contrib/llvm/lib/Analysis/DemandedBits.cpp
  stable/12/contrib/llvm/lib/Analysis/DependenceAnalysis.cpp
  stable/12/contrib/llvm/lib/Analysis/DivergenceAnalysis.cpp
  stable/12/contrib/llvm/lib/Analysis/DomPrinter.cpp
  stable/12/contrib/llvm/lib/Analysis/DominanceFrontier.cpp
  stable/12/contrib/llvm/lib/Analysis/EHPersonalities.cpp
  stable/12/contrib/llvm/lib/Analysis/GlobalsModRef.cpp
  stable/12/contrib/llvm/lib/Analysis/GuardUtils.cpp
  stable/12/contrib/llvm/lib/Analysis/IVDescriptors.cpp
  stable/12/contrib/llvm/lib/Analysis/IVUsers.cpp
  stable/12/contrib/llvm/lib/Analysis/IndirectCallPromotionAnalysis.cpp
  stable/12/contrib/llvm/lib/Analysis/InlineCost.cpp
  stable/12/contrib/llvm/lib/Analysis/InstCount.cpp
  stable/12/contrib/llvm/lib/Analysis/InstructionPrecedenceTracking.cpp
  stable/12/contrib/llvm/lib/Analysis/InstructionSimplify.cpp
  stable/12/contrib/llvm/lib/Analysis/Interval.cpp
  stable/12/contrib/llvm/lib/Analysis/IntervalPartition.cpp
  stable/12/contrib/llvm/lib/Analysis/LazyBlockFrequencyInfo.cpp
  stable/12/contrib/llvm/lib/Analysis/LazyBranchProbabilityInfo.cpp
  stable/12/contrib/llvm/lib/Analysis/LazyCallGraph.cpp
  stable/12/contrib/llvm/lib/Analysis/LazyValueInfo.cpp
  stable/12/contrib/llvm/lib/Analysis/LegacyDivergenceAnalysis.cpp
  stable/12/contrib/llvm/lib/Analysis/Lint.cpp
  stable/12/contrib/llvm/lib/Analysis/Loads.cpp
  stable/12/contrib/llvm/lib/Analysis/LoopAccessAnalysis.cpp
  stable/12/contrib/llvm/lib/Analysis/LoopAnalysisManager.cpp
  stable/12/contrib/llvm/lib/Analysis/LoopInfo.cpp
  stable/12/contrib/llvm/lib/Analysis/LoopPass.cpp
  stable/12/contrib/llvm/lib/Analysis/LoopUnrollAnalyzer.cpp
  stable/12/contrib/llvm/lib/Analysis/MemDepPrinter.cpp
  stable/12/contrib/llvm/lib/Analysis/MemDerefPrinter.cpp
  stable/12/contrib/llvm/lib/Analysis/MemoryBuiltins.cpp
  stable/12/contrib/llvm/lib/Analysis/MemoryDependenceAnalysis.cpp
  stable/12/contrib/llvm/lib/Analysis/MemoryLocation.cpp
  stable/12/contrib/llvm/lib/Analysis/MemorySSA.cpp
  stable/12/contrib/llvm/lib/Analysis/MemorySSAUpdater.cpp
  stable/12/contrib/llvm/lib/Analysis/ModuleDebugInfoPrinter.cpp
  stable/12/contrib/llvm/lib/Analysis/ModuleSummaryAnalysis.cpp
  stable/12/contrib/llvm/lib/Analysis/MustExecute.cpp
  stable/12/contrib/llvm/lib/Analysis/ObjCARCAliasAnalysis.cpp
  stable/12/contrib/llvm/lib/Analysis/ObjCARCAnalysisUtils.cpp
  stable/12/contrib/llvm/lib/Analysis/ObjCARCInstKind.cpp
  stable/12/contrib/llvm/lib/Analysis/OptimizationRemarkEmitter.cpp
  stable/12/contrib/llvm/lib/Analysis/OrderedBasicBlock.cpp
  stable/12/contrib/llvm/lib/Analysis/OrderedInstructions.cpp
  stable/12/contrib/llvm/lib/Analysis/PHITransAddr.cpp
  stable/12/contrib/llvm/lib/Analysis/PhiValues.cpp
  stable/12/contrib/llvm/lib/Analysis/PostDominators.cpp
  stable/12/contrib/llvm/lib/Analysis/ProfileSummaryInfo.cpp
  stable/12/contrib/llvm/lib/Analysis/PtrUseVisitor.cpp
  stable/12/contrib/llvm/lib/Analysis/RegionInfo.cpp
  stable/12/contrib/llvm/lib/Analysis/RegionPass.cpp
  stable/12/contrib/llvm/lib/Analysis/RegionPrinter.cpp
  stable/12/contrib/llvm/lib/Analysis/ScalarEvolution.cpp
  stable/12/contrib/llvm/lib/Analysis/ScalarEvolutionAliasAnalysis.cpp
  stable/12/contrib/llvm/lib/Analysis/ScalarEvolutionExpander.cpp
  stable/12/contrib/llvm/lib/Analysis/ScalarEvolutionNormalization.cpp
  stable/12/contrib/llvm/lib/Analysis/ScopedNoAliasAA.cpp
  stable/12/contrib/llvm/lib/Analysis/StackSafetyAnalysis.cpp
  stable/12/contrib/llvm/lib/Analysis/StratifiedSets.h
  stable/12/contrib/llvm/lib/Analysis/SyncDependenceAnalysis.cpp
  stable/12/contrib/llvm/lib/Analysis/SyntheticCountsUtils.cpp
  stable/12/contrib/llvm/lib/Analysis/TargetLibraryInfo.cpp
  stable/12/contrib/llvm/lib/Analysis/TargetTransformInfo.cpp
  stable/12/contrib/llvm/lib/Analysis/Trace.cpp
  stable/12/contrib/llvm/lib/Analysis/TypeBasedAliasAnalysis.cpp
  stable/12/contrib/llvm/lib/Analysis/TypeMetadataUtils.cpp
  stable/12/contrib/llvm/lib/Analysis/ValueLattice.cpp
  stable/12/contrib/llvm/lib/Analysis/ValueLatticeUtils.cpp
  stable/12/contrib/llvm/lib/Analysis/ValueTracking.cpp
  stable/12/contrib/llvm/lib/Analysis/VectorUtils.cpp
  stable/12/contrib/llvm/lib/AsmParser/LLLexer.cpp
  stable/12/contrib/llvm/lib/AsmParser/LLLexer.h
  stable/12/contrib/llvm/lib/AsmParser/LLParser.cpp
  stable/12/contrib/llvm/lib/AsmParser/LLParser.h
  stable/12/contrib/llvm/lib/AsmParser/LLToken.h
  stable/12/contrib/llvm/lib/AsmParser/Parser.cpp
  stable/12/contrib/llvm/lib/BinaryFormat/AMDGPUMetadataVerifier.cpp
  stable/12/contrib/llvm/lib/BinaryFormat/Dwarf.cpp
  stable/12/contrib/llvm/lib/BinaryFormat/Magic.cpp
  stable/12/contrib/llvm/lib/BinaryFormat/MsgPackReader.cpp
  stable/12/contrib/llvm/lib/BinaryFormat/MsgPackWriter.cpp
  stable/12/contrib/llvm/lib/BinaryFormat/Wasm.cpp
  stable/12/contrib/llvm/lib/Bitcode/Reader/BitReader.cpp
  stable/12/contrib/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
  stable/12/contrib/llvm/lib/Bitcode/Reader/MetadataLoader.cpp
  stable/12/contrib/llvm/lib/Bitcode/Reader/MetadataLoader.h
  stable/12/contrib/llvm/lib/Bitcode/Reader/ValueList.cpp
  stable/12/contrib/llvm/lib/Bitcode/Reader/ValueList.h
  stable/12/contrib/llvm/lib/Bitcode/Writer/BitWriter.cpp
  stable/12/contrib/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
  stable/12/contrib/llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp
  stable/12/contrib/llvm/lib/Bitcode/Writer/ValueEnumerator.cpp
  stable/12/contrib/llvm/lib/Bitcode/Writer/ValueEnumerator.h
  stable/12/contrib/llvm/lib/CodeGen/AggressiveAntiDepBreaker.cpp
  stable/12/contrib/llvm/lib/CodeGen/AggressiveAntiDepBreaker.h
  stable/12/contrib/llvm/lib/CodeGen/AllocationOrder.cpp
  stable/12/contrib/llvm/lib/CodeGen/AllocationOrder.h
  stable/12/contrib/llvm/lib/CodeGen/Analysis.cpp
  stable/12/contrib/llvm/lib/CodeGen/AntiDepBreaker.h
  stable/12/contrib/llvm/lib/CodeGen/AsmPrinter/ARMException.cpp
  stable/12/contrib/llvm/lib/CodeGen/AsmPrinter/AccelTable.cpp
  stable/12/contrib/llvm/lib/CodeGen/AsmPrinter/AddressPool.cpp
  stable/12/contrib/llvm/lib/CodeGen/AsmPrinter/AddressPool.h
  stable/12/contrib/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  stable/12/contrib/llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
  stable/12/contrib/llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
  stable/12/contrib/llvm/lib/CodeGen/AsmPrinter/ByteStreamer.h
  stable/12/contrib/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  stable/12/contrib/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
  stable/12/contrib/llvm/lib/CodeGen/AsmPrinter/DIE.cpp
  stable/12/contrib/llvm/lib/CodeGen/AsmPrinter/DIEHash.cpp
  stable/12/contrib/llvm/lib/CodeGen/AsmPrinter/DIEHash.h
  stable/12/contrib/llvm/lib/CodeGen/AsmPrinter/DbgEntityHistoryCalculator.cpp
  stable/12/contrib/llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp
  stable/12/contrib/llvm/lib/CodeGen/AsmPrinter/DebugLocEntry.h
  stable/12/contrib/llvm/lib/CodeGen/AsmPrinter/DebugLocStream.cpp
  stable/12/contrib/llvm/lib/CodeGen/AsmPrinter/DebugLocStream.h
  stable/12/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
  stable/12/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
  stable/12/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
  stable/12/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  stable/12/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
  stable/12/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfException.h
  stable/12/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.cpp
  stable/12/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h
  stable/12/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfFile.cpp
  stable/12/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfFile.h
  stable/12/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfStringPool.cpp
  stable/12/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfStringPool.h
  stable/12/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
  stable/12/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h
  stable/12/contrib/llvm/lib/CodeGen/AsmPrinter/EHStreamer.cpp
  stable/12/contrib/llvm/lib/CodeGen/AsmPrinter/EHStreamer.h
  stable/12/contrib/llvm/lib/CodeGen/AsmPrinter/ErlangGCPrinter.cpp
  stable/12/contrib/llvm/lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp
  stable/12/contrib/llvm/lib/CodeGen/AsmPrinter/WasmException.cpp
  stable/12/contrib/llvm/lib/CodeGen/AsmPrinter/WasmException.h
  stable/12/contrib/llvm/lib/CodeGen/AsmPrinter/WinCFGuard.cpp
  stable/12/contrib/llvm/lib/CodeGen/AsmPrinter/WinCFGuard.h
  stable/12/contrib/llvm/lib/CodeGen/AsmPrinter/WinException.cpp
  stable/12/contrib/llvm/lib/CodeGen/AsmPrinter/WinException.h
  stable/12/contrib/llvm/lib/CodeGen/AtomicExpandPass.cpp
  stable/12/contrib/llvm/lib/CodeGen/BasicTargetTransformInfo.cpp
  stable/12/contrib/llvm/lib/CodeGen/BranchFolding.cpp
  stable/12/contrib/llvm/lib/CodeGen/BranchFolding.h
  stable/12/contrib/llvm/lib/CodeGen/BranchRelaxation.cpp
  stable/12/contrib/llvm/lib/CodeGen/BreakFalseDeps.cpp
  stable/12/contrib/llvm/lib/CodeGen/BuiltinGCs.cpp
  stable/12/contrib/llvm/lib/CodeGen/CFIInstrInserter.cpp
  stable/12/contrib/llvm/lib/CodeGen/CalcSpillWeights.cpp
  stable/12/contrib/llvm/lib/CodeGen/CallingConvLower.cpp
  stable/12/contrib/llvm/lib/CodeGen/CodeGen.cpp
  stable/12/contrib/llvm/lib/CodeGen/CodeGenPrepare.cpp
  stable/12/contrib/llvm/lib/CodeGen/CriticalAntiDepBreaker.cpp
  stable/12/contrib/llvm/lib/CodeGen/CriticalAntiDepBreaker.h
  stable/12/contrib/llvm/lib/CodeGen/DFAPacketizer.cpp
  stable/12/contrib/llvm/lib/CodeGen/DeadMachineInstructionElim.cpp
  stable/12/contrib/llvm/lib/CodeGen/DetectDeadLanes.cpp
  stable/12/contrib/llvm/lib/CodeGen/DwarfEHPrepare.cpp
  stable/12/contrib/llvm/lib/CodeGen/EarlyIfConversion.cpp
  stable/12/contrib/llvm/lib/CodeGen/EdgeBundles.cpp
  stable/12/contrib/llvm/lib/CodeGen/ExecutionDomainFix.cpp
  stable/12/contrib/llvm/lib/CodeGen/ExpandMemCmp.cpp
  stable/12/contrib/llvm/lib/CodeGen/ExpandPostRAPseudos.cpp
  stable/12/contrib/llvm/lib/CodeGen/ExpandReductions.cpp
  stable/12/contrib/llvm/lib/CodeGen/FEntryInserter.cpp
  stable/12/contrib/llvm/lib/CodeGen/FaultMaps.cpp
  stable/12/contrib/llvm/lib/CodeGen/FuncletLayout.cpp
  stable/12/contrib/llvm/lib/CodeGen/GCMetadata.cpp
  stable/12/contrib/llvm/lib/CodeGen/GCMetadataPrinter.cpp
  stable/12/contrib/llvm/lib/CodeGen/GCRootLowering.cpp
  stable/12/contrib/llvm/lib/CodeGen/GCStrategy.cpp
  stable/12/contrib/llvm/lib/CodeGen/GlobalISel/CSEInfo.cpp
  stable/12/contrib/llvm/lib/CodeGen/GlobalISel/CSEMIRBuilder.cpp
  stable/12/contrib/llvm/lib/CodeGen/GlobalISel/CallLowering.cpp
  stable/12/contrib/llvm/lib/CodeGen/GlobalISel/Combiner.cpp
  stable/12/contrib/llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
  stable/12/contrib/llvm/lib/CodeGen/GlobalISel/GISelChangeObserver.cpp
  stable/12/contrib/llvm/lib/CodeGen/GlobalISel/GlobalISel.cpp
  stable/12/contrib/llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
  stable/12/contrib/llvm/lib/CodeGen/GlobalISel/InstructionSelect.cpp
  stable/12/contrib/llvm/lib/CodeGen/GlobalISel/InstructionSelector.cpp
  stable/12/contrib/llvm/lib/CodeGen/GlobalISel/LegalityPredicates.cpp
  stable/12/contrib/llvm/lib/CodeGen/GlobalISel/LegalizeMutations.cpp
  stable/12/contrib/llvm/lib/CodeGen/GlobalISel/Legalizer.cpp
  stable/12/contrib/llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  stable/12/contrib/llvm/lib/CodeGen/GlobalISel/LegalizerInfo.cpp
  stable/12/contrib/llvm/lib/CodeGen/GlobalISel/Localizer.cpp
  stable/12/contrib/llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
  stable/12/contrib/llvm/lib/CodeGen/GlobalISel/RegBankSelect.cpp
  stable/12/contrib/llvm/lib/CodeGen/GlobalISel/RegisterBank.cpp
  stable/12/contrib/llvm/lib/CodeGen/GlobalISel/RegisterBankInfo.cpp
  stable/12/contrib/llvm/lib/CodeGen/GlobalISel/Utils.cpp
  stable/12/contrib/llvm/lib/CodeGen/GlobalMerge.cpp
  stable/12/contrib/llvm/lib/CodeGen/IfConversion.cpp
  stable/12/contrib/llvm/lib/CodeGen/ImplicitNullChecks.cpp
  stable/12/contrib/llvm/lib/CodeGen/IndirectBrExpandPass.cpp
  stable/12/contrib/llvm/lib/CodeGen/InlineSpiller.cpp
  stable/12/contrib/llvm/lib/CodeGen/InterferenceCache.cpp
  stable/12/contrib/llvm/lib/CodeGen/InterferenceCache.h
  stable/12/contrib/llvm/lib/CodeGen/InterleavedAccessPass.cpp
  stable/12/contrib/llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp
  stable/12/contrib/llvm/lib/CodeGen/IntrinsicLowering.cpp
  stable/12/contrib/llvm/lib/CodeGen/LLVMTargetMachine.cpp
  stable/12/contrib/llvm/lib/CodeGen/LatencyPriorityQueue.cpp
  stable/12/contrib/llvm/lib/CodeGen/LazyMachineBlockFrequencyInfo.cpp
  stable/12/contrib/llvm/lib/CodeGen/LexicalScopes.cpp
  stable/12/contrib/llvm/lib/CodeGen/LiveDebugValues.cpp
  stable/12/contrib/llvm/lib/CodeGen/LiveDebugVariables.cpp
  stable/12/contrib/llvm/lib/CodeGen/LiveDebugVariables.h
  stable/12/contrib/llvm/lib/CodeGen/LiveInterval.cpp
  stable/12/contrib/llvm/lib/CodeGen/LiveIntervalUnion.cpp
  stable/12/contrib/llvm/lib/CodeGen/LiveIntervals.cpp
  stable/12/contrib/llvm/lib/CodeGen/LivePhysRegs.cpp
  stable/12/contrib/llvm/lib/CodeGen/LiveRangeCalc.cpp
  stable/12/contrib/llvm/lib/CodeGen/LiveRangeCalc.h
  stable/12/contrib/llvm/lib/CodeGen/LiveRangeEdit.cpp
  stable/12/contrib/llvm/lib/CodeGen/LiveRangeShrink.cpp
  stable/12/contrib/llvm/lib/CodeGen/LiveRangeUtils.h
  stable/12/contrib/llvm/lib/CodeGen/LiveRegMatrix.cpp
  stable/12/contrib/llvm/lib/CodeGen/LiveRegUnits.cpp
  stable/12/contrib/llvm/lib/CodeGen/LiveStacks.cpp
  stable/12/contrib/llvm/lib/CodeGen/LiveVariables.cpp
  stable/12/contrib/llvm/lib/CodeGen/LocalStackSlotAllocation.cpp
  stable/12/contrib/llvm/lib/CodeGen/LoopTraversal.cpp
  stable/12/contrib/llvm/lib/CodeGen/LowLevelType.cpp
  stable/12/contrib/llvm/lib/CodeGen/LowerEmuTLS.cpp
  stable/12/contrib/llvm/lib/CodeGen/MIRCanonicalizerPass.cpp
  stable/12/contrib/llvm/lib/CodeGen/MIRParser/MILexer.cpp
  stable/12/contrib/llvm/lib/CodeGen/MIRParser/MILexer.h
  stable/12/contrib/llvm/lib/CodeGen/MIRParser/MIParser.cpp
  stable/12/contrib/llvm/lib/CodeGen/MIRParser/MIRParser.cpp
  stable/12/contrib/llvm/lib/CodeGen/MIRPrinter.cpp
  stable/12/contrib/llvm/lib/CodeGen/MIRPrintingPass.cpp
  stable/12/contrib/llvm/lib/CodeGen/MachineBasicBlock.cpp
  stable/12/contrib/llvm/lib/CodeGen/MachineBlockFrequencyInfo.cpp
  stable/12/contrib/llvm/lib/CodeGen/MachineBlockPlacement.cpp
  stable/12/contrib/llvm/lib/CodeGen/MachineBranchProbabilityInfo.cpp
  stable/12/contrib/llvm/lib/CodeGen/MachineCSE.cpp
  stable/12/contrib/llvm/lib/CodeGen/MachineCombiner.cpp
  stable/12/contrib/llvm/lib/CodeGen/MachineCopyPropagation.cpp
  stable/12/contrib/llvm/lib/CodeGen/MachineDominanceFrontier.cpp
  stable/12/contrib/llvm/lib/CodeGen/MachineDominators.cpp
  stable/12/contrib/llvm/lib/CodeGen/MachineFrameInfo.cpp
  stable/12/contrib/llvm/lib/CodeGen/MachineFunction.cpp
  stable/12/contrib/llvm/lib/CodeGen/MachineFunctionPass.cpp
  stable/12/contrib/llvm/lib/CodeGen/MachineFunctionPrinterPass.cpp
  stable/12/contrib/llvm/lib/CodeGen/MachineInstr.cpp
  stable/12/contrib/llvm/lib/CodeGen/MachineInstrBundle.cpp
  stable/12/contrib/llvm/lib/CodeGen/MachineLICM.cpp
  stable/12/contrib/llvm/lib/CodeGen/MachineLoopInfo.cpp
  stable/12/contrib/llvm/lib/CodeGen/MachineModuleInfo.cpp
  stable/12/contrib/llvm/lib/CodeGen/MachineModuleInfoImpls.cpp
  stable/12/contrib/llvm/lib/CodeGen/MachineOperand.cpp
  stable/12/contrib/llvm/lib/CodeGen/MachineOptimizationRemarkEmitter.cpp
  stable/12/contrib/llvm/lib/CodeGen/MachineOutliner.cpp
  stable/12/contrib/llvm/lib/CodeGen/MachinePipeliner.cpp
  stable/12/contrib/llvm/lib/CodeGen/MachinePostDominators.cpp
  stable/12/contrib/llvm/lib/CodeGen/MachineRegionInfo.cpp
  stable/12/contrib/llvm/lib/CodeGen/MachineRegisterInfo.cpp
  stable/12/contrib/llvm/lib/CodeGen/MachineSSAUpdater.cpp
  stable/12/contrib/llvm/lib/CodeGen/MachineScheduler.cpp
  stable/12/contrib/llvm/lib/CodeGen/MachineSink.cpp
  stable/12/contrib/llvm/lib/CodeGen/MachineTraceMetrics.cpp
  stable/12/contrib/llvm/lib/CodeGen/MachineVerifier.cpp
  stable/12/contrib/llvm/lib/CodeGen/MacroFusion.cpp
  stable/12/contrib/llvm/lib/CodeGen/OptimizePHIs.cpp
  stable/12/contrib/llvm/lib/CodeGen/PHIElimination.cpp
  stable/12/contrib/llvm/lib/CodeGen/PHIEliminationUtils.cpp
  stable/12/contrib/llvm/lib/CodeGen/PHIEliminationUtils.h
  stable/12/contrib/llvm/lib/CodeGen/ParallelCG.cpp
  stable/12/contrib/llvm/lib/CodeGen/PatchableFunction.cpp
  stable/12/contrib/llvm/lib/CodeGen/PeepholeOptimizer.cpp
  stable/12/contrib/llvm/lib/CodeGen/PostRAHazardRecognizer.cpp
  stable/12/contrib/llvm/lib/CodeGen/PostRASchedulerList.cpp
  stable/12/contrib/llvm/lib/CodeGen/PreISelIntrinsicLowering.cpp
  stable/12/contrib/llvm/lib/CodeGen/ProcessImplicitDefs.cpp
  stable/12/contrib/llvm/lib/CodeGen/PrologEpilogInserter.cpp
  stable/12/contrib/llvm/lib/CodeGen/PseudoSourceValue.cpp
  stable/12/contrib/llvm/lib/CodeGen/ReachingDefAnalysis.cpp
  stable/12/contrib/llvm/lib/CodeGen/RegAllocBase.cpp
  stable/12/contrib/llvm/lib/CodeGen/RegAllocBase.h
  stable/12/contrib/llvm/lib/CodeGen/RegAllocBasic.cpp
  stable/12/contrib/llvm/lib/CodeGen/RegAllocFast.cpp
  stable/12/contrib/llvm/lib/CodeGen/RegAllocGreedy.cpp
  stable/12/contrib/llvm/lib/CodeGen/RegAllocPBQP.cpp
  stable/12/contrib/llvm/lib/CodeGen/RegUsageInfoCollector.cpp
  stable/12/contrib/llvm/lib/CodeGen/RegUsageInfoPropagate.cpp
  stable/12/contrib/llvm/lib/CodeGen/RegisterClassInfo.cpp
  stable/12/contrib/llvm/lib/CodeGen/RegisterCoalescer.cpp
  stable/12/contrib/llvm/lib/CodeGen/RegisterCoalescer.h
  stable/12/contrib/llvm/lib/CodeGen/RegisterPressure.cpp
  stable/12/contrib/llvm/lib/CodeGen/RegisterScavenging.cpp
  stable/12/contrib/llvm/lib/CodeGen/RegisterUsageInfo.cpp
  stable/12/contrib/llvm/lib/CodeGen/RenameIndependentSubregs.cpp
  stable/12/contrib/llvm/lib/CodeGen/ResetMachineFunctionPass.cpp
  stable/12/contrib/llvm/lib/CodeGen/SafeStack.cpp
  stable/12/contrib/llvm/lib/CodeGen/SafeStackColoring.cpp
  stable/12/contrib/llvm/lib/CodeGen/SafeStackColoring.h
  stable/12/contrib/llvm/lib/CodeGen/SafeStackLayout.cpp
  stable/12/contrib/llvm/lib/CodeGen/SafeStackLayout.h
  stable/12/contrib/llvm/lib/CodeGen/ScalarizeMaskedMemIntrin.cpp
  stable/12/contrib/llvm/lib/CodeGen/ScheduleDAG.cpp
  stable/12/contrib/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp
  stable/12/contrib/llvm/lib/CodeGen/ScheduleDAGPrinter.cpp
  stable/12/contrib/llvm/lib/CodeGen/ScoreboardHazardRecognizer.cpp
  stable/12/contrib/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  stable/12/contrib/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
  stable/12/contrib/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
  stable/12/contrib/llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
  stable/12/contrib/llvm/lib/CodeGen/SelectionDAG/InstrEmitter.h
  stable/12/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
  stable/12/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
  stable/12/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
  stable/12/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
  stable/12/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
  stable/12/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp
  stable/12/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
  stable/12/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
  stable/12/contrib/llvm/lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp
  stable/12/contrib/llvm/lib/CodeGen/SelectionDAG/SDNodeDbgValue.h
  stable/12/contrib/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp
  stable/12/contrib/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
  stable/12/contrib/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
  stable/12/contrib/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h
  stable/12/contrib/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGVLIW.cpp
  stable/12/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  stable/12/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGAddressAnalysis.cpp
  stable/12/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  stable/12/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
  stable/12/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
  stable/12/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
  stable/12/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
  stable/12/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGTargetInfo.cpp
  stable/12/contrib/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
  stable/12/contrib/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.h
  stable/12/contrib/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
  stable/12/contrib/llvm/lib/CodeGen/ShadowStackGCLowering.cpp
  stable/12/contrib/llvm/lib/CodeGen/ShrinkWrap.cpp
  stable/12/contrib/llvm/lib/CodeGen/SjLjEHPrepare.cpp
  stable/12/contrib/llvm/lib/CodeGen/SlotIndexes.cpp
  stable/12/contrib/llvm/lib/CodeGen/SpillPlacement.cpp
  stable/12/contrib/llvm/lib/CodeGen/SpillPlacement.h
  stable/12/contrib/llvm/lib/CodeGen/Spiller.h
  stable/12/contrib/llvm/lib/CodeGen/SplitKit.cpp
  stable/12/contrib/llvm/lib/CodeGen/SplitKit.h
  stable/12/contrib/llvm/lib/CodeGen/StackColoring.cpp
  stable/12/contrib/llvm/lib/CodeGen/StackMapLivenessAnalysis.cpp
  stable/12/contrib/llvm/lib/CodeGen/StackMaps.cpp
  stable/12/contrib/llvm/lib/CodeGen/StackProtector.cpp
  stable/12/contrib/llvm/lib/CodeGen/StackSlotColoring.cpp
  stable/12/contrib/llvm/lib/CodeGen/TailDuplication.cpp
  stable/12/contrib/llvm/lib/CodeGen/TailDuplicator.cpp
  stable/12/contrib/llvm/lib/CodeGen/TargetFrameLoweringImpl.cpp
  stable/12/contrib/llvm/lib/CodeGen/TargetInstrInfo.cpp
  stable/12/contrib/llvm/lib/CodeGen/TargetLoweringBase.cpp
  stable/12/contrib/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  stable/12/contrib/llvm/lib/CodeGen/TargetOptionsImpl.cpp
  stable/12/contrib/llvm/lib/CodeGen/TargetPassConfig.cpp
  stable/12/contrib/llvm/lib/CodeGen/TargetRegisterInfo.cpp
  stable/12/contrib/llvm/lib/CodeGen/TargetSchedule.cpp
  stable/12/contrib/llvm/lib/CodeGen/TargetSubtargetInfo.cpp
  stable/12/contrib/llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
  stable/12/contrib/llvm/lib/CodeGen/UnreachableBlockElim.cpp
  stable/12/contrib/llvm/lib/CodeGen/ValueTypes.cpp
  stable/12/contrib/llvm/lib/CodeGen/VirtRegMap.cpp
  stable/12/contrib/llvm/lib/CodeGen/WasmEHPrepare.cpp
  stable/12/contrib/llvm/lib/CodeGen/WinEHPrepare.cpp
  stable/12/contrib/llvm/lib/CodeGen/XRayInstrumentation.cpp
  stable/12/contrib/llvm/lib/DebugInfo/CodeView/AppendingTypeTableBuilder.cpp
  stable/12/contrib/llvm/lib/DebugInfo/CodeView/CVSymbolVisitor.cpp
  stable/12/contrib/llvm/lib/DebugInfo/CodeView/CVTypeVisitor.cpp
  stable/12/contrib/llvm/lib/DebugInfo/CodeView/CodeViewError.cpp
  stable/12/contrib/llvm/lib/DebugInfo/CodeView/CodeViewRecordIO.cpp
  stable/12/contrib/llvm/lib/DebugInfo/CodeView/ContinuationRecordBuilder.cpp
  stable/12/contrib/llvm/lib/DebugInfo/CodeView/DebugChecksumsSubsection.cpp
  stable/12/contrib/llvm/lib/DebugInfo/CodeView/DebugCrossExSubsection.cpp
  stable/12/contrib/llvm/lib/DebugInfo/CodeView/DebugCrossImpSubsection.cpp
  stable/12/contrib/llvm/lib/DebugInfo/CodeView/DebugFrameDataSubsection.cpp
  stable/12/contrib/llvm/lib/DebugInfo/CodeView/DebugInlineeLinesSubsection.cpp
  stable/12/contrib/llvm/lib/DebugInfo/CodeView/DebugLinesSubsection.cpp
  stable/12/contrib/llvm/lib/DebugInfo/CodeView/DebugStringTableSubsection.cpp
  stable/12/contrib/llvm/lib/DebugInfo/CodeView/DebugSubsection.cpp
  stable/12/contrib/llvm/lib/DebugInfo/CodeView/DebugSubsectionRecord.cpp
  stable/12/contrib/llvm/lib/DebugInfo/CodeView/DebugSubsectionVisitor.cpp
  stable/12/contrib/llvm/lib/DebugInfo/CodeView/DebugSymbolRVASubsection.cpp
  stable/12/contrib/llvm/lib/DebugInfo/CodeView/DebugSymbolsSubsection.cpp
  stable/12/contrib/llvm/lib/DebugInfo/CodeView/EnumTables.cpp
  stable/12/contrib/llvm/lib/DebugInfo/CodeView/Formatters.cpp
  stable/12/contrib/llvm/lib/DebugInfo/CodeView/GlobalTypeTableBuilder.cpp
  stable/12/contrib/llvm/lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp
  stable/12/contrib/llvm/lib/DebugInfo/CodeView/Line.cpp
  stable/12/contrib/llvm/lib/DebugInfo/CodeView/MergingTypeTableBuilder.cpp
  stable/12/contrib/llvm/lib/DebugInfo/CodeView/RecordName.cpp
  stable/12/contrib/llvm/lib/DebugInfo/CodeView/RecordSerialization.cpp
  stable/12/contrib/llvm/lib/DebugInfo/CodeView/SimpleTypeSerializer.cpp
  stable/12/contrib/llvm/lib/DebugInfo/CodeView/StringsAndChecksums.cpp
  stable/12/contrib/llvm/lib/DebugInfo/CodeView/SymbolDumper.cpp
  stable/12/contrib/llvm/lib/DebugInfo/CodeView/SymbolRecordHelpers.cpp
  stable/12/contrib/llvm/lib/DebugInfo/CodeView/SymbolRecordMapping.cpp
  stable/12/contrib/llvm/lib/DebugInfo/CodeView/SymbolSerializer.cpp
  stable/12/contrib/llvm/lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
  stable/12/contrib/llvm/lib/DebugInfo/CodeView/TypeHashing.cpp
  stable/12/contrib/llvm/lib/DebugInfo/CodeView/TypeIndex.cpp
  stable/12/contrib/llvm/lib/DebugInfo/CodeView/TypeIndexDiscovery.cpp
  stable/12/contrib/llvm/lib/DebugInfo/CodeView/TypeRecordHelpers.cpp
  stable/12/contrib/llvm/lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  stable/12/contrib/llvm/lib/DebugInfo/CodeView/TypeStreamMerger.cpp
  stable/12/contrib/llvm/lib/DebugInfo/CodeView/TypeTableCollection.cpp
  stable/12/contrib/llvm/lib/DebugInfo/DWARF/DWARFAbbreviationDeclaration.cpp
  stable/12/contrib/llvm/lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp
  stable/12/contrib/llvm/lib/DebugInfo/DWARF/DWARFAddressRange.cpp
  stable/12/contrib/llvm/lib/DebugInfo/DWARF/DWARFCompileUnit.cpp
  stable/12/contrib/llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
  stable/12/contrib/llvm/lib/DebugInfo/DWARF/DWARFDataExtractor.cpp
  stable/12/contrib/llvm/lib/DebugInfo/DWARF/DWARFDebugAbbrev.cpp
  stable/12/contrib/llvm/lib/DebugInfo/DWARF/DWARFDebugAddr.cpp
  stable/12/contrib/llvm/lib/DebugInfo/DWARF/DWARFDebugArangeSet.cpp
  stable/12/contrib/llvm/lib/DebugInfo/DWARF/DWARFDebugAranges.cpp
  stable/12/contrib/llvm/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
  stable/12/contrib/llvm/lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp
  stable/12/contrib/llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp
  stable/12/contrib/llvm/lib/DebugInfo/DWARF/DWARFDebugLoc.cpp
  stable/12/contrib/llvm/lib/DebugInfo/DWARF/DWARFDebugMacro.cpp
  stable/12/contrib/llvm/lib/DebugInfo/DWARF/DWARFDebugPubTable.cpp
  stable/12/contrib/llvm/lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp
  stable/12/contrib/llvm/lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp
  stable/12/contrib/llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
  stable/12/contrib/llvm/lib/DebugInfo/DWARF/DWARFExpression.cpp
  stable/12/contrib/llvm/lib/DebugInfo/DWARF/DWARFFormValue.cpp
  stable/12/contrib/llvm/lib/DebugInfo/DWARF/DWARFGdbIndex.cpp
  stable/12/contrib/llvm/lib/DebugInfo/DWARF/DWARFListTable.cpp
  stable/12/contrib/llvm/lib/DebugInfo/DWARF/DWARFTypeUnit.cpp
  stable/12/contrib/llvm/lib/DebugInfo/DWARF/DWARFUnit.cpp
  stable/12/contrib/llvm/lib/DebugInfo/DWARF/DWARFUnitIndex.cpp
  stable/12/contrib/llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp
  stable/12/contrib/llvm/lib/DebugInfo/MSF/MSFBuilder.cpp
  stable/12/contrib/llvm/lib/DebugInfo/MSF/MSFCommon.cpp
  stable/12/contrib/llvm/lib/DebugInfo/MSF/MSFError.cpp
  stable/12/contrib/llvm/lib/DebugInfo/MSF/MappedBlockStream.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/DIA/DIADataStream.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/DIA/DIAEnumDebugStreams.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/DIA/DIAEnumFrameData.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/DIA/DIAEnumInjectedSources.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/DIA/DIAEnumLineNumbers.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/DIA/DIAEnumSectionContribs.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/DIA/DIAEnumSourceFiles.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/DIA/DIAEnumSymbols.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/DIA/DIAEnumTables.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/DIA/DIAFrameData.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/DIA/DIAInjectedSource.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/DIA/DIALineNumber.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/DIA/DIARawSymbol.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/DIA/DIASectionContrib.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/DIA/DIASession.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/DIA/DIASourceFile.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/DIA/DIATable.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/GenericError.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/IPDBSourceFile.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/Native/DbiModuleDescriptor.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/Native/DbiModuleList.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/Native/DbiStream.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/Native/EnumTables.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/Native/GlobalsStream.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/Native/Hash.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/Native/HashTable.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/Native/InfoStream.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/Native/InfoStreamBuilder.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/Native/ModuleDebugStream.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/Native/NamedStreamMap.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/Native/NativeCompilandSymbol.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/Native/NativeEnumGlobals.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/Native/NativeEnumModules.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/Native/NativeEnumTypes.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/Native/NativeExeSymbol.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/Native/NativeSession.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/Native/NativeSymbolEnumerator.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/Native/NativeTypeArray.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/Native/NativeTypeBuiltin.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/Native/NativeTypeFunctionSig.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/Native/NativeTypePointer.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/Native/NativeTypeUDT.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/Native/PDBFile.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/Native/PDBStringTable.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/Native/PDBStringTableBuilder.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/Native/PublicsStream.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/Native/RawError.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/Native/SymbolStream.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/Native/TpiHashing.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/Native/TpiStream.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/Native/TpiStreamBuilder.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/PDB.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/PDBContext.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/PDBExtras.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/PDBInterfaceAnchors.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/PDBSymDumper.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/PDBSymbol.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolAnnotation.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolBlock.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolCompiland.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolCompilandDetails.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolCompilandEnv.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolCustom.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolData.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolExe.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolFunc.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolFuncDebugEnd.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolFuncDebugStart.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolLabel.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolPublicSymbol.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolThunk.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolTypeArray.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolTypeBaseClass.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolTypeBuiltin.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolTypeCustom.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolTypeDimension.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolTypeEnum.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolTypeFriend.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolTypeFunctionArg.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolTypeFunctionSig.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolTypeManaged.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolTypePointer.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolTypeTypedef.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolTypeUDT.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolTypeVTable.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolTypeVTableShape.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolUnknown.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolUsingNamespace.cpp
  stable/12/contrib/llvm/lib/DebugInfo/PDB/UDTLayout.cpp
  stable/12/contrib/llvm/lib/DebugInfo/Symbolize/DIPrinter.cpp
  stable/12/contrib/llvm/lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp
  stable/12/contrib/llvm/lib/DebugInfo/Symbolize/SymbolizableObjectFile.h
  stable/12/contrib/llvm/lib/DebugInfo/Symbolize/Symbolize.cpp
  stable/12/contrib/llvm/lib/Demangle/ItaniumDemangle.cpp
  stable/12/contrib/llvm/lib/Demangle/MicrosoftDemangle.cpp
  stable/12/contrib/llvm/lib/Demangle/MicrosoftDemangleNodes.cpp
  stable/12/contrib/llvm/lib/ExecutionEngine/ExecutionEngine.cpp
  stable/12/contrib/llvm/lib/ExecutionEngine/ExecutionEngineBindings.cpp
  stable/12/contrib/llvm/lib/ExecutionEngine/GDBRegistrationListener.cpp
  stable/12/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp
  stable/12/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/IntelJITEventsWrapper.h
  stable/12/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/ittnotify_config.h
  stable/12/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/ittnotify_types.h
  stable/12/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/jitprofiling.c
  stable/12/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/jitprofiling.h
  stable/12/contrib/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp
  stable/12/contrib/llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
  stable/12/contrib/llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp
  stable/12/contrib/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h
  stable/12/contrib/llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp
  stable/12/contrib/llvm/lib/ExecutionEngine/MCJIT/MCJIT.h
  stable/12/contrib/llvm/lib/ExecutionEngine/OProfileJIT/OProfileJITEventListener.cpp
  stable/12/contrib/llvm/lib/ExecutionEngine/OProfileJIT/OProfileWrapper.cpp
  stable/12/contrib/llvm/lib/ExecutionEngine/Orc/CompileOnDemandLayer.cpp
  stable/12/contrib/llvm/lib/ExecutionEngine/Orc/Core.cpp
  stable/12/contrib/llvm/lib/ExecutionEngine/Orc/ExecutionUtils.cpp
  stable/12/contrib/llvm/lib/ExecutionEngine/Orc/IRCompileLayer.cpp
  stable/12/contrib/llvm/lib/ExecutionEngine/Orc/IRTransformLayer.cpp
  stable/12/contrib/llvm/lib/ExecutionEngine/Orc/IndirectionUtils.cpp
  stable/12/contrib/llvm/lib/ExecutionEngine/Orc/JITTargetMachineBuilder.cpp
  stable/12/contrib/llvm/lib/ExecutionEngine/Orc/LLJIT.cpp
  stable/12/contrib/llvm/lib/ExecutionEngine/Orc/Layer.cpp
  stable/12/contrib/llvm/lib/ExecutionEngine/Orc/LazyReexports.cpp
  stable/12/contrib/llvm/lib/ExecutionEngine/Orc/Legacy.cpp
  stable/12/contrib/llvm/lib/ExecutionEngine/Orc/NullResolver.cpp
  stable/12/contrib/llvm/lib/ExecutionEngine/Orc/ObjectTransformLayer.cpp
  stable/12/contrib/llvm/lib/ExecutionEngine/Orc/OrcABISupport.cpp
  stable/12/contrib/llvm/lib/ExecutionEngine/Orc/OrcCBindings.cpp
  stable/12/contrib/llvm/lib/ExecutionEngine/Orc/OrcCBindingsStack.h
  stable/12/contrib/llvm/lib/ExecutionEngine/Orc/OrcError.cpp
  stable/12/contrib/llvm/lib/ExecutionEngine/Orc/OrcMCJITReplacement.cpp
  stable/12/contrib/llvm/lib/ExecutionEngine/Orc/OrcMCJITReplacement.h
  stable/12/contrib/llvm/lib/ExecutionEngine/Orc/RPCUtils.cpp
  stable/12/contrib/llvm/lib/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.cpp
  stable/12/contrib/llvm/lib/ExecutionEngine/Orc/ThreadSafeModule.cpp
  stable/12/contrib/llvm/lib/ExecutionEngine/PerfJITEvents/PerfJITEventListener.cpp
  stable/12/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/JITSymbol.cpp
  stable/12/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RTDyldMemoryManager.cpp
  stable/12/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
  stable/12/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCOFF.cpp
  stable/12/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCOFF.h
  stable/12/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp
  stable/12/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCheckerImpl.h
  stable/12/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
  stable/12/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h
  stable/12/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
  stable/12/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
  stable/12/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h
  stable/12/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFI386.h
  stable/12/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFThumb.h
  stable/12/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFX86_64.h
  stable/12/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldELFMips.cpp
  stable/12/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldELFMips.h
  stable/12/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h
  stable/12/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOARM.h
  stable/12/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOI386.h
  stable/12/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOX86_64.h
  stable/12/contrib/llvm/lib/ExecutionEngine/SectionMemoryManager.cpp
  stable/12/contrib/llvm/lib/ExecutionEngine/TargetSelect.cpp
  stable/12/contrib/llvm/lib/FuzzMutate/FuzzerCLI.cpp
  stable/12/contrib/llvm/lib/FuzzMutate/IRMutator.cpp
  stable/12/contrib/llvm/lib/FuzzMutate/OpDescriptor.cpp
  stable/12/contrib/llvm/lib/FuzzMutate/Operations.cpp
  stable/12/contrib/llvm/lib/FuzzMutate/RandomIRBuilder.cpp
  stable/12/contrib/llvm/lib/IR/AsmWriter.cpp
  stable/12/contrib/llvm/lib/IR/AttributeImpl.h
  stable/12/contrib/llvm/lib/IR/Attributes.cpp
  stable/12/contrib/llvm/lib/IR/AutoUpgrade.cpp
  stable/12/contrib/llvm/lib/IR/BasicBlock.cpp
  stable/12/contrib/llvm/lib/IR/Comdat.cpp
  stable/12/contrib/llvm/lib/IR/ConstantFold.cpp
  stable/12/contrib/llvm/lib/IR/ConstantFold.h
  stable/12/contrib/llvm/lib/IR/ConstantRange.cpp
  stable/12/contrib/llvm/lib/IR/Constants.cpp
  stable/12/contrib/llvm/lib/IR/ConstantsContext.h
  stable/12/contrib/llvm/lib/IR/Core.cpp
  stable/12/contrib/llvm/lib/IR/DIBuilder.cpp
  stable/12/contrib/llvm/lib/IR/DataLayout.cpp
  stable/12/contrib/llvm/lib/IR/DebugInfo.cpp
  stable/12/contrib/llvm/lib/IR/DebugInfoMetadata.cpp
  stable/12/contrib/llvm/lib/IR/DebugLoc.cpp
  stable/12/contrib/llvm/lib/IR/DiagnosticHandler.cpp
  stable/12/contrib/llvm/lib/IR/DiagnosticInfo.cpp
  stable/12/contrib/llvm/lib/IR/DiagnosticPrinter.cpp
  stable/12/contrib/llvm/lib/IR/Dominators.cpp
  stable/12/contrib/llvm/lib/IR/Function.cpp
  stable/12/contrib/llvm/lib/IR/GVMaterializer.cpp
  stable/12/contrib/llvm/lib/IR/Globals.cpp
  stable/12/contrib/llvm/lib/IR/IRBuilder.cpp
  stable/12/contrib/llvm/lib/IR/IRPrintingPasses.cpp
  stable/12/contrib/llvm/lib/IR/InlineAsm.cpp
  stable/12/contrib/llvm/lib/IR/Instruction.cpp
  stable/12/contrib/llvm/lib/IR/Instructions.cpp
  stable/12/contrib/llvm/lib/IR/IntrinsicInst.cpp
  stable/12/contrib/llvm/lib/IR/LLVMContext.cpp
  stable/12/contrib/llvm/lib/IR/LLVMContextImpl.cpp
  stable/12/contrib/llvm/lib/IR/LLVMContextImpl.h
  stable/12/contrib/llvm/lib/IR/LegacyPassManager.cpp
  stable/12/contrib/llvm/lib/IR/MDBuilder.cpp
  stable/12/contrib/llvm/lib/IR/Mangler.cpp
  stable/12/contrib/llvm/lib/IR/Metadata.cpp
  stable/12/contrib/llvm/lib/IR/MetadataImpl.h
  stable/12/contrib/llvm/lib/IR/Module.cpp
  stable/12/contrib/llvm/lib/IR/ModuleSummaryIndex.cpp
  stable/12/contrib/llvm/lib/IR/Operator.cpp
  stable/12/contrib/llvm/lib/IR/OptBisect.cpp
  stable/12/contrib/llvm/lib/IR/Pass.cpp
  stable/12/contrib/llvm/lib/IR/PassInstrumentation.cpp
  stable/12/contrib/llvm/lib/IR/PassManager.cpp
  stable/12/contrib/llvm/lib/IR/PassRegistry.cpp
  stable/12/contrib/llvm/lib/IR/PassTimingInfo.cpp
  stable/12/contrib/llvm/lib/IR/ProfileSummary.cpp
  stable/12/contrib/llvm/lib/IR/SafepointIRVerifier.cpp
  stable/12/contrib/llvm/lib/IR/Statepoint.cpp
  stable/12/contrib/llvm/lib/IR/SymbolTableListTraitsImpl.h
  stable/12/contrib/llvm/lib/IR/Type.cpp
  stable/12/contrib/llvm/lib/IR/TypeFinder.cpp
  stable/12/contrib/llvm/lib/IR/Use.cpp
  stable/12/contrib/llvm/lib/IR/User.cpp
  stable/12/contrib/llvm/lib/IR/Value.cpp
  stable/12/contrib/llvm/lib/IR/ValueSymbolTable.cpp
  stable/12/contrib/llvm/lib/IR/Verifier.cpp
  stable/12/contrib/llvm/lib/IRReader/IRReader.cpp
  stable/12/contrib/llvm/lib/LTO/Caching.cpp
  stable/12/contrib/llvm/lib/LTO/LTO.cpp
  stable/12/contrib/llvm/lib/LTO/LTOBackend.cpp
  stable/12/contrib/llvm/lib/LTO/LTOCodeGenerator.cpp
  stable/12/contrib/llvm/lib/LTO/LTOModule.cpp
  stable/12/contrib/llvm/lib/LTO/SummaryBasedOptimizations.cpp
  stable/12/contrib/llvm/lib/LTO/ThinLTOCodeGenerator.cpp
  stable/12/contrib/llvm/lib/LTO/UpdateCompilerUsed.cpp
  stable/12/contrib/llvm/lib/LineEditor/LineEditor.cpp
  stable/12/contrib/llvm/lib/Linker/IRMover.cpp
  stable/12/contrib/llvm/lib/Linker/LinkDiagnosticInfo.h
  stable/12/contrib/llvm/lib/Linker/LinkModules.cpp
  stable/12/contrib/llvm/lib/MC/ConstantPools.cpp
  stable/12/contrib/llvm/lib/MC/ELFObjectWriter.cpp
  stable/12/contrib/llvm/lib/MC/MCAsmBackend.cpp
  stable/12/contrib/llvm/lib/MC/MCAsmInfo.cpp
  stable/12/contrib/llvm/lib/MC/MCAsmInfoCOFF.cpp
  stable/12/contrib/llvm/lib/MC/MCAsmInfoDarwin.cpp
  stable/12/contrib/llvm/lib/MC/MCAsmInfoELF.cpp
  stable/12/contrib/llvm/lib/MC/MCAsmInfoWasm.cpp
  stable/12/contrib/llvm/lib/MC/MCAsmMacro.cpp
  stable/12/contrib/llvm/lib/MC/MCAsmStreamer.cpp
  stable/12/contrib/llvm/lib/MC/MCAssembler.cpp
  stable/12/contrib/llvm/lib/MC/MCCodeEmitter.cpp
  stable/12/contrib/llvm/lib/MC/MCCodePadder.cpp
  stable/12/contrib/llvm/lib/MC/MCCodeView.cpp
  stable/12/contrib/llvm/lib/MC/MCContext.cpp
  stable/12/contrib/llvm/lib/MC/MCDisassembler/Disassembler.cpp
  stable/12/contrib/llvm/lib/MC/MCDisassembler/Disassembler.h
  stable/12/contrib/llvm/lib/MC/MCDisassembler/MCDisassembler.cpp
  stable/12/contrib/llvm/lib/MC/MCDisassembler/MCExternalSymbolizer.cpp
  stable/12/contrib/llvm/lib/MC/MCDisassembler/MCRelocationInfo.cpp
  stable/12/contrib/llvm/lib/MC/MCDisassembler/MCSymbolizer.cpp
  stable/12/contrib/llvm/lib/MC/MCDwarf.cpp
  stable/12/contrib/llvm/lib/MC/MCELFObjectTargetWriter.cpp
  stable/12/contrib/llvm/lib/MC/MCELFStreamer.cpp
  stable/12/contrib/llvm/lib/MC/MCExpr.cpp
  stable/12/contrib/llvm/lib/MC/MCFragment.cpp
  stable/12/contrib/llvm/lib/MC/MCInst.cpp
  stable/12/contrib/llvm/lib/MC/MCInstPrinter.cpp
  stable/12/contrib/llvm/lib/MC/MCInstrAnalysis.cpp
  stable/12/contrib/llvm/lib/MC/MCInstrDesc.cpp
  stable/12/contrib/llvm/lib/MC/MCLabel.cpp
  stable/12/contrib/llvm/lib/MC/MCLinkerOptimizationHint.cpp
  stable/12/contrib/llvm/lib/MC/MCMachOStreamer.cpp
  stable/12/contrib/llvm/lib/MC/MCMachObjectTargetWriter.cpp
  stable/12/contrib/llvm/lib/MC/MCNullStreamer.cpp
  stable/12/contrib/llvm/lib/MC/MCObjectFileInfo.cpp
  stable/12/contrib/llvm/lib/MC/MCObjectStreamer.cpp
  stable/12/contrib/llvm/lib/MC/MCObjectWriter.cpp
  stable/12/contrib/llvm/lib/MC/MCParser/AsmLexer.cpp
  stable/12/contrib/llvm/lib/MC/MCParser/AsmParser.cpp
  stable/12/contrib/llvm/lib/MC/MCParser/COFFAsmParser.cpp
  stable/12/contrib/llvm/lib/MC/MCParser/DarwinAsmParser.cpp
  stable/12/contrib/llvm/lib/MC/MCParser/ELFAsmParser.cpp
  stable/12/contrib/llvm/lib/MC/MCParser/MCAsmLexer.cpp
  stable/12/contrib/llvm/lib/MC/MCParser/MCAsmParser.cpp
  stable/12/contrib/llvm/lib/MC/MCParser/MCAsmParserExtension.cpp
  stable/12/contrib/llvm/lib/MC/MCParser/MCTargetAsmParser.cpp
  stable/12/contrib/llvm/lib/MC/MCParser/WasmAsmParser.cpp
  stable/12/contrib/llvm/lib/MC/MCRegisterInfo.cpp
  stable/12/contrib/llvm/lib/MC/MCSchedule.cpp
  stable/12/contrib/llvm/lib/MC/MCSection.cpp
  stable/12/contrib/llvm/lib/MC/MCSectionCOFF.cpp
  stable/12/contrib/llvm/lib/MC/MCSectionELF.cpp
  stable/12/contrib/llvm/lib/MC/MCSectionMachO.cpp
  stable/12/contrib/llvm/lib/MC/MCSectionWasm.cpp
  stable/12/contrib/llvm/lib/MC/MCStreamer.cpp
  stable/12/contrib/llvm/lib/MC/MCSubtargetInfo.cpp
  stable/12/contrib/llvm/lib/MC/MCSymbol.cpp
  stable/12/contrib/llvm/lib/MC/MCSymbolELF.cpp
  stable/12/contrib/llvm/lib/MC/MCTargetOptions.cpp
  stable/12/contrib/llvm/lib/MC/MCValue.cpp
  stable/12/contrib/llvm/lib/MC/MCWasmObjectTargetWriter.cpp
  stable/12/contrib/llvm/lib/MC/MCWasmStreamer.cpp
  stable/12/contrib/llvm/lib/MC/MCWin64EH.cpp
  stable/12/contrib/llvm/lib/MC/MCWinCOFFStreamer.cpp
  stable/12/contrib/llvm/lib/MC/MCWinEH.cpp
  stable/12/contrib/llvm/lib/MC/MachObjectWriter.cpp
  stable/12/contrib/llvm/lib/MC/StringTableBuilder.cpp
  stable/12/contrib/llvm/lib/MC/SubtargetFeature.cpp
  stable/12/contrib/llvm/lib/MC/WasmObjectWriter.cpp
  stable/12/contrib/llvm/lib/MC/WinCOFFObjectWriter.cpp
  stable/12/contrib/llvm/lib/MCA/Context.cpp
  stable/12/contrib/llvm/lib/MCA/HWEventListener.cpp
  stable/12/contrib/llvm/lib/MCA/HardwareUnits/HardwareUnit.cpp
  stable/12/contrib/llvm/lib/MCA/HardwareUnits/LSUnit.cpp
  stable/12/contrib/llvm/lib/MCA/HardwareUnits/RegisterFile.cpp
  stable/12/contrib/llvm/lib/MCA/HardwareUnits/ResourceManager.cpp
  stable/12/contrib/llvm/lib/MCA/HardwareUnits/RetireControlUnit.cpp
  stable/12/contrib/llvm/lib/MCA/HardwareUnits/Scheduler.cpp
  stable/12/contrib/llvm/lib/MCA/InstrBuilder.cpp
  stable/12/contrib/llvm/lib/MCA/Instruction.cpp
  stable/12/contrib/llvm/lib/MCA/Pipeline.cpp
  stable/12/contrib/llvm/lib/MCA/Stages/DispatchStage.cpp
  stable/12/contrib/llvm/lib/MCA/Stages/EntryStage.cpp
  stable/12/contrib/llvm/lib/MCA/Stages/ExecuteStage.cpp
  stable/12/contrib/llvm/lib/MCA/Stages/InstructionTables.cpp
  stable/12/contrib/llvm/lib/MCA/Stages/RetireStage.cpp
  stable/12/contrib/llvm/lib/MCA/Stages/Stage.cpp
  stable/12/contrib/llvm/lib/MCA/Support.cpp
  stable/12/contrib/llvm/lib/Object/Archive.cpp
  stable/12/contrib/llvm/lib/Object/ArchiveWriter.cpp
  stable/12/contrib/llvm/lib/Object/Binary.cpp
  stable/12/contrib/llvm/lib/Object/COFFImportFile.cpp
  stable/12/contrib/llvm/lib/Object/COFFModuleDefinition.cpp
  stable/12/contrib/llvm/lib/Object/COFFObjectFile.cpp
  stable/12/contrib/llvm/lib/Object/Decompressor.cpp
  stable/12/contrib/llvm/lib/Object/ELF.cpp
  stable/12/contrib/llvm/lib/Object/ELFObjectFile.cpp
  stable/12/contrib/llvm/lib/Object/Error.cpp
  stable/12/contrib/llvm/lib/Object/IRObjectFile.cpp
  stable/12/contrib/llvm/lib/Object/IRSymtab.cpp
  stable/12/contrib/llvm/lib/Object/MachOObjectFile.cpp
  stable/12/contrib/llvm/lib/Object/MachOUniversal.cpp
  stable/12/contrib/llvm/lib/Object/ModuleSymbolTable.cpp
  stable/12/contrib/llvm/lib/Object/Object.cpp
  stable/12/contrib/llvm/lib/Object/ObjectFile.cpp
  stable/12/contrib/llvm/lib/Object/RecordStreamer.cpp
  stable/12/contrib/llvm/lib/Object/RecordStreamer.h
  stable/12/contrib/llvm/lib/Object/SymbolSize.cpp
  stable/12/contrib/llvm/lib/Object/SymbolicFile.cpp
  stable/12/contrib/llvm/lib/Object/WasmObjectFile.cpp
  stable/12/contrib/llvm/lib/Object/WindowsResource.cpp
  stable/12/contrib/llvm/lib/ObjectYAML/COFFYAML.cpp
  stable/12/contrib/llvm/lib/ObjectYAML/CodeViewYAMLDebugSections.cpp
  stable/12/contrib/llvm/lib/ObjectYAML/CodeViewYAMLSymbols.cpp
  stable/12/contrib/llvm/lib/ObjectYAML/CodeViewYAMLTypeHashing.cpp
  stable/12/contrib/llvm/lib/ObjectYAML/CodeViewYAMLTypes.cpp
  stable/12/contrib/llvm/lib/ObjectYAML/DWARFEmitter.cpp
  stable/12/contrib/llvm/lib/ObjectYAML/DWARFVisitor.cpp
  stable/12/contrib/llvm/lib/ObjectYAML/DWARFVisitor.h
  stable/12/contrib/llvm/lib/ObjectYAML/DWARFYAML.cpp
  stable/12/contrib/llvm/lib/ObjectYAML/ELFYAML.cpp
  stable/12/contrib/llvm/lib/ObjectYAML/MachOYAML.cpp
  stable/12/contrib/llvm/lib/ObjectYAML/ObjectYAML.cpp
  stable/12/contrib/llvm/lib/ObjectYAML/WasmYAML.cpp
  stable/12/contrib/llvm/lib/ObjectYAML/YAML.cpp
  stable/12/contrib/llvm/lib/Option/Arg.cpp
  stable/12/contrib/llvm/lib/Option/ArgList.cpp
  stable/12/contrib/llvm/lib/Option/OptTable.cpp
  stable/12/contrib/llvm/lib/Option/Option.cpp
  stable/12/contrib/llvm/lib/Passes/PassBuilder.cpp
  stable/12/contrib/llvm/lib/Passes/PassPlugin.cpp
  stable/12/contrib/llvm/lib/Passes/PassRegistry.def
  stable/12/contrib/llvm/lib/Passes/StandardInstrumentations.cpp
  stable/12/contrib/llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
  stable/12/contrib/llvm/lib/ProfileData/Coverage/CoverageMappingReader.cpp
  stable/12/contrib/llvm/lib/ProfileData/Coverage/CoverageMappingWriter.cpp
  stable/12/contrib/llvm/lib/ProfileData/GCOV.cpp
  stable/12/contrib/llvm/lib/ProfileData/InstrProf.cpp
  stable/12/contrib/llvm/lib/ProfileData/InstrProfReader.cpp
  stable/12/contrib/llvm/lib/ProfileData/InstrProfWriter.cpp
  stable/12/contrib/llvm/lib/ProfileData/ProfileSummaryBuilder.cpp
  stable/12/contrib/llvm/lib/ProfileData/SampleProf.cpp
  stable/12/contrib/llvm/lib/ProfileData/SampleProfReader.cpp
  stable/12/contrib/llvm/lib/ProfileData/SampleProfWriter.cpp
  stable/12/contrib/llvm/lib/Support/AArch64TargetParser.cpp
  stable/12/contrib/llvm/lib/Support/AMDGPUMetadata.cpp
  stable/12/contrib/llvm/lib/Support/APFloat.cpp
  stable/12/contrib/llvm/lib/Support/APInt.cpp
  stable/12/contrib/llvm/lib/Support/APSInt.cpp
  stable/12/contrib/llvm/lib/Support/ARMAttributeParser.cpp
  stable/12/contrib/llvm/lib/Support/ARMBuildAttrs.cpp
  stable/12/contrib/llvm/lib/Support/ARMTargetParser.cpp
  stable/12/contrib/llvm/lib/Support/ARMWinEH.cpp
  stable/12/contrib/llvm/lib/Support/Allocator.cpp
  stable/12/contrib/llvm/lib/Support/Atomic.cpp
  stable/12/contrib/llvm/lib/Support/BinaryStreamError.cpp
  stable/12/contrib/llvm/lib/Support/BinaryStreamReader.cpp
  stable/12/contrib/llvm/lib/Support/BinaryStreamRef.cpp
  stable/12/contrib/llvm/lib/Support/BinaryStreamWriter.cpp
  stable/12/contrib/llvm/lib/Support/BlockFrequency.cpp
  stable/12/contrib/llvm/lib/Support/BranchProbability.cpp
  stable/12/contrib/llvm/lib/Support/BuryPointer.cpp
  stable/12/contrib/llvm/lib/Support/COM.cpp
  stable/12/contrib/llvm/lib/Support/CachePruning.cpp
  stable/12/contrib/llvm/lib/Support/Chrono.cpp
  stable/12/contrib/llvm/lib/Support/CodeGenCoverage.cpp
  stable/12/contrib/llvm/lib/Support/CommandLine.cpp
  stable/12/contrib/llvm/lib/Support/Compression.cpp
  stable/12/contrib/llvm/lib/Support/ConvertUTF.cpp
  stable/12/contrib/llvm/lib/Support/ConvertUTFWrapper.cpp
  stable/12/contrib/llvm/lib/Support/CrashRecoveryContext.cpp
  stable/12/contrib/llvm/lib/Support/DAGDeltaAlgorithm.cpp
  stable/12/contrib/llvm/lib/Support/DJB.cpp
  stable/12/contrib/llvm/lib/Support/DataExtractor.cpp
  stable/12/contrib/llvm/lib/Support/Debug.cpp
  stable/12/contrib/llvm/lib/Support/DeltaAlgorithm.cpp
  stable/12/contrib/llvm/lib/Support/DynamicLibrary.cpp
  stable/12/contrib/llvm/lib/Support/Errno.cpp
  stable/12/contrib/llvm/lib/Support/Error.cpp
  stable/12/contrib/llvm/lib/Support/ErrorHandling.cpp
  stable/12/contrib/llvm/lib/Support/FileCheck.cpp
  stable/12/contrib/llvm/lib/Support/FileOutputBuffer.cpp
  stable/12/contrib/llvm/lib/Support/FileUtilities.cpp
  stable/12/contrib/llvm/lib/Support/FoldingSet.cpp
  stable/12/contrib/llvm/lib/Support/FormatVariadic.cpp
  stable/12/contrib/llvm/lib/Support/FormattedStream.cpp
  stable/12/contrib/llvm/lib/Support/GlobPattern.cpp
  stable/12/contrib/llvm/lib/Support/GraphWriter.cpp
  stable/12/contrib/llvm/lib/Support/Hashing.cpp
  stable/12/contrib/llvm/lib/Support/Host.cpp
  stable/12/contrib/llvm/lib/Support/InitLLVM.cpp
  stable/12/contrib/llvm/lib/Support/IntEqClasses.cpp
  stable/12/contrib/llvm/lib/Support/IntervalMap.cpp
  stable/12/contrib/llvm/lib/Support/ItaniumManglingCanonicalizer.cpp
  stable/12/contrib/llvm/lib/Support/JSON.cpp
  stable/12/contrib/llvm/lib/Support/JamCRC.cpp
  stable/12/contrib/llvm/lib/Support/KnownBits.cpp
  stable/12/contrib/llvm/lib/Support/LEB128.cpp
  stable/12/contrib/llvm/lib/Support/LineIterator.cpp
  stable/12/contrib/llvm/lib/Support/LockFileManager.cpp
  stable/12/contrib/llvm/lib/Support/LowLevelType.cpp
  stable/12/contrib/llvm/lib/Support/ManagedStatic.cpp
  stable/12/contrib/llvm/lib/Support/MathExtras.cpp
  stable/12/contrib/llvm/lib/Support/Memory.cpp
  stable/12/contrib/llvm/lib/Support/MemoryBuffer.cpp
  stable/12/contrib/llvm/lib/Support/Mutex.cpp
  stable/12/contrib/llvm/lib/Support/NativeFormatting.cpp
  stable/12/contrib/llvm/lib/Support/Options.cpp
  stable/12/contrib/llvm/lib/Support/Parallel.cpp
  stable/12/contrib/llvm/lib/Support/Path.cpp
  stable/12/contrib/llvm/lib/Support/PluginLoader.cpp
  stable/12/contrib/llvm/lib/Support/PrettyStackTrace.cpp
  stable/12/contrib/llvm/lib/Support/Process.cpp
  stable/12/contrib/llvm/lib/Support/Program.cpp
  stable/12/contrib/llvm/lib/Support/RWMutex.cpp
  stable/12/contrib/llvm/lib/Support/RandomNumberGenerator.cpp
  stable/12/contrib/llvm/lib/Support/Regex.cpp
  stable/12/contrib/llvm/lib/Support/SHA1.cpp
  stable/12/contrib/llvm/lib/Support/ScaledNumber.cpp
  stable/12/contrib/llvm/lib/Support/Signals.cpp
  stable/12/contrib/llvm/lib/Support/SmallPtrSet.cpp
  stable/12/contrib/llvm/lib/Support/SmallVector.cpp
  stable/12/contrib/llvm/lib/Support/SourceMgr.cpp
  stable/12/contrib/llvm/lib/Support/SpecialCaseList.cpp
  stable/12/contrib/llvm/lib/Support/Statistic.cpp
  stable/12/contrib/llvm/lib/Support/StringExtras.cpp
  stable/12/contrib/llvm/lib/Support/StringMap.cpp
  stable/12/contrib/llvm/lib/Support/StringPool.cpp
  stable/12/contrib/llvm/lib/Support/StringRef.cpp
  stable/12/contrib/llvm/lib/Support/StringSaver.cpp
  stable/12/contrib/llvm/lib/Support/SymbolRemappingReader.cpp
  stable/12/contrib/llvm/lib/Support/SystemUtils.cpp
  stable/12/contrib/llvm/lib/Support/TarWriter.cpp
  stable/12/contrib/llvm/lib/Support/TargetParser.cpp
  stable/12/contrib/llvm/lib/Support/TargetRegistry.cpp
  stable/12/contrib/llvm/lib/Support/ThreadLocal.cpp
  stable/12/contrib/llvm/lib/Support/ThreadPool.cpp
  stable/12/contrib/llvm/lib/Support/Threading.cpp
  stable/12/contrib/llvm/lib/Support/Timer.cpp
  stable/12/contrib/llvm/lib/Support/ToolOutputFile.cpp
  stable/12/contrib/llvm/lib/Support/TrigramIndex.cpp
  stable/12/contrib/llvm/lib/Support/Triple.cpp
  stable/12/contrib/llvm/lib/Support/Twine.cpp
  stable/12/contrib/llvm/lib/Support/Unicode.cpp
  stable/12/contrib/llvm/lib/Support/Unix/COM.inc
  stable/12/contrib/llvm/lib/Support/Unix/DynamicLibrary.inc
  stable/12/contrib/llvm/lib/Support/Unix/Host.inc
  stable/12/contrib/llvm/lib/Support/Unix/Memory.inc
  stable/12/contrib/llvm/lib/Support/Unix/Mutex.inc
  stable/12/contrib/llvm/lib/Support/Unix/Path.inc
  stable/12/contrib/llvm/lib/Support/Unix/Process.inc
  stable/12/contrib/llvm/lib/Support/Unix/Program.inc
  stable/12/contrib/llvm/lib/Support/Unix/RWMutex.inc
  stable/12/contrib/llvm/lib/Support/Unix/Signals.inc
  stable/12/contrib/llvm/lib/Support/Unix/ThreadLocal.inc
  stable/12/contrib/llvm/lib/Support/Unix/Threading.inc
  stable/12/contrib/llvm/lib/Support/Unix/Unix.h
  stable/12/contrib/llvm/lib/Support/Unix/Watchdog.inc
  stable/12/contrib/llvm/lib/Support/Valgrind.cpp
  stable/12/contrib/llvm/lib/Support/VersionTuple.cpp
  stable/12/contrib/llvm/lib/Support/VirtualFileSystem.cpp
  stable/12/contrib/llvm/lib/Support/Watchdog.cpp
  stable/12/contrib/llvm/lib/Support/Windows/COM.inc
  stable/12/contrib/llvm/lib/Support/Windows/DynamicLibrary.inc
  stable/12/contrib/llvm/lib/Support/Windows/Host.inc
  stable/12/contrib/llvm/lib/Support/Windows/Memory.inc
  stable/12/contrib/llvm/lib/Support/Windows/Mutex.inc
  stable/12/contrib/llvm/lib/Support/Windows/Path.inc
  stable/12/contrib/llvm/lib/Support/Windows/Process.inc
  stable/12/contrib/llvm/lib/Support/Windows/Program.inc
  stable/12/contrib/llvm/lib/Support/Windows/RWMutex.inc
  stable/12/contrib/llvm/lib/Support/Windows/Signals.inc
  stable/12/contrib/llvm/lib/Support/Windows/ThreadLocal.inc
  stable/12/contrib/llvm/lib/Support/Windows/Threading.inc
  stable/12/contrib/llvm/lib/Support/Windows/Watchdog.inc
  stable/12/contrib/llvm/lib/Support/Windows/WindowsSupport.h
  stable/12/contrib/llvm/lib/Support/WithColor.cpp
  stable/12/contrib/llvm/lib/Support/YAMLParser.cpp
  stable/12/contrib/llvm/lib/Support/YAMLTraits.cpp
  stable/12/contrib/llvm/lib/Support/circular_raw_ostream.cpp
  stable/12/contrib/llvm/lib/Support/raw_os_ostream.cpp
  stable/12/contrib/llvm/lib/Support/raw_ostream.cpp
  stable/12/contrib/llvm/lib/TableGen/Error.cpp
  stable/12/contrib/llvm/lib/TableGen/JSONBackend.cpp
  stable/12/contrib/llvm/lib/TableGen/Main.cpp
  stable/12/contrib/llvm/lib/TableGen/Record.cpp
  stable/12/contrib/llvm/lib/TableGen/SetTheory.cpp
  stable/12/contrib/llvm/lib/TableGen/StringMatcher.cpp
  stable/12/contrib/llvm/lib/TableGen/TGLexer.cpp
  stable/12/contrib/llvm/lib/TableGen/TGLexer.h
  stable/12/contrib/llvm/lib/TableGen/TGParser.cpp
  stable/12/contrib/llvm/lib/TableGen/TGParser.h
  stable/12/contrib/llvm/lib/TableGen/TableGenBackend.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64.h
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64.td
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64A53Fix835769.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64A57FPLoadBalancing.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64AdvSIMDScalarPass.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64BranchTargets.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64CallLowering.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64CallLowering.h
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64CallingConvention.h
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64CallingConvention.td
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64CleanupLocalDynamicTLSPass.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64CollectLOH.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64CompressJumpTables.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64CondBrTuning.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64ConditionOptimizer.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64ConditionalCompares.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64DeadRegisterDefinitionsPass.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64FalkorHWPFFix.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64FastISel.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64FrameLowering.h
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64GenRegisterBankInfo.def
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64ISelLowering.h
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64InstrAtomics.td
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64InstrFormats.td
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64InstrInfo.h
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64InstrInfo.td
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64InstructionSelector.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64LegalizerInfo.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64LegalizerInfo.h
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64MCInstLower.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64MCInstLower.h
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64MachineFunctionInfo.h
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64MacroFusion.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64MacroFusion.h
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64PBQPRegAlloc.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64PBQPRegAlloc.h
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64PerfectShuffle.h
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64PfmCounters.td
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64PreLegalizerCombiner.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64PromoteConstant.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64RedundantCopyElimination.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64RegisterBankInfo.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64RegisterBankInfo.h
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64RegisterBanks.td
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64RegisterInfo.h
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64RegisterInfo.td
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64SIMDInstrOpt.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64SchedA53.td
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64SchedA57.td
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64SchedA57WriteRes.td
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64SchedCyclone.td
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64SchedExynosM1.td
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64SchedExynosM3.td
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64SchedExynosM4.td
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64SchedFalkor.td
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64SchedFalkorDetails.td
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64SchedKryo.td
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64SchedKryoDetails.td
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64SchedPredExynos.td
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64SchedPredicates.td
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64SchedThunderX.td
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64SchedThunderX2T99.td
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64Schedule.td
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64SelectionDAGInfo.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64SelectionDAGInfo.h
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64SpeculationHardening.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64StorePairSuppress.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64Subtarget.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64Subtarget.h
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64SystemOperands.td
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64TargetMachine.h
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64TargetObjectFile.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64TargetObjectFile.h
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/AArch64TargetTransformInfo.h
  stable/12/contrib/llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/Disassembler/AArch64Disassembler.h
  stable/12/contrib/llvm/lib/Target/AArch64/Disassembler/AArch64ExternalSymbolizer.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/Disassembler/AArch64ExternalSymbolizer.h
  stable/12/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64AddressingModes.h
  stable/12/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64ELFObjectWriter.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.h
  stable/12/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64FixupKinds.h
  stable/12/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.h
  stable/12/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCCodeEmitter.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.h
  stable/12/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.h
  stable/12/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MachObjectWriter.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.h
  stable/12/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64WinCOFFObjectWriter.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64WinCOFFStreamer.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64WinCOFFStreamer.h
  stable/12/contrib/llvm/lib/Target/AArch64/SVEInstrFormats.td
  stable/12/contrib/llvm/lib/Target/AArch64/TargetInfo/AArch64TargetInfo.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.cpp
  stable/12/contrib/llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPU.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPU.td
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUAliasAnalysis.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUAliasAnalysis.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUAlwaysInlinePass.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUAnnotateKernelFeatures.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUAnnotateUniformValues.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUArgumentUsageInfo.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUArgumentUsageInfo.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUAtomicOptimizer.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUCallLowering.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUCallingConv.td
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUFeatures.td
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUFixFunctionBitcasts.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUFrameLowering.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUFrameLowering.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUGISel.td
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUGenRegisterBankInfo.def
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUHSAMetadataStreamer.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUHSAMetadataStreamer.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUInline.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.td
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUInstructions.td
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPULibCalls.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPULibFunc.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPULibFunc.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPULowerIntrinsics.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPULowerKernelArguments.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPULowerKernelAttributes.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUMCInstLower.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUMachineCFGStructurizer.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUMachineFunction.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUMachineFunction.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUMachineModuleInfo.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUMachineModuleInfo.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUMacroFusion.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUMacroFusion.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUOpenCLEnqueuedBlockLowering.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUPTNote.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUPerfHintAnalysis.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUPerfHintAnalysis.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPURegisterBanks.td
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPURegisterInfo.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPURegisterInfo.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPURegisterInfo.td
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPURewriteOutArguments.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUSearchableTables.td
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUSubtarget.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUTargetObjectFile.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUTargetObjectFile.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUUnifyDivergentExitNodes.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDGPUUnifyMetadata.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDILCFGStructurizer.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/AMDKernelCodeT.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/BUFInstructions.td
  stable/12/contrib/llvm/lib/Target/AMDGPU/CaymanInstructions.td
  stable/12/contrib/llvm/lib/Target/AMDGPU/DSInstructions.td
  stable/12/contrib/llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/EvergreenInstructions.td
  stable/12/contrib/llvm/lib/Target/AMDGPU/FLATInstructions.td
  stable/12/contrib/llvm/lib/Target/AMDGPU/GCNDPPCombine.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/GCNHazardRecognizer.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/GCNILPSched.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/GCNIterativeScheduler.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/GCNIterativeScheduler.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/GCNMinRegStrategy.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/GCNProcessors.td
  stable/12/contrib/llvm/lib/Target/AMDGPU/GCNRegPressure.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/GCNRegPressure.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/GCNSchedStrategy.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/GCNSchedStrategy.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUAsmBackend.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFObjectWriter.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFStreamer.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFStreamer.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUFixupKinds.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCCodeEmitter.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCCodeEmitter.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/R600MCCodeEmitter.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/R600MCTargetDesc.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/SIMCCodeEmitter.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/MIMGInstructions.td
  stable/12/contrib/llvm/lib/Target/AMDGPU/R600.td
  stable/12/contrib/llvm/lib/Target/AMDGPU/R600AsmPrinter.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/R600AsmPrinter.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/R600ClauseMergePass.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/R600ControlFlowFinalizer.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/R600Defines.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/R600EmitClauseMarkers.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/R600ExpandSpecialInstrs.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/R600FrameLowering.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/R600FrameLowering.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/R600ISelLowering.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/R600ISelLowering.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/R600InstrFormats.td
  stable/12/contrib/llvm/lib/Target/AMDGPU/R600InstrInfo.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/R600InstrInfo.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/R600Instructions.td
  stable/12/contrib/llvm/lib/Target/AMDGPU/R600MachineFunctionInfo.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/R600MachineFunctionInfo.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/R600MachineScheduler.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/R600MachineScheduler.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/R600OpenCLImageTypeLoweringPass.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/R600OptimizeVectorRegisters.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/R600Packetizer.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/R600Processors.td
  stable/12/contrib/llvm/lib/Target/AMDGPU/R600RegisterInfo.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/R600RegisterInfo.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/R600Schedule.td
  stable/12/contrib/llvm/lib/Target/AMDGPU/R700Instructions.td
  stable/12/contrib/llvm/lib/Target/AMDGPU/SIAddIMGInit.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/SIAnnotateControlFlow.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/SIDefines.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/SIFixSGPRCopies.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/SIFixVGPRCopies.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/SIFixupVectorISel.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/SIFoldOperands.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/SIFormMemoryClauses.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/SIFrameLowering.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/SIFrameLowering.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/SIISelLowering.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/SIISelLowering.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/SIInsertSkips.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/SIInstrFormats.td
  stable/12/contrib/llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/SIInstrInfo.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/SIInstrInfo.td
  stable/12/contrib/llvm/lib/Target/AMDGPU/SIInstructions.td
  stable/12/contrib/llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/SILowerControlFlow.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/SILowerI1Copies.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/SIMachineScheduler.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/SIMachineScheduler.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/SIModeRegister.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/SIOptimizeExecMasking.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/SIOptimizeExecMaskingPreRA.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/SIPeepholeSDWA.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/SIProgramInfo.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/SIRegisterInfo.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/SIRegisterInfo.td
  stable/12/contrib/llvm/lib/Target/AMDGPU/SISchedule.td
  stable/12/contrib/llvm/lib/Target/AMDGPU/SIShrinkInstructions.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/SIWholeQuadMode.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/SMInstructions.td
  stable/12/contrib/llvm/lib/Target/AMDGPU/SOPInstructions.td
  stable/12/contrib/llvm/lib/Target/AMDGPU/TargetInfo/AMDGPUTargetInfo.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/Utils/AMDGPUAsmUtils.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/Utils/AMDGPUAsmUtils.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/Utils/AMDKernelCodeTInfo.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/Utils/AMDKernelCodeTUtils.cpp
  stable/12/contrib/llvm/lib/Target/AMDGPU/Utils/AMDKernelCodeTUtils.h
  stable/12/contrib/llvm/lib/Target/AMDGPU/VIInstrFormats.td
  stable/12/contrib/llvm/lib/Target/AMDGPU/VIInstructions.td
  stable/12/contrib/llvm/lib/Target/AMDGPU/VOP1Instructions.td
  stable/12/contrib/llvm/lib/Target/AMDGPU/VOP2Instructions.td
  stable/12/contrib/llvm/lib/Target/AMDGPU/VOP3Instructions.td
  stable/12/contrib/llvm/lib/Target/AMDGPU/VOP3PInstructions.td
  stable/12/contrib/llvm/lib/Target/AMDGPU/VOPCInstructions.td
  stable/12/contrib/llvm/lib/Target/AMDGPU/VOPInstructions.td
  stable/12/contrib/llvm/lib/Target/ARC/ARC.h
  stable/12/contrib/llvm/lib/Target/ARC/ARC.td
  stable/12/contrib/llvm/lib/Target/ARC/ARCAsmPrinter.cpp
  stable/12/contrib/llvm/lib/Target/ARC/ARCBranchFinalize.cpp
  stable/12/contrib/llvm/lib/Target/ARC/ARCCallingConv.td
  stable/12/contrib/llvm/lib/Target/ARC/ARCExpandPseudos.cpp
  stable/12/contrib/llvm/lib/Target/ARC/ARCFrameLowering.cpp
  stable/12/contrib/llvm/lib/Target/ARC/ARCFrameLowering.h
  stable/12/contrib/llvm/lib/Target/ARC/ARCISelDAGToDAG.cpp
  stable/12/contrib/llvm/lib/Target/ARC/ARCISelLowering.cpp
  stable/12/contrib/llvm/lib/Target/ARC/ARCISelLowering.h
  stable/12/contrib/llvm/lib/Target/ARC/ARCInstrFormats.td
  stable/12/contrib/llvm/lib/Target/ARC/ARCInstrInfo.cpp
  stable/12/contrib/llvm/lib/Target/ARC/ARCInstrInfo.h
  stable/12/contrib/llvm/lib/Target/ARC/ARCInstrInfo.td
  stable/12/contrib/llvm/lib/Target/ARC/ARCMCInstLower.cpp
  stable/12/contrib/llvm/lib/Target/ARC/ARCMCInstLower.h
  stable/12/contrib/llvm/lib/Target/ARC/ARCMachineFunctionInfo.cpp
  stable/12/contrib/llvm/lib/Target/ARC/ARCMachineFunctionInfo.h
  stable/12/contrib/llvm/lib/Target/ARC/ARCRegisterInfo.cpp
  stable/12/contrib/llvm/lib/Target/ARC/ARCRegisterInfo.h
  stable/12/contrib/llvm/lib/Target/ARC/ARCRegisterInfo.td
  stable/12/contrib/llvm/lib/Target/ARC/ARCSubtarget.cpp
  stable/12/contrib/llvm/lib/Target/ARC/ARCSubtarget.h
  stable/12/contrib/llvm/lib/Target/ARC/ARCTargetMachine.cpp
  stable/12/contrib/llvm/lib/Target/ARC/ARCTargetMachine.h
  stable/12/contrib/llvm/lib/Target/ARC/ARCTargetStreamer.h
  stable/12/contrib/llvm/lib/Target/ARC/ARCTargetTransformInfo.h
  stable/12/contrib/llvm/lib/Target/ARC/Disassembler/ARCDisassembler.cpp
  stable/12/contrib/llvm/lib/Target/ARC/MCTargetDesc/ARCInfo.h
  stable/12/contrib/llvm/lib/Target/ARC/MCTargetDesc/ARCMCAsmInfo.cpp
  stable/12/contrib/llvm/lib/Target/ARC/MCTargetDesc/ARCMCAsmInfo.h
  stable/12/contrib/llvm/lib/Target/ARC/MCTargetDesc/ARCMCTargetDesc.cpp
  stable/12/contrib/llvm/lib/Target/ARC/MCTargetDesc/ARCMCTargetDesc.h
  stable/12/contrib/llvm/lib/Target/ARC/TargetInfo/ARCTargetInfo.cpp
  stable/12/contrib/llvm/lib/Target/ARM/A15SDOptimizer.cpp
  stable/12/contrib/llvm/lib/Target/ARM/ARM.h
  stable/12/contrib/llvm/lib/Target/ARM/ARM.td
  stable/12/contrib/llvm/lib/Target/ARM/ARMAsmPrinter.cpp
  stable/12/contrib/llvm/lib/Target/ARM/ARMAsmPrinter.h
  stable/12/contrib/llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
  stable/12/contrib/llvm/lib/Target/ARM/ARMBaseInstrInfo.h
  stable/12/contrib/llvm/lib/Target/ARM/ARMBaseRegisterInfo.cpp
  stable/12/contrib/llvm/lib/Target/ARM/ARMBaseRegisterInfo.h
  stable/12/contrib/llvm/lib/Target/ARM/ARMBasicBlockInfo.h
  stable/12/contrib/llvm/lib/Target/ARM/ARMCallLowering.cpp
  stable/12/contrib/llvm/lib/Target/ARM/ARMCallLowering.h
  stable/12/contrib/llvm/lib/Target/ARM/ARMCallingConv.h
  stable/12/contrib/llvm/lib/Target/ARM/ARMCallingConv.td
  stable/12/contrib/llvm/lib/Target/ARM/ARMCodeGenPrepare.cpp
  stable/12/contrib/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp
  stable/12/contrib/llvm/lib/Target/ARM/ARMConstantPoolValue.cpp
  stable/12/contrib/llvm/lib/Target/ARM/ARMConstantPoolValue.h
  stable/12/contrib/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
  stable/12/contrib/llvm/lib/Target/ARM/ARMFastISel.cpp
  stable/12/contrib/llvm/lib/Target/ARM/ARMFeatures.h
  stable/12/contrib/llvm/lib/Target/ARM/ARMFrameLowering.cpp
  stable/12/contrib/llvm/lib/Target/ARM/ARMFrameLowering.h
  stable/12/contrib/llvm/lib/Target/ARM/ARMHazardRecognizer.cpp
  stable/12/contrib/llvm/lib/Target/ARM/ARMHazardRecognizer.h
  stable/12/contrib/llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp
  stable/12/contrib/llvm/lib/Target/ARM/ARMISelLowering.cpp
  stable/12/contrib/llvm/lib/Target/ARM/ARMISelLowering.h
  stable/12/contrib/llvm/lib/Target/ARM/ARMInstrFormats.td
  stable/12/contrib/llvm/lib/Target/ARM/ARMInstrInfo.cpp
  stable/12/contrib/llvm/lib/Target/ARM/ARMInstrInfo.h
  stable/12/contrib/llvm/lib/Target/ARM/ARMInstrInfo.td
  stable/12/contrib/llvm/lib/Target/ARM/ARMInstrNEON.td
  stable/12/contrib/llvm/lib/Target/ARM/ARMInstrThumb.td
  stable/12/contrib/llvm/lib/Target/ARM/ARMInstrThumb2.td
  stable/12/contrib/llvm/lib/Target/ARM/ARMInstrVFP.td
  stable/12/contrib/llvm/lib/Target/ARM/ARMInstructionSelector.cpp
  stable/12/contrib/llvm/lib/Target/ARM/ARMLegalizerInfo.cpp
  stable/12/contrib/llvm/lib/Target/ARM/ARMLegalizerInfo.h
  stable/12/contrib/llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp
  stable/12/contrib/llvm/lib/Target/ARM/ARMMCInstLower.cpp
  stable/12/contrib/llvm/lib/Target/ARM/ARMMachineFunctionInfo.cpp
  stable/12/contrib/llvm/lib/Target/ARM/ARMMachineFunctionInfo.h
  stable/12/contrib/llvm/lib/Target/ARM/ARMMacroFusion.cpp
  stable/12/contrib/llvm/lib/Target/ARM/ARMMacroFusion.h
  stable/12/contrib/llvm/lib/Target/ARM/ARMOptimizeBarriersPass.cpp
  stable/12/contrib/llvm/lib/Target/ARM/ARMParallelDSP.cpp
  stable/12/contrib/llvm/lib/Target/ARM/ARMPerfectShuffle.h
  stable/12/contrib/llvm/lib/Target/ARM/ARMRegisterBankInfo.cpp
  stable/12/contrib/llvm/lib/Target/ARM/ARMRegisterBankInfo.h
  stable/12/contrib/llvm/lib/Target/ARM/ARMRegisterBanks.td
  stable/12/contrib/llvm/lib/Target/ARM/ARMRegisterInfo.cpp
  stable/12/contrib/llvm/lib/Target/ARM/ARMRegisterInfo.h
  stable/12/contrib/llvm/lib/Target/ARM/ARMRegisterInfo.td
  stable/12/contrib/llvm/lib/Target/ARM/ARMSchedule.td
  stable/12/contrib/llvm/lib/Target/ARM/ARMScheduleA57.td
  stable/12/contrib/llvm/lib/Target/ARM/ARMScheduleA57WriteRes.td
  stable/12/contrib/llvm/lib/Target/ARM/ARMScheduleA8.td
  stable/12/contrib/llvm/lib/Target/ARM/ARMScheduleA9.td
  stable/12/contrib/llvm/lib/Target/ARM/ARMScheduleR52.td
  stable/12/contrib/llvm/lib/Target/ARM/ARMScheduleSwift.td
  stable/12/contrib/llvm/lib/Target/ARM/ARMScheduleV6.td
  stable/12/contrib/llvm/lib/Target/ARM/ARMSelectionDAGInfo.cpp
  stable/12/contrib/llvm/lib/Target/ARM/ARMSelectionDAGInfo.h
  stable/12/contrib/llvm/lib/Target/ARM/ARMSubtarget.cpp
  stable/12/contrib/llvm/lib/Target/ARM/ARMSubtarget.h
  stable/12/contrib/llvm/lib/Target/ARM/ARMSystemRegister.td
  stable/12/contrib/llvm/lib/Target/ARM/ARMTargetMachine.cpp
  stable/12/contrib/llvm/lib/Target/ARM/ARMTargetMachine.h
  stable/12/contrib/llvm/lib/Target/ARM/ARMTargetObjectFile.cpp
  stable/12/contrib/llvm/lib/Target/ARM/ARMTargetObjectFile.h
  stable/12/contrib/llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp
  stable/12/contrib/llvm/lib/Target/ARM/ARMTargetTransformInfo.h
  stable/12/contrib/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
  stable/12/contrib/llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp
  stable/12/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMAddressingModes.h
  stable/12/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
  stable/12/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.h
  stable/12/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackendDarwin.h
  stable/12/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackendELF.h
  stable/12/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackendWinCOFF.h
  stable/12/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMBaseInfo.h
  stable/12/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp
  stable/12/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
  stable/12/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMFixupKinds.h
  stable/12/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp
  stable/12/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.h
  stable/12/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp
  stable/12/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCExpr.cpp
  stable/12/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCExpr.h
  stable/12/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp
  stable/12/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.h
  stable/12/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMachORelocationInfo.cpp
  stable/12/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMachObjectWriter.cpp
  stable/12/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMTargetStreamer.cpp
  stable/12/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMUnwindOpAsm.cpp
  stable/12/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMUnwindOpAsm.h
  stable/12/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMWinCOFFObjectWriter.cpp
  stable/12/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMWinCOFFStreamer.cpp
  stable/12/contrib/llvm/lib/Target/ARM/MLxExpansionPass.cpp
  stable/12/contrib/llvm/lib/Target/ARM/TargetInfo/ARMTargetInfo.cpp
  stable/12/contrib/llvm/lib/Target/ARM/Thumb1FrameLowering.cpp
  stable/12/contrib/llvm/lib/Target/ARM/Thumb1FrameLowering.h
  stable/12/contrib/llvm/lib/Target/ARM/Thumb1InstrInfo.cpp
  stable/12/contrib/llvm/lib/Target/ARM/Thumb1InstrInfo.h
  stable/12/contrib/llvm/lib/Target/ARM/Thumb2ITBlockPass.cpp
  stable/12/contrib/llvm/lib/Target/ARM/Thumb2InstrInfo.cpp
  stable/12/contrib/llvm/lib/Target/ARM/Thumb2InstrInfo.h
  stable/12/contrib/llvm/lib/Target/ARM/Thumb2SizeReduction.cpp
  stable/12/contrib/llvm/lib/Target/ARM/ThumbRegisterInfo.cpp
  stable/12/contrib/llvm/lib/Target/ARM/ThumbRegisterInfo.h
  stable/12/contrib/llvm/lib/Target/ARM/Utils/ARMBaseInfo.cpp
  stable/12/contrib/llvm/lib/Target/ARM/Utils/ARMBaseInfo.h
  stable/12/contrib/llvm/lib/Target/AVR/AVR.h
  stable/12/contrib/llvm/lib/Target/AVR/AVR.td
  stable/12/contrib/llvm/lib/Target/AVR/AVRAsmPrinter.cpp
  stable/12/contrib/llvm/lib/Target/AVR/AVRCallingConv.td
  stable/12/contrib/llvm/lib/Target/AVR/AVRExpandPseudoInsts.cpp
  stable/12/contrib/llvm/lib/Target/AVR/AVRFrameLowering.cpp
  stable/12/contrib/llvm/lib/Target/AVR/AVRFrameLowering.h
  stable/12/contrib/llvm/lib/Target/AVR/AVRISelDAGToDAG.cpp
  stable/12/contrib/llvm/lib/Target/AVR/AVRISelLowering.cpp
  stable/12/contrib/llvm/lib/Target/AVR/AVRISelLowering.h
  stable/12/contrib/llvm/lib/Target/AVR/AVRInstrFormats.td
  stable/12/contrib/llvm/lib/Target/AVR/AVRInstrInfo.cpp
  stable/12/contrib/llvm/lib/Target/AVR/AVRInstrInfo.h
  stable/12/contrib/llvm/lib/Target/AVR/AVRInstrInfo.td
  stable/12/contrib/llvm/lib/Target/AVR/AVRMCInstLower.cpp
  stable/12/contrib/llvm/lib/Target/AVR/AVRMCInstLower.h
  stable/12/contrib/llvm/lib/Target/AVR/AVRMachineFunctionInfo.h
  stable/12/contrib/llvm/lib/Target/AVR/AVRRegisterInfo.cpp
  stable/12/contrib/llvm/lib/Target/AVR/AVRRegisterInfo.h
  stable/12/contrib/llvm/lib/Target/AVR/AVRRegisterInfo.td
  stable/12/contrib/llvm/lib/Target/AVR/AVRRelaxMemOperations.cpp
  stable/12/contrib/llvm/lib/Target/AVR/AVRSelectionDAGInfo.h
  stable/12/contrib/llvm/lib/Target/AVR/AVRSubtarget.cpp
  stable/12/contrib/llvm/lib/Target/AVR/AVRSubtarget.h
  stable/12/contrib/llvm/lib/Target/AVR/AVRTargetMachine.cpp
  stable/12/contrib/llvm/lib/Target/AVR/AVRTargetMachine.h
  stable/12/contrib/llvm/lib/Target/AVR/AVRTargetObjectFile.cpp
  stable/12/contrib/llvm/lib/Target/AVR/AVRTargetObjectFile.h
  stable/12/contrib/llvm/lib/Target/AVR/AsmParser/AVRAsmParser.cpp
  stable/12/contrib/llvm/lib/Target/AVR/Disassembler/AVRDisassembler.cpp
  stable/12/contrib/llvm/lib/Target/AVR/MCTargetDesc/AVRAsmBackend.cpp
  stable/12/contrib/llvm/lib/Target/AVR/MCTargetDesc/AVRAsmBackend.h
  stable/12/contrib/llvm/lib/Target/AVR/MCTargetDesc/AVRELFObjectWriter.cpp
  stable/12/contrib/llvm/lib/Target/AVR/MCTargetDesc/AVRELFStreamer.h
  stable/12/contrib/llvm/lib/Target/AVR/MCTargetDesc/AVRFixupKinds.h
  stable/12/contrib/llvm/lib/Target/AVR/MCTargetDesc/AVRMCAsmInfo.cpp
  stable/12/contrib/llvm/lib/Target/AVR/MCTargetDesc/AVRMCAsmInfo.h
  stable/12/contrib/llvm/lib/Target/AVR/MCTargetDesc/AVRMCCodeEmitter.cpp
  stable/12/contrib/llvm/lib/Target/AVR/MCTargetDesc/AVRMCCodeEmitter.h
  stable/12/contrib/llvm/lib/Target/AVR/MCTargetDesc/AVRMCELFStreamer.cpp
  stable/12/contrib/llvm/lib/Target/AVR/MCTargetDesc/AVRMCELFStreamer.h
  stable/12/contrib/llvm/lib/Target/AVR/MCTargetDesc/AVRMCExpr.cpp
  stable/12/contrib/llvm/lib/Target/AVR/MCTargetDesc/AVRMCExpr.h
  stable/12/contrib/llvm/lib/Target/AVR/MCTargetDesc/AVRMCTargetDesc.cpp
  stable/12/contrib/llvm/lib/Target/AVR/MCTargetDesc/AVRMCTargetDesc.h
  stable/12/contrib/llvm/lib/Target/AVR/MCTargetDesc/AVRTargetStreamer.cpp
  stable/12/contrib/llvm/lib/Target/AVR/MCTargetDesc/AVRTargetStreamer.h
  stable/12/contrib/llvm/lib/Target/AVR/TargetInfo/AVRTargetInfo.cpp
  stable/12/contrib/llvm/lib/Target/BPF/AsmParser/BPFAsmParser.cpp
  stable/12/contrib/llvm/lib/Target/BPF/BPF.h
  stable/12/contrib/llvm/lib/Target/BPF/BPF.td
  stable/12/contrib/llvm/lib/Target/BPF/BPFAsmPrinter.cpp
  stable/12/contrib/llvm/lib/Target/BPF/BPFCallingConv.td
  stable/12/contrib/llvm/lib/Target/BPF/BPFFrameLowering.cpp
  stable/12/contrib/llvm/lib/Target/BPF/BPFFrameLowering.h
  stable/12/contrib/llvm/lib/Target/BPF/BPFISelDAGToDAG.cpp
  stable/12/contrib/llvm/lib/Target/BPF/BPFISelLowering.cpp
  stable/12/contrib/llvm/lib/Target/BPF/BPFISelLowering.h
  stable/12/contrib/llvm/lib/Target/BPF/BPFInstrFormats.td
  stable/12/contrib/llvm/lib/Target/BPF/BPFInstrInfo.cpp
  stable/12/contrib/llvm/lib/Target/BPF/BPFInstrInfo.h
  stable/12/contrib/llvm/lib/Target/BPF/BPFInstrInfo.td
  stable/12/contrib/llvm/lib/Target/BPF/BPFMCInstLower.cpp
  stable/12/contrib/llvm/lib/Target/BPF/BPFMCInstLower.h
  stable/12/contrib/llvm/lib/Target/BPF/BPFMIChecking.cpp
  stable/12/contrib/llvm/lib/Target/BPF/BPFMIPeephole.cpp
  stable/12/contrib/llvm/lib/Target/BPF/BPFRegisterInfo.cpp
  stable/12/contrib/llvm/lib/Target/BPF/BPFRegisterInfo.h
  stable/12/contrib/llvm/lib/Target/BPF/BPFRegisterInfo.td
  stable/12/contrib/llvm/lib/Target/BPF/BPFSelectionDAGInfo.cpp
  stable/12/contrib/llvm/lib/Target/BPF/BPFSelectionDAGInfo.h
  stable/12/contrib/llvm/lib/Target/BPF/BPFSubtarget.cpp
  stable/12/contrib/llvm/lib/Target/BPF/BPFSubtarget.h
  stable/12/contrib/llvm/lib/Target/BPF/BPFTargetMachine.cpp
  stable/12/contrib/llvm/lib/Target/BPF/BPFTargetMachine.h
  stable/12/contrib/llvm/lib/Target/BPF/BTF.def
  stable/12/contrib/llvm/lib/Target/BPF/BTF.h
  stable/12/contrib/llvm/lib/Target/BPF/BTFDebug.cpp
  stable/12/contrib/llvm/lib/Target/BPF/BTFDebug.h
  stable/12/contrib/llvm/lib/Target/BPF/Disassembler/BPFDisassembler.cpp
  stable/12/contrib/llvm/lib/Target/BPF/MCTargetDesc/BPFAsmBackend.cpp
  stable/12/contrib/llvm/lib/Target/BPF/MCTargetDesc/BPFELFObjectWriter.cpp
  stable/12/contrib/llvm/lib/Target/BPF/MCTargetDesc/BPFMCAsmInfo.h
  stable/12/contrib/llvm/lib/Target/BPF/MCTargetDesc/BPFMCCodeEmitter.cpp
  stable/12/contrib/llvm/lib/Target/BPF/MCTargetDesc/BPFMCTargetDesc.cpp
  stable/12/contrib/llvm/lib/Target/BPF/MCTargetDesc/BPFMCTargetDesc.h
  stable/12/contrib/llvm/lib/Target/BPF/TargetInfo/BPFTargetInfo.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/BitTracker.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/BitTracker.h
  stable/12/contrib/llvm/lib/Target/Hexagon/Disassembler/HexagonDisassembler.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/Hexagon.h
  stable/12/contrib/llvm/lib/Target/Hexagon/Hexagon.td
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonAsmPrinter.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonAsmPrinter.h
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonBitSimplify.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonBitTracker.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonBitTracker.h
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonBlockRanges.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonBlockRanges.h
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonBranchRelaxation.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonCFGOptimizer.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonCallingConv.td
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonCommonGEP.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonConstExtenders.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonConstPropagation.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonCopyToCombine.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonDepArch.h
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonDepArch.td
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonDepIICHVX.td
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonDepIICScalar.td
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonDepITypes.h
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonDepITypes.td
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonDepInstrFormats.td
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonDepInstrInfo.td
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonDepMapAsm2Intrin.td
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonDepMappings.td
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonDepOperands.td
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonDepTimingClasses.h
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonEarlyIfConv.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonExpandCondsets.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonFixupHwLoops.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonFrameLowering.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonFrameLowering.h
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonGenExtract.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonGenInsert.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonGenMux.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonGenPredicate.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonHardwareLoops.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonHazardRecognizer.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonHazardRecognizer.h
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonIICHVX.td
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonIICScalar.td
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonISelDAGToDAG.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonISelDAGToDAG.h
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonISelDAGToDAGHVX.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonISelLowering.h
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonISelLoweringHVX.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonInstrFormats.td
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonInstrFormatsV5.td
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonInstrFormatsV60.td
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonInstrFormatsV65.td
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonInstrInfo.h
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonIntrinsics.td
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonIntrinsicsV5.td
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonIntrinsicsV60.td
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonMCInstLower.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonMachineFunctionInfo.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonMachineFunctionInfo.h
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonMachineScheduler.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonMachineScheduler.h
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonMapAsm2IntrinV62.gen.td
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonMapAsm2IntrinV65.gen.td
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonNewValueJump.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonOperands.td
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonOptAddrMode.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonOptimizeSZextends.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonPatterns.td
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonPatternsV65.td
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonPeephole.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonPseudo.td
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonRDFOpt.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonRegisterInfo.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonRegisterInfo.h
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonRegisterInfo.td
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonSchedule.td
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonScheduleV5.td
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonScheduleV55.td
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonScheduleV60.td
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonScheduleV62.td
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonScheduleV65.td
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonScheduleV66.td
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonSelectionDAGInfo.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonSelectionDAGInfo.h
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonSplitConst32AndConst64.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonSplitDouble.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonStoreWidening.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonSubtarget.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonSubtarget.h
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonTargetMachine.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonTargetMachine.h
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonTargetObjectFile.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonTargetObjectFile.h
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonTargetStreamer.h
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.h
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonVExtract.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonVLIWPacketizer.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonVLIWPacketizer.h
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonVectorLoopCarriedReuse.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/HexagonVectorPrint.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h
  stable/12/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonELFObjectWriter.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonFixupKinds.h
  stable/12/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonInstPrinter.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonInstPrinter.h
  stable/12/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCAsmInfo.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCAsmInfo.h
  stable/12/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCChecker.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCChecker.h
  stable/12/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.h
  stable/12/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCompound.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCDuplexInfo.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCELFStreamer.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCELFStreamer.h
  stable/12/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCExpr.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCExpr.h
  stable/12/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.h
  stable/12/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCShuffler.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCShuffler.h
  stable/12/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.h
  stable/12/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.h
  stable/12/contrib/llvm/lib/Target/Hexagon/RDFCopy.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/RDFCopy.h
  stable/12/contrib/llvm/lib/Target/Hexagon/RDFDeadCode.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/RDFDeadCode.h
  stable/12/contrib/llvm/lib/Target/Hexagon/RDFGraph.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/RDFGraph.h
  stable/12/contrib/llvm/lib/Target/Hexagon/RDFLiveness.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/RDFLiveness.h
  stable/12/contrib/llvm/lib/Target/Hexagon/RDFRegisters.cpp
  stable/12/contrib/llvm/lib/Target/Hexagon/RDFRegisters.h
  stable/12/contrib/llvm/lib/Target/Hexagon/TargetInfo/HexagonTargetInfo.cpp
  stable/12/contrib/llvm/lib/Target/Lanai/AsmParser/LanaiAsmParser.cpp
  stable/12/contrib/llvm/lib/Target/Lanai/Disassembler/LanaiDisassembler.cpp
  stable/12/contrib/llvm/lib/Target/Lanai/Disassembler/LanaiDisassembler.h
  stable/12/contrib/llvm/lib/Target/Lanai/Lanai.h
  stable/12/contrib/llvm/lib/Target/Lanai/Lanai.td
  stable/12/contrib/llvm/lib/Target/Lanai/LanaiAluCode.h
  stable/12/contrib/llvm/lib/Target/Lanai/LanaiAsmPrinter.cpp
  stable/12/contrib/llvm/lib/Target/Lanai/LanaiCallingConv.td
  stable/12/contrib/llvm/lib/Target/Lanai/LanaiDelaySlotFiller.cpp
  stable/12/contrib/llvm/lib/Target/Lanai/LanaiFrameLowering.cpp
  stable/12/contrib/llvm/lib/Target/Lanai/LanaiFrameLowering.h
  stable/12/contrib/llvm/lib/Target/Lanai/LanaiISelDAGToDAG.cpp
  stable/12/contrib/llvm/lib/Target/Lanai/LanaiISelLowering.cpp
  stable/12/contrib/llvm/lib/Target/Lanai/LanaiISelLowering.h
  stable/12/contrib/llvm/lib/Target/Lanai/LanaiInstrFormats.td
  stable/12/contrib/llvm/lib/Target/Lanai/LanaiInstrInfo.cpp
  stable/12/contrib/llvm/lib/Target/Lanai/LanaiInstrInfo.h
  stable/12/contrib/llvm/lib/Target/Lanai/LanaiInstrInfo.td
  stable/12/contrib/llvm/lib/Target/Lanai/LanaiMCInstLower.cpp
  stable/12/contrib/llvm/lib/Target/Lanai/LanaiMCInstLower.h
  stable/12/contrib/llvm/lib/Target/Lanai/LanaiMachineFunctionInfo.cpp
  stable/12/contrib/llvm/lib/Target/Lanai/LanaiMachineFunctionInfo.h
  stable/12/contrib/llvm/lib/Target/Lanai/LanaiMemAluCombiner.cpp
  stable/12/contrib/llvm/lib/Target/Lanai/LanaiRegisterInfo.cpp
  stable/12/contrib/llvm/lib/Target/Lanai/LanaiRegisterInfo.h
  stable/12/contrib/llvm/lib/Target/Lanai/LanaiRegisterInfo.td
  stable/12/contrib/llvm/lib/Target/Lanai/LanaiSchedule.td
  stable/12/contrib/llvm/lib/Target/Lanai/LanaiSelectionDAGInfo.cpp
  stable/12/contrib/llvm/lib/Target/Lanai/LanaiSelectionDAGInfo.h
  stable/12/contrib/llvm/lib/Target/Lanai/LanaiSubtarget.cpp
  stable/12/contrib/llvm/lib/Target/Lanai/LanaiSubtarget.h
  stable/12/contrib/llvm/lib/Target/Lanai/LanaiTargetMachine.cpp
  stable/12/contrib/llvm/lib/Target/Lanai/LanaiTargetMachine.h
  stable/12/contrib/llvm/lib/Target/Lanai/LanaiTargetObjectFile.cpp
  stable/12/contrib/llvm/lib/Target/Lanai/LanaiTargetObjectFile.h
  stable/12/contrib/llvm/lib/Target/Lanai/LanaiTargetTransformInfo.h
  stable/12/contrib/llvm/lib/Target/Lanai/MCTargetDesc/LanaiAsmBackend.cpp
  stable/12/contrib/llvm/lib/Target/Lanai/MCTargetDesc/LanaiBaseInfo.h
  stable/12/contrib/llvm/lib/Target/Lanai/MCTargetDesc/LanaiELFObjectWriter.cpp
  stable/12/contrib/llvm/lib/Target/Lanai/MCTargetDesc/LanaiFixupKinds.h
  stable/12/contrib/llvm/lib/Target/Lanai/MCTargetDesc/LanaiMCAsmInfo.cpp
  stable/12/contrib/llvm/lib/Target/Lanai/MCTargetDesc/LanaiMCAsmInfo.h
  stable/12/contrib/llvm/lib/Target/Lanai/MCTargetDesc/LanaiMCCodeEmitter.cpp
  stable/12/contrib/llvm/lib/Target/Lanai/MCTargetDesc/LanaiMCExpr.cpp
  stable/12/contrib/llvm/lib/Target/Lanai/MCTargetDesc/LanaiMCExpr.h
  stable/12/contrib/llvm/lib/Target/Lanai/MCTargetDesc/LanaiMCTargetDesc.cpp
  stable/12/contrib/llvm/lib/Target/Lanai/MCTargetDesc/LanaiMCTargetDesc.h
  stable/12/contrib/llvm/lib/Target/Lanai/TargetInfo/LanaiTargetInfo.cpp
  stable/12/contrib/llvm/lib/Target/MSP430/AsmParser/MSP430AsmParser.cpp
  stable/12/contrib/llvm/lib/Target/MSP430/Disassembler/MSP430Disassembler.cpp
  stable/12/contrib/llvm/lib/Target/MSP430/MCTargetDesc/MSP430AsmBackend.cpp
  stable/12/contrib/llvm/lib/Target/MSP430/MCTargetDesc/MSP430ELFObjectWriter.cpp
  stable/12/contrib/llvm/lib/Target/MSP430/MCTargetDesc/MSP430ELFStreamer.cpp
  stable/12/contrib/llvm/lib/Target/MSP430/MCTargetDesc/MSP430FixupKinds.h
  stable/12/contrib/llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.cpp
  stable/12/contrib/llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.h
  stable/12/contrib/llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCCodeEmitter.cpp
  stable/12/contrib/llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCTargetDesc.cpp
  stable/12/contrib/llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCTargetDesc.h
  stable/12/contrib/llvm/lib/Target/MSP430/MSP430.h
  stable/12/contrib/llvm/lib/Target/MSP430/MSP430.td
  stable/12/contrib/llvm/lib/Target/MSP430/MSP430AsmPrinter.cpp
  stable/12/contrib/llvm/lib/Target/MSP430/MSP430BranchSelector.cpp
  stable/12/contrib/llvm/lib/Target/MSP430/MSP430CallingConv.td
  stable/12/contrib/llvm/lib/Target/MSP430/MSP430FrameLowering.cpp
  stable/12/contrib/llvm/lib/Target/MSP430/MSP430FrameLowering.h
  stable/12/contrib/llvm/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
  stable/12/contrib/llvm/lib/Target/MSP430/MSP430ISelLowering.cpp
  stable/12/contrib/llvm/lib/Target/MSP430/MSP430ISelLowering.h
  stable/12/contrib/llvm/lib/Target/MSP430/MSP430InstrFormats.td
  stable/12/contrib/llvm/lib/Target/MSP430/MSP430InstrInfo.cpp
  stable/12/contrib/llvm/lib/Target/MSP430/MSP430InstrInfo.h
  stable/12/contrib/llvm/lib/Target/MSP430/MSP430InstrInfo.td
  stable/12/contrib/llvm/lib/Target/MSP430/MSP430MCInstLower.cpp
  stable/12/contrib/llvm/lib/Target/MSP430/MSP430MCInstLower.h
  stable/12/contrib/llvm/lib/Target/MSP430/MSP430MachineFunctionInfo.cpp
  stable/12/contrib/llvm/lib/Target/MSP430/MSP430MachineFunctionInfo.h
  stable/12/contrib/llvm/lib/Target/MSP430/MSP430RegisterInfo.cpp
  stable/12/contrib/llvm/lib/Target/MSP430/MSP430RegisterInfo.h
  stable/12/contrib/llvm/lib/Target/MSP430/MSP430RegisterInfo.td
  stable/12/contrib/llvm/lib/Target/MSP430/MSP430Subtarget.cpp
  stable/12/contrib/llvm/lib/Target/MSP430/MSP430Subtarget.h
  stable/12/contrib/llvm/lib/Target/MSP430/MSP430TargetMachine.cpp
  stable/12/contrib/llvm/lib/Target/MSP430/MSP430TargetMachine.h
  stable/12/contrib/llvm/lib/Target/MSP430/TargetInfo/MSP430TargetInfo.cpp
  stable/12/contrib/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
  stable/12/contrib/llvm/lib/Target/Mips/Disassembler/MipsDisassembler.cpp
  stable/12/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsABIFlagsSection.cpp
  stable/12/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsABIFlagsSection.h
  stable/12/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsABIInfo.cpp
  stable/12/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsABIInfo.h
  stable/12/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp
  stable/12/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h
  stable/12/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h
  stable/12/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp
  stable/12/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsELFStreamer.cpp
  stable/12/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsELFStreamer.h
  stable/12/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsFixupKinds.h
  stable/12/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.cpp
  stable/12/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.h
  stable/12/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp
  stable/12/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.h
  stable/12/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCExpr.cpp
  stable/12/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCExpr.h
  stable/12/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCNaCl.h
  stable/12/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp
  stable/12/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.h
  stable/12/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsNaClELFStreamer.cpp
  stable/12/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsOptionRecord.cpp
  stable/12/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
  stable/12/contrib/llvm/lib/Target/Mips/MicroMips32r6InstrFormats.td
  stable/12/contrib/llvm/lib/Target/Mips/MicroMips32r6InstrInfo.td
  stable/12/contrib/llvm/lib/Target/Mips/MicroMipsDSPInstrFormats.td
  stable/12/contrib/llvm/lib/Target/Mips/MicroMipsDSPInstrInfo.td
  stable/12/contrib/llvm/lib/Target/Mips/MicroMipsInstrFPU.td
  stable/12/contrib/llvm/lib/Target/Mips/MicroMipsInstrFormats.td
  stable/12/contrib/llvm/lib/Target/Mips/MicroMipsInstrInfo.td
  stable/12/contrib/llvm/lib/Target/Mips/MicroMipsSizeReduction.cpp
  stable/12/contrib/llvm/lib/Target/Mips/Mips.h
  stable/12/contrib/llvm/lib/Target/Mips/Mips.td
  stable/12/contrib/llvm/lib/Target/Mips/Mips16FrameLowering.cpp
  stable/12/contrib/llvm/lib/Target/Mips/Mips16FrameLowering.h
  stable/12/contrib/llvm/lib/Target/Mips/Mips16HardFloat.cpp
  stable/12/contrib/llvm/lib/Target/Mips/Mips16HardFloatInfo.cpp
  stable/12/contrib/llvm/lib/Target/Mips/Mips16HardFloatInfo.h
  stable/12/contrib/llvm/lib/Target/Mips/Mips16ISelDAGToDAG.cpp
  stable/12/contrib/llvm/lib/Target/Mips/Mips16ISelDAGToDAG.h
  stable/12/contrib/llvm/lib/Target/Mips/Mips16ISelLowering.cpp
  stable/12/contrib/llvm/lib/Target/Mips/Mips16ISelLowering.h
  stable/12/contrib/llvm/lib/Target/Mips/Mips16InstrFormats.td
  stable/12/contrib/llvm/lib/Target/Mips/Mips16InstrInfo.cpp
  stable/12/contrib/llvm/lib/Target/Mips/Mips16InstrInfo.h
  stable/12/contrib/llvm/lib/Target/Mips/Mips16InstrInfo.td
  stable/12/contrib/llvm/lib/Target/Mips/Mips16RegisterInfo.cpp
  stable/12/contrib/llvm/lib/Target/Mips/Mips16RegisterInfo.h
  stable/12/contrib/llvm/lib/Target/Mips/Mips32r6InstrFormats.td
  stable/12/contrib/llvm/lib/Target/Mips/Mips32r6InstrInfo.td
  stable/12/contrib/llvm/lib/Target/Mips/Mips64InstrInfo.td
  stable/12/contrib/llvm/lib/Target/Mips/Mips64r6InstrInfo.td
  stable/12/contrib/llvm/lib/Target/Mips/MipsAnalyzeImmediate.cpp
  stable/12/contrib/llvm/lib/Target/Mips/MipsAnalyzeImmediate.h
  stable/12/contrib/llvm/lib/Target/Mips/MipsAsmPrinter.cpp
  stable/12/contrib/llvm/lib/Target/Mips/MipsAsmPrinter.h
  stable/12/contrib/llvm/lib/Target/Mips/MipsBranchExpansion.cpp
  stable/12/contrib/llvm/lib/Target/Mips/MipsCCState.cpp
  stable/12/contrib/llvm/lib/Target/Mips/MipsCCState.h
  stable/12/contrib/llvm/lib/Target/Mips/MipsCallLowering.cpp
  stable/12/contrib/llvm/lib/Target/Mips/MipsCallLowering.h
  stable/12/contrib/llvm/lib/Target/Mips/MipsCallingConv.td
  stable/12/contrib/llvm/lib/Target/Mips/MipsCondMov.td
  stable/12/contrib/llvm/lib/Target/Mips/MipsConstantIslandPass.cpp
  stable/12/contrib/llvm/lib/Target/Mips/MipsDSPInstrFormats.td
  stable/12/contrib/llvm/lib/Target/Mips/MipsDSPInstrInfo.td
  stable/12/contrib/llvm/lib/Target/Mips/MipsDelaySlotFiller.cpp
  stable/12/contrib/llvm/lib/Target/Mips/MipsEVAInstrFormats.td
  stable/12/contrib/llvm/lib/Target/Mips/MipsEVAInstrInfo.td
  stable/12/contrib/llvm/lib/Target/Mips/MipsExpandPseudo.cpp
  stable/12/contrib/llvm/lib/Target/Mips/MipsFastISel.cpp
  stable/12/contrib/llvm/lib/Target/Mips/MipsFrameLowering.cpp
  stable/12/contrib/llvm/lib/Target/Mips/MipsFrameLowering.h
  stable/12/contrib/llvm/lib/Target/Mips/MipsISelDAGToDAG.cpp
  stable/12/contrib/llvm/lib/Target/Mips/MipsISelDAGToDAG.h
  stable/12/contrib/llvm/lib/Target/Mips/MipsISelLowering.cpp
  stable/12/contrib/llvm/lib/Target/Mips/MipsISelLowering.h
  stable/12/contrib/llvm/lib/Target/Mips/MipsInstrFPU.td
  stable/12/contrib/llvm/lib/Target/Mips/MipsInstrFormats.td
  stable/12/contrib/llvm/lib/Target/Mips/MipsInstrInfo.cpp
  stable/12/contrib/llvm/lib/Target/Mips/MipsInstrInfo.h
  stable/12/contrib/llvm/lib/Target/Mips/MipsInstrInfo.td
  stable/12/contrib/llvm/lib/Target/Mips/MipsInstructionSelector.cpp
  stable/12/contrib/llvm/lib/Target/Mips/MipsLegalizerInfo.cpp
  stable/12/contrib/llvm/lib/Target/Mips/MipsLegalizerInfo.h
  stable/12/contrib/llvm/lib/Target/Mips/MipsMCInstLower.cpp
  stable/12/contrib/llvm/lib/Target/Mips/MipsMCInstLower.h
  stable/12/contrib/llvm/lib/Target/Mips/MipsMSAInstrFormats.td
  stable/12/contrib/llvm/lib/Target/Mips/MipsMSAInstrInfo.td
  stable/12/contrib/llvm/lib/Target/Mips/MipsMTInstrFormats.td
  stable/12/contrib/llvm/lib/Target/Mips/MipsMTInstrInfo.td
  stable/12/contrib/llvm/lib/Target/Mips/MipsMachineFunction.cpp
  stable/12/contrib/llvm/lib/Target/Mips/MipsMachineFunction.h
  stable/12/contrib/llvm/lib/Target/Mips/MipsOptimizePICCall.cpp
  stable/12/contrib/llvm/lib/Target/Mips/MipsOptionRecord.h
  stable/12/contrib/llvm/lib/Target/Mips/MipsOs16.cpp
  stable/12/contrib/llvm/lib/Target/Mips/MipsPreLegalizerCombiner.cpp
  stable/12/contrib/llvm/lib/Target/Mips/MipsRegisterBankInfo.cpp
  stable/12/contrib/llvm/lib/Target/Mips/MipsRegisterBankInfo.h
  stable/12/contrib/llvm/lib/Target/Mips/MipsRegisterBanks.td
  stable/12/contrib/llvm/lib/Target/Mips/MipsRegisterInfo.cpp
  stable/12/contrib/llvm/lib/Target/Mips/MipsRegisterInfo.h
  stable/12/contrib/llvm/lib/Target/Mips/MipsRegisterInfo.td
  stable/12/contrib/llvm/lib/Target/Mips/MipsSEFrameLowering.cpp
  stable/12/contrib/llvm/lib/Target/Mips/MipsSEFrameLowering.h
  stable/12/contrib/llvm/lib/Target/Mips/MipsSEISelDAGToDAG.cpp
  stable/12/contrib/llvm/lib/Target/Mips/MipsSEISelDAGToDAG.h
  stable/12/contrib/llvm/lib/Target/Mips/MipsSEISelLowering.cpp
  stable/12/contrib/llvm/lib/Target/Mips/MipsSEISelLowering.h
  stable/12/contrib/llvm/lib/Target/Mips/MipsSEInstrInfo.cpp
  stable/12/contrib/llvm/lib/Target/Mips/MipsSEInstrInfo.h
  stable/12/contrib/llvm/lib/Target/Mips/MipsSERegisterInfo.cpp
  stable/12/contrib/llvm/lib/Target/Mips/MipsSERegisterInfo.h
  stable/12/contrib/llvm/lib/Target/Mips/MipsSchedule.td
  stable/12/contrib/llvm/lib/Target/Mips/MipsScheduleGeneric.td
  stable/12/contrib/llvm/lib/Target/Mips/MipsScheduleP5600.td
  stable/12/contrib/llvm/lib/Target/Mips/MipsSubtarget.cpp
  stable/12/contrib/llvm/lib/Target/Mips/MipsSubtarget.h
  stable/12/contrib/llvm/lib/Target/Mips/MipsTargetMachine.cpp
  stable/12/contrib/llvm/lib/Target/Mips/MipsTargetMachine.h
  stable/12/contrib/llvm/lib/Target/Mips/MipsTargetObjectFile.cpp
  stable/12/contrib/llvm/lib/Target/Mips/MipsTargetObjectFile.h
  stable/12/contrib/llvm/lib/Target/Mips/MipsTargetStreamer.h
  stable/12/contrib/llvm/lib/Target/Mips/TargetInfo/MipsTargetInfo.cpp
  stable/12/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXBaseInfo.h
  stable/12/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.cpp
  stable/12/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.h
  stable/12/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXMCTargetDesc.cpp
  stable/12/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXMCTargetDesc.h
  stable/12/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXTargetStreamer.cpp
  stable/12/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXTargetStreamer.h
  stable/12/contrib/llvm/lib/Target/NVPTX/ManagedStringPool.h
  stable/12/contrib/llvm/lib/Target/NVPTX/NVPTX.h
  stable/12/contrib/llvm/lib/Target/NVPTX/NVPTX.td
  stable/12/contrib/llvm/lib/Target/NVPTX/NVPTXAllocaHoisting.cpp
  stable/12/contrib/llvm/lib/Target/NVPTX/NVPTXAllocaHoisting.h
  stable/12/contrib/llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
  stable/12/contrib/llvm/lib/Target/NVPTX/NVPTXAsmPrinter.h
  stable/12/contrib/llvm/lib/Target/NVPTX/NVPTXAssignValidGlobalNames.cpp
  stable/12/contrib/llvm/lib/Target/NVPTX/NVPTXFrameLowering.cpp
  stable/12/contrib/llvm/lib/Target/NVPTX/NVPTXFrameLowering.h
  stable/12/contrib/llvm/lib/Target/NVPTX/NVPTXGenericToNVVM.cpp
  stable/12/contrib/llvm/lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp
  stable/12/contrib/llvm/lib/Target/NVPTX/NVPTXISelDAGToDAG.h
  stable/12/contrib/llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp
  stable/12/contrib/llvm/lib/Target/NVPTX/NVPTXISelLowering.h
  stable/12/contrib/llvm/lib/Target/NVPTX/NVPTXImageOptimizer.cpp
  stable/12/contrib/llvm/lib/Target/NVPTX/NVPTXInstrFormats.td
  stable/12/contrib/llvm/lib/Target/NVPTX/NVPTXInstrInfo.cpp
  stable/12/contrib/llvm/lib/Target/NVPTX/NVPTXInstrInfo.h
  stable/12/contrib/llvm/lib/Target/NVPTX/NVPTXInstrInfo.td
  stable/12/contrib/llvm/lib/Target/NVPTX/NVPTXIntrinsics.td
  stable/12/contrib/llvm/lib/Target/NVPTX/NVPTXLowerAggrCopies.cpp
  stable/12/contrib/llvm/lib/Target/NVPTX/NVPTXLowerAggrCopies.h
  stable/12/contrib/llvm/lib/Target/NVPTX/NVPTXLowerAlloca.cpp
  stable/12/contrib/llvm/lib/Target/NVPTX/NVPTXLowerArgs.cpp
  stable/12/contrib/llvm/lib/Target/NVPTX/NVPTXMCExpr.cpp
  stable/12/contrib/llvm/lib/Target/NVPTX/NVPTXMCExpr.h
  stable/12/contrib/llvm/lib/Target/NVPTX/NVPTXMachineFunctionInfo.h
  stable/12/contrib/llvm/lib/Target/NVPTX/NVPTXPeephole.cpp
  stable/12/contrib/llvm/lib/Target/NVPTX/NVPTXPrologEpilogPass.cpp
  stable/12/contrib/llvm/lib/Target/NVPTX/NVPTXProxyRegErasure.cpp
  stable/12/contrib/llvm/lib/Target/NVPTX/NVPTXRegisterInfo.cpp
  stable/12/contrib/llvm/lib/Target/NVPTX/NVPTXRegisterInfo.h
  stable/12/contrib/llvm/lib/Target/NVPTX/NVPTXRegisterInfo.td
  stable/12/contrib/llvm/lib/Target/NVPTX/NVPTXReplaceImageHandles.cpp
  stable/12/contrib/llvm/lib/Target/NVPTX/NVPTXSubtarget.cpp
  stable/12/contrib/llvm/lib/Target/NVPTX/NVPTXSubtarget.h
  stable/12/contrib/llvm/lib/Target/NVPTX/NVPTXTargetMachine.cpp
  stable/12/contrib/llvm/lib/Target/NVPTX/NVPTXTargetMachine.h
  stable/12/contrib/llvm/lib/Target/NVPTX/NVPTXTargetObjectFile.h
  stable/12/contrib/llvm/lib/Target/NVPTX/NVPTXTargetTransformInfo.cpp
  stable/12/contrib/llvm/lib/Target/NVPTX/NVPTXTargetTransformInfo.h
  stable/12/contrib/llvm/lib/Target/NVPTX/NVPTXUtilities.cpp
  stable/12/contrib/llvm/lib/Target/NVPTX/NVPTXUtilities.h
  stable/12/contrib/llvm/lib/Target/NVPTX/NVVMIntrRange.cpp
  stable/12/contrib/llvm/lib/Target/NVPTX/NVVMReflect.cpp
  stable/12/contrib/llvm/lib/Target/NVPTX/TargetInfo/NVPTXTargetInfo.cpp
  stable/12/contrib/llvm/lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
  stable/12/contrib/llvm/lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp
  stable/12/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp
  stable/12/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCELFObjectWriter.cpp
  stable/12/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCFixupKinds.h
  stable/12/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp
  stable/12/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.h
  stable/12/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp
  stable/12/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.h
  stable/12/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.cpp
  stable/12/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.h
  stable/12/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp
  stable/12/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.h
  stable/12/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMachObjectWriter.cpp
  stable/12/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCPredicates.cpp
  stable/12/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCPredicates.h
  stable/12/contrib/llvm/lib/Target/PowerPC/P9InstrResources.td
  stable/12/contrib/llvm/lib/Target/PowerPC/PPC.h
  stable/12/contrib/llvm/lib/Target/PowerPC/PPC.td
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCBoolRetToInt.cpp
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCBranchCoalescing.cpp
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCBranchSelector.cpp
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCCCState.cpp
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCCCState.h
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCCTRLoops.cpp
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCCallingConv.h
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCCallingConv.td
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCEarlyReturn.cpp
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCExpandISEL.cpp
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCFastISel.cpp
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCFrameLowering.cpp
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCFrameLowering.h
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCHazardRecognizers.cpp
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCHazardRecognizers.h
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCISelLowering.h
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCInstr64Bit.td
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCInstrAltivec.td
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCInstrBuilder.h
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCInstrFormats.td
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCInstrHTM.td
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCInstrInfo.h
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCInstrInfo.td
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCInstrQPX.td
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCInstrSPE.td
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCInstrVSX.td
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCLoopPreIncPrep.cpp
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCMCInstLower.cpp
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCMIPeephole.cpp
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCMachineFunctionInfo.cpp
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCMachineFunctionInfo.h
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCPerfectShuffle.h
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCPfmCounters.td
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCPreEmitPeephole.cpp
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCQPXLoadSplat.cpp
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCReduceCRLogicals.cpp
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCRegisterInfo.h
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCRegisterInfo.td
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCSchedule.td
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCSchedule440.td
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCScheduleA2.td
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCScheduleE500.td
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCScheduleE500mc.td
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCScheduleE5500.td
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCScheduleG3.td
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCScheduleG4.td
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCScheduleG4Plus.td
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCScheduleG5.td
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCScheduleP7.td
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCScheduleP8.td
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCScheduleP9.td
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCSubtarget.cpp
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCSubtarget.h
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCTLSDynamicCall.cpp
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCTOCRegDeps.cpp
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCTargetMachine.h
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCTargetObjectFile.cpp
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCTargetObjectFile.h
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCTargetStreamer.h
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.h
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCVSXCopy.cpp
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCVSXFMAMutate.cpp
  stable/12/contrib/llvm/lib/Target/PowerPC/PPCVSXSwapRemoval.cpp
  stable/12/contrib/llvm/lib/Target/PowerPC/README_P9.txt
  stable/12/contrib/llvm/lib/Target/PowerPC/TargetInfo/PowerPCTargetInfo.cpp
  stable/12/contrib/llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
  stable/12/contrib/llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp
  stable/12/contrib/llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp
  stable/12/contrib/llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.h
  stable/12/contrib/llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFObjectWriter.cpp
  stable/12/contrib/llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.cpp
  stable/12/contrib/llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.h
  stable/12/contrib/llvm/lib/Target/RISCV/MCTargetDesc/RISCVFixupKinds.h
  stable/12/contrib/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCAsmInfo.cpp
  stable/12/contrib/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCAsmInfo.h
  stable/12/contrib/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp
  stable/12/contrib/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.cpp
  stable/12/contrib/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.h
  stable/12/contrib/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.cpp
  stable/12/contrib/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.h
  stable/12/contrib/llvm/lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.cpp
  stable/12/contrib/llvm/lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.h
  stable/12/contrib/llvm/lib/Target/RISCV/RISCV.h
  stable/12/contrib/llvm/lib/Target/RISCV/RISCV.td
  stable/12/contrib/llvm/lib/Target/RISCV/RISCVAsmPrinter.cpp
  stable/12/contrib/llvm/lib/Target/RISCV/RISCVCallingConv.td
  stable/12/contrib/llvm/lib/Target/RISCV/RISCVExpandPseudoInsts.cpp
  stable/12/contrib/llvm/lib/Target/RISCV/RISCVFrameLowering.cpp
  stable/12/contrib/llvm/lib/Target/RISCV/RISCVFrameLowering.h
  stable/12/contrib/llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
  stable/12/contrib/llvm/lib/Target/RISCV/RISCVISelLowering.cpp
  stable/12/contrib/llvm/lib/Target/RISCV/RISCVISelLowering.h
  stable/12/contrib/llvm/lib/Target/RISCV/RISCVInstrFormats.td
  stable/12/contrib/llvm/lib/Target/RISCV/RISCVInstrFormatsC.td
  stable/12/contrib/llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
  stable/12/contrib/llvm/lib/Target/RISCV/RISCVInstrInfo.h
  stable/12/contrib/llvm/lib/Target/RISCV/RISCVInstrInfo.td
  stable/12/contrib/llvm/lib/Target/RISCV/RISCVInstrInfoA.td
  stable/12/contrib/llvm/lib/Target/RISCV/RISCVInstrInfoC.td
  stable/12/contrib/llvm/lib/Target/RISCV/RISCVInstrInfoD.td
  stable/12/contrib/llvm/lib/Target/RISCV/RISCVInstrInfoF.td
  stable/12/contrib/llvm/lib/Target/RISCV/RISCVInstrInfoM.td
  stable/12/contrib/llvm/lib/Target/RISCV/RISCVMCInstLower.cpp
  stable/12/contrib/llvm/lib/Target/RISCV/RISCVMachineFunctionInfo.h
  stable/12/contrib/llvm/lib/Target/RISCV/RISCVMergeBaseOffset.cpp
  stable/12/contrib/llvm/lib/Target/RISCV/RISCVRegisterInfo.cpp
  stable/12/contrib/llvm/lib/Target/RISCV/RISCVRegisterInfo.h
  stable/12/contrib/llvm/lib/Target/RISCV/RISCVRegisterInfo.td
  stable/12/contrib/llvm/lib/Target/RISCV/RISCVSubtarget.cpp
  stable/12/contrib/llvm/lib/Target/RISCV/RISCVSubtarget.h
  stable/12/contrib/llvm/lib/Target/RISCV/RISCVSystemOperands.td
  stable/12/contrib/llvm/lib/Target/RISCV/RISCVTargetMachine.cpp
  stable/12/contrib/llvm/lib/Target/RISCV/RISCVTargetMachine.h
  stable/12/contrib/llvm/lib/Target/RISCV/RISCVTargetObjectFile.cpp
  stable/12/contrib/llvm/lib/Target/RISCV/RISCVTargetObjectFile.h
  stable/12/contrib/llvm/lib/Target/RISCV/TargetInfo/RISCVTargetInfo.cpp
  stable/12/contrib/llvm/lib/Target/RISCV/Utils/RISCVBaseInfo.cpp
  stable/12/contrib/llvm/lib/Target/RISCV/Utils/RISCVBaseInfo.h
  stable/12/contrib/llvm/lib/Target/RISCV/Utils/RISCVMatInt.cpp
  stable/12/contrib/llvm/lib/Target/RISCV/Utils/RISCVMatInt.h
  stable/12/contrib/llvm/lib/Target/Sparc/AsmParser/SparcAsmParser.cpp
  stable/12/contrib/llvm/lib/Target/Sparc/DelaySlotFiller.cpp
  stable/12/contrib/llvm/lib/Target/Sparc/Disassembler/SparcDisassembler.cpp
  stable/12/contrib/llvm/lib/Target/Sparc/LeonFeatures.td
  stable/12/contrib/llvm/lib/Target/Sparc/LeonPasses.cpp
  stable/12/contrib/llvm/lib/Target/Sparc/LeonPasses.h
  stable/12/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcAsmBackend.cpp
  stable/12/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcELFObjectWriter.cpp
  stable/12/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcFixupKinds.h
  stable/12/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCAsmInfo.cpp
  stable/12/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCAsmInfo.h
  stable/12/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCCodeEmitter.cpp
  stable/12/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCExpr.cpp
  stable/12/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCExpr.h
  stable/12/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.cpp
  stable/12/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.h
  stable/12/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcTargetStreamer.cpp
  stable/12/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcTargetStreamer.h
  stable/12/contrib/llvm/lib/Target/Sparc/Sparc.h
  stable/12/contrib/llvm/lib/Target/Sparc/Sparc.td
  stable/12/contrib/llvm/lib/Target/Sparc/SparcAsmPrinter.cpp
  stable/12/contrib/llvm/lib/Target/Sparc/SparcCallingConv.td
  stable/12/contrib/llvm/lib/Target/Sparc/SparcFrameLowering.cpp
  stable/12/contrib/llvm/lib/Target/Sparc/SparcFrameLowering.h
  stable/12/contrib/llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp
  stable/12/contrib/llvm/lib/Target/Sparc/SparcISelLowering.cpp
  stable/12/contrib/llvm/lib/Target/Sparc/SparcISelLowering.h
  stable/12/contrib/llvm/lib/Target/Sparc/SparcInstr64Bit.td
  stable/12/contrib/llvm/lib/Target/Sparc/SparcInstrAliases.td
  stable/12/contrib/llvm/lib/Target/Sparc/SparcInstrFormats.td
  stable/12/contrib/llvm/lib/Target/Sparc/SparcInstrInfo.cpp
  stable/12/contrib/llvm/lib/Target/Sparc/SparcInstrInfo.h
  stable/12/contrib/llvm/lib/Target/Sparc/SparcInstrInfo.td
  stable/12/contrib/llvm/lib/Target/Sparc/SparcInstrVIS.td
  stable/12/contrib/llvm/lib/Target/Sparc/SparcMCInstLower.cpp
  stable/12/contrib/llvm/lib/Target/Sparc/SparcMachineFunctionInfo.cpp
  stable/12/contrib/llvm/lib/Target/Sparc/SparcMachineFunctionInfo.h
  stable/12/contrib/llvm/lib/Target/Sparc/SparcRegisterInfo.cpp
  stable/12/contrib/llvm/lib/Target/Sparc/SparcRegisterInfo.h
  stable/12/contrib/llvm/lib/Target/Sparc/SparcRegisterInfo.td
  stable/12/contrib/llvm/lib/Target/Sparc/SparcSchedule.td
  stable/12/contrib/llvm/lib/Target/Sparc/SparcSubtarget.cpp
  stable/12/contrib/llvm/lib/Target/Sparc/SparcSubtarget.h
  stable/12/contrib/llvm/lib/Target/Sparc/SparcTargetMachine.cpp
  stable/12/contrib/llvm/lib/Target/Sparc/SparcTargetMachine.h
  stable/12/contrib/llvm/lib/Target/Sparc/SparcTargetObjectFile.cpp
  stable/12/contrib/llvm/lib/Target/Sparc/SparcTargetObjectFile.h
  stable/12/contrib/llvm/lib/Target/Sparc/TargetInfo/SparcTargetInfo.cpp
  stable/12/contrib/llvm/lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp
  stable/12/contrib/llvm/lib/Target/SystemZ/Disassembler/SystemZDisassembler.cpp
  stable/12/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp
  stable/12/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp
  stable/12/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.h
  stable/12/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCCodeEmitter.cpp
  stable/12/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCFixups.h
  stable/12/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCObjectWriter.cpp
  stable/12/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp
  stable/12/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.h
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZ.h
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZ.td
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZAsmPrinter.h
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZCallingConv.cpp
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZCallingConv.h
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZCallingConv.td
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZConstantPoolValue.cpp
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZConstantPoolValue.h
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZElimCompare.cpp
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZExpandPseudo.cpp
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZFeatures.td
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZFrameLowering.cpp
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZFrameLowering.h
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZHazardRecognizer.cpp
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZHazardRecognizer.h
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZISelDAGToDAG.cpp
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZISelLowering.h
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZInstrBuilder.h
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZInstrDFP.td
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZInstrFP.td
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZInstrFormats.td
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZInstrHFP.td
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZInstrInfo.h
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZInstrInfo.td
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZInstrSystem.td
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZInstrVector.td
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZLDCleanup.cpp
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZLongBranch.cpp
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZMCInstLower.cpp
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZMCInstLower.h
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZMachineFunctionInfo.cpp
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZMachineFunctionInfo.h
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZMachineScheduler.cpp
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZMachineScheduler.h
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZOperands.td
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZOperators.td
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZPatterns.td
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZProcessors.td
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZRegisterInfo.cpp
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZRegisterInfo.h
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZRegisterInfo.td
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZSchedule.td
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZScheduleZ13.td
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZScheduleZ14.td
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZScheduleZ196.td
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZScheduleZEC12.td
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZSelectionDAGInfo.cpp
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZSelectionDAGInfo.h
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZShortenInst.cpp
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZSubtarget.cpp
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZSubtarget.h
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZTDC.cpp
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZTargetMachine.h
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.cpp
  stable/12/contrib/llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.h
  stable/12/contrib/llvm/lib/Target/SystemZ/TargetInfo/SystemZTargetInfo.cpp
  stable/12/contrib/llvm/lib/Target/Target.cpp
  stable/12/contrib/llvm/lib/Target/TargetIntrinsicInfo.cpp
  stable/12/contrib/llvm/lib/Target/TargetLoweringObjectFile.cpp
  stable/12/contrib/llvm/lib/Target/TargetMachine.cpp
  stable/12/contrib/llvm/lib/Target/TargetMachineC.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/Disassembler/WebAssemblyDisassembler.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyAsmBackend.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyFixupKinds.h
  stable/12/contrib/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCAsmInfo.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCAsmInfo.h
  stable/12/contrib/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCCodeEmitter.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.h
  stable/12/contrib/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.h
  stable/12/contrib/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyWasmObjectWriter.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/README.txt
  stable/12/contrib/llvm/lib/Target/WebAssembly/TargetInfo/WebAssemblyTargetInfo.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssembly.h
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssembly.td
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyAddMissingPrototypes.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyArgumentMove.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.h
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyCFGSort.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyCallIndirectFixup.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyDebugValueManager.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyDebugValueManager.h
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyExceptionInfo.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyExceptionInfo.h
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyExplicitLocals.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyFastISel.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyFixFunctionBitcasts.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyFixIrreducibleControlFlow.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyFrameLowering.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyFrameLowering.h
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyISD.def
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.h
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyInstrAtomics.td
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyInstrCall.td
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyInstrControl.td
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyInstrConv.td
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyInstrFloat.td
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyInstrFormats.td
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.h
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.td
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyInstrInteger.td
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyInstrMemory.td
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyLateEHPrepare.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyLowerBrUnless.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyLowerGlobalDtors.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyMCInstLower.h
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyMemIntrinsicResults.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyOptimizeLiveIntervals.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyOptimizeReturned.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyPeephole.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyPrepareForLiveIntervals.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyRegColoring.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyRegNumbering.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyRegisterInfo.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyRegisterInfo.h
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyRegisterInfo.td
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyReplacePhysRegs.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.h
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblySelectionDAGInfo.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblySelectionDAGInfo.h
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblySetP2AlignOperands.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblySubtarget.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblySubtarget.h
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.h
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyTargetObjectFile.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyTargetObjectFile.h
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.h
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyUtilities.cpp
  stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyUtilities.h
  stable/12/contrib/llvm/lib/Target/WebAssembly/known_gcc_test_failures.txt
  stable/12/contrib/llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
  stable/12/contrib/llvm/lib/Target/X86/AsmParser/X86AsmParserCommon.h
  stable/12/contrib/llvm/lib/Target/X86/AsmParser/X86Operand.h
  stable/12/contrib/llvm/lib/Target/X86/Disassembler/X86Disassembler.cpp
  stable/12/contrib/llvm/lib/Target/X86/Disassembler/X86DisassemblerDecoder.cpp
  stable/12/contrib/llvm/lib/Target/X86/Disassembler/X86DisassemblerDecoder.h
  stable/12/contrib/llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
  stable/12/contrib/llvm/lib/Target/X86/MCTargetDesc/X86BaseInfo.h
  stable/12/contrib/llvm/lib/Target/X86/MCTargetDesc/X86ELFObjectWriter.cpp
  stable/12/contrib/llvm/lib/Target/X86/MCTargetDesc/X86FixupKinds.h
  stable/12/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp
  stable/12/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MCAsmInfo.h
  stable/12/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp
  stable/12/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MCExpr.h
  stable/12/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp
  stable/12/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h
  stable/12/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MachObjectWriter.cpp
  stable/12/contrib/llvm/lib/Target/X86/MCTargetDesc/X86TargetStreamer.h
  stable/12/contrib/llvm/lib/Target/X86/MCTargetDesc/X86WinCOFFObjectWriter.cpp
  stable/12/contrib/llvm/lib/Target/X86/MCTargetDesc/X86WinCOFFStreamer.cpp
  stable/12/contrib/llvm/lib/Target/X86/MCTargetDesc/X86WinCOFFTargetStreamer.cpp
  stable/12/contrib/llvm/lib/Target/X86/TargetInfo/X86TargetInfo.cpp
  stable/12/contrib/llvm/lib/Target/X86/Utils/X86ShuffleDecode.cpp
  stable/12/contrib/llvm/lib/Target/X86/Utils/X86ShuffleDecode.h
  stable/12/contrib/llvm/lib/Target/X86/X86.h
  stable/12/contrib/llvm/lib/Target/X86/X86.td
  stable/12/contrib/llvm/lib/Target/X86/X86AsmPrinter.cpp
  stable/12/contrib/llvm/lib/Target/X86/X86AsmPrinter.h
  stable/12/contrib/llvm/lib/Target/X86/X86AvoidStoreForwardingBlocks.cpp
  stable/12/contrib/llvm/lib/Target/X86/X86CallFrameOptimization.cpp
  stable/12/contrib/llvm/lib/Target/X86/X86CallLowering.cpp
  stable/12/contrib/llvm/lib/Target/X86/X86CallLowering.h
  stable/12/contrib/llvm/lib/Target/X86/X86CallingConv.cpp
  stable/12/contrib/llvm/lib/Target/X86/X86CallingConv.h
  stable/12/contrib/llvm/lib/Target/X86/X86CallingConv.td
  stable/12/contrib/llvm/lib/Target/X86/X86CmovConversion.cpp
  stable/12/contrib/llvm/lib/Target/X86/X86CondBrFolding.cpp
  stable/12/contrib/llvm/lib/Target/X86/X86DiscriminateMemOps.cpp
  stable/12/contrib/llvm/lib/Target/X86/X86DomainReassignment.cpp
  stable/12/contrib/llvm/lib/Target/X86/X86EvexToVex.cpp
  stable/12/contrib/llvm/lib/Target/X86/X86ExpandPseudo.cpp
  stable/12/contrib/llvm/lib/Target/X86/X86FastISel.cpp
  stable/12/contrib/llvm/lib/Target/X86/X86FixupBWInsts.cpp
  stable/12/contrib/llvm/lib/Target/X86/X86FixupLEAs.cpp
  stable/12/contrib/llvm/lib/Target/X86/X86FixupSetCC.cpp
  stable/12/contrib/llvm/lib/Target/X86/X86FlagsCopyLowering.cpp
  stable/12/contrib/llvm/lib/Target/X86/X86FloatingPoint.cpp
  stable/12/contrib/llvm/lib/Target/X86/X86FrameLowering.cpp
  stable/12/contrib/llvm/lib/Target/X86/X86FrameLowering.h
  stable/12/contrib/llvm/lib/Target/X86/X86GenRegisterBankInfo.def
  stable/12/contrib/llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
  stable/12/contrib/llvm/lib/Target/X86/X86ISelLowering.cpp
  stable/12/contrib/llvm/lib/Target/X86/X86ISelLowering.h
  stable/12/contrib/llvm/lib/Target/X86/X86IndirectBranchTracking.cpp
  stable/12/contrib/llvm/lib/Target/X86/X86InsertPrefetch.cpp
  stable/12/contrib/llvm/lib/Target/X86/X86Instr3DNow.td
  stable/12/contrib/llvm/lib/Target/X86/X86InstrAVX512.td
  stable/12/contrib/llvm/lib/Target/X86/X86InstrArithmetic.td
  stable/12/contrib/llvm/lib/Target/X86/X86InstrBuilder.h
  stable/12/contrib/llvm/lib/Target/X86/X86InstrCMovSetCC.td
  stable/12/contrib/llvm/lib/Target/X86/X86InstrCompiler.td
  stable/12/contrib/llvm/lib/Target/X86/X86InstrControl.td
  stable/12/contrib/llvm/lib/Target/X86/X86InstrExtension.td
  stable/12/contrib/llvm/lib/Target/X86/X86InstrFMA.td
  stable/12/contrib/llvm/lib/Target/X86/X86InstrFMA3Info.cpp
  stable/12/contrib/llvm/lib/Target/X86/X86InstrFMA3Info.h
  stable/12/contrib/llvm/lib/Target/X86/X86InstrFPStack.td
  stable/12/contrib/llvm/lib/Target/X86/X86InstrFoldTables.cpp
  stable/12/contrib/llvm/lib/Target/X86/X86InstrFoldTables.h
  stable/12/contrib/llvm/lib/Target/X86/X86InstrFormats.td
  stable/12/contrib/llvm/lib/Target/X86/X86InstrFragmentsSIMD.td
  stable/12/contrib/llvm/lib/Target/X86/X86InstrInfo.cpp
  stable/12/contrib/llvm/lib/Target/X86/X86InstrInfo.h
  stable/12/contrib/llvm/lib/Target/X86/X86InstrInfo.td
  stable/12/contrib/llvm/lib/Target/X86/X86InstrMMX.td
  stable/12/contrib/llvm/lib/Target/X86/X86InstrMPX.td
  stable/12/contrib/llvm/lib/Target/X86/X86InstrSGX.td
  stable/12/contrib/llvm/lib/Target/X86/X86InstrSSE.td
  stable/12/contrib/llvm/lib/Target/X86/X86InstrSVM.td
  stable/12/contrib/llvm/lib/Target/X86/X86InstrShiftRotate.td
  stable/12/contrib/llvm/lib/Target/X86/X86InstrSystem.td
  stable/12/contrib/llvm/lib/Target/X86/X86InstrTSX.td
  stable/12/contrib/llvm/lib/Target/X86/X86InstrVMX.td
  stable/12/contrib/llvm/lib/Target/X86/X86InstrVecCompiler.td
  stable/12/contrib/llvm/lib/Target/X86/X86InstrXOP.td
  stable/12/contrib/llvm/lib/Target/X86/X86InstructionSelector.cpp
  stable/12/contrib/llvm/lib/Target/X86/X86InterleavedAccess.cpp
  stable/12/contrib/llvm/lib/Target/X86/X86IntrinsicsInfo.h
  stable/12/contrib/llvm/lib/Target/X86/X86LegalizerInfo.cpp
  stable/12/contrib/llvm/lib/Target/X86/X86LegalizerInfo.h
  stable/12/contrib/llvm/lib/Target/X86/X86MCInstLower.cpp
  stable/12/contrib/llvm/lib/Target/X86/X86MachineFunctionInfo.cpp
  stable/12/contrib/llvm/lib/Target/X86/X86MachineFunctionInfo.h
  stable/12/contrib/llvm/lib/Target/X86/X86MacroFusion.cpp
  stable/12/contrib/llvm/lib/Target/X86/X86MacroFusion.h
  stable/12/contrib/llvm/lib/Target/X86/X86OptimizeLEAs.cpp
  stable/12/contrib/llvm/lib/Target/X86/X86PadShortFunction.cpp
  stable/12/contrib/llvm/lib/Target/X86/X86PfmCounters.td
  stable/12/contrib/llvm/lib/Target/X86/X86RegisterBankInfo.cpp
  stable/12/contrib/llvm/lib/Target/X86/X86RegisterBankInfo.h
  stable/12/contrib/llvm/lib/Target/X86/X86RegisterBanks.td
  stable/12/contrib/llvm/lib/Target/X86/X86RegisterInfo.cpp
  stable/12/contrib/llvm/lib/Target/X86/X86RegisterInfo.h
  stable/12/contrib/llvm/lib/Target/X86/X86RegisterInfo.td
  stable/12/contrib/llvm/lib/Target/X86/X86RetpolineThunks.cpp
  stable/12/contrib/llvm/lib/Target/X86/X86SchedBroadwell.td
  stable/12/contrib/llvm/lib/Target/X86/X86SchedHaswell.td
  stable/12/contrib/llvm/lib/Target/X86/X86SchedPredicates.td
  stable/12/contrib/llvm/lib/Target/X86/X86SchedSandyBridge.td
  stable/12/contrib/llvm/lib/Target/X86/X86SchedSkylakeClient.td
  stable/12/contrib/llvm/lib/Target/X86/X86SchedSkylakeServer.td
  stable/12/contrib/llvm/lib/Target/X86/X86Schedule.td
  stable/12/contrib/llvm/lib/Target/X86/X86ScheduleAtom.td
  stable/12/contrib/llvm/lib/Target/X86/X86ScheduleBdVer2.td
  stable/12/contrib/llvm/lib/Target/X86/X86ScheduleBtVer2.td
  stable/12/contrib/llvm/lib/Target/X86/X86ScheduleSLM.td
  stable/12/contrib/llvm/lib/Target/X86/X86ScheduleZnver1.td
  stable/12/contrib/llvm/lib/Target/X86/X86SelectionDAGInfo.cpp
  stable/12/contrib/llvm/lib/Target/X86/X86SelectionDAGInfo.h
  stable/12/contrib/llvm/lib/Target/X86/X86ShuffleDecodeConstantPool.cpp
  stable/12/contrib/llvm/lib/Target/X86/X86ShuffleDecodeConstantPool.h
  stable/12/contrib/llvm/lib/Target/X86/X86SpeculativeLoadHardening.cpp
  stable/12/contrib/llvm/lib/Target/X86/X86Subtarget.cpp
  stable/12/contrib/llvm/lib/Target/X86/X86Subtarget.h
  stable/12/contrib/llvm/lib/Target/X86/X86TargetMachine.cpp
  stable/12/contrib/llvm/lib/Target/X86/X86TargetMachine.h
  stable/12/contrib/llvm/lib/Target/X86/X86TargetObjectFile.cpp
  stable/12/contrib/llvm/lib/Target/X86/X86TargetObjectFile.h
  stable/12/contrib/llvm/lib/Target/X86/X86TargetTransformInfo.cpp
  stable/12/contrib/llvm/lib/Target/X86/X86TargetTransformInfo.h
  stable/12/contrib/llvm/lib/Target/X86/X86VZeroUpper.cpp
  stable/12/contrib/llvm/lib/Target/X86/X86WinAllocaExpander.cpp
  stable/12/contrib/llvm/lib/Target/X86/X86WinEHState.cpp
  stable/12/contrib/llvm/lib/Target/XCore/Disassembler/XCoreDisassembler.cpp
  stable/12/contrib/llvm/lib/Target/XCore/MCTargetDesc/XCoreMCAsmInfo.cpp
  stable/12/contrib/llvm/lib/Target/XCore/MCTargetDesc/XCoreMCAsmInfo.h
  stable/12/contrib/llvm/lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.cpp
  stable/12/contrib/llvm/lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.h
  stable/12/contrib/llvm/lib/Target/XCore/TargetInfo/XCoreTargetInfo.cpp
  stable/12/contrib/llvm/lib/Target/XCore/XCore.h
  stable/12/contrib/llvm/lib/Target/XCore/XCore.td
  stable/12/contrib/llvm/lib/Target/XCore/XCoreAsmPrinter.cpp
  stable/12/contrib/llvm/lib/Target/XCore/XCoreCallingConv.td
  stable/12/contrib/llvm/lib/Target/XCore/XCoreFrameLowering.cpp
  stable/12/contrib/llvm/lib/Target/XCore/XCoreFrameLowering.h
  stable/12/contrib/llvm/lib/Target/XCore/XCoreFrameToArgsOffsetElim.cpp
  stable/12/contrib/llvm/lib/Target/XCore/XCoreISelDAGToDAG.cpp
  stable/12/contrib/llvm/lib/Target/XCore/XCoreISelLowering.cpp
  stable/12/contrib/llvm/lib/Target/XCore/XCoreISelLowering.h
  stable/12/contrib/llvm/lib/Target/XCore/XCoreInstrFormats.td
  stable/12/contrib/llvm/lib/Target/XCore/XCoreInstrInfo.cpp
  stable/12/contrib/llvm/lib/Target/XCore/XCoreInstrInfo.h
  stable/12/contrib/llvm/lib/Target/XCore/XCoreInstrInfo.td
  stable/12/contrib/llvm/lib/Target/XCore/XCoreLowerThreadLocal.cpp
  stable/12/contrib/llvm/lib/Target/XCore/XCoreMCInstLower.cpp
  stable/12/contrib/llvm/lib/Target/XCore/XCoreMCInstLower.h
  stable/12/contrib/llvm/lib/Target/XCore/XCoreMachineFunctionInfo.cpp
  stable/12/contrib/llvm/lib/Target/XCore/XCoreMachineFunctionInfo.h
  stable/12/contrib/llvm/lib/Target/XCore/XCoreRegisterInfo.cpp
  stable/12/contrib/llvm/lib/Target/XCore/XCoreRegisterInfo.h
  stable/12/contrib/llvm/lib/Target/XCore/XCoreRegisterInfo.td
  stable/12/contrib/llvm/lib/Target/XCore/XCoreSelectionDAGInfo.cpp
  stable/12/contrib/llvm/lib/Target/XCore/XCoreSelectionDAGInfo.h
  stable/12/contrib/llvm/lib/Target/XCore/XCoreSubtarget.cpp
  stable/12/contrib/llvm/lib/Target/XCore/XCoreSubtarget.h
  stable/12/contrib/llvm/lib/Target/XCore/XCoreTargetMachine.cpp
  stable/12/contrib/llvm/lib/Target/XCore/XCoreTargetMachine.h
  stable/12/contrib/llvm/lib/Target/XCore/XCoreTargetObjectFile.cpp
  stable/12/contrib/llvm/lib/Target/XCore/XCoreTargetObjectFile.h
  stable/12/contrib/llvm/lib/Target/XCore/XCoreTargetStreamer.h
  stable/12/contrib/llvm/lib/Target/XCore/XCoreTargetTransformInfo.h
  stable/12/contrib/llvm/lib/Testing/Support/Error.cpp
  stable/12/contrib/llvm/lib/TextAPI/ELF/ELFStub.cpp
  stable/12/contrib/llvm/lib/TextAPI/ELF/TBEHandler.cpp
  stable/12/contrib/llvm/lib/ToolDrivers/llvm-dlltool/DlltoolDriver.cpp
  stable/12/contrib/llvm/lib/ToolDrivers/llvm-lib/LibDriver.cpp
  stable/12/contrib/llvm/lib/ToolDrivers/llvm-lib/Options.td
  stable/12/contrib/llvm/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp
  stable/12/contrib/llvm/lib/Transforms/AggressiveInstCombine/AggressiveInstCombineInternal.h
  stable/12/contrib/llvm/lib/Transforms/AggressiveInstCombine/TruncInstCombine.cpp
  stable/12/contrib/llvm/lib/Transforms/Coroutines/CoroCleanup.cpp
  stable/12/contrib/llvm/lib/Transforms/Coroutines/CoroEarly.cpp
  stable/12/contrib/llvm/lib/Transforms/Coroutines/CoroElide.cpp
  stable/12/contrib/llvm/lib/Transforms/Coroutines/CoroFrame.cpp
  stable/12/contrib/llvm/lib/Transforms/Coroutines/CoroInstr.h
  stable/12/contrib/llvm/lib/Transforms/Coroutines/CoroInternal.h
  stable/12/contrib/llvm/lib/Transforms/Coroutines/CoroSplit.cpp
  stable/12/contrib/llvm/lib/Transforms/Coroutines/Coroutines.cpp
  stable/12/contrib/llvm/lib/Transforms/IPO/AlwaysInliner.cpp
  stable/12/contrib/llvm/lib/Transforms/IPO/ArgumentPromotion.cpp
  stable/12/contrib/llvm/lib/Transforms/IPO/BarrierNoopPass.cpp
  stable/12/contrib/llvm/lib/Transforms/IPO/BlockExtractor.cpp
  stable/12/contrib/llvm/lib/Transforms/IPO/CalledValuePropagation.cpp
  stable/12/contrib/llvm/lib/Transforms/IPO/ConstantMerge.cpp
  stable/12/contrib/llvm/lib/Transforms/IPO/CrossDSOCFI.cpp
  stable/12/contrib/llvm/lib/Transforms/IPO/DeadArgumentElimination.cpp
  stable/12/contrib/llvm/lib/Transforms/IPO/ElimAvailExtern.cpp
  stable/12/contrib/llvm/lib/Transforms/IPO/ExtractGV.cpp
  stable/12/contrib/llvm/lib/Transforms/IPO/ForceFunctionAttrs.cpp
  stable/12/contrib/llvm/lib/Transforms/IPO/FunctionAttrs.cpp
  stable/12/contrib/llvm/lib/Transforms/IPO/FunctionImport.cpp
  stable/12/contrib/llvm/lib/Transforms/IPO/GlobalDCE.cpp
  stable/12/contrib/llvm/lib/Transforms/IPO/GlobalOpt.cpp
  stable/12/contrib/llvm/lib/Transforms/IPO/GlobalSplit.cpp
  stable/12/contrib/llvm/lib/Transforms/IPO/HotColdSplitting.cpp
  stable/12/contrib/llvm/lib/Transforms/IPO/IPConstantPropagation.cpp
  stable/12/contrib/llvm/lib/Transforms/IPO/IPO.cpp
  stable/12/contrib/llvm/lib/Transforms/IPO/InferFunctionAttrs.cpp
  stable/12/contrib/llvm/lib/Transforms/IPO/InlineSimple.cpp
  stable/12/contrib/llvm/lib/Transforms/IPO/Inliner.cpp
  stable/12/contrib/llvm/lib/Transforms/IPO/Internalize.cpp
  stable/12/contrib/llvm/lib/Transforms/IPO/LoopExtractor.cpp
  stable/12/contrib/llvm/lib/Transforms/IPO/LowerTypeTests.cpp
  stable/12/contrib/llvm/lib/Transforms/IPO/MergeFunctions.cpp
  stable/12/contrib/llvm/lib/Transforms/IPO/PartialInlining.cpp
  stable/12/contrib/llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
  stable/12/contrib/llvm/lib/Transforms/IPO/PruneEH.cpp
  stable/12/contrib/llvm/lib/Transforms/IPO/SCCP.cpp
  stable/12/contrib/llvm/lib/Transforms/IPO/SampleProfile.cpp
  stable/12/contrib/llvm/lib/Transforms/IPO/StripDeadPrototypes.cpp
  stable/12/contrib/llvm/lib/Transforms/IPO/StripSymbols.cpp
  stable/12/contrib/llvm/lib/Transforms/IPO/SyntheticCountsPropagation.cpp
  stable/12/contrib/llvm/lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp
  stable/12/contrib/llvm/lib/Transforms/IPO/WholeProgramDevirt.cpp
  stable/12/contrib/llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
  stable/12/contrib/llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
  stable/12/contrib/llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
  stable/12/contrib/llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
  stable/12/contrib/llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
  stable/12/contrib/llvm/lib/Transforms/InstCombine/InstCombineInternal.h
  stable/12/contrib/llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
  stable/12/contrib/llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
  stable/12/contrib/llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp
  stable/12/contrib/llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
  stable/12/contrib/llvm/lib/Transforms/InstCombine/InstCombineShifts.cpp
  stable/12/contrib/llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
  stable/12/contrib/llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
  stable/12/contrib/llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
  stable/12/contrib/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
  stable/12/contrib/llvm/lib/Transforms/Instrumentation/BoundsChecking.cpp
  stable/12/contrib/llvm/lib/Transforms/Instrumentation/CFGMST.h
  stable/12/contrib/llvm/lib/Transforms/Instrumentation/CGProfile.cpp
  stable/12/contrib/llvm/lib/Transforms/Instrumentation/ControlHeightReduction.cpp
  stable/12/contrib/llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
  stable/12/contrib/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp
  stable/12/contrib/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
  stable/12/contrib/llvm/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
  stable/12/contrib/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
  stable/12/contrib/llvm/lib/Transforms/Instrumentation/Instrumentation.cpp
  stable/12/contrib/llvm/lib/Transforms/Instrumentation/MaximumSpanningTree.h
  stable/12/contrib/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
  stable/12/contrib/llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp
  stable/12/contrib/llvm/lib/Transforms/Instrumentation/PGOMemOPSizeOpt.cpp
  stable/12/contrib/llvm/lib/Transforms/Instrumentation/SanitizerCoverage.cpp
  stable/12/contrib/llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp
  stable/12/contrib/llvm/lib/Transforms/ObjCARC/ARCRuntimeEntryPoints.h
  stable/12/contrib/llvm/lib/Transforms/ObjCARC/BlotMapVector.h
  stable/12/contrib/llvm/lib/Transforms/ObjCARC/DependencyAnalysis.cpp
  stable/12/contrib/llvm/lib/Transforms/ObjCARC/DependencyAnalysis.h
  stable/12/contrib/llvm/lib/Transforms/ObjCARC/ObjCARC.cpp
  stable/12/contrib/llvm/lib/Transforms/ObjCARC/ObjCARC.h
  stable/12/contrib/llvm/lib/Transforms/ObjCARC/ObjCARCAPElim.cpp
  stable/12/contrib/llvm/lib/Transforms/ObjCARC/ObjCARCContract.cpp
  stable/12/contrib/llvm/lib/Transforms/ObjCARC/ObjCARCExpand.cpp
  stable/12/contrib/llvm/lib/Transforms/ObjCARC/ObjCARCOpts.cpp
  stable/12/contrib/llvm/lib/Transforms/ObjCARC/ProvenanceAnalysis.cpp
  stable/12/contrib/llvm/lib/Transforms/ObjCARC/ProvenanceAnalysis.h
  stable/12/contrib/llvm/lib/Transforms/ObjCARC/ProvenanceAnalysisEvaluator.cpp
  stable/12/contrib/llvm/lib/Transforms/ObjCARC/PtrState.cpp
  stable/12/contrib/llvm/lib/Transforms/ObjCARC/PtrState.h
  stable/12/contrib/llvm/lib/Transforms/Scalar/ADCE.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/AlignmentFromAssumptions.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/BDCE.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/CallSiteSplitting.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/ConstantHoisting.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/ConstantProp.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/DCE.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/DivRemPairs.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/EarlyCSE.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/FlattenCFGPass.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/Float2Int.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/GVN.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/GVNHoist.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/GVNSink.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/GuardWidening.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/IVUsersPrinter.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/InferAddressSpaces.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/InstSimplifyPass.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/JumpThreading.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/LICM.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/LoopAccessAnalysisPrinter.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/LoopDataPrefetch.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/LoopDeletion.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/LoopDistribute.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/LoopInstSimplify.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/LoopInterchange.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/LoopLoadElimination.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/LoopPassManager.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/LoopPredication.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/LoopRerollPass.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/LoopRotation.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/LoopSimplifyCFG.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/LoopSink.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/LoopUnrollAndJamPass.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/LoopUnrollPass.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/LoopUnswitch.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/LoopVersioningLICM.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/LowerAtomic.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/LowerExpectIntrinsic.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/LowerGuardIntrinsic.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/MakeGuardsExplicit.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/MergeICmps.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/MergedLoadStoreMotion.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/NaryReassociate.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/NewGVN.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/PartiallyInlineLibCalls.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/PlaceSafepoints.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/Reassociate.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/Reg2Mem.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/SCCP.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/SROA.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/Scalar.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/Scalarizer.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/SimplifyCFGPass.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/Sink.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/SpeculateAroundPHIs.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/SpeculativeExecution.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/StraightLineStrengthReduce.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/StructurizeCFG.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/TailRecursionElimination.cpp
  stable/12/contrib/llvm/lib/Transforms/Scalar/WarnMissedTransforms.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/ASanStackFrameLayout.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/AddDiscriminators.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/BuildLibCalls.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/BypassSlowDivision.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/CallPromotionUtils.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/CanonicalizeAliases.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/CloneFunction.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/CloneModule.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/CodeExtractor.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/CtorUtils.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/DemoteRegToStack.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/EntryExitInstrumenter.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/EscapeEnumerator.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/Evaluator.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/FlattenCFG.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/FunctionComparator.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/FunctionImportUtils.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/GlobalStatus.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/GuardUtils.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/ImportedFunctionsInliningStatistics.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/InlineFunction.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/InstructionNamer.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/IntegerDivision.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/LCSSA.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/LibCallsShrinkWrap.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/Local.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/LoopRotationUtils.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/LoopSimplify.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/LoopUnroll.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/LoopUnrollAndJam.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/LoopUnrollPeel.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/LoopUtils.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/LoopVersioning.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/LowerInvoke.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/LowerMemIntrinsics.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/LowerSwitch.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/Mem2Reg.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/MetaRenamer.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/ModuleUtils.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/NameAnonGlobals.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/PredicateInfo.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/SSAUpdater.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/SSAUpdaterBulk.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/SanitizerStats.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/SimplifyCFG.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/SimplifyIndVar.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/SplitModule.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/StripGCRelocates.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/StripNonLineTableDebugInfo.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/SymbolRewriter.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/Utils.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/VNCoercion.cpp
  stable/12/contrib/llvm/lib/Transforms/Utils/ValueMapper.cpp
  stable/12/contrib/llvm/lib/Transforms/Vectorize/LoadStoreVectorizer.cpp
  stable/12/contrib/llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
  stable/12/contrib/llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h
  stable/12/contrib/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  stable/12/contrib/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
  stable/12/contrib/llvm/lib/Transforms/Vectorize/VPRecipeBuilder.h
  stable/12/contrib/llvm/lib/Transforms/Vectorize/VPlan.cpp
  stable/12/contrib/llvm/lib/Transforms/Vectorize/VPlan.h
  stable/12/contrib/llvm/lib/Transforms/Vectorize/VPlanDominatorTree.h
  stable/12/contrib/llvm/lib/Transforms/Vectorize/VPlanHCFGBuilder.cpp
  stable/12/contrib/llvm/lib/Transforms/Vectorize/VPlanHCFGBuilder.h
  stable/12/contrib/llvm/lib/Transforms/Vectorize/VPlanHCFGTransforms.cpp
  stable/12/contrib/llvm/lib/Transforms/Vectorize/VPlanHCFGTransforms.h
  stable/12/contrib/llvm/lib/Transforms/Vectorize/VPlanLoopInfo.h
  stable/12/contrib/llvm/lib/Transforms/Vectorize/VPlanSLP.cpp
  stable/12/contrib/llvm/lib/Transforms/Vectorize/VPlanValue.h
  stable/12/contrib/llvm/lib/Transforms/Vectorize/VPlanVerifier.cpp
  stable/12/contrib/llvm/lib/Transforms/Vectorize/VPlanVerifier.h
  stable/12/contrib/llvm/lib/Transforms/Vectorize/Vectorize.cpp
  stable/12/contrib/llvm/lib/WindowsManifest/WindowsManifestMerger.cpp
  stable/12/contrib/llvm/lib/XRay/BlockIndexer.cpp
  stable/12/contrib/llvm/lib/XRay/BlockPrinter.cpp
  stable/12/contrib/llvm/lib/XRay/BlockVerifier.cpp
  stable/12/contrib/llvm/lib/XRay/FDRRecordProducer.cpp
  stable/12/contrib/llvm/lib/XRay/FDRRecords.cpp
  stable/12/contrib/llvm/lib/XRay/FDRTraceExpander.cpp
  stable/12/contrib/llvm/lib/XRay/FDRTraceWriter.cpp
  stable/12/contrib/llvm/lib/XRay/FileHeaderReader.cpp
  stable/12/contrib/llvm/lib/XRay/InstrumentationMap.cpp
  stable/12/contrib/llvm/lib/XRay/LogBuilderConsumer.cpp
  stable/12/contrib/llvm/lib/XRay/Profile.cpp
  stable/12/contrib/llvm/lib/XRay/RecordInitializer.cpp
  stable/12/contrib/llvm/lib/XRay/RecordPrinter.cpp
  stable/12/contrib/llvm/lib/XRay/Trace.cpp
  stable/12/contrib/llvm/tools/bugpoint/BugDriver.cpp
  stable/12/contrib/llvm/tools/bugpoint/BugDriver.h
  stable/12/contrib/llvm/tools/bugpoint/CrashDebugger.cpp
  stable/12/contrib/llvm/tools/bugpoint/ExecutionDriver.cpp
  stable/12/contrib/llvm/tools/bugpoint/ExtractFunction.cpp
  stable/12/contrib/llvm/tools/bugpoint/FindBugs.cpp
  stable/12/contrib/llvm/tools/bugpoint/ListReducer.h
  stable/12/contrib/llvm/tools/bugpoint/Miscompilation.cpp
  stable/12/contrib/llvm/tools/bugpoint/OptimizerDriver.cpp
  stable/12/contrib/llvm/tools/bugpoint/ToolRunner.cpp
  stable/12/contrib/llvm/tools/bugpoint/ToolRunner.h
  stable/12/contrib/llvm/tools/bugpoint/bugpoint.cpp
  stable/12/contrib/llvm/tools/clang/FREEBSD-Xlist
  stable/12/contrib/llvm/tools/clang/LICENSE.TXT
  stable/12/contrib/llvm/tools/clang/include/clang-c/BuildSystem.h
  stable/12/contrib/llvm/tools/clang/include/clang-c/CXCompilationDatabase.h
  stable/12/contrib/llvm/tools/clang/include/clang-c/CXErrorCode.h
  stable/12/contrib/llvm/tools/clang/include/clang-c/CXString.h
  stable/12/contrib/llvm/tools/clang/include/clang-c/Documentation.h
  stable/12/contrib/llvm/tools/clang/include/clang-c/Index.h
  stable/12/contrib/llvm/tools/clang/include/clang-c/Platform.h
  stable/12/contrib/llvm/tools/clang/include/clang/ARCMigrate/ARCMT.h
  stable/12/contrib/llvm/tools/clang/include/clang/ARCMigrate/ARCMTActions.h
  stable/12/contrib/llvm/tools/clang/include/clang/ARCMigrate/FileRemapper.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/APValue.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/AST.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/ASTConsumer.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/ASTContext.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/ASTContextAllocate.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/ASTDiagnostic.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/ASTDumperUtils.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/ASTFwd.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/ASTImporter.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/ASTImporterLookupTable.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/ASTLambda.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/ASTMutationListener.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/ASTStructuralEquivalence.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/ASTTypeTraits.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/ASTUnresolvedSet.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/ASTVector.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/Attr.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/AttrIterator.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/AttrVisitor.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/Availability.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/BaseSubobject.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/BuiltinTypes.def
  stable/12/contrib/llvm/tools/clang/include/clang/AST/CXXInheritance.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/CanonicalType.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/CharUnits.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/Comment.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/CommentBriefParser.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/CommentCommandTraits.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/CommentDiagnostic.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/CommentLexer.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/CommentParser.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/CommentSema.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/CommentVisitor.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/ComparisonCategories.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/DataCollection.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/Decl.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/DeclAccessPair.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/DeclBase.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/DeclCXX.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/DeclContextInternals.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/DeclFriend.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/DeclGroup.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/DeclLookups.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/DeclObjC.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/DeclOpenMP.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/DeclTemplate.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/DeclVisitor.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/DeclarationName.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/DependentDiagnostic.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/EvaluatedExprVisitor.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/Expr.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/ExprCXX.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/ExprObjC.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/ExprOpenMP.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/ExternalASTMerger.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/ExternalASTSource.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/FormatString.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/GlobalDecl.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/LambdaCapture.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/LexicallyOrderedRecursiveASTVisitor.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/LocInfoType.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/Mangle.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/MangleNumberingContext.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/NSAPI.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/NestedNameSpecifier.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/NonTrivialTypeVisitor.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/ODRHash.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/OSLog.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/OpenMPClause.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/OperationKinds.def
  stable/12/contrib/llvm/tools/clang/include/clang/AST/OperationKinds.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/ParentMap.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/PrettyDeclStackTrace.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/PrettyPrinter.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/QualTypeNames.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/RawCommentList.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/RecordLayout.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/RecursiveASTVisitor.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/Redeclarable.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/SelectorLocationsKind.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/Stmt.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/StmtCXX.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/StmtDataCollectors.td
  stable/12/contrib/llvm/tools/clang/include/clang/AST/StmtGraphTraits.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/StmtIterator.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/StmtObjC.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/StmtOpenMP.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/StmtVisitor.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/TemplateArgumentVisitor.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/TemplateBase.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/TemplateName.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/TextNodeDumper.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/Type.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/TypeLoc.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/TypeLocNodes.def
  stable/12/contrib/llvm/tools/clang/include/clang/AST/TypeLocVisitor.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/TypeNodes.def
  stable/12/contrib/llvm/tools/clang/include/clang/AST/TypeOrdering.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/TypeVisitor.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/UnresolvedSet.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/VTTBuilder.h
  stable/12/contrib/llvm/tools/clang/include/clang/AST/VTableBuilder.h
  stable/12/contrib/llvm/tools/clang/include/clang/ASTMatchers/ASTMatchFinder.h
  stable/12/contrib/llvm/tools/clang/include/clang/ASTMatchers/ASTMatchers.h
  stable/12/contrib/llvm/tools/clang/include/clang/ASTMatchers/ASTMatchersInternal.h
  stable/12/contrib/llvm/tools/clang/include/clang/ASTMatchers/ASTMatchersMacros.h
  stable/12/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/Diagnostics.h
  stable/12/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/Parser.h
  stable/12/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/Registry.h
  stable/12/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/VariantValue.h
  stable/12/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/CFGReachabilityAnalysis.h
  stable/12/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/Consumed.h
  stable/12/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/Dominators.h
  stable/12/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ExprMutationAnalyzer.h
  stable/12/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/LiveVariables.h
  stable/12/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/PostOrderCFGView.h
  stable/12/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ReachableCode.h
  stable/12/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ThreadSafety.h
  stable/12/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ThreadSafetyCommon.h
  stable/12/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ThreadSafetyLogical.h
  stable/12/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ThreadSafetyOps.def
  stable/12/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h
  stable/12/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ThreadSafetyTraverse.h
  stable/12/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ThreadSafetyUtil.h
  stable/12/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/UninitializedValues.h
  stable/12/contrib/llvm/tools/clang/include/clang/Analysis/AnalysisDeclContext.h
  stable/12/contrib/llvm/tools/clang/include/clang/Analysis/AnalysisDiagnostic.h
  stable/12/contrib/llvm/tools/clang/include/clang/Analysis/BodyFarm.h
  stable/12/contrib/llvm/tools/clang/include/clang/Analysis/CFG.h
  stable/12/contrib/llvm/tools/clang/include/clang/Analysis/CFGStmtMap.h
  stable/12/contrib/llvm/tools/clang/include/clang/Analysis/CallGraph.h
  stable/12/contrib/llvm/tools/clang/include/clang/Analysis/CloneDetection.h
  stable/12/contrib/llvm/tools/clang/include/clang/Analysis/CodeInjector.h
  stable/12/contrib/llvm/tools/clang/include/clang/Analysis/ConstructionContext.h
  stable/12/contrib/llvm/tools/clang/include/clang/Analysis/DomainSpecific/CocoaConventions.h
  stable/12/contrib/llvm/tools/clang/include/clang/Analysis/DomainSpecific/ObjCNoReturn.h
  stable/12/contrib/llvm/tools/clang/include/clang/Analysis/FlowSensitive/DataflowValues.h
  stable/12/contrib/llvm/tools/clang/include/clang/Analysis/ProgramPoint.h
  stable/12/contrib/llvm/tools/clang/include/clang/Analysis/SelectorExtras.h
  stable/12/contrib/llvm/tools/clang/include/clang/Analysis/Support/BumpVector.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/ABI.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/AddressSpaces.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/AlignedAllocation.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/AllDiagnostics.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/Attr.td
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/AttrDocs.td
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/AttrKinds.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/AttrSubjectMatchRules.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/Attributes.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/BitmaskEnum.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/Builtins.def
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/Builtins.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsAArch64.def
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsAMDGPU.def
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsARM.def
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsHexagon.def
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsLe64.def
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsMips.def
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsNEON.def
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsNVPTX.def
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsPPC.def
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsSystemZ.def
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsWebAssembly.def
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsX86.def
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsX86_64.def
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsXCore.def
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/CapturedStmt.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/CharInfo.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/CodeGenOptions.def
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/CodeGenOptions.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/CommentOptions.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/Cuda.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/DebugInfoOptions.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/DeclNodes.td
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/Diagnostic.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/Diagnostic.td
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticAST.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticASTKinds.td
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticAnalysis.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticAnalysisKinds.td
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticCategories.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticCategories.td
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticComment.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticCommentKinds.td
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticCommonKinds.td
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticCrossTU.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticCrossTUKinds.td
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticDocs.td
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticDriver.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticDriverKinds.td
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticError.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticFrontend.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticFrontendKinds.td
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticGroups.td
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticIDs.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticLex.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticLexKinds.td
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticOptions.def
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticOptions.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticParse.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticParseKinds.td
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticRefactoring.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticRefactoringKinds.td
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticSema.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticSemaKinds.td
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticSerialization.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticSerializationKinds.td
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/ExceptionSpecificationType.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/ExpressionTraits.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/Features.def
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/FileManager.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/FileSystemOptions.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/FileSystemStatCache.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/FixedPoint.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/IdentifierTable.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/LLVM.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/Lambda.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/LangOptions.def
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/LangOptions.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/Linkage.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/MSP430Target.def
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/MacroBuilder.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/Module.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/ObjCRuntime.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/OpenCLExtensionTypes.def
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/OpenCLExtensions.def
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/OpenCLImageTypes.def
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/OpenCLOptions.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/OpenMPKinds.def
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/OpenMPKinds.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/OperatorKinds.def
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/OperatorKinds.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/OperatorPrecedence.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/PartialDiagnostic.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/PlistSupport.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/PragmaKinds.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/PrettyStackTrace.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/SanitizerBlacklist.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/SanitizerSpecialCaseList.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/Sanitizers.def
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/Sanitizers.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/SourceLocation.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/SourceManager.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/SourceManagerInternals.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/Specifiers.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/Stack.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/StmtNodes.td
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/SyncScope.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/TargetBuiltins.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/TargetCXXABI.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/TargetInfo.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/TargetOptions.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/TemplateKinds.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/TokenKinds.def
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/TokenKinds.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/TypeTraits.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/Version.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/Visibility.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/X86Target.def
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/XRayInstr.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/XRayLists.h
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/arm_fp16.td
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/arm_neon.td
  stable/12/contrib/llvm/tools/clang/include/clang/Basic/arm_neon_incl.td
  stable/12/contrib/llvm/tools/clang/include/clang/CodeGen/BackendUtil.h
  stable/12/contrib/llvm/tools/clang/include/clang/CodeGen/CGFunctionInfo.h
  stable/12/contrib/llvm/tools/clang/include/clang/CodeGen/CodeGenABITypes.h
  stable/12/contrib/llvm/tools/clang/include/clang/CodeGen/CodeGenAction.h
  stable/12/contrib/llvm/tools/clang/include/clang/CodeGen/ConstantInitBuilder.h
  stable/12/contrib/llvm/tools/clang/include/clang/CodeGen/ConstantInitFuture.h
  stable/12/contrib/llvm/tools/clang/include/clang/CodeGen/ModuleBuilder.h
  stable/12/contrib/llvm/tools/clang/include/clang/CodeGen/ObjectFilePCHContainerOperations.h
  stable/12/contrib/llvm/tools/clang/include/clang/CodeGen/SwiftCallingConv.h
  stable/12/contrib/llvm/tools/clang/include/clang/CrossTU/CrossTUDiagnostic.h
  stable/12/contrib/llvm/tools/clang/include/clang/CrossTU/CrossTranslationUnit.h
  stable/12/contrib/llvm/tools/clang/include/clang/Driver/Action.h
  stable/12/contrib/llvm/tools/clang/include/clang/Driver/CC1Options.td
  stable/12/contrib/llvm/tools/clang/include/clang/Driver/CLCompatOptions.td
  stable/12/contrib/llvm/tools/clang/include/clang/Driver/ClangOptionDocs.td
  stable/12/contrib/llvm/tools/clang/include/clang/Driver/Compilation.h
  stable/12/contrib/llvm/tools/clang/include/clang/Driver/DarwinSDKInfo.h
  stable/12/contrib/llvm/tools/clang/include/clang/Driver/Distro.h
  stable/12/contrib/llvm/tools/clang/include/clang/Driver/Driver.h
  stable/12/contrib/llvm/tools/clang/include/clang/Driver/DriverDiagnostic.h
  stable/12/contrib/llvm/tools/clang/include/clang/Driver/Job.h
  stable/12/contrib/llvm/tools/clang/include/clang/Driver/Multilib.h
  stable/12/contrib/llvm/tools/clang/include/clang/Driver/Options.h
  stable/12/contrib/llvm/tools/clang/include/clang/Driver/Options.td
  stable/12/contrib/llvm/tools/clang/include/clang/Driver/Phases.h
  stable/12/contrib/llvm/tools/clang/include/clang/Driver/SanitizerArgs.h
  stable/12/contrib/llvm/tools/clang/include/clang/Driver/Tool.h
  stable/12/contrib/llvm/tools/clang/include/clang/Driver/ToolChain.h
  stable/12/contrib/llvm/tools/clang/include/clang/Driver/Types.def
  stable/12/contrib/llvm/tools/clang/include/clang/Driver/Types.h
  stable/12/contrib/llvm/tools/clang/include/clang/Driver/Util.h
  stable/12/contrib/llvm/tools/clang/include/clang/Driver/XRayArgs.h
  stable/12/contrib/llvm/tools/clang/include/clang/Edit/Commit.h
  stable/12/contrib/llvm/tools/clang/include/clang/Edit/EditedSource.h
  stable/12/contrib/llvm/tools/clang/include/clang/Edit/EditsReceiver.h
  stable/12/contrib/llvm/tools/clang/include/clang/Edit/FileOffset.h
  stable/12/contrib/llvm/tools/clang/include/clang/Edit/Rewriters.h
  stable/12/contrib/llvm/tools/clang/include/clang/Format/Format.h
  stable/12/contrib/llvm/tools/clang/include/clang/Frontend/ASTConsumers.h
  stable/12/contrib/llvm/tools/clang/include/clang/Frontend/ASTUnit.h
  stable/12/contrib/llvm/tools/clang/include/clang/Frontend/ChainedDiagnosticConsumer.h
  stable/12/contrib/llvm/tools/clang/include/clang/Frontend/CommandLineSourceLoc.h
  stable/12/contrib/llvm/tools/clang/include/clang/Frontend/CompilerInstance.h
  stable/12/contrib/llvm/tools/clang/include/clang/Frontend/CompilerInvocation.h
  stable/12/contrib/llvm/tools/clang/include/clang/Frontend/DependencyOutputOptions.h
  stable/12/contrib/llvm/tools/clang/include/clang/Frontend/DiagnosticRenderer.h
  stable/12/contrib/llvm/tools/clang/include/clang/Frontend/FrontendAction.h
  stable/12/contrib/llvm/tools/clang/include/clang/Frontend/FrontendActions.h
  stable/12/contrib/llvm/tools/clang/include/clang/Frontend/FrontendDiagnostic.h
  stable/12/contrib/llvm/tools/clang/include/clang/Frontend/FrontendOptions.h
  stable/12/contrib/llvm/tools/clang/include/clang/Frontend/FrontendPluginRegistry.h
  stable/12/contrib/llvm/tools/clang/include/clang/Frontend/LangStandard.h
  stable/12/contrib/llvm/tools/clang/include/clang/Frontend/LangStandards.def
  stable/12/contrib/llvm/tools/clang/include/clang/Frontend/LayoutOverrideSource.h
  stable/12/contrib/llvm/tools/clang/include/clang/Frontend/LogDiagnosticPrinter.h
  stable/12/contrib/llvm/tools/clang/include/clang/Frontend/MigratorOptions.h
  stable/12/contrib/llvm/tools/clang/include/clang/Frontend/MultiplexConsumer.h
  stable/12/contrib/llvm/tools/clang/include/clang/Frontend/PCHContainerOperations.h
  stable/12/contrib/llvm/tools/clang/include/clang/Frontend/PrecompiledPreamble.h
  stable/12/contrib/llvm/tools/clang/include/clang/Frontend/PreprocessorOutputOptions.h
  stable/12/contrib/llvm/tools/clang/include/clang/Frontend/SerializedDiagnosticPrinter.h
  stable/12/contrib/llvm/tools/clang/include/clang/Frontend/SerializedDiagnosticReader.h
  stable/12/contrib/llvm/tools/clang/include/clang/Frontend/SerializedDiagnostics.h
  stable/12/contrib/llvm/tools/clang/include/clang/Frontend/TextDiagnostic.h
  stable/12/contrib/llvm/tools/clang/include/clang/Frontend/TextDiagnosticBuffer.h
  stable/12/contrib/llvm/tools/clang/include/clang/Frontend/TextDiagnosticPrinter.h
  stable/12/contrib/llvm/tools/clang/include/clang/Frontend/Utils.h
  stable/12/contrib/llvm/tools/clang/include/clang/Frontend/VerifyDiagnosticConsumer.h
  stable/12/contrib/llvm/tools/clang/include/clang/FrontendTool/Utils.h
  stable/12/contrib/llvm/tools/clang/include/clang/Index/CodegenNameGenerator.h
  stable/12/contrib/llvm/tools/clang/include/clang/Index/CommentToXML.h
  stable/12/contrib/llvm/tools/clang/include/clang/Index/IndexDataConsumer.h
  stable/12/contrib/llvm/tools/clang/include/clang/Index/IndexSymbol.h
  stable/12/contrib/llvm/tools/clang/include/clang/Index/IndexingAction.h
  stable/12/contrib/llvm/tools/clang/include/clang/Index/USRGeneration.h
  stable/12/contrib/llvm/tools/clang/include/clang/Lex/CodeCompletionHandler.h
  stable/12/contrib/llvm/tools/clang/include/clang/Lex/DirectoryLookup.h
  stable/12/contrib/llvm/tools/clang/include/clang/Lex/ExternalPreprocessorSource.h
  stable/12/contrib/llvm/tools/clang/include/clang/Lex/HeaderMap.h
  stable/12/contrib/llvm/tools/clang/include/clang/Lex/HeaderMapTypes.h
  stable/12/contrib/llvm/tools/clang/include/clang/Lex/HeaderSearch.h
  stable/12/contrib/llvm/tools/clang/include/clang/Lex/HeaderSearchOptions.h
  stable/12/contrib/llvm/tools/clang/include/clang/Lex/LexDiagnostic.h
  stable/12/contrib/llvm/tools/clang/include/clang/Lex/Lexer.h
  stable/12/contrib/llvm/tools/clang/include/clang/Lex/LiteralSupport.h
  stable/12/contrib/llvm/tools/clang/include/clang/Lex/MacroArgs.h
  stable/12/contrib/llvm/tools/clang/include/clang/Lex/MacroInfo.h
  stable/12/contrib/llvm/tools/clang/include/clang/Lex/ModuleLoader.h
  stable/12/contrib/llvm/tools/clang/include/clang/Lex/ModuleMap.h
  stable/12/contrib/llvm/tools/clang/include/clang/Lex/MultipleIncludeOpt.h
  stable/12/contrib/llvm/tools/clang/include/clang/Lex/PPCallbacks.h
  stable/12/contrib/llvm/tools/clang/include/clang/Lex/PPConditionalDirectiveRecord.h
  stable/12/contrib/llvm/tools/clang/include/clang/Lex/Pragma.h
  stable/12/contrib/llvm/tools/clang/include/clang/Lex/PreprocessingRecord.h
  stable/12/contrib/llvm/tools/clang/include/clang/Lex/Preprocessor.h
  stable/12/contrib/llvm/tools/clang/include/clang/Lex/PreprocessorLexer.h
  stable/12/contrib/llvm/tools/clang/include/clang/Lex/PreprocessorOptions.h
  stable/12/contrib/llvm/tools/clang/include/clang/Lex/ScratchBuffer.h
  stable/12/contrib/llvm/tools/clang/include/clang/Lex/Token.h
  stable/12/contrib/llvm/tools/clang/include/clang/Lex/TokenConcatenation.h
  stable/12/contrib/llvm/tools/clang/include/clang/Lex/TokenLexer.h
  stable/12/contrib/llvm/tools/clang/include/clang/Lex/VariadicMacroSupport.h
  stable/12/contrib/llvm/tools/clang/include/clang/Parse/LoopHint.h
  stable/12/contrib/llvm/tools/clang/include/clang/Parse/ParseAST.h
  stable/12/contrib/llvm/tools/clang/include/clang/Parse/ParseDiagnostic.h
  stable/12/contrib/llvm/tools/clang/include/clang/Parse/Parser.h
  stable/12/contrib/llvm/tools/clang/include/clang/Parse/RAIIObjectsForParser.h
  stable/12/contrib/llvm/tools/clang/include/clang/Rewrite/Core/DeltaTree.h
  stable/12/contrib/llvm/tools/clang/include/clang/Rewrite/Core/HTMLRewrite.h
  stable/12/contrib/llvm/tools/clang/include/clang/Rewrite/Core/RewriteBuffer.h
  stable/12/contrib/llvm/tools/clang/include/clang/Rewrite/Core/RewriteRope.h
  stable/12/contrib/llvm/tools/clang/include/clang/Rewrite/Core/Rewriter.h
  stable/12/contrib/llvm/tools/clang/include/clang/Rewrite/Core/TokenRewriter.h
  stable/12/contrib/llvm/tools/clang/include/clang/Rewrite/Frontend/ASTConsumers.h
  stable/12/contrib/llvm/tools/clang/include/clang/Rewrite/Frontend/FixItRewriter.h
  stable/12/contrib/llvm/tools/clang/include/clang/Rewrite/Frontend/FrontendActions.h
  stable/12/contrib/llvm/tools/clang/include/clang/Rewrite/Frontend/Rewriters.h
  stable/12/contrib/llvm/tools/clang/include/clang/Sema/AnalysisBasedWarnings.h
  stable/12/contrib/llvm/tools/clang/include/clang/Sema/CXXFieldCollector.h
  stable/12/contrib/llvm/tools/clang/include/clang/Sema/CleanupInfo.h
  stable/12/contrib/llvm/tools/clang/include/clang/Sema/CodeCompleteConsumer.h
  stable/12/contrib/llvm/tools/clang/include/clang/Sema/CodeCompleteOptions.h
  stable/12/contrib/llvm/tools/clang/include/clang/Sema/DeclSpec.h
  stable/12/contrib/llvm/tools/clang/include/clang/Sema/DelayedDiagnostic.h
  stable/12/contrib/llvm/tools/clang/include/clang/Sema/Designator.h
  stable/12/contrib/llvm/tools/clang/include/clang/Sema/ExternalSemaSource.h
  stable/12/contrib/llvm/tools/clang/include/clang/Sema/IdentifierResolver.h
  stable/12/contrib/llvm/tools/clang/include/clang/Sema/Initialization.h
  stable/12/contrib/llvm/tools/clang/include/clang/Sema/Lookup.h
  stable/12/contrib/llvm/tools/clang/include/clang/Sema/MultiplexExternalSemaSource.h
  stable/12/contrib/llvm/tools/clang/include/clang/Sema/ObjCMethodList.h
  stable/12/contrib/llvm/tools/clang/include/clang/Sema/Overload.h
  stable/12/contrib/llvm/tools/clang/include/clang/Sema/Ownership.h
  stable/12/contrib/llvm/tools/clang/include/clang/Sema/ParsedAttr.h
  stable/12/contrib/llvm/tools/clang/include/clang/Sema/ParsedTemplate.h
  stable/12/contrib/llvm/tools/clang/include/clang/Sema/Scope.h
  stable/12/contrib/llvm/tools/clang/include/clang/Sema/ScopeInfo.h
  stable/12/contrib/llvm/tools/clang/include/clang/Sema/Sema.h
  stable/12/contrib/llvm/tools/clang/include/clang/Sema/SemaConsumer.h
  stable/12/contrib/llvm/tools/clang/include/clang/Sema/SemaDiagnostic.h
  stable/12/contrib/llvm/tools/clang/include/clang/Sema/SemaFixItUtils.h
  stable/12/contrib/llvm/tools/clang/include/clang/Sema/SemaInternal.h
  stable/12/contrib/llvm/tools/clang/include/clang/Sema/SemaLambda.h
  stable/12/contrib/llvm/tools/clang/include/clang/Sema/Template.h
  stable/12/contrib/llvm/tools/clang/include/clang/Sema/TemplateDeduction.h
  stable/12/contrib/llvm/tools/clang/include/clang/Sema/TemplateInstCallback.h
  stable/12/contrib/llvm/tools/clang/include/clang/Sema/TypoCorrection.h
  stable/12/contrib/llvm/tools/clang/include/clang/Sema/Weak.h
  stable/12/contrib/llvm/tools/clang/include/clang/Serialization/ASTBitCodes.h
  stable/12/contrib/llvm/tools/clang/include/clang/Serialization/ASTDeserializationListener.h
  stable/12/contrib/llvm/tools/clang/include/clang/Serialization/ASTReader.h
  stable/12/contrib/llvm/tools/clang/include/clang/Serialization/ASTWriter.h
  stable/12/contrib/llvm/tools/clang/include/clang/Serialization/ContinuousRangeMap.h
  stable/12/contrib/llvm/tools/clang/include/clang/Serialization/GlobalModuleIndex.h
  stable/12/contrib/llvm/tools/clang/include/clang/Serialization/Module.h
  stable/12/contrib/llvm/tools/clang/include/clang/Serialization/ModuleFileExtension.h
  stable/12/contrib/llvm/tools/clang/include/clang/Serialization/ModuleManager.h
  stable/12/contrib/llvm/tools/clang/include/clang/Serialization/PCHContainerOperations.h
  stable/12/contrib/llvm/tools/clang/include/clang/Serialization/SerializationDiagnostic.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/BuiltinCheckerRegistration.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/CheckerBase.td
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/LocalCheckers.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/MPIFunctionClassifier.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/SValExplainer.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/Analyses.def
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.def
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/Checker.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/IssueHash.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathDiagnosticConsumers.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/APSIntType.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/BlockCounter.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerHelpers.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeInfo.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeMap.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Environment.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/FunctionSummary.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/LoopUnrolling.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/LoopWidening.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState_Fwd.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/RangedConstraintManager.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Regions.def
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConstraintManager.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConv.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SValVisitor.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.def
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SimpleConstraintManager.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/StoreRef.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SummaryManager.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymExpr.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Symbols.def
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/WorkList.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Frontend/AnalysisConsumer.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Frontend/CheckerRegistration.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Frontend/CheckerRegistry.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Frontend/FrontendActions.h
  stable/12/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Frontend/ModelConsumer.h
  stable/12/contrib/llvm/tools/clang/include/clang/Tooling/ASTDiff/ASTDiff.h
  stable/12/contrib/llvm/tools/clang/include/clang/Tooling/ASTDiff/ASTDiffInternal.h
  stable/12/contrib/llvm/tools/clang/include/clang/Tooling/AllTUsExecution.h
  stable/12/contrib/llvm/tools/clang/include/clang/Tooling/ArgumentsAdjusters.h
  stable/12/contrib/llvm/tools/clang/include/clang/Tooling/CommonOptionsParser.h
  stable/12/contrib/llvm/tools/clang/include/clang/Tooling/CompilationDatabase.h
  stable/12/contrib/llvm/tools/clang/include/clang/Tooling/CompilationDatabasePluginRegistry.h
  stable/12/contrib/llvm/tools/clang/include/clang/Tooling/Core/Diagnostic.h
  stable/12/contrib/llvm/tools/clang/include/clang/Tooling/Core/Lookup.h
  stable/12/contrib/llvm/tools/clang/include/clang/Tooling/Core/Replacement.h
  stable/12/contrib/llvm/tools/clang/include/clang/Tooling/DiagnosticsYaml.h
  stable/12/contrib/llvm/tools/clang/include/clang/Tooling/Execution.h
  stable/12/contrib/llvm/tools/clang/include/clang/Tooling/FileMatchTrie.h
  stable/12/contrib/llvm/tools/clang/include/clang/Tooling/FixIt.h
  stable/12/contrib/llvm/tools/clang/include/clang/Tooling/Inclusions/HeaderIncludes.h
  stable/12/contrib/llvm/tools/clang/include/clang/Tooling/Inclusions/IncludeStyle.h
  stable/12/contrib/llvm/tools/clang/include/clang/Tooling/JSONCompilationDatabase.h
  stable/12/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring.h
  stable/12/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/ASTSelection.h
  stable/12/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/AtomicChange.h
  stable/12/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/Extract/Extract.h
  stable/12/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/RecursiveSymbolVisitor.h
  stable/12/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/RefactoringAction.h
  stable/12/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/RefactoringActionRule.h
  stable/12/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/RefactoringActionRuleRequirements.h
  stable/12/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/RefactoringActionRules.h
  stable/12/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/RefactoringActionRulesInternal.h
  stable/12/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/RefactoringDiagnostic.h
  stable/12/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/RefactoringOption.h
  stable/12/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/RefactoringOptionVisitor.h
  stable/12/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/RefactoringOptions.h
  stable/12/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/RefactoringResultConsumer.h
  stable/12/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/RefactoringRuleContext.h
  stable/12/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/Rename/RenamingAction.h
  stable/12/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/Rename/SymbolName.h
  stable/12/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/Rename/SymbolOccurrences.h
  stable/12/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/Rename/USRFinder.h
  stable/12/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/Rename/USRFindingAction.h
  stable/12/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/Rename/USRLocFinder.h
  stable/12/contrib/llvm/tools/clang/include/clang/Tooling/RefactoringCallbacks.h
  stable/12/contrib/llvm/tools/clang/include/clang/Tooling/ReplacementsYaml.h
  stable/12/contrib/llvm/tools/clang/include/clang/Tooling/StandaloneExecution.h
  stable/12/contrib/llvm/tools/clang/include/clang/Tooling/ToolExecutorPluginRegistry.h
  stable/12/contrib/llvm/tools/clang/include/clang/Tooling/Tooling.h
  stable/12/contrib/llvm/tools/clang/lib/ARCMigrate/ARCMT.cpp
  stable/12/contrib/llvm/tools/clang/lib/ARCMigrate/ARCMTActions.cpp
  stable/12/contrib/llvm/tools/clang/lib/ARCMigrate/FileRemapper.cpp
  stable/12/contrib/llvm/tools/clang/lib/ARCMigrate/Internals.h
  stable/12/contrib/llvm/tools/clang/lib/ARCMigrate/ObjCMT.cpp
  stable/12/contrib/llvm/tools/clang/lib/ARCMigrate/PlistReporter.cpp
  stable/12/contrib/llvm/tools/clang/lib/ARCMigrate/TransAPIUses.cpp
  stable/12/contrib/llvm/tools/clang/lib/ARCMigrate/TransARCAssign.cpp
  stable/12/contrib/llvm/tools/clang/lib/ARCMigrate/TransAutoreleasePool.cpp
  stable/12/contrib/llvm/tools/clang/lib/ARCMigrate/TransBlockObjCVariable.cpp
  stable/12/contrib/llvm/tools/clang/lib/ARCMigrate/TransEmptyStatementsAndDealloc.cpp
  stable/12/contrib/llvm/tools/clang/lib/ARCMigrate/TransGCAttrs.cpp
  stable/12/contrib/llvm/tools/clang/lib/ARCMigrate/TransGCCalls.cpp
  stable/12/contrib/llvm/tools/clang/lib/ARCMigrate/TransProperties.cpp
  stable/12/contrib/llvm/tools/clang/lib/ARCMigrate/TransProtectedScope.cpp
  stable/12/contrib/llvm/tools/clang/lib/ARCMigrate/TransRetainReleaseDealloc.cpp
  stable/12/contrib/llvm/tools/clang/lib/ARCMigrate/TransUnbridgedCasts.cpp
  stable/12/contrib/llvm/tools/clang/lib/ARCMigrate/TransUnusedInitDelegate.cpp
  stable/12/contrib/llvm/tools/clang/lib/ARCMigrate/TransZeroOutPropsInDealloc.cpp
  stable/12/contrib/llvm/tools/clang/lib/ARCMigrate/TransformActions.cpp
  stable/12/contrib/llvm/tools/clang/lib/ARCMigrate/Transforms.cpp
  stable/12/contrib/llvm/tools/clang/lib/ARCMigrate/Transforms.h
  stable/12/contrib/llvm/tools/clang/lib/AST/APValue.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/ASTConsumer.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/ASTContext.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/ASTDiagnostic.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/ASTDumper.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/ASTImporter.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/ASTImporterLookupTable.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/ASTStructuralEquivalence.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/ASTTypeTraits.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/AttrImpl.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/CXXABI.h
  stable/12/contrib/llvm/tools/clang/lib/AST/CXXInheritance.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/Comment.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/CommentBriefParser.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/CommentCommandTraits.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/CommentLexer.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/CommentParser.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/CommentSema.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/ComparisonCategories.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/DataCollection.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/Decl.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/DeclBase.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/DeclCXX.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/DeclFriend.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/DeclGroup.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/DeclObjC.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/DeclOpenMP.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/DeclPrinter.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/DeclTemplate.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/DeclarationName.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/Expr.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/ExprCXX.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/ExprClassification.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/ExprConstant.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/ExprObjC.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/ExternalASTMerger.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/ExternalASTSource.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/FormatString.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/InheritViz.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/ItaniumCXXABI.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/ItaniumMangle.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/Linkage.h
  stable/12/contrib/llvm/tools/clang/lib/AST/Mangle.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/MicrosoftCXXABI.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/MicrosoftMangle.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/NSAPI.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/NestedNameSpecifier.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/ODRHash.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/OpenMPClause.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/ParentMap.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/PrintfFormatString.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/QualTypeNames.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/RawCommentList.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/RecordLayout.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/RecordLayoutBuilder.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/ScanfFormatString.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/SelectorLocationsKind.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/Stmt.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/StmtCXX.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/StmtIterator.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/StmtObjC.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/StmtOpenMP.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/StmtPrinter.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/StmtProfile.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/StmtViz.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/TemplateBase.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/TemplateName.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/TextNodeDumper.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/Type.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/TypeLoc.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/TypePrinter.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/VTTBuilder.cpp
  stable/12/contrib/llvm/tools/clang/lib/AST/VTableBuilder.cpp
  stable/12/contrib/llvm/tools/clang/lib/ASTMatchers/ASTMatchFinder.cpp
  stable/12/contrib/llvm/tools/clang/lib/ASTMatchers/ASTMatchersInternal.cpp
  stable/12/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/Diagnostics.cpp
  stable/12/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/Marshallers.h
  stable/12/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/Parser.cpp
  stable/12/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  stable/12/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/VariantValue.cpp
  stable/12/contrib/llvm/tools/clang/lib/Analysis/AnalysisDeclContext.cpp
  stable/12/contrib/llvm/tools/clang/lib/Analysis/BodyFarm.cpp
  stable/12/contrib/llvm/tools/clang/lib/Analysis/CFG.cpp
  stable/12/contrib/llvm/tools/clang/lib/Analysis/CFGReachabilityAnalysis.cpp
  stable/12/contrib/llvm/tools/clang/lib/Analysis/CFGStmtMap.cpp
  stable/12/contrib/llvm/tools/clang/lib/Analysis/CallGraph.cpp
  stable/12/contrib/llvm/tools/clang/lib/Analysis/CloneDetection.cpp
  stable/12/contrib/llvm/tools/clang/lib/Analysis/CocoaConventions.cpp
  stable/12/contrib/llvm/tools/clang/lib/Analysis/CodeInjector.cpp
  stable/12/contrib/llvm/tools/clang/lib/Analysis/ConstructionContext.cpp
  stable/12/contrib/llvm/tools/clang/lib/Analysis/Consumed.cpp
  stable/12/contrib/llvm/tools/clang/lib/Analysis/Dominators.cpp
  stable/12/contrib/llvm/tools/clang/lib/Analysis/ExprMutationAnalyzer.cpp
  stable/12/contrib/llvm/tools/clang/lib/Analysis/LiveVariables.cpp
  stable/12/contrib/llvm/tools/clang/lib/Analysis/ObjCNoReturn.cpp
  stable/12/contrib/llvm/tools/clang/lib/Analysis/PostOrderCFGView.cpp
  stable/12/contrib/llvm/tools/clang/lib/Analysis/ProgramPoint.cpp
  stable/12/contrib/llvm/tools/clang/lib/Analysis/ReachableCode.cpp
  stable/12/contrib/llvm/tools/clang/lib/Analysis/ThreadSafety.cpp
  stable/12/contrib/llvm/tools/clang/lib/Analysis/ThreadSafetyCommon.cpp
  stable/12/contrib/llvm/tools/clang/lib/Analysis/ThreadSafetyLogical.cpp
  stable/12/contrib/llvm/tools/clang/lib/Analysis/ThreadSafetyTIL.cpp
  stable/12/contrib/llvm/tools/clang/lib/Analysis/UninitializedValues.cpp
  stable/12/contrib/llvm/tools/clang/lib/Basic/Builtins.cpp
  stable/12/contrib/llvm/tools/clang/lib/Basic/CharInfo.cpp
  stable/12/contrib/llvm/tools/clang/lib/Basic/CodeGenOptions.cpp
  stable/12/contrib/llvm/tools/clang/lib/Basic/Cuda.cpp
  stable/12/contrib/llvm/tools/clang/lib/Basic/Diagnostic.cpp
  stable/12/contrib/llvm/tools/clang/lib/Basic/DiagnosticIDs.cpp
  stable/12/contrib/llvm/tools/clang/lib/Basic/DiagnosticOptions.cpp
  stable/12/contrib/llvm/tools/clang/lib/Basic/FileManager.cpp
  stable/12/contrib/llvm/tools/clang/lib/Basic/FileSystemStatCache.cpp
  stable/12/contrib/llvm/tools/clang/lib/Basic/FixedPoint.cpp
  stable/12/contrib/llvm/tools/clang/lib/Basic/IdentifierTable.cpp
  stable/12/contrib/llvm/tools/clang/lib/Basic/LangOptions.cpp
  stable/12/contrib/llvm/tools/clang/lib/Basic/Module.cpp
  stable/12/contrib/llvm/tools/clang/lib/Basic/ObjCRuntime.cpp
  stable/12/contrib/llvm/tools/clang/lib/Basic/OpenMPKinds.cpp
  stable/12/contrib/llvm/tools/clang/lib/Basic/OperatorPrecedence.cpp
  stable/12/contrib/llvm/tools/clang/lib/Basic/SanitizerBlacklist.cpp
  stable/12/contrib/llvm/tools/clang/lib/Basic/SanitizerSpecialCaseList.cpp
  stable/12/contrib/llvm/tools/clang/lib/Basic/Sanitizers.cpp
  stable/12/contrib/llvm/tools/clang/lib/Basic/SourceLocation.cpp
  stable/12/contrib/llvm/tools/clang/lib/Basic/SourceManager.cpp
  stable/12/contrib/llvm/tools/clang/lib/Basic/TargetInfo.cpp
  stable/12/contrib/llvm/tools/clang/lib/Basic/Targets.cpp
  stable/12/contrib/llvm/tools/clang/lib/Basic/Targets.h
  stable/12/contrib/llvm/tools/clang/lib/Basic/Targets/AArch64.cpp
  stable/12/contrib/llvm/tools/clang/lib/Basic/Targets/AArch64.h
  stable/12/contrib/llvm/tools/clang/lib/Basic/Targets/AMDGPU.cpp
  stable/12/contrib/llvm/tools/clang/lib/Basic/Targets/AMDGPU.h
  stable/12/contrib/llvm/tools/clang/lib/Basic/Targets/ARC.cpp
  stable/12/contrib/llvm/tools/clang/lib/Basic/Targets/ARC.h
  stable/12/contrib/llvm/tools/clang/lib/Basic/Targets/ARM.cpp
  stable/12/contrib/llvm/tools/clang/lib/Basic/Targets/ARM.h
  stable/12/contrib/llvm/tools/clang/lib/Basic/Targets/AVR.cpp
  stable/12/contrib/llvm/tools/clang/lib/Basic/Targets/AVR.h
  stable/12/contrib/llvm/tools/clang/lib/Basic/Targets/BPF.cpp
  stable/12/contrib/llvm/tools/clang/lib/Basic/Targets/BPF.h
  stable/12/contrib/llvm/tools/clang/lib/Basic/Targets/Hexagon.cpp
  stable/12/contrib/llvm/tools/clang/lib/Basic/Targets/Hexagon.h
  stable/12/contrib/llvm/tools/clang/lib/Basic/Targets/Lanai.cpp
  stable/12/contrib/llvm/tools/clang/lib/Basic/Targets/Lanai.h
  stable/12/contrib/llvm/tools/clang/lib/Basic/Targets/Le64.cpp
  stable/12/contrib/llvm/tools/clang/lib/Basic/Targets/Le64.h
  stable/12/contrib/llvm/tools/clang/lib/Basic/Targets/MSP430.cpp
  stable/12/contrib/llvm/tools/clang/lib/Basic/Targets/MSP430.h
  stable/12/contrib/llvm/tools/clang/lib/Basic/Targets/Mips.cpp
  stable/12/contrib/llvm/tools/clang/lib/Basic/Targets/Mips.h
  stable/12/contrib/llvm/tools/clang/lib/Basic/Targets/NVPTX.cpp
  stable/12/contrib/llvm/tools/clang/lib/Basic/Targets/NVPTX.h
  stable/12/contrib/llvm/tools/clang/lib/Basic/Targets/OSTargets.cpp
  stable/12/contrib/llvm/tools/clang/lib/Basic/Targets/OSTargets.h
  stable/12/contrib/llvm/tools/clang/lib/Basic/Targets/PNaCl.cpp
  stable/12/contrib/llvm/tools/clang/lib/Basic/Targets/PNaCl.h
  stable/12/contrib/llvm/tools/clang/lib/Basic/Targets/PPC.cpp
  stable/12/contrib/llvm/tools/clang/lib/Basic/Targets/PPC.h
  stable/12/contrib/llvm/tools/clang/lib/Basic/Targets/RISCV.cpp
  stable/12/contrib/llvm/tools/clang/lib/Basic/Targets/RISCV.h
  stable/12/contrib/llvm/tools/clang/lib/Basic/Targets/SPIR.cpp
  stable/12/contrib/llvm/tools/clang/lib/Basic/Targets/SPIR.h
  stable/12/contrib/llvm/tools/clang/lib/Basic/Targets/Sparc.cpp
  stable/12/contrib/llvm/tools/clang/lib/Basic/Targets/Sparc.h
  stable/12/contrib/llvm/tools/clang/lib/Basic/Targets/SystemZ.cpp
  stable/12/contrib/llvm/tools/clang/lib/Basic/Targets/SystemZ.h
  stable/12/contrib/llvm/tools/clang/lib/Basic/Targets/TCE.cpp
  stable/12/contrib/llvm/tools/clang/lib/Basic/Targets/TCE.h
  stable/12/contrib/llvm/tools/clang/lib/Basic/Targets/WebAssembly.cpp
  stable/12/contrib/llvm/tools/clang/lib/Basic/Targets/WebAssembly.h
  stable/12/contrib/llvm/tools/clang/lib/Basic/Targets/X86.cpp
  stable/12/contrib/llvm/tools/clang/lib/Basic/Targets/X86.h
  stable/12/contrib/llvm/tools/clang/lib/Basic/Targets/XCore.cpp
  stable/12/contrib/llvm/tools/clang/lib/Basic/Targets/XCore.h
  stable/12/contrib/llvm/tools/clang/lib/Basic/TokenKinds.cpp
  stable/12/contrib/llvm/tools/clang/lib/Basic/Version.cpp
  stable/12/contrib/llvm/tools/clang/lib/Basic/Warnings.cpp
  stable/12/contrib/llvm/tools/clang/lib/Basic/XRayInstr.cpp
  stable/12/contrib/llvm/tools/clang/lib/Basic/XRayLists.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/ABIInfo.h
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/Address.h
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/BackendUtil.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGAtomic.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGBlocks.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGBlocks.h
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGBuilder.h
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGBuiltin.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGCUDANV.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGCUDARuntime.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGCUDARuntime.h
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGCXX.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGCXXABI.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGCXXABI.h
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGCall.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGCall.h
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGClass.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGCleanup.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGCleanup.h
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGCoroutine.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGDebugInfo.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGDebugInfo.h
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGDecl.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGDeclCXX.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGException.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGExpr.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGExprAgg.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGExprCXX.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGExprComplex.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGExprConstant.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGExprScalar.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGGPUBuiltin.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGLoopInfo.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGLoopInfo.h
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGNonTrivialStruct.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGObjC.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGObjCGNU.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGObjCMac.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGObjCRuntime.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGObjCRuntime.h
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGOpenCLRuntime.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGOpenCLRuntime.h
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGOpenMPRuntime.h
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.h
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGRecordLayout.h
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGStmt.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGVTT.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGVTables.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGVTables.h
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGValue.h
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CodeGenABITypes.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CodeGenAction.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CodeGenFunction.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CodeGenFunction.h
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CodeGenModule.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CodeGenModule.h
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CodeGenPGO.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CodeGenPGO.h
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CodeGenTBAA.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CodeGenTBAA.h
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CodeGenTypeCache.h
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CodeGenTypes.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CodeGenTypes.h
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/ConstantEmitter.h
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/ConstantInitBuilder.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CoverageMappingGen.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/CoverageMappingGen.h
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/EHScopeStack.h
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/MacroPPCallbacks.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/MacroPPCallbacks.h
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/ModuleBuilder.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/SanitizerMetadata.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/SanitizerMetadata.h
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/SwiftCallingConv.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/TargetInfo.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/TargetInfo.h
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/VarBypassDetector.cpp
  stable/12/contrib/llvm/tools/clang/lib/CodeGen/VarBypassDetector.h
  stable/12/contrib/llvm/tools/clang/lib/CrossTU/CrossTranslationUnit.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/Action.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/Compilation.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/DarwinSDKInfo.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/Distro.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/Driver.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/DriverOptions.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/InputInfo.h
  stable/12/contrib/llvm/tools/clang/lib/Driver/Job.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/Multilib.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/Phases.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/SanitizerArgs.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/Tool.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChain.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/AMDGPU.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/AMDGPU.h
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/AVR.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/AVR.h
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/Ananas.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/Ananas.h
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/Arch/AArch64.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/Arch/AArch64.h
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/Arch/ARM.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/Arch/ARM.h
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/Arch/Mips.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/Arch/Mips.h
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/Arch/PPC.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/Arch/PPC.h
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/Arch/RISCV.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/Arch/RISCV.h
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/Arch/Sparc.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/Arch/Sparc.h
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/Arch/SystemZ.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/Arch/SystemZ.h
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/Arch/X86.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/Arch/X86.h
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/BareMetal.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/BareMetal.h
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/Clang.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/Clang.h
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/CloudABI.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/CloudABI.h
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/CommonArgs.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/CommonArgs.h
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/Contiki.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/Contiki.h
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/CrossWindows.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/CrossWindows.h
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/Cuda.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/Cuda.h
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/Darwin.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/Darwin.h
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/DragonFly.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/DragonFly.h
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/FreeBSD.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/FreeBSD.h
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/Fuchsia.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/Fuchsia.h
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/Gnu.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/Gnu.h
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/HIP.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/HIP.h
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/Haiku.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/Haiku.h
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/Hexagon.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/Hexagon.h
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/Hurd.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/Hurd.h
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/Lanai.h
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/Linux.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/Linux.h
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/MSP430.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/MSP430.h
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/MSVC.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/MSVC.h
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/MinGW.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/MinGW.h
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/Minix.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/Minix.h
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/MipsLinux.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/MipsLinux.h
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/Myriad.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/Myriad.h
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/NaCl.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/NaCl.h
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/NetBSD.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/NetBSD.h
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/OpenBSD.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/OpenBSD.h
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/PS4CPU.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/PS4CPU.h
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/RISCVToolchain.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/RISCVToolchain.h
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/Solaris.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/Solaris.h
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/TCE.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/TCE.h
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/WebAssembly.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/WebAssembly.h
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/XCore.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/XCore.h
  stable/12/contrib/llvm/tools/clang/lib/Driver/Types.cpp
  stable/12/contrib/llvm/tools/clang/lib/Driver/XRayArgs.cpp
  stable/12/contrib/llvm/tools/clang/lib/Edit/Commit.cpp
  stable/12/contrib/llvm/tools/clang/lib/Edit/EditedSource.cpp
  stable/12/contrib/llvm/tools/clang/lib/Edit/RewriteObjCFoundationAPI.cpp
  stable/12/contrib/llvm/tools/clang/lib/Format/AffectedRangeManager.cpp
  stable/12/contrib/llvm/tools/clang/lib/Format/AffectedRangeManager.h
  stable/12/contrib/llvm/tools/clang/lib/Format/BreakableToken.cpp
  stable/12/contrib/llvm/tools/clang/lib/Format/BreakableToken.h
  stable/12/contrib/llvm/tools/clang/lib/Format/ContinuationIndenter.cpp
  stable/12/contrib/llvm/tools/clang/lib/Format/ContinuationIndenter.h
  stable/12/contrib/llvm/tools/clang/lib/Format/Encoding.h
  stable/12/contrib/llvm/tools/clang/lib/Format/Format.cpp
  stable/12/contrib/llvm/tools/clang/lib/Format/FormatInternal.h
  stable/12/contrib/llvm/tools/clang/lib/Format/FormatToken.cpp
  stable/12/contrib/llvm/tools/clang/lib/Format/FormatToken.h
  stable/12/contrib/llvm/tools/clang/lib/Format/FormatTokenLexer.cpp
  stable/12/contrib/llvm/tools/clang/lib/Format/FormatTokenLexer.h
  stable/12/contrib/llvm/tools/clang/lib/Format/NamespaceEndCommentsFixer.cpp
  stable/12/contrib/llvm/tools/clang/lib/Format/NamespaceEndCommentsFixer.h
  stable/12/contrib/llvm/tools/clang/lib/Format/SortJavaScriptImports.cpp
  stable/12/contrib/llvm/tools/clang/lib/Format/SortJavaScriptImports.h
  stable/12/contrib/llvm/tools/clang/lib/Format/TokenAnalyzer.cpp
  stable/12/contrib/llvm/tools/clang/lib/Format/TokenAnalyzer.h
  stable/12/contrib/llvm/tools/clang/lib/Format/TokenAnnotator.cpp
  stable/12/contrib/llvm/tools/clang/lib/Format/TokenAnnotator.h
  stable/12/contrib/llvm/tools/clang/lib/Format/UnwrappedLineFormatter.cpp
  stable/12/contrib/llvm/tools/clang/lib/Format/UnwrappedLineFormatter.h
  stable/12/contrib/llvm/tools/clang/lib/Format/UnwrappedLineParser.cpp
  stable/12/contrib/llvm/tools/clang/lib/Format/UnwrappedLineParser.h
  stable/12/contrib/llvm/tools/clang/lib/Format/UsingDeclarationsSorter.cpp
  stable/12/contrib/llvm/tools/clang/lib/Format/UsingDeclarationsSorter.h
  stable/12/contrib/llvm/tools/clang/lib/Format/WhitespaceManager.cpp
  stable/12/contrib/llvm/tools/clang/lib/Format/WhitespaceManager.h
  stable/12/contrib/llvm/tools/clang/lib/Frontend/ASTConsumers.cpp
  stable/12/contrib/llvm/tools/clang/lib/Frontend/ASTMerge.cpp
  stable/12/contrib/llvm/tools/clang/lib/Frontend/ASTUnit.cpp
  stable/12/contrib/llvm/tools/clang/lib/Frontend/ChainedDiagnosticConsumer.cpp
  stable/12/contrib/llvm/tools/clang/lib/Frontend/ChainedIncludesSource.cpp
  stable/12/contrib/llvm/tools/clang/lib/Frontend/CompilerInstance.cpp
  stable/12/contrib/llvm/tools/clang/lib/Frontend/CompilerInvocation.cpp
  stable/12/contrib/llvm/tools/clang/lib/Frontend/CreateInvocationFromCommandLine.cpp
  stable/12/contrib/llvm/tools/clang/lib/Frontend/DependencyFile.cpp
  stable/12/contrib/llvm/tools/clang/lib/Frontend/DependencyGraph.cpp
  stable/12/contrib/llvm/tools/clang/lib/Frontend/DiagnosticRenderer.cpp
  stable/12/contrib/llvm/tools/clang/lib/Frontend/FrontendAction.cpp
  stable/12/contrib/llvm/tools/clang/lib/Frontend/FrontendActions.cpp
  stable/12/contrib/llvm/tools/clang/lib/Frontend/FrontendOptions.cpp
  stable/12/contrib/llvm/tools/clang/lib/Frontend/FrontendTiming.cpp
  stable/12/contrib/llvm/tools/clang/lib/Frontend/HeaderIncludeGen.cpp
  stable/12/contrib/llvm/tools/clang/lib/Frontend/InitHeaderSearch.cpp
  stable/12/contrib/llvm/tools/clang/lib/Frontend/InitPreprocessor.cpp
  stable/12/contrib/llvm/tools/clang/lib/Frontend/LangStandards.cpp
  stable/12/contrib/llvm/tools/clang/lib/Frontend/LayoutOverrideSource.cpp
  stable/12/contrib/llvm/tools/clang/lib/Frontend/LogDiagnosticPrinter.cpp
  stable/12/contrib/llvm/tools/clang/lib/Frontend/ModuleDependencyCollector.cpp
  stable/12/contrib/llvm/tools/clang/lib/Frontend/MultiplexConsumer.cpp
  stable/12/contrib/llvm/tools/clang/lib/Frontend/PrecompiledPreamble.cpp
  stable/12/contrib/llvm/tools/clang/lib/Frontend/PrintPreprocessedOutput.cpp
  stable/12/contrib/llvm/tools/clang/lib/Frontend/Rewrite/FixItRewriter.cpp
  stable/12/contrib/llvm/tools/clang/lib/Frontend/Rewrite/FrontendActions.cpp
  stable/12/contrib/llvm/tools/clang/lib/Frontend/Rewrite/HTMLPrint.cpp
  stable/12/contrib/llvm/tools/clang/lib/Frontend/Rewrite/InclusionRewriter.cpp
  stable/12/contrib/llvm/tools/clang/lib/Frontend/Rewrite/RewriteMacros.cpp
  stable/12/contrib/llvm/tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
  stable/12/contrib/llvm/tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
  stable/12/contrib/llvm/tools/clang/lib/Frontend/Rewrite/RewriteTest.cpp
  stable/12/contrib/llvm/tools/clang/lib/Frontend/SerializedDiagnosticPrinter.cpp
  stable/12/contrib/llvm/tools/clang/lib/Frontend/SerializedDiagnosticReader.cpp
  stable/12/contrib/llvm/tools/clang/lib/Frontend/TestModuleFileExtension.cpp
  stable/12/contrib/llvm/tools/clang/lib/Frontend/TestModuleFileExtension.h
  stable/12/contrib/llvm/tools/clang/lib/Frontend/TextDiagnostic.cpp
  stable/12/contrib/llvm/tools/clang/lib/Frontend/TextDiagnosticBuffer.cpp
  stable/12/contrib/llvm/tools/clang/lib/Frontend/TextDiagnosticPrinter.cpp
  stable/12/contrib/llvm/tools/clang/lib/Frontend/VerifyDiagnosticConsumer.cpp
  stable/12/contrib/llvm/tools/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
  stable/12/contrib/llvm/tools/clang/lib/Headers/__clang_cuda_builtin_vars.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/__clang_cuda_cmath.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/__clang_cuda_complex_builtins.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/__clang_cuda_device_functions.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/__clang_cuda_intrinsics.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/__clang_cuda_libdevice_declares.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/__clang_cuda_math_forward_declares.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/__clang_cuda_runtime_wrapper.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/__stddef_max_align_t.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/__wmmintrin_aes.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/__wmmintrin_pclmul.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/adxintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/altivec.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/ammintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/arm64intr.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/arm_acle.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/armintr.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/avx2intrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/avx512bitalgintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/avx512bwintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/avx512cdintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/avx512dqintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/avx512erintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/avx512fintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/avx512ifmaintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/avx512ifmavlintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/avx512pfintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/avx512vbmi2intrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/avx512vbmiintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/avx512vbmivlintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/avx512vlbitalgintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/avx512vlbwintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/avx512vlcdintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/avx512vldqintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/avx512vlintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/avx512vlvbmi2intrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/avx512vlvnniintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/avx512vnniintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/avx512vpopcntdqintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/avx512vpopcntdqvlintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/avxintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/bmi2intrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/bmiintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/cetintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/cldemoteintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/clflushoptintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/clwbintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/clzerointrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/cpuid.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/emmintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/f16cintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/float.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/fma4intrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/fmaintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/fxsrintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/gfniintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/htmintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/htmxlintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/ia32intrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/immintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/intrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/inttypes.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/invpcidintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/iso646.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/limits.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/lwpintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/lzcntintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/mm3dnow.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/mm_malloc.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/mmintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/module.modulemap
  stable/12/contrib/llvm/tools/clang/lib/Headers/movdirintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/msa.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/mwaitxintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/nmmintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/opencl-c.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/pconfigintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/pkuintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/pmmintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/popcntintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/prfchwintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/ptwriteintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/rdseedintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/rtmintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/s390intrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/sgxintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/shaintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/smmintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/stdalign.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/stdarg.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/stdatomic.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/stdbool.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/stddef.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/stdint.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/stdnoreturn.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/tbmintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/tgmath.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/tmmintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/unwind.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/vadefs.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/vaesintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/varargs.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/vecintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/vpclmulqdqintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/waitpkgintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/wbnoinvdintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/wmmintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/x86intrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/xmmintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/xopintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/xsavecintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/xsaveintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/xsaveoptintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/xsavesintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Headers/xtestintrin.h
  stable/12/contrib/llvm/tools/clang/lib/Index/CodegenNameGenerator.cpp
  stable/12/contrib/llvm/tools/clang/lib/Index/CommentToXML.cpp
  stable/12/contrib/llvm/tools/clang/lib/Index/IndexBody.cpp
  stable/12/contrib/llvm/tools/clang/lib/Index/IndexDecl.cpp
  stable/12/contrib/llvm/tools/clang/lib/Index/IndexSymbol.cpp
  stable/12/contrib/llvm/tools/clang/lib/Index/IndexTypeSourceInfo.cpp
  stable/12/contrib/llvm/tools/clang/lib/Index/IndexingAction.cpp
  stable/12/contrib/llvm/tools/clang/lib/Index/IndexingContext.cpp
  stable/12/contrib/llvm/tools/clang/lib/Index/IndexingContext.h
  stable/12/contrib/llvm/tools/clang/lib/Index/SimpleFormatContext.h
  stable/12/contrib/llvm/tools/clang/lib/Index/USRGeneration.cpp
  stable/12/contrib/llvm/tools/clang/lib/Lex/HeaderMap.cpp
  stable/12/contrib/llvm/tools/clang/lib/Lex/HeaderSearch.cpp
  stable/12/contrib/llvm/tools/clang/lib/Lex/Lexer.cpp
  stable/12/contrib/llvm/tools/clang/lib/Lex/LiteralSupport.cpp
  stable/12/contrib/llvm/tools/clang/lib/Lex/MacroArgs.cpp
  stable/12/contrib/llvm/tools/clang/lib/Lex/MacroInfo.cpp
  stable/12/contrib/llvm/tools/clang/lib/Lex/ModuleMap.cpp
  stable/12/contrib/llvm/tools/clang/lib/Lex/PPCaching.cpp
  stable/12/contrib/llvm/tools/clang/lib/Lex/PPCallbacks.cpp
  stable/12/contrib/llvm/tools/clang/lib/Lex/PPConditionalDirectiveRecord.cpp
  stable/12/contrib/llvm/tools/clang/lib/Lex/PPDirectives.cpp
  stable/12/contrib/llvm/tools/clang/lib/Lex/PPExpressions.cpp
  stable/12/contrib/llvm/tools/clang/lib/Lex/PPLexerChange.cpp
  stable/12/contrib/llvm/tools/clang/lib/Lex/PPMacroExpansion.cpp
  stable/12/contrib/llvm/tools/clang/lib/Lex/Pragma.cpp
  stable/12/contrib/llvm/tools/clang/lib/Lex/PreprocessingRecord.cpp
  stable/12/contrib/llvm/tools/clang/lib/Lex/Preprocessor.cpp
  stable/12/contrib/llvm/tools/clang/lib/Lex/PreprocessorLexer.cpp
  stable/12/contrib/llvm/tools/clang/lib/Lex/ScratchBuffer.cpp
  stable/12/contrib/llvm/tools/clang/lib/Lex/TokenConcatenation.cpp
  stable/12/contrib/llvm/tools/clang/lib/Lex/TokenLexer.cpp
  stable/12/contrib/llvm/tools/clang/lib/Lex/UnicodeCharSets.h
  stable/12/contrib/llvm/tools/clang/lib/Parse/ParseAST.cpp
  stable/12/contrib/llvm/tools/clang/lib/Parse/ParseCXXInlineMethods.cpp
  stable/12/contrib/llvm/tools/clang/lib/Parse/ParseDecl.cpp
  stable/12/contrib/llvm/tools/clang/lib/Parse/ParseDeclCXX.cpp
  stable/12/contrib/llvm/tools/clang/lib/Parse/ParseExpr.cpp
  stable/12/contrib/llvm/tools/clang/lib/Parse/ParseExprCXX.cpp
  stable/12/contrib/llvm/tools/clang/lib/Parse/ParseInit.cpp
  stable/12/contrib/llvm/tools/clang/lib/Parse/ParseObjc.cpp
  stable/12/contrib/llvm/tools/clang/lib/Parse/ParseOpenMP.cpp
  stable/12/contrib/llvm/tools/clang/lib/Parse/ParsePragma.cpp
  stable/12/contrib/llvm/tools/clang/lib/Parse/ParseStmt.cpp
  stable/12/contrib/llvm/tools/clang/lib/Parse/ParseStmtAsm.cpp
  stable/12/contrib/llvm/tools/clang/lib/Parse/ParseTemplate.cpp
  stable/12/contrib/llvm/tools/clang/lib/Parse/ParseTentative.cpp
  stable/12/contrib/llvm/tools/clang/lib/Parse/Parser.cpp
  stable/12/contrib/llvm/tools/clang/lib/Rewrite/DeltaTree.cpp
  stable/12/contrib/llvm/tools/clang/lib/Rewrite/HTMLRewrite.cpp
  stable/12/contrib/llvm/tools/clang/lib/Rewrite/RewriteRope.cpp
  stable/12/contrib/llvm/tools/clang/lib/Rewrite/Rewriter.cpp
  stable/12/contrib/llvm/tools/clang/lib/Rewrite/TokenRewriter.cpp
  stable/12/contrib/llvm/tools/clang/lib/Sema/AnalysisBasedWarnings.cpp
  stable/12/contrib/llvm/tools/clang/lib/Sema/CodeCompleteConsumer.cpp
  stable/12/contrib/llvm/tools/clang/lib/Sema/CoroutineStmtBuilder.h
  stable/12/contrib/llvm/tools/clang/lib/Sema/DeclSpec.cpp
  stable/12/contrib/llvm/tools/clang/lib/Sema/DelayedDiagnostic.cpp
  stable/12/contrib/llvm/tools/clang/lib/Sema/IdentifierResolver.cpp
  stable/12/contrib/llvm/tools/clang/lib/Sema/JumpDiagnostics.cpp
  stable/12/contrib/llvm/tools/clang/lib/Sema/MultiplexExternalSemaSource.cpp
  stable/12/contrib/llvm/tools/clang/lib/Sema/ParsedAttr.cpp
  stable/12/contrib/llvm/tools/clang/lib/Sema/Scope.cpp
  stable/12/contrib/llvm/tools/clang/lib/Sema/ScopeInfo.cpp
  stable/12/contrib/llvm/tools/clang/lib/Sema/Sema.cpp
  stable/12/contrib/llvm/tools/clang/lib/Sema/SemaAccess.cpp
  stable/12/contrib/llvm/tools/clang/lib/Sema/SemaAttr.cpp
  stable/12/contrib/llvm/tools/clang/lib/Sema/SemaCUDA.cpp
  stable/12/contrib/llvm/tools/clang/lib/Sema/SemaCXXScopeSpec.cpp
  stable/12/contrib/llvm/tools/clang/lib/Sema/SemaCast.cpp
  stable/12/contrib/llvm/tools/clang/lib/Sema/SemaChecking.cpp
  stable/12/contrib/llvm/tools/clang/lib/Sema/SemaCodeComplete.cpp
  stable/12/contrib/llvm/tools/clang/lib/Sema/SemaConsumer.cpp
  stable/12/contrib/llvm/tools/clang/lib/Sema/SemaCoroutine.cpp
  stable/12/contrib/llvm/tools/clang/lib/Sema/SemaDecl.cpp
  stable/12/contrib/llvm/tools/clang/lib/Sema/SemaDeclAttr.cpp
  stable/12/contrib/llvm/tools/clang/lib/Sema/SemaDeclCXX.cpp
  stable/12/contrib/llvm/tools/clang/lib/Sema/SemaDeclObjC.cpp
  stable/12/contrib/llvm/tools/clang/lib/Sema/SemaExceptionSpec.cpp
  stable/12/contrib/llvm/tools/clang/lib/Sema/SemaExpr.cpp
  stable/12/contrib/llvm/tools/clang/lib/Sema/SemaExprCXX.cpp
  stable/12/contrib/llvm/tools/clang/lib/Sema/SemaExprMember.cpp
  stable/12/contrib/llvm/tools/clang/lib/Sema/SemaExprObjC.cpp
  stable/12/contrib/llvm/tools/clang/lib/Sema/SemaFixItUtils.cpp
  stable/12/contrib/llvm/tools/clang/lib/Sema/SemaInit.cpp
  stable/12/contrib/llvm/tools/clang/lib/Sema/SemaLambda.cpp
  stable/12/contrib/llvm/tools/clang/lib/Sema/SemaLookup.cpp
  stable/12/contrib/llvm/tools/clang/lib/Sema/SemaObjCProperty.cpp
  stable/12/contrib/llvm/tools/clang/lib/Sema/SemaOpenMP.cpp
  stable/12/contrib/llvm/tools/clang/lib/Sema/SemaOverload.cpp
  stable/12/contrib/llvm/tools/clang/lib/Sema/SemaPseudoObject.cpp
  stable/12/contrib/llvm/tools/clang/lib/Sema/SemaStmt.cpp
  stable/12/contrib/llvm/tools/clang/lib/Sema/SemaStmtAsm.cpp
  stable/12/contrib/llvm/tools/clang/lib/Sema/SemaStmtAttr.cpp
  stable/12/contrib/llvm/tools/clang/lib/Sema/SemaTemplate.cpp
  stable/12/contrib/llvm/tools/clang/lib/Sema/SemaTemplateDeduction.cpp
  stable/12/contrib/llvm/tools/clang/lib/Sema/SemaTemplateInstantiate.cpp
  stable/12/contrib/llvm/tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
  stable/12/contrib/llvm/tools/clang/lib/Sema/SemaTemplateVariadic.cpp
  stable/12/contrib/llvm/tools/clang/lib/Sema/SemaType.cpp
  stable/12/contrib/llvm/tools/clang/lib/Sema/TreeTransform.h
  stable/12/contrib/llvm/tools/clang/lib/Sema/TypeLocBuilder.cpp
  stable/12/contrib/llvm/tools/clang/lib/Sema/TypeLocBuilder.h
  stable/12/contrib/llvm/tools/clang/lib/Serialization/ASTCommon.cpp
  stable/12/contrib/llvm/tools/clang/lib/Serialization/ASTCommon.h
  stable/12/contrib/llvm/tools/clang/lib/Serialization/ASTReader.cpp
  stable/12/contrib/llvm/tools/clang/lib/Serialization/ASTReaderDecl.cpp
  stable/12/contrib/llvm/tools/clang/lib/Serialization/ASTReaderInternals.h
  stable/12/contrib/llvm/tools/clang/lib/Serialization/ASTReaderStmt.cpp
  stable/12/contrib/llvm/tools/clang/lib/Serialization/ASTWriter.cpp
  stable/12/contrib/llvm/tools/clang/lib/Serialization/ASTWriterDecl.cpp
  stable/12/contrib/llvm/tools/clang/lib/Serialization/ASTWriterStmt.cpp
  stable/12/contrib/llvm/tools/clang/lib/Serialization/GeneratePCH.cpp
  stable/12/contrib/llvm/tools/clang/lib/Serialization/GlobalModuleIndex.cpp
  stable/12/contrib/llvm/tools/clang/lib/Serialization/Module.cpp
  stable/12/contrib/llvm/tools/clang/lib/Serialization/ModuleFileExtension.cpp
  stable/12/contrib/llvm/tools/clang/lib/Serialization/ModuleManager.cpp
  stable/12/contrib/llvm/tools/clang/lib/Serialization/MultiOnDiskHashTable.h
  stable/12/contrib/llvm/tools/clang/lib/Serialization/PCHContainerOperations.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/AllocationState.h
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/AnalysisOrderChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/AnalyzerStatsChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ArrayBoundChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/BlockInCriticalSectionChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/BoolAssignmentChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/BuiltinFunctionChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CStringSyntaxChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CXXSelfAssignmentChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CastSizeChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CastToStructChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCInstMethSignature.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CheckSecuritySyntaxOnly.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CheckSizeofPointer.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ChrootChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CloneChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ConversionChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DeleteWithNonVirtualDtorChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DereferenceChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DivZeroChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypeChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/EnumCastOutOfRangeChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ExprInspectionChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/FixedAddressChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/GCDAntipatternChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/GTestChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/InnerPointerChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/InterCheckerAPI.h
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/IteratorChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/LLVMConventionsChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.h
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIChecker.h
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIFunctionClassifier.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPITypes.h
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MacOSXAPIChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MallocOverflowSecurityChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MallocSizeofChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MmapWriteExecChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MoveChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/NSAutoreleasePoolChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/NSErrorChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/NoReturnFunctionChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/NonNullParamChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/NonnullGlobalConstantsChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/NumberObjectConversionChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCAtSyncChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCAutoreleaseWriteChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCContainersASTChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCContainersChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCMissingSuperCallChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCPropertyChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCSuperDeallocChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCUnusedIVarsChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/PaddingChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/PointerArithChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/PointerSubChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/PthreadLockChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.h
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.h
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ReturnPointerRangeChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ReturnUndefChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RunLoopAutoreleaseLeakChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/SimpleStreamChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/StackAddrEscapeChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/TaintTesterChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/TestAfterDivZeroChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/TraversalChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/TrustNonnullChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UndefBranchChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UndefCapturedBlockVarChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UndefResultChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UndefinedArraySubscriptChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UndefinedAssignmentChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedObject.h
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedObjectChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedPointee.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ValistChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/VforkChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/APSIntType.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/AnalysisManager.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/AnalyzerOptions.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/BasicValueFactory.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/BlockCounter.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/Checker.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/CheckerContext.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/CheckerHelpers.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/CheckerManager.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/CommonBugCategories.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ConstraintManager.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/DynamicTypeMap.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/Environment.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ExprEngineObjC.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/FunctionSummary.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/IssueHash.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/LoopUnrolling.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/LoopWidening.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/MemRegion.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/PathDiagnostic.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/PrettyStackTraceLocationContext.h
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ProgramState.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/RangedConstraintManager.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/RegionStore.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/SValBuilder.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/SVals.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/SarifDiagnostics.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/SimpleConstraintManager.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/Store.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/SubEngine.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/SymbolManager.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/WorkList.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/FrontendActions.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/ModelConsumer.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/ModelInjector.cpp
  stable/12/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/ModelInjector.h
  stable/12/contrib/llvm/tools/clang/lib/Tooling/ASTDiff/ASTDiff.cpp
  stable/12/contrib/llvm/tools/clang/lib/Tooling/AllTUsExecution.cpp
  stable/12/contrib/llvm/tools/clang/lib/Tooling/ArgumentsAdjusters.cpp
  stable/12/contrib/llvm/tools/clang/lib/Tooling/CommonOptionsParser.cpp
  stable/12/contrib/llvm/tools/clang/lib/Tooling/CompilationDatabase.cpp
  stable/12/contrib/llvm/tools/clang/lib/Tooling/Core/Diagnostic.cpp
  stable/12/contrib/llvm/tools/clang/lib/Tooling/Core/Lookup.cpp
  stable/12/contrib/llvm/tools/clang/lib/Tooling/Core/Replacement.cpp
  stable/12/contrib/llvm/tools/clang/lib/Tooling/Execution.cpp
  stable/12/contrib/llvm/tools/clang/lib/Tooling/FileMatchTrie.cpp
  stable/12/contrib/llvm/tools/clang/lib/Tooling/FixIt.cpp
  stable/12/contrib/llvm/tools/clang/lib/Tooling/Inclusions/HeaderIncludes.cpp
  stable/12/contrib/llvm/tools/clang/lib/Tooling/Inclusions/IncludeStyle.cpp
  stable/12/contrib/llvm/tools/clang/lib/Tooling/InterpolatingCompilationDatabase.cpp
  stable/12/contrib/llvm/tools/clang/lib/Tooling/JSONCompilationDatabase.cpp
  stable/12/contrib/llvm/tools/clang/lib/Tooling/Refactoring.cpp
  stable/12/contrib/llvm/tools/clang/lib/Tooling/Refactoring/ASTSelection.cpp
  stable/12/contrib/llvm/tools/clang/lib/Tooling/Refactoring/ASTSelectionRequirements.cpp
  stable/12/contrib/llvm/tools/clang/lib/Tooling/Refactoring/AtomicChange.cpp
  stable/12/contrib/llvm/tools/clang/lib/Tooling/Refactoring/Extract/Extract.cpp
  stable/12/contrib/llvm/tools/clang/lib/Tooling/Refactoring/Extract/SourceExtraction.cpp
  stable/12/contrib/llvm/tools/clang/lib/Tooling/Refactoring/Extract/SourceExtraction.h
  stable/12/contrib/llvm/tools/clang/lib/Tooling/Refactoring/RefactoringActions.cpp
  stable/12/contrib/llvm/tools/clang/lib/Tooling/Refactoring/Rename/RenamingAction.cpp
  stable/12/contrib/llvm/tools/clang/lib/Tooling/Refactoring/Rename/SymbolOccurrences.cpp
  stable/12/contrib/llvm/tools/clang/lib/Tooling/Refactoring/Rename/USRFinder.cpp
  stable/12/contrib/llvm/tools/clang/lib/Tooling/Refactoring/Rename/USRFindingAction.cpp
  stable/12/contrib/llvm/tools/clang/lib/Tooling/Refactoring/Rename/USRLocFinder.cpp
  stable/12/contrib/llvm/tools/clang/lib/Tooling/RefactoringCallbacks.cpp
  stable/12/contrib/llvm/tools/clang/lib/Tooling/StandaloneExecution.cpp
  stable/12/contrib/llvm/tools/clang/lib/Tooling/Tooling.cpp
  stable/12/contrib/llvm/tools/clang/tools/clang-format/ClangFormat.cpp
  stable/12/contrib/llvm/tools/clang/tools/driver/cc1_main.cpp
  stable/12/contrib/llvm/tools/clang/tools/driver/cc1as_main.cpp
  stable/12/contrib/llvm/tools/clang/tools/driver/cc1gen_reproducer_main.cpp
  stable/12/contrib/llvm/tools/clang/tools/driver/driver.cpp
  stable/12/contrib/llvm/tools/clang/utils/TableGen/ClangASTNodesEmitter.cpp
  stable/12/contrib/llvm/tools/clang/utils/TableGen/ClangAttrEmitter.cpp
  stable/12/contrib/llvm/tools/clang/utils/TableGen/ClangCommentCommandInfoEmitter.cpp
  stable/12/contrib/llvm/tools/clang/utils/TableGen/ClangCommentHTMLNamedCharacterReferenceEmitter.cpp
  stable/12/contrib/llvm/tools/clang/utils/TableGen/ClangCommentHTMLTagsEmitter.cpp
  stable/12/contrib/llvm/tools/clang/utils/TableGen/ClangDiagnosticsEmitter.cpp
  stable/12/contrib/llvm/tools/clang/utils/TableGen/ClangOptionDocEmitter.cpp
  stable/12/contrib/llvm/tools/clang/utils/TableGen/ClangSACheckersEmitter.cpp
  stable/12/contrib/llvm/tools/clang/utils/TableGen/NeonEmitter.cpp
  stable/12/contrib/llvm/tools/clang/utils/TableGen/TableGen.cpp
  stable/12/contrib/llvm/tools/clang/utils/TableGen/TableGenBackends.h
  stable/12/contrib/llvm/tools/llc/llc.cpp
  stable/12/contrib/llvm/tools/lld/CMakeLists.txt
  stable/12/contrib/llvm/tools/lld/COFF/CMakeLists.txt
  stable/12/contrib/llvm/tools/lld/COFF/Chunks.cpp
  stable/12/contrib/llvm/tools/lld/COFF/Chunks.h
  stable/12/contrib/llvm/tools/lld/COFF/Config.h
  stable/12/contrib/llvm/tools/lld/COFF/DLL.cpp
  stable/12/contrib/llvm/tools/lld/COFF/DLL.h
  stable/12/contrib/llvm/tools/lld/COFF/Driver.cpp
  stable/12/contrib/llvm/tools/lld/COFF/Driver.h
  stable/12/contrib/llvm/tools/lld/COFF/DriverUtils.cpp
  stable/12/contrib/llvm/tools/lld/COFF/ICF.cpp
  stable/12/contrib/llvm/tools/lld/COFF/ICF.h
  stable/12/contrib/llvm/tools/lld/COFF/InputFiles.cpp
  stable/12/contrib/llvm/tools/lld/COFF/InputFiles.h
  stable/12/contrib/llvm/tools/lld/COFF/LTO.cpp
  stable/12/contrib/llvm/tools/lld/COFF/LTO.h
  stable/12/contrib/llvm/tools/lld/COFF/MapFile.cpp
  stable/12/contrib/llvm/tools/lld/COFF/MapFile.h
  stable/12/contrib/llvm/tools/lld/COFF/MarkLive.cpp
  stable/12/contrib/llvm/tools/lld/COFF/MarkLive.h
  stable/12/contrib/llvm/tools/lld/COFF/MinGW.cpp
  stable/12/contrib/llvm/tools/lld/COFF/MinGW.h
  stable/12/contrib/llvm/tools/lld/COFF/Options.td
  stable/12/contrib/llvm/tools/lld/COFF/PDB.cpp
  stable/12/contrib/llvm/tools/lld/COFF/PDB.h
  stable/12/contrib/llvm/tools/lld/COFF/SymbolTable.cpp
  stable/12/contrib/llvm/tools/lld/COFF/SymbolTable.h
  stable/12/contrib/llvm/tools/lld/COFF/Symbols.cpp
  stable/12/contrib/llvm/tools/lld/COFF/Symbols.h
  stable/12/contrib/llvm/tools/lld/COFF/Writer.cpp
  stable/12/contrib/llvm/tools/lld/COFF/Writer.h
  stable/12/contrib/llvm/tools/lld/Common/Args.cpp
  stable/12/contrib/llvm/tools/lld/Common/CMakeLists.txt
  stable/12/contrib/llvm/tools/lld/Common/ErrorHandler.cpp
  stable/12/contrib/llvm/tools/lld/Common/Memory.cpp
  stable/12/contrib/llvm/tools/lld/Common/Reproduce.cpp
  stable/12/contrib/llvm/tools/lld/Common/Strings.cpp
  stable/12/contrib/llvm/tools/lld/Common/TargetOptionsCommandFlags.cpp
  stable/12/contrib/llvm/tools/lld/Common/Threads.cpp
  stable/12/contrib/llvm/tools/lld/Common/Timer.cpp
  stable/12/contrib/llvm/tools/lld/Common/Version.cpp
  stable/12/contrib/llvm/tools/lld/ELF/AArch64ErrataFix.cpp
  stable/12/contrib/llvm/tools/lld/ELF/AArch64ErrataFix.h
  stable/12/contrib/llvm/tools/lld/ELF/Arch/AArch64.cpp
  stable/12/contrib/llvm/tools/lld/ELF/Arch/AMDGPU.cpp
  stable/12/contrib/llvm/tools/lld/ELF/Arch/ARM.cpp
  stable/12/contrib/llvm/tools/lld/ELF/Arch/AVR.cpp
  stable/12/contrib/llvm/tools/lld/ELF/Arch/Hexagon.cpp
  stable/12/contrib/llvm/tools/lld/ELF/Arch/MSP430.cpp
  stable/12/contrib/llvm/tools/lld/ELF/Arch/Mips.cpp
  stable/12/contrib/llvm/tools/lld/ELF/Arch/MipsArchTree.cpp
  stable/12/contrib/llvm/tools/lld/ELF/Arch/PPC.cpp
  stable/12/contrib/llvm/tools/lld/ELF/Arch/PPC64.cpp
  stable/12/contrib/llvm/tools/lld/ELF/Arch/RISCV.cpp
  stable/12/contrib/llvm/tools/lld/ELF/Arch/SPARCV9.cpp
  stable/12/contrib/llvm/tools/lld/ELF/Arch/X86.cpp
  stable/12/contrib/llvm/tools/lld/ELF/Arch/X86_64.cpp
  stable/12/contrib/llvm/tools/lld/ELF/CMakeLists.txt
  stable/12/contrib/llvm/tools/lld/ELF/CallGraphSort.cpp
  stable/12/contrib/llvm/tools/lld/ELF/CallGraphSort.h
  stable/12/contrib/llvm/tools/lld/ELF/Config.h
  stable/12/contrib/llvm/tools/lld/ELF/DWARF.cpp
  stable/12/contrib/llvm/tools/lld/ELF/DWARF.h
  stable/12/contrib/llvm/tools/lld/ELF/Driver.cpp
  stable/12/contrib/llvm/tools/lld/ELF/Driver.h
  stable/12/contrib/llvm/tools/lld/ELF/DriverUtils.cpp
  stable/12/contrib/llvm/tools/lld/ELF/EhFrame.cpp
  stable/12/contrib/llvm/tools/lld/ELF/EhFrame.h
  stable/12/contrib/llvm/tools/lld/ELF/ICF.cpp
  stable/12/contrib/llvm/tools/lld/ELF/ICF.h
  stable/12/contrib/llvm/tools/lld/ELF/InputFiles.cpp
  stable/12/contrib/llvm/tools/lld/ELF/InputFiles.h
  stable/12/contrib/llvm/tools/lld/ELF/InputSection.cpp
  stable/12/contrib/llvm/tools/lld/ELF/InputSection.h
  stable/12/contrib/llvm/tools/lld/ELF/LTO.cpp
  stable/12/contrib/llvm/tools/lld/ELF/LTO.h
  stable/12/contrib/llvm/tools/lld/ELF/LinkerScript.cpp
  stable/12/contrib/llvm/tools/lld/ELF/LinkerScript.h
  stable/12/contrib/llvm/tools/lld/ELF/MapFile.cpp
  stable/12/contrib/llvm/tools/lld/ELF/MapFile.h
  stable/12/contrib/llvm/tools/lld/ELF/MarkLive.cpp
  stable/12/contrib/llvm/tools/lld/ELF/MarkLive.h
  stable/12/contrib/llvm/tools/lld/ELF/Options.td
  stable/12/contrib/llvm/tools/lld/ELF/OutputSections.cpp
  stable/12/contrib/llvm/tools/lld/ELF/OutputSections.h
  stable/12/contrib/llvm/tools/lld/ELF/Relocations.cpp
  stable/12/contrib/llvm/tools/lld/ELF/Relocations.h
  stable/12/contrib/llvm/tools/lld/ELF/ScriptLexer.cpp
  stable/12/contrib/llvm/tools/lld/ELF/ScriptLexer.h
  stable/12/contrib/llvm/tools/lld/ELF/ScriptParser.cpp
  stable/12/contrib/llvm/tools/lld/ELF/ScriptParser.h
  stable/12/contrib/llvm/tools/lld/ELF/SymbolTable.cpp
  stable/12/contrib/llvm/tools/lld/ELF/SymbolTable.h
  stable/12/contrib/llvm/tools/lld/ELF/Symbols.cpp
  stable/12/contrib/llvm/tools/lld/ELF/Symbols.h
  stable/12/contrib/llvm/tools/lld/ELF/SyntheticSections.cpp
  stable/12/contrib/llvm/tools/lld/ELF/SyntheticSections.h
  stable/12/contrib/llvm/tools/lld/ELF/Target.cpp
  stable/12/contrib/llvm/tools/lld/ELF/Target.h
  stable/12/contrib/llvm/tools/lld/ELF/Thunks.cpp
  stable/12/contrib/llvm/tools/lld/ELF/Thunks.h
  stable/12/contrib/llvm/tools/lld/ELF/Writer.cpp
  stable/12/contrib/llvm/tools/lld/ELF/Writer.h
  stable/12/contrib/llvm/tools/lld/LICENSE.TXT
  stable/12/contrib/llvm/tools/lld/docs/NewLLD.rst
  stable/12/contrib/llvm/tools/lld/docs/ReleaseNotes.rst
  stable/12/contrib/llvm/tools/lld/docs/WebAssembly.rst
  stable/12/contrib/llvm/tools/lld/docs/conf.py
  stable/12/contrib/llvm/tools/lld/docs/getting_started.rst
  stable/12/contrib/llvm/tools/lld/docs/index.rst
  stable/12/contrib/llvm/tools/lld/docs/ld.lld.1
  stable/12/contrib/llvm/tools/lld/docs/missingkeyfunction.rst
  stable/12/contrib/llvm/tools/lld/docs/sphinx_intro.rst
  stable/12/contrib/llvm/tools/lld/include/lld/Common/Args.h
  stable/12/contrib/llvm/tools/lld/include/lld/Common/Driver.h
  stable/12/contrib/llvm/tools/lld/include/lld/Common/ErrorHandler.h
  stable/12/contrib/llvm/tools/lld/include/lld/Common/LLVM.h
  stable/12/contrib/llvm/tools/lld/include/lld/Common/Memory.h
  stable/12/contrib/llvm/tools/lld/include/lld/Common/Reproduce.h
  stable/12/contrib/llvm/tools/lld/include/lld/Common/Strings.h
  stable/12/contrib/llvm/tools/lld/include/lld/Common/TargetOptionsCommandFlags.h
  stable/12/contrib/llvm/tools/lld/include/lld/Common/Threads.h
  stable/12/contrib/llvm/tools/lld/include/lld/Common/Timer.h
  stable/12/contrib/llvm/tools/lld/include/lld/Common/Version.h
  stable/12/contrib/llvm/tools/lld/include/lld/Core/AbsoluteAtom.h
  stable/12/contrib/llvm/tools/lld/include/lld/Core/ArchiveLibraryFile.h
  stable/12/contrib/llvm/tools/lld/include/lld/Core/Atom.h
  stable/12/contrib/llvm/tools/lld/include/lld/Core/DefinedAtom.h
  stable/12/contrib/llvm/tools/lld/include/lld/Core/Error.h
  stable/12/contrib/llvm/tools/lld/include/lld/Core/File.h
  stable/12/contrib/llvm/tools/lld/include/lld/Core/Instrumentation.h
  stable/12/contrib/llvm/tools/lld/include/lld/Core/LinkingContext.h
  stable/12/contrib/llvm/tools/lld/include/lld/Core/Node.h
  stable/12/contrib/llvm/tools/lld/include/lld/Core/Pass.h
  stable/12/contrib/llvm/tools/lld/include/lld/Core/PassManager.h
  stable/12/contrib/llvm/tools/lld/include/lld/Core/Reader.h
  stable/12/contrib/llvm/tools/lld/include/lld/Core/Reference.h
  stable/12/contrib/llvm/tools/lld/include/lld/Core/Resolver.h
  stable/12/contrib/llvm/tools/lld/include/lld/Core/SharedLibraryAtom.h
  stable/12/contrib/llvm/tools/lld/include/lld/Core/SharedLibraryFile.h
  stable/12/contrib/llvm/tools/lld/include/lld/Core/Simple.h
  stable/12/contrib/llvm/tools/lld/include/lld/Core/SymbolTable.h
  stable/12/contrib/llvm/tools/lld/include/lld/Core/UndefinedAtom.h
  stable/12/contrib/llvm/tools/lld/include/lld/Core/Writer.h
  stable/12/contrib/llvm/tools/lld/include/lld/ReaderWriter/MachOLinkingContext.h
  stable/12/contrib/llvm/tools/lld/include/lld/ReaderWriter/YamlContext.h
  stable/12/contrib/llvm/tools/lld/lib/Core/DefinedAtom.cpp
  stable/12/contrib/llvm/tools/lld/lib/Core/Error.cpp
  stable/12/contrib/llvm/tools/lld/lib/Core/File.cpp
  stable/12/contrib/llvm/tools/lld/lib/Core/LinkingContext.cpp
  stable/12/contrib/llvm/tools/lld/lib/Core/Reader.cpp
  stable/12/contrib/llvm/tools/lld/lib/Core/Resolver.cpp
  stable/12/contrib/llvm/tools/lld/lib/Core/SymbolTable.cpp
  stable/12/contrib/llvm/tools/lld/lib/Core/Writer.cpp
  stable/12/contrib/llvm/tools/lld/lib/Driver/DarwinLdDriver.cpp
  stable/12/contrib/llvm/tools/lld/lib/ReaderWriter/FileArchive.cpp
  stable/12/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/ArchHandler.cpp
  stable/12/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/ArchHandler.h
  stable/12/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/ArchHandler_arm.cpp
  stable/12/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/ArchHandler_arm64.cpp
  stable/12/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/ArchHandler_x86.cpp
  stable/12/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/ArchHandler_x86_64.cpp
  stable/12/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/Atoms.h
  stable/12/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/CompactUnwindPass.cpp
  stable/12/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/DebugInfo.h
  stable/12/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/ExecutableAtoms.h
  stable/12/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/File.h
  stable/12/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/FlatNamespaceFile.h
  stable/12/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/GOTPass.cpp
  stable/12/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/LayoutPass.cpp
  stable/12/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/LayoutPass.h
  stable/12/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/MachOLinkingContext.cpp
  stable/12/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/MachONormalizedFile.h
  stable/12/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp
  stable/12/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryUtils.h
  stable/12/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp
  stable/12/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
  stable/12/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp
  stable/12/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileYAML.cpp
  stable/12/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/MachOPasses.h
  stable/12/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/ObjCPass.cpp
  stable/12/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/SectCreateFile.h
  stable/12/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/ShimPass.cpp
  stable/12/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/StubsPass.cpp
  stable/12/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/TLVPass.cpp
  stable/12/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/WriterMachO.cpp
  stable/12/contrib/llvm/tools/lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp
  stable/12/contrib/llvm/tools/lld/tools/lld/CMakeLists.txt
  stable/12/contrib/llvm/tools/lld/tools/lld/lld.cpp
  stable/12/contrib/llvm/tools/lldb/FREEBSD-Xlist
  stable/12/contrib/llvm/tools/lldb/LICENSE.TXT
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/LLDB.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBAddress.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBAttachInfo.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBBlock.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBBreakpoint.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBBreakpointLocation.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBBreakpointName.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBBroadcaster.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBCommandInterpreter.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBCommandReturnObject.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBCommunication.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBCompileUnit.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBData.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBDebugger.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBDeclaration.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBDefines.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBError.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBEvent.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBExecutionContext.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBExpressionOptions.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBFileSpec.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBFileSpecList.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBFrame.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBFunction.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBHostOS.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBInstruction.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBInstructionList.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBLanguageRuntime.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBLaunchInfo.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBLineEntry.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBListener.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBMemoryRegionInfo.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBMemoryRegionInfoList.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBModule.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBModuleSpec.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBPlatform.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBProcess.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBProcessInfo.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBQueue.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBQueueItem.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBSection.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBSourceManager.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBStream.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBStringList.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBStructuredData.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBSymbol.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBSymbolContext.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBSymbolContextList.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBTarget.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBThread.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBThreadCollection.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBThreadPlan.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBTrace.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBTraceOptions.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBType.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBTypeCategory.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBTypeEnumMember.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBTypeFilter.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBTypeFormat.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBTypeNameSpecifier.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBTypeSummary.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBTypeSynthetic.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBUnixSignals.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBValue.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBValueList.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBVariablesOptions.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/API/SBWatchpoint.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Breakpoint/Breakpoint.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointID.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointIDList.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointList.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointLocation.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointLocationCollection.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointLocationList.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointName.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointOptions.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointResolver.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointResolverAddress.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointResolverFileLine.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointResolverFileRegex.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointResolverName.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointResolverScripted.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointSite.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointSiteList.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Breakpoint/Stoppoint.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Breakpoint/StoppointCallbackContext.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Breakpoint/StoppointLocation.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Breakpoint/Watchpoint.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Breakpoint/WatchpointList.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Breakpoint/WatchpointOptions.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/Address.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/AddressRange.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/AddressResolver.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/AddressResolverFileLine.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/AddressResolverName.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/Architecture.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/ClangForward.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/Communication.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/Debugger.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/Disassembler.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/DumpDataExtractor.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/DumpRegisterValue.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/EmulateInstruction.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/FileLineResolver.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/FileSpecList.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/FormatEntity.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/Highlighter.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/IOHandler.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/IOStreamMacros.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/LoadedModuleInfoList.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/Mangled.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/MappedHash.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/Module.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/ModuleChild.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/ModuleList.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/ModuleSpec.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/Opcode.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/PluginInterface.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/PluginManager.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/RichManglingContext.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/STLUtils.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/SearchFilter.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/Section.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/SourceManager.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/StreamAsynchronousIO.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/StreamBuffer.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/StreamFile.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/StructuredDataImpl.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/ThreadSafeDenseMap.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/ThreadSafeDenseSet.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/ThreadSafeSTLMap.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/ThreadSafeSTLVector.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/ThreadSafeValue.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/UniqueCStringMap.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/UserSettingsController.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/Value.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/ValueObject.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectCast.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectChild.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectConstResult.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectConstResultCast.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectConstResultChild.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectConstResultImpl.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectDynamicValue.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectList.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectMemory.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectRegister.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectSyntheticFilter.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectVariable.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Core/dwarf.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/DataFormatters/CXXFunctionPointer.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/DataFormatters/DataVisualization.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/DataFormatters/DumpValueObjectOptions.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/DataFormatters/FormatCache.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/DataFormatters/FormatClasses.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/DataFormatters/FormatManager.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/DataFormatters/FormattersContainer.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/DataFormatters/FormattersHelpers.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/DataFormatters/LanguageCategory.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/DataFormatters/StringPrinter.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeCategory.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeCategoryMap.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeFormat.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeSummary.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeSynthetic.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeValidator.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ValueObjectPrinter.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/DataFormatters/VectorIterator.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/DataFormatters/VectorType.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Expression/DWARFExpression.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Expression/DiagnosticManager.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Expression/Expression.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Expression/ExpressionParser.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Expression/ExpressionSourceCode.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Expression/ExpressionTypeSystemHelper.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Expression/ExpressionVariable.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Expression/FunctionCaller.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Expression/IRExecutionUnit.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Expression/IRInterpreter.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Expression/IRMemoryMap.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Expression/LLVMUserExpression.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Expression/Materializer.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Expression/REPL.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Expression/UserExpression.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Expression/UtilityFunction.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/Config.h.cmake
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/ConnectionFileDescriptor.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/Debug.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/Editline.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/File.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/FileCache.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/FileSystem.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/Host.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/HostGetOpt.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/HostInfo.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/HostInfoBase.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/HostNativeProcess.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/HostNativeProcessBase.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/HostNativeThread.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/HostNativeThreadBase.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/HostNativeThreadForward.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/HostProcess.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/HostThread.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/LockFile.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/LockFileBase.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/MainLoop.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/MainLoopBase.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/MonitoringProcessLauncher.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/OptionParser.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/Pipe.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/PipeBase.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/PosixApi.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/ProcessLauncher.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/ProcessRunLock.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/PseudoTerminal.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/SafeMachO.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/Socket.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/SocketAddress.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/StringConvert.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/TaskPool.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/Terminal.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/ThreadLauncher.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/Time.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/XML.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/common/NativeBreakpointList.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/common/NativeProcessProtocol.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/common/NativeRegisterContext.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/common/NativeThreadProtocol.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/common/NativeWatchpointList.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/common/TCPSocket.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/common/UDPSocket.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/freebsd/HostInfoFreeBSD.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/netbsd/HostInfoNetBSD.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/openbsd/HostInfoOpenBSD.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/posix/ConnectionFileDescriptorPosix.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/posix/DomainSocket.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/posix/Fcntl.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/posix/HostInfoPosix.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/posix/HostProcessPosix.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/posix/HostThreadPosix.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/posix/LockFilePosix.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/posix/PipePosix.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Host/posix/ProcessLauncherPosixFork.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Initialization/SystemInitializer.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Initialization/SystemInitializerCommon.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Initialization/SystemLifetimeManager.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandAlias.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandCompletions.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandHistory.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandInterpreter.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandObject.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandObjectMultiword.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandObjectRegexCommand.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandOptionValidators.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandReturnObject.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionArgParser.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionGroupArchitecture.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionGroupBoolean.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionGroupFile.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionGroupFormat.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionGroupOutputFile.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionGroupPlatform.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionGroupString.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionGroupUInt64.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionGroupUUID.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionGroupValueObjectDisplay.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionGroupVariable.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionGroupWatchpoint.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValue.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueArch.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueArgs.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueArray.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueBoolean.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueChar.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueDictionary.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueEnumeration.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueFileSpec.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueFileSpecList.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueFormat.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueFormatEntity.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueLanguage.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValuePathMappings.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueProperties.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueRegex.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueSInt64.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueString.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueUInt64.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueUUID.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValues.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Interpreter/Options.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Interpreter/Property.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Interpreter/ScriptInterpreter.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Symbol/ArmUnwindInfo.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Symbol/Block.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Symbol/ClangASTContext.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Symbol/ClangASTImporter.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Symbol/ClangExternalASTSourceCallbacks.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Symbol/ClangExternalASTSourceCommon.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Symbol/ClangUtil.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Symbol/CompactUnwindInfo.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Symbol/CompileUnit.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Symbol/CompilerDecl.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Symbol/CompilerDeclContext.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Symbol/CompilerType.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Symbol/DWARFCallFrameInfo.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Symbol/DebugMacros.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Symbol/DeclVendor.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Symbol/Declaration.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Symbol/FuncUnwinders.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Symbol/Function.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Symbol/LineEntry.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Symbol/LineTable.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Symbol/ObjectContainer.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Symbol/ObjectFile.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Symbol/Symbol.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Symbol/SymbolContext.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Symbol/SymbolContextScope.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Symbol/SymbolFile.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Symbol/SymbolVendor.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Symbol/Symtab.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Symbol/TaggedASTType.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Symbol/Type.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Symbol/TypeList.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Symbol/TypeMap.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Symbol/TypeSystem.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Symbol/UnwindPlan.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Symbol/UnwindTable.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Symbol/Variable.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Symbol/VariableList.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Symbol/VerifyDecl.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/ABI.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/DynamicLoader.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/ExecutionContext.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/ExecutionContextScope.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/InstrumentationRuntime.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/InstrumentationRuntimeStopInfo.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/JITLoader.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/JITLoaderList.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/Language.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/LanguageRuntime.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/Memory.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/MemoryHistory.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/MemoryRegionInfo.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/ModuleCache.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/OperatingSystem.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/PathMappingList.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/Platform.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/Process.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/ProcessStructReader.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/Queue.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/QueueItem.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/QueueList.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/RegisterCheckpoint.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/RegisterContext.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/RegisterNumber.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/SectionLoadHistory.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/SectionLoadList.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/StackFrame.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/StackFrameList.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/StackFrameRecognizer.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/StackID.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/StopInfo.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/StructuredDataPlugin.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/SystemRuntime.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/Target.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/TargetList.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/Thread.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/ThreadCollection.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/ThreadList.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlan.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanBase.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanCallFunction.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanCallFunctionUsingABI.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanCallOnFunctionExit.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanCallUserExpression.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanPython.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanRunToAddress.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanShouldStopHere.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanStepInRange.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanStepInstruction.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanStepOut.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanStepOverBreakpoint.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanStepOverRange.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanStepRange.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanStepThrough.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanStepUntil.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanTracer.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/ThreadSpec.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/UnixSignals.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/Unwind.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Target/UnwindAssembly.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/AnsiTerminal.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/ArchSpec.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/Args.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/Baton.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/Broadcaster.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/CleanUp.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/CompletionRequest.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/Connection.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/ConstString.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/DataBuffer.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/DataBufferHeap.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/DataBufferLLVM.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/DataEncoder.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/DataExtractor.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/Endian.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/Environment.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/Event.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/FileSpec.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/Flags.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/IOObject.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/Iterable.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/JSON.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/LLDBAssert.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/Listener.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/Log.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/Logging.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/NameMatches.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/Predicate.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/RegisterValue.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/RegularExpression.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/Reproducer.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/Scalar.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/SelectHelper.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/SharedCluster.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/SharingPtr.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/State.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/Status.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/Stream.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/StreamCallback.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/StreamGDBRemote.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/StreamString.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/StreamTee.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/StringExtractor.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/StringExtractorGDBRemote.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/StringLexer.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/StringList.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/StructuredData.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/TildeExpressionResolver.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/Timeout.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/Timer.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/TraceOptions.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/UUID.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/UriParser.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/UserID.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/VASPrintf.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/Utility/VMRange.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/lldb-defines.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/lldb-enumerations.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/lldb-forward.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/lldb-private-defines.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/lldb-private-enumerations.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/lldb-private-forward.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/lldb-private-interfaces.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/lldb-private-types.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/lldb-private.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/lldb-public.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/lldb-types.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/lldb-versioning.h
  stable/12/contrib/llvm/tools/lldb/include/lldb/module.modulemap
  stable/12/contrib/llvm/tools/lldb/source/API/SBAddress.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBAttachInfo.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBBlock.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBBreakpoint.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBBreakpointLocation.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBBreakpointName.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBBreakpointOptionCommon.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBBreakpointOptionCommon.h
  stable/12/contrib/llvm/tools/lldb/source/API/SBBroadcaster.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBCommandInterpreter.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBCommandReturnObject.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBCommunication.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBCompileUnit.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBData.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBDebugger.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBDeclaration.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBError.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBEvent.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBExecutionContext.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBExpressionOptions.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBFileSpec.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBFileSpecList.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBFrame.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBFunction.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBHostOS.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBInstruction.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBInstructionList.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBLanguageRuntime.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBLaunchInfo.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBLineEntry.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBListener.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBMemoryRegionInfo.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBMemoryRegionInfoList.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBModule.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBModuleSpec.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBPlatform.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBProcess.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBProcessInfo.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBQueue.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBQueueItem.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBSection.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBSourceManager.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBStream.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBStringList.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBStructuredData.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBSymbol.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBSymbolContext.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBSymbolContextList.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBTarget.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBThread.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBThreadCollection.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBThreadPlan.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBTrace.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBTraceOptions.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBType.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBTypeCategory.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBTypeEnumMember.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBTypeFilter.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBTypeFormat.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBTypeNameSpecifier.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBTypeSummary.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBTypeSynthetic.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBUnixSignals.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBValue.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBValueList.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBVariablesOptions.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SBWatchpoint.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SystemInitializerFull.cpp
  stable/12/contrib/llvm/tools/lldb/source/API/SystemInitializerFull.h
  stable/12/contrib/llvm/tools/lldb/source/Breakpoint/Breakpoint.cpp
  stable/12/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointID.cpp
  stable/12/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointIDList.cpp
  stable/12/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointList.cpp
  stable/12/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointLocation.cpp
  stable/12/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointLocationCollection.cpp
  stable/12/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointLocationList.cpp
  stable/12/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointName.cpp
  stable/12/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointOptions.cpp
  stable/12/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointResolver.cpp
  stable/12/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointResolverAddress.cpp
  stable/12/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointResolverFileLine.cpp
  stable/12/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointResolverFileRegex.cpp
  stable/12/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointResolverName.cpp
  stable/12/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointResolverScripted.cpp
  stable/12/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointSite.cpp
  stable/12/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointSiteList.cpp
  stable/12/contrib/llvm/tools/lldb/source/Breakpoint/Stoppoint.cpp
  stable/12/contrib/llvm/tools/lldb/source/Breakpoint/StoppointCallbackContext.cpp
  stable/12/contrib/llvm/tools/lldb/source/Breakpoint/StoppointLocation.cpp
  stable/12/contrib/llvm/tools/lldb/source/Breakpoint/Watchpoint.cpp
  stable/12/contrib/llvm/tools/lldb/source/Breakpoint/WatchpointList.cpp
  stable/12/contrib/llvm/tools/lldb/source/Breakpoint/WatchpointOptions.cpp
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandCompletions.cpp
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectApropos.cpp
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectApropos.h
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectBreakpoint.cpp
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectBreakpoint.h
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectBreakpointCommand.cpp
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectBreakpointCommand.h
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectBugreport.cpp
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectBugreport.h
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectCommands.cpp
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectCommands.h
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectDisassemble.cpp
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectDisassemble.h
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectExpression.cpp
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectExpression.h
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectFrame.cpp
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectFrame.h
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectGUI.cpp
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectGUI.h
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectHelp.cpp
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectHelp.h
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectLanguage.cpp
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectLanguage.h
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectLog.cpp
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectLog.h
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectMemory.cpp
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectMemory.h
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectMultiword.cpp
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectPlatform.cpp
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectPlatform.h
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectPlugin.cpp
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectPlugin.h
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectProcess.cpp
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectProcess.h
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectQuit.cpp
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectQuit.h
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectRegister.cpp
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectRegister.h
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectReproducer.cpp
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectReproducer.h
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectSettings.cpp
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectSettings.h
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectSource.cpp
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectSource.h
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectStats.cpp
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectStats.h
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectTarget.cpp
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectTarget.h
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectThread.cpp
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectThread.h
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectType.cpp
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectType.h
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectVersion.cpp
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectVersion.h
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectWatchpoint.cpp
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectWatchpoint.h
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectWatchpointCommand.cpp
  stable/12/contrib/llvm/tools/lldb/source/Commands/CommandObjectWatchpointCommand.h
  stable/12/contrib/llvm/tools/lldb/source/Core/Address.cpp
  stable/12/contrib/llvm/tools/lldb/source/Core/AddressRange.cpp
  stable/12/contrib/llvm/tools/lldb/source/Core/AddressResolver.cpp
  stable/12/contrib/llvm/tools/lldb/source/Core/AddressResolverFileLine.cpp
  stable/12/contrib/llvm/tools/lldb/source/Core/AddressResolverName.cpp
  stable/12/contrib/llvm/tools/lldb/source/Core/Communication.cpp
  stable/12/contrib/llvm/tools/lldb/source/Core/Debugger.cpp
  stable/12/contrib/llvm/tools/lldb/source/Core/Disassembler.cpp
  stable/12/contrib/llvm/tools/lldb/source/Core/DumpDataExtractor.cpp
  stable/12/contrib/llvm/tools/lldb/source/Core/DumpRegisterValue.cpp
  stable/12/contrib/llvm/tools/lldb/source/Core/DynamicLoader.cpp
  stable/12/contrib/llvm/tools/lldb/source/Core/EmulateInstruction.cpp
  stable/12/contrib/llvm/tools/lldb/source/Core/FileLineResolver.cpp
  stable/12/contrib/llvm/tools/lldb/source/Core/FileSpecList.cpp
  stable/12/contrib/llvm/tools/lldb/source/Core/FormatEntity.cpp
  stable/12/contrib/llvm/tools/lldb/source/Core/Highlighter.cpp
  stable/12/contrib/llvm/tools/lldb/source/Core/IOHandler.cpp
  stable/12/contrib/llvm/tools/lldb/source/Core/Mangled.cpp
  stable/12/contrib/llvm/tools/lldb/source/Core/Module.cpp
  stable/12/contrib/llvm/tools/lldb/source/Core/ModuleChild.cpp
  stable/12/contrib/llvm/tools/lldb/source/Core/ModuleList.cpp
  stable/12/contrib/llvm/tools/lldb/source/Core/Opcode.cpp
  stable/12/contrib/llvm/tools/lldb/source/Core/PluginManager.cpp
  stable/12/contrib/llvm/tools/lldb/source/Core/RichManglingContext.cpp
  stable/12/contrib/llvm/tools/lldb/source/Core/SearchFilter.cpp
  stable/12/contrib/llvm/tools/lldb/source/Core/Section.cpp
  stable/12/contrib/llvm/tools/lldb/source/Core/SourceManager.cpp
  stable/12/contrib/llvm/tools/lldb/source/Core/StreamAsynchronousIO.cpp
  stable/12/contrib/llvm/tools/lldb/source/Core/StreamFile.cpp
  stable/12/contrib/llvm/tools/lldb/source/Core/UserSettingsController.cpp
  stable/12/contrib/llvm/tools/lldb/source/Core/Value.cpp
  stable/12/contrib/llvm/tools/lldb/source/Core/ValueObject.cpp
  stable/12/contrib/llvm/tools/lldb/source/Core/ValueObjectCast.cpp
  stable/12/contrib/llvm/tools/lldb/source/Core/ValueObjectChild.cpp
  stable/12/contrib/llvm/tools/lldb/source/Core/ValueObjectConstResult.cpp
  stable/12/contrib/llvm/tools/lldb/source/Core/ValueObjectConstResultCast.cpp
  stable/12/contrib/llvm/tools/lldb/source/Core/ValueObjectConstResultChild.cpp
  stable/12/contrib/llvm/tools/lldb/source/Core/ValueObjectConstResultImpl.cpp
  stable/12/contrib/llvm/tools/lldb/source/Core/ValueObjectDynamicValue.cpp
  stable/12/contrib/llvm/tools/lldb/source/Core/ValueObjectList.cpp
  stable/12/contrib/llvm/tools/lldb/source/Core/ValueObjectMemory.cpp
  stable/12/contrib/llvm/tools/lldb/source/Core/ValueObjectRegister.cpp
  stable/12/contrib/llvm/tools/lldb/source/Core/ValueObjectSyntheticFilter.cpp
  stable/12/contrib/llvm/tools/lldb/source/Core/ValueObjectVariable.cpp
  stable/12/contrib/llvm/tools/lldb/source/DataFormatters/CXXFunctionPointer.cpp
  stable/12/contrib/llvm/tools/lldb/source/DataFormatters/DataVisualization.cpp
  stable/12/contrib/llvm/tools/lldb/source/DataFormatters/DumpValueObjectOptions.cpp
  stable/12/contrib/llvm/tools/lldb/source/DataFormatters/FormatCache.cpp
  stable/12/contrib/llvm/tools/lldb/source/DataFormatters/FormatClasses.cpp
  stable/12/contrib/llvm/tools/lldb/source/DataFormatters/FormatManager.cpp
  stable/12/contrib/llvm/tools/lldb/source/DataFormatters/FormattersHelpers.cpp
  stable/12/contrib/llvm/tools/lldb/source/DataFormatters/LanguageCategory.cpp
  stable/12/contrib/llvm/tools/lldb/source/DataFormatters/StringPrinter.cpp
  stable/12/contrib/llvm/tools/lldb/source/DataFormatters/TypeCategory.cpp
  stable/12/contrib/llvm/tools/lldb/source/DataFormatters/TypeCategoryMap.cpp
  stable/12/contrib/llvm/tools/lldb/source/DataFormatters/TypeFormat.cpp
  stable/12/contrib/llvm/tools/lldb/source/DataFormatters/TypeSummary.cpp
  stable/12/contrib/llvm/tools/lldb/source/DataFormatters/TypeSynthetic.cpp
  stable/12/contrib/llvm/tools/lldb/source/DataFormatters/TypeValidator.cpp
  stable/12/contrib/llvm/tools/lldb/source/DataFormatters/ValueObjectPrinter.cpp
  stable/12/contrib/llvm/tools/lldb/source/DataFormatters/VectorType.cpp
  stable/12/contrib/llvm/tools/lldb/source/Expression/DWARFExpression.cpp
  stable/12/contrib/llvm/tools/lldb/source/Expression/DiagnosticManager.cpp
  stable/12/contrib/llvm/tools/lldb/source/Expression/Expression.cpp
  stable/12/contrib/llvm/tools/lldb/source/Expression/ExpressionVariable.cpp
  stable/12/contrib/llvm/tools/lldb/source/Expression/FunctionCaller.cpp
  stable/12/contrib/llvm/tools/lldb/source/Expression/IRExecutionUnit.cpp
  stable/12/contrib/llvm/tools/lldb/source/Expression/IRInterpreter.cpp
  stable/12/contrib/llvm/tools/lldb/source/Expression/IRMemoryMap.cpp
  stable/12/contrib/llvm/tools/lldb/source/Expression/LLVMUserExpression.cpp
  stable/12/contrib/llvm/tools/lldb/source/Expression/Materializer.cpp
  stable/12/contrib/llvm/tools/lldb/source/Expression/REPL.cpp
  stable/12/contrib/llvm/tools/lldb/source/Expression/UserExpression.cpp
  stable/12/contrib/llvm/tools/lldb/source/Expression/UtilityFunction.cpp
  stable/12/contrib/llvm/tools/lldb/source/Host/common/Editline.cpp
  stable/12/contrib/llvm/tools/lldb/source/Host/common/File.cpp
  stable/12/contrib/llvm/tools/lldb/source/Host/common/FileCache.cpp
  stable/12/contrib/llvm/tools/lldb/source/Host/common/FileSystem.cpp
  stable/12/contrib/llvm/tools/lldb/source/Host/common/GetOptInc.cpp
  stable/12/contrib/llvm/tools/lldb/source/Host/common/Host.cpp
  stable/12/contrib/llvm/tools/lldb/source/Host/common/HostInfoBase.cpp
  stable/12/contrib/llvm/tools/lldb/source/Host/common/HostNativeThreadBase.cpp
  stable/12/contrib/llvm/tools/lldb/source/Host/common/HostProcess.cpp
  stable/12/contrib/llvm/tools/lldb/source/Host/common/HostThread.cpp
  stable/12/contrib/llvm/tools/lldb/source/Host/common/LockFileBase.cpp
  stable/12/contrib/llvm/tools/lldb/source/Host/common/MainLoop.cpp
  stable/12/contrib/llvm/tools/lldb/source/Host/common/MonitoringProcessLauncher.cpp
  stable/12/contrib/llvm/tools/lldb/source/Host/common/NativeProcessProtocol.cpp
  stable/12/contrib/llvm/tools/lldb/source/Host/common/NativeRegisterContext.cpp
  stable/12/contrib/llvm/tools/lldb/source/Host/common/NativeThreadProtocol.cpp
  stable/12/contrib/llvm/tools/lldb/source/Host/common/NativeWatchpointList.cpp
  stable/12/contrib/llvm/tools/lldb/source/Host/common/OptionParser.cpp
  stable/12/contrib/llvm/tools/lldb/source/Host/common/PipeBase.cpp
  stable/12/contrib/llvm/tools/lldb/source/Host/common/ProcessRunLock.cpp
  stable/12/contrib/llvm/tools/lldb/source/Host/common/PseudoTerminal.cpp
  stable/12/contrib/llvm/tools/lldb/source/Host/common/Socket.cpp
  stable/12/contrib/llvm/tools/lldb/source/Host/common/SocketAddress.cpp
  stable/12/contrib/llvm/tools/lldb/source/Host/common/StringConvert.cpp
  stable/12/contrib/llvm/tools/lldb/source/Host/common/TCPSocket.cpp
  stable/12/contrib/llvm/tools/lldb/source/Host/common/TaskPool.cpp
  stable/12/contrib/llvm/tools/lldb/source/Host/common/Terminal.cpp
  stable/12/contrib/llvm/tools/lldb/source/Host/common/ThreadLauncher.cpp
  stable/12/contrib/llvm/tools/lldb/source/Host/common/UDPSocket.cpp
  stable/12/contrib/llvm/tools/lldb/source/Host/common/XML.cpp
  stable/12/contrib/llvm/tools/lldb/source/Host/freebsd/Host.cpp
  stable/12/contrib/llvm/tools/lldb/source/Host/freebsd/HostInfoFreeBSD.cpp
  stable/12/contrib/llvm/tools/lldb/source/Host/netbsd/Host.cpp
  stable/12/contrib/llvm/tools/lldb/source/Host/netbsd/HostInfoNetBSD.cpp
  stable/12/contrib/llvm/tools/lldb/source/Host/openbsd/Host.cpp
  stable/12/contrib/llvm/tools/lldb/source/Host/openbsd/HostInfoOpenBSD.cpp
  stable/12/contrib/llvm/tools/lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp
  stable/12/contrib/llvm/tools/lldb/source/Host/posix/DomainSocket.cpp
  stable/12/contrib/llvm/tools/lldb/source/Host/posix/FileSystem.cpp
  stable/12/contrib/llvm/tools/lldb/source/Host/posix/HostInfoPosix.cpp
  stable/12/contrib/llvm/tools/lldb/source/Host/posix/HostProcessPosix.cpp
  stable/12/contrib/llvm/tools/lldb/source/Host/posix/HostThreadPosix.cpp
  stable/12/contrib/llvm/tools/lldb/source/Host/posix/LockFilePosix.cpp
  stable/12/contrib/llvm/tools/lldb/source/Host/posix/PipePosix.cpp
  stable/12/contrib/llvm/tools/lldb/source/Host/posix/ProcessLauncherPosixFork.cpp
  stable/12/contrib/llvm/tools/lldb/source/Initialization/SystemInitializer.cpp
  stable/12/contrib/llvm/tools/lldb/source/Initialization/SystemInitializerCommon.cpp
  stable/12/contrib/llvm/tools/lldb/source/Initialization/SystemLifetimeManager.cpp
  stable/12/contrib/llvm/tools/lldb/source/Interpreter/CommandAlias.cpp
  stable/12/contrib/llvm/tools/lldb/source/Interpreter/CommandHistory.cpp
  stable/12/contrib/llvm/tools/lldb/source/Interpreter/CommandInterpreter.cpp
  stable/12/contrib/llvm/tools/lldb/source/Interpreter/CommandObject.cpp
  stable/12/contrib/llvm/tools/lldb/source/Interpreter/CommandObjectRegexCommand.cpp
  stable/12/contrib/llvm/tools/lldb/source/Interpreter/CommandObjectScript.cpp
  stable/12/contrib/llvm/tools/lldb/source/Interpreter/CommandObjectScript.h
  stable/12/contrib/llvm/tools/lldb/source/Interpreter/CommandOptionValidators.cpp
  stable/12/contrib/llvm/tools/lldb/source/Interpreter/CommandReturnObject.cpp
  stable/12/contrib/llvm/tools/lldb/source/Interpreter/OptionArgParser.cpp
  stable/12/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupArchitecture.cpp
  stable/12/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupBoolean.cpp
  stable/12/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupFile.cpp
  stable/12/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupFormat.cpp
  stable/12/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupOutputFile.cpp
  stable/12/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupPlatform.cpp
  stable/12/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupString.cpp
  stable/12/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupUInt64.cpp
  stable/12/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupUUID.cpp
  stable/12/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupValueObjectDisplay.cpp
  stable/12/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupVariable.cpp
  stable/12/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupWatchpoint.cpp
  stable/12/contrib/llvm/tools/lldb/source/Interpreter/OptionValue.cpp
  stable/12/contrib/llvm/tools/lldb/source/Interpreter/OptionValueArch.cpp
  stable/12/contrib/llvm/tools/lldb/source/Interpreter/OptionValueArgs.cpp
  stable/12/contrib/llvm/tools/lldb/source/Interpreter/OptionValueArray.cpp
  stable/12/contrib/llvm/tools/lldb/source/Interpreter/OptionValueBoolean.cpp
  stable/12/contrib/llvm/tools/lldb/source/Interpreter/OptionValueChar.cpp
  stable/12/contrib/llvm/tools/lldb/source/Interpreter/OptionValueDictionary.cpp
  stable/12/contrib/llvm/tools/lldb/source/Interpreter/OptionValueEnumeration.cpp
  stable/12/contrib/llvm/tools/lldb/source/Interpreter/OptionValueFileSpec.cpp
  stable/12/contrib/llvm/tools/lldb/source/Interpreter/OptionValueFileSpecLIst.cpp
  stable/12/contrib/llvm/tools/lldb/source/Interpreter/OptionValueFormat.cpp
  stable/12/contrib/llvm/tools/lldb/source/Interpreter/OptionValueFormatEntity.cpp
  stable/12/contrib/llvm/tools/lldb/source/Interpreter/OptionValueLanguage.cpp
  stable/12/contrib/llvm/tools/lldb/source/Interpreter/OptionValuePathMappings.cpp
  stable/12/contrib/llvm/tools/lldb/source/Interpreter/OptionValueProperties.cpp
  stable/12/contrib/llvm/tools/lldb/source/Interpreter/OptionValueRegex.cpp
  stable/12/contrib/llvm/tools/lldb/source/Interpreter/OptionValueSInt64.cpp
  stable/12/contrib/llvm/tools/lldb/source/Interpreter/OptionValueString.cpp
  stable/12/contrib/llvm/tools/lldb/source/Interpreter/OptionValueUInt64.cpp
  stable/12/contrib/llvm/tools/lldb/source/Interpreter/OptionValueUUID.cpp
  stable/12/contrib/llvm/tools/lldb/source/Interpreter/Options.cpp
  stable/12/contrib/llvm/tools/lldb/source/Interpreter/Property.cpp
  stable/12/contrib/llvm/tools/lldb/source/Interpreter/ScriptInterpreter.cpp
  stable/12/contrib/llvm/tools/lldb/source/Interpreter/embedded_interpreter.py
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm/ABISysV_arm.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm/ABISysV_arm.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm64/ABISysV_arm64.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm64/ABISysV_arm64.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-hexagon/ABISysV_hexagon.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-hexagon/ABISysV_hexagon.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-i386/ABISysV_i386.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-i386/ABISysV_i386.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips/ABISysV_mips.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips/ABISysV_mips.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips64/ABISysV_mips64.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips64/ABISysV_mips64.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc/ABISysV_ppc.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc/ABISysV_ppc.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-s390x/ABISysV_s390x.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-s390x/ABISysV_s390x.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Architecture/Arm/ArchitectureArm.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Architecture/Arm/ArchitectureArm.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Architecture/Mips/ArchitectureMips.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Architecture/Mips/ArchitectureMips.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Architecture/PPC64/ArchitecturePPC64.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Architecture/PPC64/ArchitecturePPC64.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/HexagonDYLDRendezvous.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/HexagonDYLDRendezvous.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ASTDumper.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ASTDumper.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ASTStructExtractor.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ASTStructExtractor.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangDiagnostic.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionHelper.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangHost.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangHost.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/EmulationStateARM.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/EmulationStateARM.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Instruction/PPC64/EmulateInstructionPPC64.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Instruction/PPC64/EmulateInstructionPPC64.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/ASanRuntime.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/ASanRuntime.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/MainThreadCheckerRuntime.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/MainThreadCheckerRuntime.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/UBSanRuntime.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/UBSanRuntime.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/BlockPointer.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/BlockPointer.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusNameParser.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusNameParser.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/CxxStringTypes.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/CxxStringTypes.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/LibCxx.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxAtomic.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxAtomic.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxBitset.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxInitializerList.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxList.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxMap.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxOptional.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxQueue.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxTuple.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxUnorderedMap.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxVariant.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxVariant.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxVector.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/LibStdcppTuple.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/LibStdcppUniquePointer.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/MSVCUndecoratedNameParser.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/MSVCUndecoratedNameParser.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/ClangCommon/ClangHighlighter.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/ClangCommon/ClangHighlighter.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/CF.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/CF.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/Cocoa.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/Cocoa.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/CoreMedia.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/CoreMedia.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/NSArray.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/NSDictionary.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/NSDictionary.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/NSError.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/NSException.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/NSIndexPath.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/NSSet.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/NSSet.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/NSString.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/NSString.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/ObjCLanguage.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/ObjCLanguage.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/ObjCPlusPlus/ObjCPlusPlusLanguage.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Language/ObjCPlusPlus/ObjCPlusPlusLanguage.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCClassDescriptorV2.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCClassDescriptorV2.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptExpressionOpts.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptExpressionOpts.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptScriptGroup.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptScriptGroup.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptx86ABIFixups.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptx86ABIFixups.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/MemoryHistory/asan/MemoryHistoryASan.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/MemoryHistory/asan/MemoryHistoryASan.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/Breakpad/ObjectFileBreakpad.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/Breakpad/ObjectFileBreakpad.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ELFHeader.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ELFHeader.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Platform/OpenBSD/PlatformOpenBSD.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Platform/OpenBSD/PlatformOpenBSD.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/CFBundle.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/CFBundle.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/CFString.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/CFString.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/CFUtils.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/DarwinProcessLauncher.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/DarwinProcessLauncher.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/LaunchFlavor.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/MachException.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/MachException.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/NativeProcessDarwin.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/NativeProcessDarwin.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/NativeThreadDarwin.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/NativeThreadDarwin.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/NativeThreadListDarwin.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/NativeThreadListDarwin.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/FreeBSDThread.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/FreeBSDThread.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/POSIXStopInfo.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/POSIXStopInfo.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIX.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm64.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm64.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_mips64.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_mips64.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_powerpc.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_powerpc.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_x86.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_x86.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/NativeProcessNetBSD.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/NativeProcessNetBSD.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD_x86_64.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD_x86_64.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/NativeThreadNetBSD.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/NativeThreadNetBSD.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/CrashReason.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/CrashReason.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/ProcessMessage.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/ProcessMessage.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/ProcessPOSIXLog.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/ProcessPOSIXLog.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ARMDefines.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ARMUtils.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/FreeBSDSignals.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/FreeBSDSignals.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/GDBRemoteSignals.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/GDBRemoteSignals.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/HistoryThread.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/HistoryThread.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/HistoryUnwind.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/HistoryUnwind.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/InstructionUtils.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/LinuxProcMaps.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/LinuxProcMaps.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/LinuxSignals.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/LinuxSignals.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/MipsLinuxSignals.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/MipsLinuxSignals.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/NativeRegisterContextRegisterInfo.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/NativeRegisterContextRegisterInfo.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/NetBSDSignals.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/NetBSDSignals.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwinConstants.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm64.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm64.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_i386.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_i386.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_x86_64.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_x86_64.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextDummy.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextDummy.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_i386.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_i386.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_mips64.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_mips64.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_powerpc.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_powerpc.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_x86_64.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_x86_64.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextHistory.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextHistory.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_i386.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_i386.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips64.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips64.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_s390x.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_s390x.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_x86_64.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_x86_64.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextMach_arm.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextMach_arm.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextMach_i386.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextMach_i386.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextMach_x86_64.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextMach_x86_64.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextMemory.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextMemory.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextOpenBSD_i386.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextOpenBSD_i386.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextOpenBSD_x86_64.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextOpenBSD_x86_64.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_mips64.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_mips64.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_powerpc.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_powerpc.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_ppc64le.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_ppc64le.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_s390x.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_s390x.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_x86.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_x86.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextThreadMemory.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextThreadMemory.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContext_mips.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContext_powerpc.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContext_s390x.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContext_x86.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfoInterface.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_ppc64le.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_ppc64le.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_arm.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_arm64.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_i386.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_mips.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_mips64.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_powerpc.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_ppc64.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_ppc64le.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_s390x.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_x86_64.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/StopInfoMachException.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ThreadMemory.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ThreadMemory.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/UnwindLLDB.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/UnwindLLDB.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/UnwindMacOSXFrameBackchain.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/UnwindMacOSXFrameBackchain.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/lldb-arm-register-enums.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/lldb-arm64-register-enums.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/lldb-mips-freebsd-register-enums.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/lldb-mips-linux-register-enums.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/lldb-ppc64-register-enums.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/lldb-ppc64le-register-enums.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/lldb-s390x-register-enums.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/lldb-x86-register-enums.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ProcessElfCore.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_powerpc.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_powerpc.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_ppc64le.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_ppc64le.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_s390x.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_s390x.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterUtilities.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterUtilities.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ThreadElfCore.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationHistory.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationHistory.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationReplayServer.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationReplayServer.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/MinidumpParser.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/MinidumpParser.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/MinidumpTypes.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/MinidumpTypes.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/NtStructures.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/ProcessMinidump.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM64.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM64.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_32.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_32.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_64.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_64.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/ThreadMinidump.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/ThreadMinidump.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/None/ScriptInterpreterNone.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/None/ScriptInterpreterNone.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonExceptionState.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonExceptionState.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DIERef.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DIERef.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParser.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFAttribute.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFAttribute.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDataExtractor.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDataExtractor.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugLine.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacro.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacro.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDefines.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDefines.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFIndex.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFIndex.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/LogChannelDWARF.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/LogChannelDWARF.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/NameToDIE.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/NameToDIE.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwoDwp.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwoDwp.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwp.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwp.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/UniqueDWARFASTType.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/UniqueDWARFASTType.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbSymUid.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbSymUid.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/PDBLocationToDWARFExpression.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/PDBLocationToDWARFExpression.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.h
  stable/12/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.cpp
  stable/12/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.h
  stable/12/contrib/llvm/tools/lldb/source/Symbol/ArmUnwindInfo.cpp
  stable/12/contrib/llvm/tools/lldb/source/Symbol/Block.cpp
  stable/12/contrib/llvm/tools/lldb/source/Symbol/ClangASTContext.cpp
  stable/12/contrib/llvm/tools/lldb/source/Symbol/ClangASTImporter.cpp
  stable/12/contrib/llvm/tools/lldb/source/Symbol/ClangExternalASTSourceCallbacks.cpp
  stable/12/contrib/llvm/tools/lldb/source/Symbol/ClangExternalASTSourceCommon.cpp
  stable/12/contrib/llvm/tools/lldb/source/Symbol/ClangUtil.cpp
  stable/12/contrib/llvm/tools/lldb/source/Symbol/CompactUnwindInfo.cpp
  stable/12/contrib/llvm/tools/lldb/source/Symbol/CompileUnit.cpp
  stable/12/contrib/llvm/tools/lldb/source/Symbol/CompilerDecl.cpp
  stable/12/contrib/llvm/tools/lldb/source/Symbol/CompilerDeclContext.cpp
  stable/12/contrib/llvm/tools/lldb/source/Symbol/CompilerType.cpp
  stable/12/contrib/llvm/tools/lldb/source/Symbol/DWARFCallFrameInfo.cpp
  stable/12/contrib/llvm/tools/lldb/source/Symbol/DebugMacros.cpp
  stable/12/contrib/llvm/tools/lldb/source/Symbol/Declaration.cpp
  stable/12/contrib/llvm/tools/lldb/source/Symbol/FuncUnwinders.cpp
  stable/12/contrib/llvm/tools/lldb/source/Symbol/Function.cpp
  stable/12/contrib/llvm/tools/lldb/source/Symbol/LineEntry.cpp
  stable/12/contrib/llvm/tools/lldb/source/Symbol/LineTable.cpp
  stable/12/contrib/llvm/tools/lldb/source/Symbol/ObjectFile.cpp
  stable/12/contrib/llvm/tools/lldb/source/Symbol/Symbol.cpp
  stable/12/contrib/llvm/tools/lldb/source/Symbol/SymbolContext.cpp
  stable/12/contrib/llvm/tools/lldb/source/Symbol/SymbolFile.cpp
  stable/12/contrib/llvm/tools/lldb/source/Symbol/SymbolVendor.cpp
  stable/12/contrib/llvm/tools/lldb/source/Symbol/Symtab.cpp
  stable/12/contrib/llvm/tools/lldb/source/Symbol/Type.cpp
  stable/12/contrib/llvm/tools/lldb/source/Symbol/TypeList.cpp
  stable/12/contrib/llvm/tools/lldb/source/Symbol/TypeMap.cpp
  stable/12/contrib/llvm/tools/lldb/source/Symbol/TypeSystem.cpp
  stable/12/contrib/llvm/tools/lldb/source/Symbol/UnwindPlan.cpp
  stable/12/contrib/llvm/tools/lldb/source/Symbol/UnwindTable.cpp
  stable/12/contrib/llvm/tools/lldb/source/Symbol/Variable.cpp
  stable/12/contrib/llvm/tools/lldb/source/Symbol/VariableList.cpp
  stable/12/contrib/llvm/tools/lldb/source/Symbol/VerifyDecl.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/ABI.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/ExecutionContext.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/InstrumentationRuntime.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/InstrumentationRuntimeStopInfo.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/JITLoader.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/JITLoaderList.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/Language.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/LanguageRuntime.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/Memory.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/MemoryHistory.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/ModuleCache.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/OperatingSystem.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/PathMappingList.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/Platform.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/Process.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/Queue.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/QueueItem.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/QueueList.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/RegisterContext.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/RegisterNumber.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/SectionLoadHistory.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/SectionLoadList.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/StackFrame.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/StackFrameList.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/StackFrameRecognizer.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/StackID.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/StopInfo.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/StructuredDataPlugin.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/SystemRuntime.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/Target.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/TargetList.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/Thread.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/ThreadCollection.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/ThreadList.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/ThreadPlan.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/ThreadPlanBase.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/ThreadPlanCallFunction.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/ThreadPlanCallFunctionUsingABI.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/ThreadPlanCallOnFunctionExit.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/ThreadPlanCallUserExpression.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/ThreadPlanPython.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/ThreadPlanRunToAddress.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/ThreadPlanShouldStopHere.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepInRange.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepInstruction.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepOut.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepOverBreakpoint.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepOverRange.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepRange.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepThrough.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepUntil.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/ThreadPlanTracer.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/ThreadSpec.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/UnixSignals.cpp
  stable/12/contrib/llvm/tools/lldb/source/Target/UnwindAssembly.cpp
  stable/12/contrib/llvm/tools/lldb/source/Utility/ARM64_DWARF_Registers.h
  stable/12/contrib/llvm/tools/lldb/source/Utility/ARM64_ehframe_Registers.h
  stable/12/contrib/llvm/tools/lldb/source/Utility/ARM_DWARF_Registers.h
  stable/12/contrib/llvm/tools/lldb/source/Utility/ARM_ehframe_Registers.h
  stable/12/contrib/llvm/tools/lldb/source/Utility/ArchSpec.cpp
  stable/12/contrib/llvm/tools/lldb/source/Utility/Args.cpp
  stable/12/contrib/llvm/tools/lldb/source/Utility/Baton.cpp
  stable/12/contrib/llvm/tools/lldb/source/Utility/Broadcaster.cpp
  stable/12/contrib/llvm/tools/lldb/source/Utility/CompletionRequest.cpp
  stable/12/contrib/llvm/tools/lldb/source/Utility/Connection.cpp
  stable/12/contrib/llvm/tools/lldb/source/Utility/ConstString.cpp
  stable/12/contrib/llvm/tools/lldb/source/Utility/DataBufferHeap.cpp
  stable/12/contrib/llvm/tools/lldb/source/Utility/DataBufferLLVM.cpp
  stable/12/contrib/llvm/tools/lldb/source/Utility/DataEncoder.cpp
  stable/12/contrib/llvm/tools/lldb/source/Utility/DataExtractor.cpp
  stable/12/contrib/llvm/tools/lldb/source/Utility/Environment.cpp
  stable/12/contrib/llvm/tools/lldb/source/Utility/Event.cpp
  stable/12/contrib/llvm/tools/lldb/source/Utility/FileSpec.cpp
  stable/12/contrib/llvm/tools/lldb/source/Utility/IOObject.cpp
  stable/12/contrib/llvm/tools/lldb/source/Utility/JSON.cpp
  stable/12/contrib/llvm/tools/lldb/source/Utility/LLDBAssert.cpp
  stable/12/contrib/llvm/tools/lldb/source/Utility/Listener.cpp
  stable/12/contrib/llvm/tools/lldb/source/Utility/Log.cpp
  stable/12/contrib/llvm/tools/lldb/source/Utility/Logging.cpp
  stable/12/contrib/llvm/tools/lldb/source/Utility/NameMatches.cpp
  stable/12/contrib/llvm/tools/lldb/source/Utility/PPC64LE_DWARF_Registers.h
  stable/12/contrib/llvm/tools/lldb/source/Utility/PPC64LE_ehframe_Registers.h
  stable/12/contrib/llvm/tools/lldb/source/Utility/PPC64_DWARF_Registers.h
  stable/12/contrib/llvm/tools/lldb/source/Utility/RegisterValue.cpp
  stable/12/contrib/llvm/tools/lldb/source/Utility/RegularExpression.cpp
  stable/12/contrib/llvm/tools/lldb/source/Utility/Reproducer.cpp
  stable/12/contrib/llvm/tools/lldb/source/Utility/Scalar.cpp
  stable/12/contrib/llvm/tools/lldb/source/Utility/SelectHelper.cpp
  stable/12/contrib/llvm/tools/lldb/source/Utility/SharingPtr.cpp
  stable/12/contrib/llvm/tools/lldb/source/Utility/State.cpp
  stable/12/contrib/llvm/tools/lldb/source/Utility/Status.cpp
  stable/12/contrib/llvm/tools/lldb/source/Utility/Stream.cpp
  stable/12/contrib/llvm/tools/lldb/source/Utility/StreamCallback.cpp
  stable/12/contrib/llvm/tools/lldb/source/Utility/StreamGDBRemote.cpp
  stable/12/contrib/llvm/tools/lldb/source/Utility/StreamString.cpp
  stable/12/contrib/llvm/tools/lldb/source/Utility/StringExtractor.cpp
  stable/12/contrib/llvm/tools/lldb/source/Utility/StringExtractorGDBRemote.cpp
  stable/12/contrib/llvm/tools/lldb/source/Utility/StringLexer.cpp
  stable/12/contrib/llvm/tools/lldb/source/Utility/StringList.cpp
  stable/12/contrib/llvm/tools/lldb/source/Utility/StructuredData.cpp
  stable/12/contrib/llvm/tools/lldb/source/Utility/TildeExpressionResolver.cpp
  stable/12/contrib/llvm/tools/lldb/source/Utility/Timer.cpp
  stable/12/contrib/llvm/tools/lldb/source/Utility/UUID.cpp
  stable/12/contrib/llvm/tools/lldb/source/Utility/UriParser.cpp
  stable/12/contrib/llvm/tools/lldb/source/Utility/UserID.cpp
  stable/12/contrib/llvm/tools/lldb/source/Utility/UuidCompatibility.h
  stable/12/contrib/llvm/tools/lldb/source/Utility/VASprintf.cpp
  stable/12/contrib/llvm/tools/lldb/source/Utility/VMRange.cpp
  stable/12/contrib/llvm/tools/lldb/source/lldb.cpp
  stable/12/contrib/llvm/tools/lldb/tools/argdumper/argdumper.cpp
  stable/12/contrib/llvm/tools/lldb/tools/driver/Driver.cpp
  stable/12/contrib/llvm/tools/lldb/tools/driver/Driver.h
  stable/12/contrib/llvm/tools/lldb/tools/driver/Options.td
  stable/12/contrib/llvm/tools/lldb/tools/driver/Platform.cpp
  stable/12/contrib/llvm/tools/lldb/tools/driver/Platform.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgContext.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgContext.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgSet.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgSet.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValBase.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValBase.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValConsume.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValConsume.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValFile.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValFile.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValListBase.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValListBase.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValListOfN.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValListOfN.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValNumber.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValNumber.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValOptionLong.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValOptionLong.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValOptionShort.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValOptionShort.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValPrintValues.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValPrintValues.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValString.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValString.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValThreadGrp.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValThreadGrp.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdBase.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdBase.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmd.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmd.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdBreak.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdBreak.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdData.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdData.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdEnviro.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdEnviro.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdExec.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdExec.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdFile.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdFile.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdGdbInfo.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdGdbInfo.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdGdbSet.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdGdbSet.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdGdbShow.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdGdbShow.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdGdbThread.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdGdbThread.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdMiscellanous.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdMiscellanous.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdStack.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdStack.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdSupportInfo.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdSupportInfo.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdSupportList.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdSupportList.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdSymbol.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdSymbol.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdTarget.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdTarget.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdThread.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdThread.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdTrace.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdTrace.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdVar.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdVar.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCommands.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCommands.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdData.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdData.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdFactory.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdFactory.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdInterpreter.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdInterpreter.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdInvoker.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdInvoker.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdMgr.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdMgr.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdMgrSetCmdDeleteCallback.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdMgrSetCmdDeleteCallback.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnBase.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnBase.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnConfig.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBBroadcaster.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBBroadcaster.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBDebugSessionInfo.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBDebugSessionInfo.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBDebugSessionInfoVarObj.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBDebugSessionInfoVarObj.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBDebugger.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBDebugger.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBProxySBValue.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBProxySBValue.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBUtilSBValue.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBUtilSBValue.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLog.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLog.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLogMediumFile.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLogMediumFile.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIOutOfBandRecord.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIOutOfBandRecord.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIResultRecord.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIResultRecord.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValue.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValue.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValueConst.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValueConst.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValueList.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValueList.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValueResult.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValueResult.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValueTuple.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValueTuple.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnResources.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnResources.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnStreamStderr.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnStreamStderr.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnStreamStdin.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnStreamStdin.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnStreamStdout.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnStreamStdout.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnThreadMgrStd.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnThreadMgrStd.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MIDataTypes.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MIDriver.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MIDriver.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MIDriverBase.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MIDriverBase.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MIDriverMain.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MIDriverMgr.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MIDriverMgr.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilDateTimeStd.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilDateTimeStd.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilDebug.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilDebug.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilFileStd.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilFileStd.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilMapIdToVariant.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilMapIdToVariant.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilSingletonBase.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilSingletonHelper.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilString.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilString.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilThreadBaseStd.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilThreadBaseStd.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilVariant.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilVariant.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-mi/Platform.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-server/Acceptor.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-server/Acceptor.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-server/Darwin/resources/lldb-server-entitlements.plist
  stable/12/contrib/llvm/tools/lldb/tools/lldb-server/Darwin/resources/lldb-server-macos-entitlements.plist
  stable/12/contrib/llvm/tools/lldb/tools/lldb-server/LLDBServerUtilities.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-server/LLDBServerUtilities.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-server/SystemInitializerLLGS.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-server/SystemInitializerLLGS.h
  stable/12/contrib/llvm/tools/lldb/tools/lldb-server/lldb-gdbserver.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-server/lldb-platform.cpp
  stable/12/contrib/llvm/tools/lldb/tools/lldb-server/lldb-server.cpp
  stable/12/contrib/llvm/tools/lli/RemoteJITUtils.h
  stable/12/contrib/llvm/tools/lli/lli.cpp
  stable/12/contrib/llvm/tools/llvm-ar/llvm-ar.cpp
  stable/12/contrib/llvm/tools/llvm-as/llvm-as.cpp
  stable/12/contrib/llvm/tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp
  stable/12/contrib/llvm/tools/llvm-cov/CodeCoverage.cpp
  stable/12/contrib/llvm/tools/llvm-cov/CoverageExporter.h
  stable/12/contrib/llvm/tools/llvm-cov/CoverageExporterJson.cpp
  stable/12/contrib/llvm/tools/llvm-cov/CoverageExporterJson.h
  stable/12/contrib/llvm/tools/llvm-cov/CoverageExporterLcov.cpp
  stable/12/contrib/llvm/tools/llvm-cov/CoverageExporterLcov.h
  stable/12/contrib/llvm/tools/llvm-cov/CoverageFilters.cpp
  stable/12/contrib/llvm/tools/llvm-cov/CoverageFilters.h
  stable/12/contrib/llvm/tools/llvm-cov/CoverageReport.cpp
  stable/12/contrib/llvm/tools/llvm-cov/CoverageReport.h
  stable/12/contrib/llvm/tools/llvm-cov/CoverageSummaryInfo.cpp
  stable/12/contrib/llvm/tools/llvm-cov/CoverageSummaryInfo.h
  stable/12/contrib/llvm/tools/llvm-cov/CoverageViewOptions.h
  stable/12/contrib/llvm/tools/llvm-cov/RenderingSupport.h
  stable/12/contrib/llvm/tools/llvm-cov/SourceCoverageView.cpp
  stable/12/contrib/llvm/tools/llvm-cov/SourceCoverageView.h
  stable/12/contrib/llvm/tools/llvm-cov/SourceCoverageViewHTML.cpp
  stable/12/contrib/llvm/tools/llvm-cov/SourceCoverageViewHTML.h
  stable/12/contrib/llvm/tools/llvm-cov/SourceCoverageViewText.cpp
  stable/12/contrib/llvm/tools/llvm-cov/SourceCoverageViewText.h
  stable/12/contrib/llvm/tools/llvm-cov/TestingSupport.cpp
  stable/12/contrib/llvm/tools/llvm-cov/gcov.cpp
  stable/12/contrib/llvm/tools/llvm-cov/llvm-cov.cpp
  stable/12/contrib/llvm/tools/llvm-cxxdump/Error.cpp
  stable/12/contrib/llvm/tools/llvm-cxxdump/Error.h
  stable/12/contrib/llvm/tools/llvm-cxxdump/llvm-cxxdump.cpp
  stable/12/contrib/llvm/tools/llvm-cxxdump/llvm-cxxdump.h
  stable/12/contrib/llvm/tools/llvm-cxxfilt/llvm-cxxfilt.cpp
  stable/12/contrib/llvm/tools/llvm-cxxmap/llvm-cxxmap.cpp
  stable/12/contrib/llvm/tools/llvm-diff/DiffConsumer.cpp
  stable/12/contrib/llvm/tools/llvm-diff/DiffConsumer.h
  stable/12/contrib/llvm/tools/llvm-diff/DiffLog.cpp
  stable/12/contrib/llvm/tools/llvm-diff/DiffLog.h
  stable/12/contrib/llvm/tools/llvm-diff/DifferenceEngine.cpp
  stable/12/contrib/llvm/tools/llvm-diff/DifferenceEngine.h
  stable/12/contrib/llvm/tools/llvm-diff/llvm-diff.cpp
  stable/12/contrib/llvm/tools/llvm-dis/llvm-dis.cpp
  stable/12/contrib/llvm/tools/llvm-dwarfdump/Statistics.cpp
  stable/12/contrib/llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp
  stable/12/contrib/llvm/tools/llvm-extract/llvm-extract.cpp
  stable/12/contrib/llvm/tools/llvm-link/llvm-link.cpp
  stable/12/contrib/llvm/tools/llvm-lto/llvm-lto.cpp
  stable/12/contrib/llvm/tools/llvm-lto2/llvm-lto2.cpp
  stable/12/contrib/llvm/tools/llvm-mc/Disassembler.cpp
  stable/12/contrib/llvm/tools/llvm-mc/Disassembler.h
  stable/12/contrib/llvm/tools/llvm-mc/llvm-mc.cpp
  stable/12/contrib/llvm/tools/llvm-mca/CodeRegion.cpp
  stable/12/contrib/llvm/tools/llvm-mca/CodeRegion.h
  stable/12/contrib/llvm/tools/llvm-mca/CodeRegionGenerator.cpp
  stable/12/contrib/llvm/tools/llvm-mca/CodeRegionGenerator.h
  stable/12/contrib/llvm/tools/llvm-mca/PipelinePrinter.cpp
  stable/12/contrib/llvm/tools/llvm-mca/PipelinePrinter.h
  stable/12/contrib/llvm/tools/llvm-mca/Views/DispatchStatistics.cpp
  stable/12/contrib/llvm/tools/llvm-mca/Views/DispatchStatistics.h
  stable/12/contrib/llvm/tools/llvm-mca/Views/InstructionInfoView.cpp
  stable/12/contrib/llvm/tools/llvm-mca/Views/InstructionInfoView.h
  stable/12/contrib/llvm/tools/llvm-mca/Views/RegisterFileStatistics.cpp
  stable/12/contrib/llvm/tools/llvm-mca/Views/RegisterFileStatistics.h
  stable/12/contrib/llvm/tools/llvm-mca/Views/ResourcePressureView.cpp
  stable/12/contrib/llvm/tools/llvm-mca/Views/ResourcePressureView.h
  stable/12/contrib/llvm/tools/llvm-mca/Views/RetireControlUnitStatistics.cpp
  stable/12/contrib/llvm/tools/llvm-mca/Views/RetireControlUnitStatistics.h
  stable/12/contrib/llvm/tools/llvm-mca/Views/SchedulerStatistics.cpp
  stable/12/contrib/llvm/tools/llvm-mca/Views/SchedulerStatistics.h
  stable/12/contrib/llvm/tools/llvm-mca/Views/SummaryView.cpp
  stable/12/contrib/llvm/tools/llvm-mca/Views/SummaryView.h
  stable/12/contrib/llvm/tools/llvm-mca/Views/TimelineView.cpp
  stable/12/contrib/llvm/tools/llvm-mca/Views/TimelineView.h
  stable/12/contrib/llvm/tools/llvm-mca/Views/View.cpp
  stable/12/contrib/llvm/tools/llvm-mca/Views/View.h
  stable/12/contrib/llvm/tools/llvm-mca/llvm-mca.cpp
  stable/12/contrib/llvm/tools/llvm-modextract/llvm-modextract.cpp
  stable/12/contrib/llvm/tools/llvm-nm/llvm-nm.cpp
  stable/12/contrib/llvm/tools/llvm-objcopy/Buffer.cpp
  stable/12/contrib/llvm/tools/llvm-objcopy/Buffer.h
  stable/12/contrib/llvm/tools/llvm-objcopy/COFF/COFFObjcopy.cpp
  stable/12/contrib/llvm/tools/llvm-objcopy/COFF/COFFObjcopy.h
  stable/12/contrib/llvm/tools/llvm-objcopy/COFF/Object.cpp
  stable/12/contrib/llvm/tools/llvm-objcopy/COFF/Object.h
  stable/12/contrib/llvm/tools/llvm-objcopy/COFF/Reader.cpp
  stable/12/contrib/llvm/tools/llvm-objcopy/COFF/Reader.h
  stable/12/contrib/llvm/tools/llvm-objcopy/COFF/Writer.cpp
  stable/12/contrib/llvm/tools/llvm-objcopy/COFF/Writer.h
  stable/12/contrib/llvm/tools/llvm-objcopy/CopyConfig.cpp
  stable/12/contrib/llvm/tools/llvm-objcopy/CopyConfig.h
  stable/12/contrib/llvm/tools/llvm-objcopy/ELF/ELFObjcopy.cpp
  stable/12/contrib/llvm/tools/llvm-objcopy/ELF/ELFObjcopy.h
  stable/12/contrib/llvm/tools/llvm-objcopy/ELF/Object.cpp
  stable/12/contrib/llvm/tools/llvm-objcopy/ELF/Object.h
  stable/12/contrib/llvm/tools/llvm-objcopy/ObjcopyOpts.td
  stable/12/contrib/llvm/tools/llvm-objcopy/StripOpts.td
  stable/12/contrib/llvm/tools/llvm-objcopy/llvm-objcopy.cpp
  stable/12/contrib/llvm/tools/llvm-objcopy/llvm-objcopy.h
  stable/12/contrib/llvm/tools/llvm-objdump/COFFDump.cpp
  stable/12/contrib/llvm/tools/llvm-objdump/ELFDump.cpp
  stable/12/contrib/llvm/tools/llvm-objdump/MachODump.cpp
  stable/12/contrib/llvm/tools/llvm-objdump/WasmDump.cpp
  stable/12/contrib/llvm/tools/llvm-objdump/llvm-objdump.cpp
  stable/12/contrib/llvm/tools/llvm-objdump/llvm-objdump.h
  stable/12/contrib/llvm/tools/llvm-pdbutil/BytesOutputStyle.cpp
  stable/12/contrib/llvm/tools/llvm-pdbutil/BytesOutputStyle.h
  stable/12/contrib/llvm/tools/llvm-pdbutil/DumpOutputStyle.cpp
  stable/12/contrib/llvm/tools/llvm-pdbutil/DumpOutputStyle.h
  stable/12/contrib/llvm/tools/llvm-pdbutil/ExplainOutputStyle.cpp
  stable/12/contrib/llvm/tools/llvm-pdbutil/ExplainOutputStyle.h
  stable/12/contrib/llvm/tools/llvm-pdbutil/FormatUtil.cpp
  stable/12/contrib/llvm/tools/llvm-pdbutil/FormatUtil.h
  stable/12/contrib/llvm/tools/llvm-pdbutil/InputFile.cpp
  stable/12/contrib/llvm/tools/llvm-pdbutil/InputFile.h
  stable/12/contrib/llvm/tools/llvm-pdbutil/LinePrinter.cpp
  stable/12/contrib/llvm/tools/llvm-pdbutil/LinePrinter.h
  stable/12/contrib/llvm/tools/llvm-pdbutil/MinimalSymbolDumper.cpp
  stable/12/contrib/llvm/tools/llvm-pdbutil/MinimalSymbolDumper.h
  stable/12/contrib/llvm/tools/llvm-pdbutil/MinimalTypeDumper.cpp
  stable/12/contrib/llvm/tools/llvm-pdbutil/MinimalTypeDumper.h
  stable/12/contrib/llvm/tools/llvm-pdbutil/OutputStyle.h
  stable/12/contrib/llvm/tools/llvm-pdbutil/PdbYaml.cpp
  stable/12/contrib/llvm/tools/llvm-pdbutil/PdbYaml.h
  stable/12/contrib/llvm/tools/llvm-pdbutil/PrettyBuiltinDumper.cpp
  stable/12/contrib/llvm/tools/llvm-pdbutil/PrettyBuiltinDumper.h
  stable/12/contrib/llvm/tools/llvm-pdbutil/PrettyClassDefinitionDumper.cpp
  stable/12/contrib/llvm/tools/llvm-pdbutil/PrettyClassDefinitionDumper.h
  stable/12/contrib/llvm/tools/llvm-pdbutil/PrettyClassLayoutGraphicalDumper.cpp
  stable/12/contrib/llvm/tools/llvm-pdbutil/PrettyClassLayoutGraphicalDumper.h
  stable/12/contrib/llvm/tools/llvm-pdbutil/PrettyCompilandDumper.cpp
  stable/12/contrib/llvm/tools/llvm-pdbutil/PrettyCompilandDumper.h
  stable/12/contrib/llvm/tools/llvm-pdbutil/PrettyEnumDumper.cpp
  stable/12/contrib/llvm/tools/llvm-pdbutil/PrettyEnumDumper.h
  stable/12/contrib/llvm/tools/llvm-pdbutil/PrettyExternalSymbolDumper.cpp
  stable/12/contrib/llvm/tools/llvm-pdbutil/PrettyExternalSymbolDumper.h
  stable/12/contrib/llvm/tools/llvm-pdbutil/PrettyFunctionDumper.cpp
  stable/12/contrib/llvm/tools/llvm-pdbutil/PrettyFunctionDumper.h
  stable/12/contrib/llvm/tools/llvm-pdbutil/PrettyTypeDumper.cpp
  stable/12/contrib/llvm/tools/llvm-pdbutil/PrettyTypeDumper.h
  stable/12/contrib/llvm/tools/llvm-pdbutil/PrettyTypedefDumper.cpp
  stable/12/contrib/llvm/tools/llvm-pdbutil/PrettyTypedefDumper.h
  stable/12/contrib/llvm/tools/llvm-pdbutil/PrettyVariableDumper.cpp
  stable/12/contrib/llvm/tools/llvm-pdbutil/PrettyVariableDumper.h
  stable/12/contrib/llvm/tools/llvm-pdbutil/StreamUtil.cpp
  stable/12/contrib/llvm/tools/llvm-pdbutil/StreamUtil.h
  stable/12/contrib/llvm/tools/llvm-pdbutil/YAMLOutputStyle.cpp
  stable/12/contrib/llvm/tools/llvm-pdbutil/YAMLOutputStyle.h
  stable/12/contrib/llvm/tools/llvm-pdbutil/llvm-pdbutil.cpp
  stable/12/contrib/llvm/tools/llvm-pdbutil/llvm-pdbutil.h
  stable/12/contrib/llvm/tools/llvm-profdata/llvm-profdata.cpp
  stable/12/contrib/llvm/tools/llvm-readobj/ARMEHABIPrinter.h
  stable/12/contrib/llvm/tools/llvm-readobj/ARMWinEHPrinter.cpp
  stable/12/contrib/llvm/tools/llvm-readobj/ARMWinEHPrinter.h
  stable/12/contrib/llvm/tools/llvm-readobj/COFFDumper.cpp
  stable/12/contrib/llvm/tools/llvm-readobj/COFFImportDumper.cpp
  stable/12/contrib/llvm/tools/llvm-readobj/DwarfCFIEHPrinter.h
  stable/12/contrib/llvm/tools/llvm-readobj/ELFDumper.cpp
  stable/12/contrib/llvm/tools/llvm-readobj/Error.cpp
  stable/12/contrib/llvm/tools/llvm-readobj/Error.h
  stable/12/contrib/llvm/tools/llvm-readobj/MachODumper.cpp
  stable/12/contrib/llvm/tools/llvm-readobj/ObjDumper.cpp
  stable/12/contrib/llvm/tools/llvm-readobj/ObjDumper.h
  stable/12/contrib/llvm/tools/llvm-readobj/StackMapPrinter.h
  stable/12/contrib/llvm/tools/llvm-readobj/WasmDumper.cpp
  stable/12/contrib/llvm/tools/llvm-readobj/Win64EHDumper.cpp
  stable/12/contrib/llvm/tools/llvm-readobj/Win64EHDumper.h
  stable/12/contrib/llvm/tools/llvm-readobj/WindowsResourceDumper.cpp
  stable/12/contrib/llvm/tools/llvm-readobj/WindowsResourceDumper.h
  stable/12/contrib/llvm/tools/llvm-readobj/llvm-readobj.cpp
  stable/12/contrib/llvm/tools/llvm-readobj/llvm-readobj.h
  stable/12/contrib/llvm/tools/llvm-rtdyld/llvm-rtdyld.cpp
  stable/12/contrib/llvm/tools/llvm-stress/llvm-stress.cpp
  stable/12/contrib/llvm/tools/llvm-symbolizer/llvm-symbolizer.cpp
  stable/12/contrib/llvm/tools/llvm-xray/func-id-helper.cpp
  stable/12/contrib/llvm/tools/llvm-xray/func-id-helper.h
  stable/12/contrib/llvm/tools/llvm-xray/llvm-xray.cpp
  stable/12/contrib/llvm/tools/llvm-xray/trie-node.h
  stable/12/contrib/llvm/tools/llvm-xray/xray-account.cpp
  stable/12/contrib/llvm/tools/llvm-xray/xray-account.h
  stable/12/contrib/llvm/tools/llvm-xray/xray-color-helper.cpp
  stable/12/contrib/llvm/tools/llvm-xray/xray-color-helper.h
  stable/12/contrib/llvm/tools/llvm-xray/xray-converter.cpp
  stable/12/contrib/llvm/tools/llvm-xray/xray-converter.h
  stable/12/contrib/llvm/tools/llvm-xray/xray-extract.cpp
  stable/12/contrib/llvm/tools/llvm-xray/xray-fdr-dump.cpp
  stable/12/contrib/llvm/tools/llvm-xray/xray-graph-diff.cpp
  stable/12/contrib/llvm/tools/llvm-xray/xray-graph-diff.h
  stable/12/contrib/llvm/tools/llvm-xray/xray-graph.cpp
  stable/12/contrib/llvm/tools/llvm-xray/xray-graph.h
  stable/12/contrib/llvm/tools/llvm-xray/xray-registry.cpp
  stable/12/contrib/llvm/tools/llvm-xray/xray-registry.h
  stable/12/contrib/llvm/tools/llvm-xray/xray-stacks.cpp
  stable/12/contrib/llvm/tools/opt/AnalysisWrappers.cpp
  stable/12/contrib/llvm/tools/opt/BreakpointPrinter.cpp
  stable/12/contrib/llvm/tools/opt/BreakpointPrinter.h
  stable/12/contrib/llvm/tools/opt/Debugify.cpp
  stable/12/contrib/llvm/tools/opt/Debugify.h
  stable/12/contrib/llvm/tools/opt/GraphPrinters.cpp
  stable/12/contrib/llvm/tools/opt/NewPMDriver.cpp
  stable/12/contrib/llvm/tools/opt/NewPMDriver.h
  stable/12/contrib/llvm/tools/opt/PassPrinters.cpp
  stable/12/contrib/llvm/tools/opt/PassPrinters.h
  stable/12/contrib/llvm/tools/opt/PrintSCC.cpp
  stable/12/contrib/llvm/tools/opt/opt.cpp
  stable/12/contrib/llvm/utils/TableGen/AsmMatcherEmitter.cpp
  stable/12/contrib/llvm/utils/TableGen/AsmWriterEmitter.cpp
  stable/12/contrib/llvm/utils/TableGen/AsmWriterInst.cpp
  stable/12/contrib/llvm/utils/TableGen/AsmWriterInst.h
  stable/12/contrib/llvm/utils/TableGen/Attributes.cpp
  stable/12/contrib/llvm/utils/TableGen/CTagsEmitter.cpp
  stable/12/contrib/llvm/utils/TableGen/CallingConvEmitter.cpp
  stable/12/contrib/llvm/utils/TableGen/CodeEmitterGen.cpp
  stable/12/contrib/llvm/utils/TableGen/CodeGenDAGPatterns.cpp
  stable/12/contrib/llvm/utils/TableGen/CodeGenDAGPatterns.h
  stable/12/contrib/llvm/utils/TableGen/CodeGenHwModes.cpp
  stable/12/contrib/llvm/utils/TableGen/CodeGenHwModes.h
  stable/12/contrib/llvm/utils/TableGen/CodeGenInstruction.cpp
  stable/12/contrib/llvm/utils/TableGen/CodeGenInstruction.h
  stable/12/contrib/llvm/utils/TableGen/CodeGenIntrinsics.h
  stable/12/contrib/llvm/utils/TableGen/CodeGenMapTable.cpp
  stable/12/contrib/llvm/utils/TableGen/CodeGenRegisters.cpp
  stable/12/contrib/llvm/utils/TableGen/CodeGenRegisters.h
  stable/12/contrib/llvm/utils/TableGen/CodeGenSchedule.cpp
  stable/12/contrib/llvm/utils/TableGen/CodeGenSchedule.h
  stable/12/contrib/llvm/utils/TableGen/CodeGenTarget.cpp
  stable/12/contrib/llvm/utils/TableGen/CodeGenTarget.h
  stable/12/contrib/llvm/utils/TableGen/DAGISelEmitter.cpp
  stable/12/contrib/llvm/utils/TableGen/DAGISelMatcher.cpp
  stable/12/contrib/llvm/utils/TableGen/DAGISelMatcher.h
  stable/12/contrib/llvm/utils/TableGen/DAGISelMatcherEmitter.cpp
  stable/12/contrib/llvm/utils/TableGen/DAGISelMatcherGen.cpp
  stable/12/contrib/llvm/utils/TableGen/DAGISelMatcherOpt.cpp
  stable/12/contrib/llvm/utils/TableGen/DFAPacketizerEmitter.cpp
  stable/12/contrib/llvm/utils/TableGen/DisassemblerEmitter.cpp
  stable/12/contrib/llvm/utils/TableGen/ExegesisEmitter.cpp
  stable/12/contrib/llvm/utils/TableGen/FastISelEmitter.cpp
  stable/12/contrib/llvm/utils/TableGen/FixedLenDecoderEmitter.cpp
  stable/12/contrib/llvm/utils/TableGen/GlobalISelEmitter.cpp
  stable/12/contrib/llvm/utils/TableGen/InfoByHwMode.cpp
  stable/12/contrib/llvm/utils/TableGen/InfoByHwMode.h
  stable/12/contrib/llvm/utils/TableGen/InstrDocsEmitter.cpp
  stable/12/contrib/llvm/utils/TableGen/InstrInfoEmitter.cpp
  stable/12/contrib/llvm/utils/TableGen/IntrinsicEmitter.cpp
  stable/12/contrib/llvm/utils/TableGen/OptParserEmitter.cpp
  stable/12/contrib/llvm/utils/TableGen/PredicateExpander.cpp
  stable/12/contrib/llvm/utils/TableGen/PredicateExpander.h
  stable/12/contrib/llvm/utils/TableGen/PseudoLoweringEmitter.cpp
  stable/12/contrib/llvm/utils/TableGen/RISCVCompressInstEmitter.cpp
  stable/12/contrib/llvm/utils/TableGen/RegisterBankEmitter.cpp
  stable/12/contrib/llvm/utils/TableGen/RegisterInfoEmitter.cpp
  stable/12/contrib/llvm/utils/TableGen/SDNodeProperties.cpp
  stable/12/contrib/llvm/utils/TableGen/SDNodeProperties.h
  stable/12/contrib/llvm/utils/TableGen/SearchableTableEmitter.cpp
  stable/12/contrib/llvm/utils/TableGen/SequenceToOffsetTable.h
  stable/12/contrib/llvm/utils/TableGen/SubtargetEmitter.cpp
  stable/12/contrib/llvm/utils/TableGen/SubtargetFeatureInfo.cpp
  stable/12/contrib/llvm/utils/TableGen/SubtargetFeatureInfo.h
  stable/12/contrib/llvm/utils/TableGen/TableGen.cpp
  stable/12/contrib/llvm/utils/TableGen/TableGenBackends.h
  stable/12/contrib/llvm/utils/TableGen/Types.cpp
  stable/12/contrib/llvm/utils/TableGen/Types.h
  stable/12/contrib/llvm/utils/TableGen/WebAssemblyDisassemblerEmitter.cpp
  stable/12/contrib/llvm/utils/TableGen/WebAssemblyDisassemblerEmitter.h
  stable/12/contrib/llvm/utils/TableGen/X86DisassemblerShared.h
  stable/12/contrib/llvm/utils/TableGen/X86DisassemblerTables.cpp
  stable/12/contrib/llvm/utils/TableGen/X86DisassemblerTables.h
  stable/12/contrib/llvm/utils/TableGen/X86EVEX2VEXTablesEmitter.cpp
  stable/12/contrib/llvm/utils/TableGen/X86FoldTablesEmitter.cpp
  stable/12/contrib/llvm/utils/TableGen/X86ModRMFilters.cpp
  stable/12/contrib/llvm/utils/TableGen/X86ModRMFilters.h
  stable/12/contrib/llvm/utils/TableGen/X86RecognizableInstr.cpp
  stable/12/contrib/llvm/utils/TableGen/X86RecognizableInstr.h
  stable/12/contrib/openmp/LICENSE.txt
  stable/12/contrib/openmp/runtime/src/dllexports
  stable/12/contrib/openmp/runtime/src/exports_so.txt
  stable/12/contrib/openmp/runtime/src/extractExternal.cpp
  stable/12/contrib/openmp/runtime/src/i18n/en_US.txt
  stable/12/contrib/openmp/runtime/src/kmp.h
  stable/12/contrib/openmp/runtime/src/kmp_affinity.cpp
  stable/12/contrib/openmp/runtime/src/kmp_affinity.h
  stable/12/contrib/openmp/runtime/src/kmp_alloc.cpp
  stable/12/contrib/openmp/runtime/src/kmp_atomic.cpp
  stable/12/contrib/openmp/runtime/src/kmp_atomic.h
  stable/12/contrib/openmp/runtime/src/kmp_barrier.cpp
  stable/12/contrib/openmp/runtime/src/kmp_cancel.cpp
  stable/12/contrib/openmp/runtime/src/kmp_config.h.cmake
  stable/12/contrib/openmp/runtime/src/kmp_csupport.cpp
  stable/12/contrib/openmp/runtime/src/kmp_debug.cpp
  stable/12/contrib/openmp/runtime/src/kmp_debug.h
  stable/12/contrib/openmp/runtime/src/kmp_debugger.cpp
  stable/12/contrib/openmp/runtime/src/kmp_debugger.h
  stable/12/contrib/openmp/runtime/src/kmp_dispatch.cpp
  stable/12/contrib/openmp/runtime/src/kmp_dispatch.h
  stable/12/contrib/openmp/runtime/src/kmp_dispatch_hier.h
  stable/12/contrib/openmp/runtime/src/kmp_environment.cpp
  stable/12/contrib/openmp/runtime/src/kmp_environment.h
  stable/12/contrib/openmp/runtime/src/kmp_error.cpp
  stable/12/contrib/openmp/runtime/src/kmp_error.h
  stable/12/contrib/openmp/runtime/src/kmp_ftn_cdecl.cpp
  stable/12/contrib/openmp/runtime/src/kmp_ftn_entry.h
  stable/12/contrib/openmp/runtime/src/kmp_ftn_extra.cpp
  stable/12/contrib/openmp/runtime/src/kmp_ftn_os.h
  stable/12/contrib/openmp/runtime/src/kmp_ftn_stdcall.cpp
  stable/12/contrib/openmp/runtime/src/kmp_global.cpp
  stable/12/contrib/openmp/runtime/src/kmp_gsupport.cpp
  stable/12/contrib/openmp/runtime/src/kmp_i18n.cpp
  stable/12/contrib/openmp/runtime/src/kmp_i18n.h
  stable/12/contrib/openmp/runtime/src/kmp_import.cpp
  stable/12/contrib/openmp/runtime/src/kmp_io.cpp
  stable/12/contrib/openmp/runtime/src/kmp_io.h
  stable/12/contrib/openmp/runtime/src/kmp_itt.cpp
  stable/12/contrib/openmp/runtime/src/kmp_itt.h
  stable/12/contrib/openmp/runtime/src/kmp_itt.inl
  stable/12/contrib/openmp/runtime/src/kmp_lock.cpp
  stable/12/contrib/openmp/runtime/src/kmp_lock.h
  stable/12/contrib/openmp/runtime/src/kmp_omp.h
  stable/12/contrib/openmp/runtime/src/kmp_os.h
  stable/12/contrib/openmp/runtime/src/kmp_platform.h
  stable/12/contrib/openmp/runtime/src/kmp_runtime.cpp
  stable/12/contrib/openmp/runtime/src/kmp_safe_c_api.h
  stable/12/contrib/openmp/runtime/src/kmp_sched.cpp
  stable/12/contrib/openmp/runtime/src/kmp_settings.cpp
  stable/12/contrib/openmp/runtime/src/kmp_settings.h
  stable/12/contrib/openmp/runtime/src/kmp_stats.cpp
  stable/12/contrib/openmp/runtime/src/kmp_stats.h
  stable/12/contrib/openmp/runtime/src/kmp_stats_timing.cpp
  stable/12/contrib/openmp/runtime/src/kmp_stats_timing.h
  stable/12/contrib/openmp/runtime/src/kmp_str.cpp
  stable/12/contrib/openmp/runtime/src/kmp_str.h
  stable/12/contrib/openmp/runtime/src/kmp_stub.cpp
  stable/12/contrib/openmp/runtime/src/kmp_stub.h
  stable/12/contrib/openmp/runtime/src/kmp_taskdeps.cpp
  stable/12/contrib/openmp/runtime/src/kmp_taskdeps.h
  stable/12/contrib/openmp/runtime/src/kmp_tasking.cpp
  stable/12/contrib/openmp/runtime/src/kmp_taskq.cpp
  stable/12/contrib/openmp/runtime/src/kmp_threadprivate.cpp
  stable/12/contrib/openmp/runtime/src/kmp_utility.cpp
  stable/12/contrib/openmp/runtime/src/kmp_version.cpp
  stable/12/contrib/openmp/runtime/src/kmp_version.h
  stable/12/contrib/openmp/runtime/src/kmp_wait_release.cpp
  stable/12/contrib/openmp/runtime/src/kmp_wait_release.h
  stable/12/contrib/openmp/runtime/src/kmp_wrapper_getpid.h
  stable/12/contrib/openmp/runtime/src/kmp_wrapper_malloc.h
  stable/12/contrib/openmp/runtime/src/libomp.rc.var
  stable/12/contrib/openmp/runtime/src/ompt-event-specific.h
  stable/12/contrib/openmp/runtime/src/ompt-general.cpp
  stable/12/contrib/openmp/runtime/src/ompt-internal.h
  stable/12/contrib/openmp/runtime/src/ompt-specific.cpp
  stable/12/contrib/openmp/runtime/src/ompt-specific.h
  stable/12/contrib/openmp/runtime/src/test-touch.c
  stable/12/contrib/openmp/runtime/src/thirdparty/ittnotify/disable_warnings.h
  stable/12/contrib/openmp/runtime/src/thirdparty/ittnotify/ittnotify.h
  stable/12/contrib/openmp/runtime/src/thirdparty/ittnotify/ittnotify_config.h
  stable/12/contrib/openmp/runtime/src/thirdparty/ittnotify/ittnotify_static.c
  stable/12/contrib/openmp/runtime/src/thirdparty/ittnotify/ittnotify_static.h
  stable/12/contrib/openmp/runtime/src/thirdparty/ittnotify/ittnotify_types.h
  stable/12/contrib/openmp/runtime/src/thirdparty/ittnotify/legacy/ittnotify.h
  stable/12/contrib/openmp/runtime/src/tsan_annotations.cpp
  stable/12/contrib/openmp/runtime/src/tsan_annotations.h
  stable/12/contrib/openmp/runtime/src/z_Linux_asm.S
  stable/12/contrib/openmp/runtime/src/z_Linux_util.cpp
  stable/12/contrib/openmp/runtime/src/z_Windows_NT-586_asm.asm
  stable/12/contrib/openmp/runtime/src/z_Windows_NT-586_util.cpp
  stable/12/contrib/openmp/runtime/src/z_Windows_NT_util.cpp
  stable/12/etc/mtree/BSD.debug.dist
  stable/12/etc/mtree/BSD.usr.dist
  stable/12/lib/Makefile
  stable/12/lib/atf/libatf-c++/Makefile
  stable/12/lib/clang/freebsd_cc_version.h
  stable/12/lib/clang/headers/Makefile
  stable/12/lib/clang/include/clang/Basic/Version.inc
  stable/12/lib/clang/include/clang/Config/config.h
  stable/12/lib/clang/include/lld/Common/Version.inc
  stable/12/lib/clang/include/lldb/Host/Config.h
  stable/12/lib/clang/include/llvm/Config/abi-breaking.h
  stable/12/lib/clang/include/llvm/Config/config.h
  stable/12/lib/clang/include/llvm/Config/llvm-config.h
  stable/12/lib/clang/include/llvm/Support/VCSRevision.h
  stable/12/lib/clang/libclang/Makefile
  stable/12/lib/clang/liblldb/Makefile
  stable/12/lib/clang/libllvm/Makefile
  stable/12/lib/clang/libllvmminimal/Makefile
  stable/12/lib/clang/llvm.build.mk
  stable/12/lib/googletest/Makefile.inc
  stable/12/lib/libc++/Makefile
  stable/12/lib/libclang_rt/Makefile
  stable/12/lib/libclang_rt/Makefile.inc
  stable/12/lib/libclang_rt/fuzzer/Makefile
  stable/12/lib/libclang_rt/fuzzer_no_main/Makefile
  stable/12/lib/libclang_rt/include/Makefile
  stable/12/lib/libclang_rt/msan_cxx/Makefile
  stable/12/lib/libclang_rt/profile/Makefile
  stable/12/lib/libclang_rt/safestack/Makefile
  stable/12/lib/libclang_rt/ubsan_standalone/Makefile
  stable/12/lib/libcompiler_rt/Makefile
  stable/12/lib/libcompiler_rt/Makefile.inc
  stable/12/lib/libdevdctl/Makefile
  stable/12/lib/libgcc_s/Makefile
  stable/12/lib/libgcc_s/arm/Symbol.map
  stable/12/lib/libomp/Makefile
  stable/12/lib/libomp/kmp_config.h
  stable/12/lib/libomp/kmp_i18n_default.inc
  stable/12/lib/libomp/kmp_i18n_id.inc
  stable/12/lib/libomp/omp-tools.h
  stable/12/lib/libomp/omp.h
  stable/12/lib/libpmc/Makefile
  stable/12/libexec/atf/atf-check/Makefile
  stable/12/libexec/atf/atf-sh/Makefile
  stable/12/share/man/man5/src.conf.5
  stable/12/share/mk/atf.test.mk
  stable/12/share/mk/bsd.sys.mk
  stable/12/share/mk/src.opts.mk
  stable/12/sys/conf/kmod.mk
  stable/12/sys/sys/param.h
  stable/12/tools/build/mk/OptionalObsoleteFiles.inc
  stable/12/usr.bin/clang/Makefile
  stable/12/usr.bin/clang/Makefile.inc
  stable/12/usr.bin/clang/clang-tblgen/Makefile
  stable/12/usr.bin/clang/clang.prog.mk
  stable/12/usr.bin/clang/lld/Makefile
  stable/12/usr.bin/clang/lldb/Makefile
  stable/12/usr.bin/clang/llvm-mca/Makefile
  stable/12/usr.bin/clang/llvm-objcopy/Makefile
  stable/12/usr.bin/clang/llvm-pdbutil/Makefile
  stable/12/usr.bin/clang/llvm.prog.mk
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/Makefile.inc1
==============================================================================
--- stable/12/Makefile.inc1	Tue Jan  7 17:57:08 2020	(r356459)
+++ stable/12/Makefile.inc1	Tue Jan  7 18:08:09 2020	(r356460)
@@ -2116,10 +2116,13 @@ _localedef=	usr.bin/localedef
 _clang_tblgen= \
 	lib/clang/libllvmminimal \
 	usr.bin/clang/llvm-tblgen \
-	usr.bin/clang/clang-tblgen
+	usr.bin/clang/clang-tblgen \
+	usr.bin/clang/lldb-tblgen
+# XXX: lldb-tblgen is not needed, if top-level MK_LLDB=no
 
 ${_bt}-usr.bin/clang/clang-tblgen: ${_bt}-lib/clang/libllvmminimal
 ${_bt}-usr.bin/clang/llvm-tblgen: ${_bt}-lib/clang/libllvmminimal
+${_bt}-usr.bin/clang/lldb-tblgen: ${_bt}-lib/clang/libllvmminimal
 .endif
 
 # Default to building the GPL DTC, but build the BSDL one if users explicitly

Modified: stable/12/ObsoleteFiles.inc
==============================================================================
--- stable/12/ObsoleteFiles.inc	Tue Jan  7 17:57:08 2020	(r356459)
+++ stable/12/ObsoleteFiles.inc	Tue Jan  7 18:08:09 2020	(r356460)
@@ -38,6 +38,167 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20200107: new clang import which bumps version from 8.0.1 to 9.0.0.
+OLD_FILES+=usr/lib/clang/8.0.1/include/sanitizer/allocator_interface.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/sanitizer/asan_interface.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/sanitizer/common_interface_defs.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/sanitizer/coverage_interface.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/sanitizer/dfsan_interface.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/sanitizer/esan_interface.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/sanitizer/hwasan_interface.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/sanitizer/linux_syscall_hooks.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/sanitizer/lsan_interface.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/sanitizer/msan_interface.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/sanitizer/netbsd_syscall_hooks.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/sanitizer/scudo_interface.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/sanitizer/tsan_interface.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/sanitizer/tsan_interface_atomic.h
+OLD_DIRS+=usr/lib/clang/8.0.1/include/sanitizer
+OLD_FILES+=usr/lib/clang/8.0.1/include/__clang_cuda_builtin_vars.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/__clang_cuda_cmath.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/__clang_cuda_complex_builtins.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/__clang_cuda_device_functions.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/__clang_cuda_intrinsics.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/__clang_cuda_libdevice_declares.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/__clang_cuda_math_forward_declares.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/__clang_cuda_runtime_wrapper.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/__stddef_max_align_t.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/__wmmintrin_aes.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/__wmmintrin_pclmul.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/adxintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/altivec.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/ammintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/arm64intr.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/arm_acle.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/arm_fp16.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/arm_neon.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/armintr.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/avx2intrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/avx512bitalgintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/avx512bwintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/avx512cdintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/avx512dqintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/avx512erintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/avx512fintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/avx512ifmaintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/avx512ifmavlintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/avx512pfintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/avx512vbmi2intrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/avx512vbmiintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/avx512vbmivlintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/avx512vlbitalgintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/avx512vlbwintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/avx512vlcdintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/avx512vldqintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/avx512vlintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/avx512vlvbmi2intrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/avx512vlvnniintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/avx512vnniintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/avx512vpopcntdqintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/avx512vpopcntdqvlintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/avxintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/bmi2intrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/bmiintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/cetintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/cldemoteintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/clflushoptintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/clwbintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/clzerointrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/cpuid.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/emmintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/f16cintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/fma4intrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/fmaintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/fxsrintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/gfniintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/htmintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/htmxlintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/ia32intrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/immintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/invpcidintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/lwpintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/lzcntintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/mm3dnow.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/mm_malloc.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/mmintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/module.modulemap
+OLD_FILES+=usr/lib/clang/8.0.1/include/movdirintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/msa.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/mwaitxintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/nmmintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/opencl-c.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/pconfigintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/pkuintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/pmmintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/popcntintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/prfchwintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/ptwriteintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/rdseedintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/rtmintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/s390intrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/sgxintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/shaintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/smmintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/tbmintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/tmmintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/vadefs.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/vaesintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/vecintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/vpclmulqdqintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/waitpkgintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/wbnoinvdintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/wmmintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/x86intrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/xmmintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/xopintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/xsavecintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/xsaveintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/xsaveoptintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/xsavesintrin.h
+OLD_FILES+=usr/lib/clang/8.0.1/include/xtestintrin.h
+OLD_DIRS+=usr/lib/clang/8.0.1/include
+OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.asan-i386.a
+OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.asan-i386.so
+OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.asan-preinit-i386.a
+OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.asan-preinit-x86_64.a
+OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.asan-x86_64.a
+OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.asan-x86_64.so
+OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.asan_cxx-i386.a
+OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.asan_cxx-x86_64.a
+OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.msan-x86_64.a
+OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.msan_cxx-x86_64.a
+OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.profile-arm.a
+OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.profile-armhf.a
+OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.profile-i386.a
+OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.profile-x86_64.a
+OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.safestack-i386.a
+OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.safestack-x86_64.a
+OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.stats-i386.a
+OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.stats-x86_64.a
+OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.stats_client-i386.a
+OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.stats_client-x86_64.a
+OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.tsan-x86_64.a
+OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.tsan_cxx-x86_64.a
+OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.ubsan_minimal-i386.a
+OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.ubsan_minimal-x86_64.a
+OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.ubsan_standalone-i386.a
+OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.ubsan_standalone-x86_64.a
+OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-i386.a
+OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-x86_64.a
+OLD_DIRS+=usr/lib/clang/8.0.1/lib/freebsd
+OLD_DIRS+=usr/lib/clang/8.0.1/lib
+OLD_DIRS+=usr/lib/clang/8.0.1
+# 20200107: libc++ 9.0.0 removed some experimental files
+OLD_FILES+=usr/include/c++/v1/experimental/any
+OLD_FILES+=usr/include/c++/v1/experimental/chrono
+OLD_FILES+=usr/include/c++/v1/experimental/numeric
+OLD_FILES+=usr/include/c++/v1/experimental/optional
+OLD_FILES+=usr/include/c++/v1/experimental/ratio
+OLD_FILES+=usr/include/c++/v1/experimental/string_view
+OLD_FILES+=usr/include/c++/v1/experimental/system_error
+OLD_FILES+=usr/include/c++/v1/experimental/tuple
+OLD_FILES+=usr/lib/libc++fs.a
+OLD_FILES+=usr/lib32/libc++fs.a
 # 20191003: Remove useless ZFS tests
 OLD_FILES+=usr/tests/sys/cddl/zfs/tests/cli_root/zpool_create/zpool_create_013_neg.ksh
 OLD_FILES+=usr/tests/sys/cddl/zfs/tests/cli_root/zpool_create/zpool_create_014_neg.ksh

Modified: stable/12/UPDATING
==============================================================================
--- stable/12/UPDATING	Tue Jan  7 17:57:08 2020	(r356459)
+++ stable/12/UPDATING	Tue Jan  7 18:08:09 2020	(r356460)
@@ -16,6 +16,12 @@ from older versions of FreeBSD, try WITHOUT_CLANG and 
 the tip of head, and then rebuild without this option. The bootstrap process
 from older version of current across the gcc/clang cutover is a bit fragile.
 
+20200107:
+	Clang, llvm, lld, lldb, compiler-rt, libc++, libunwind and openmp have
+	been upgraded to 9.0.0.  Please see the 20141231 entry below for
+	information about prerequisites and upgrading, if you are not already
+	using clang 3.5.0 or higher.
+
 20191107:
 	The nctgpio and wbwd drivers have been moved to the superio bus.
 	If you have one of these drivers in a kernel configuration, then

Copied: stable/12/contrib/compiler-rt/FREEBSD-Xlist (from r353358, head/contrib/compiler-rt/FREEBSD-Xlist)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ stable/12/contrib/compiler-rt/FREEBSD-Xlist	Tue Jan  7 18:08:09 2020	(r356460, copy of r353358, head/contrib/compiler-rt/FREEBSD-Xlist)
@@ -0,0 +1,71 @@
+# $FreeBSD$
+.arcconfig
+.gitignore
+CMakeLists.txt
+CODE_OWNERS.TXT
+cmake/
+docs/
+include/CMakeLists.txt
+lib/CMakeLists.txt
+lib/asan/.clang-format
+lib/asan/CMakeLists.txt
+lib/asan/scripts/
+lib/asan/tests/
+lib/builtins/CMakeLists.txt
+lib/builtins/Darwin-excludes/
+lib/builtins/macho_embedded/
+lib/cfi/CMakeLists.txt
+lib/crt/CMakeLists.txt
+lib/dfsan/.clang-format
+lib/dfsan/CMakeLists.txt
+lib/dfsan/scripts/
+lib/esan/CMakeLists.txt
+lib/fuzzer/CMakeLists.txt
+lib/fuzzer/afl/
+lib/fuzzer/build.sh
+lib/fuzzer/dataflow/
+lib/fuzzer/scripts/
+lib/fuzzer/standalone/
+lib/fuzzer/tests/
+lib/gwp_asan/CMakeLists.txt
+lib/gwp_asan/tests/
+lib/hwasan/.clang-format
+lib/hwasan/CMakeLists.txt
+lib/interception/.clang-format
+lib/interception/CMakeLists.txt
+lib/interception/tests/
+lib/lsan/.clang-format
+lib/lsan/CMakeLists.txt
+lib/msan/.clang-format
+lib/msan/CMakeLists.txt
+lib/msan/tests/
+lib/profile/CMakeLists.txt
+lib/safestack/.clang-format
+lib/safestack/CMakeLists.txt
+lib/sanitizer_common/.clang-format
+lib/sanitizer_common/.clang-tidy
+lib/sanitizer_common/CMakeLists.txt
+lib/sanitizer_common/scripts/
+lib/sanitizer_common/tests/
+lib/scudo/CMakeLists.txt
+lib/scudo/standalone/CMakeLists.txt
+lib/scudo/standalone/tests/
+lib/stats/CMakeLists.txt
+lib/tsan/.clang-format
+lib/tsan/CMakeLists.txt
+lib/tsan/analyze_libtsan.sh
+lib/tsan/check_analyze.sh
+lib/tsan/check_cmake.sh
+lib/tsan/dd/CMakeLists.txt
+lib/tsan/go/build.bat
+lib/tsan/go/buildgo.sh
+lib/tsan/tests/
+lib/ubsan/CMakeLists.txt
+lib/ubsan_minimal/CMakeLists.txt
+lib/xray/CMakeLists.txt
+lib/xray/tests/
+make/
+test/
+unittests/
+utils/
+www/

Modified: stable/12/contrib/compiler-rt/LICENSE.TXT
==============================================================================
--- stable/12/contrib/compiler-rt/LICENSE.TXT	Tue Jan  7 17:57:08 2020	(r356459)
+++ stable/12/contrib/compiler-rt/LICENSE.TXT	Tue Jan  7 18:08:09 2020	(r356460)
@@ -1,7 +1,242 @@
 ==============================================================================
-compiler_rt License
+The LLVM Project is under the Apache License v2.0 with LLVM Exceptions:
 ==============================================================================
 
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+    1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+    2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+    3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+    4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+    5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+    6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+    7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+    8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+    9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+    END OF TERMS AND CONDITIONS
+
+    APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+    Copyright [yyyy] [name of copyright owner]
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+
+
+---- LLVM Exceptions to the Apache 2.0 License ----
+
+As an exception, if, as a result of your compiling your source code, portions
+of this Software are embedded into an Object form of such source code, you
+may redistribute such embedded portions in such Object form without complying
+with the conditions of Sections 4(a), 4(b) and 4(d) of the License.
+
+In addition, if you combine or link compiled forms of this Software with
+software that is licensed under the GPLv2 ("Combined Software") and if a
+court of competent jurisdiction determines that the patent provision (Section
+3), the indemnity provision (Section 9) or other Section of the License
+conflicts with the conditions of the GPLv2, you may retroactively and
+prospectively choose to deem waived or otherwise exclude such Section(s) of
+the License, but only in their entirety and only with respect to the Combined
+Software.
+
+==============================================================================
+Software from third parties included in the LLVM Project:
+==============================================================================
+The LLVM Project contains third party software which is under different license
+terms. All such code will be identified clearly using at least one of two
+mechanisms:
+1) It will be in a separate directory tree with its own `LICENSE.txt` or
+   `LICENSE` file at the top containing the specific license and restrictions
+   which apply to that software, or
+2) It will contain specific license and restriction terms at the top of every
+   file.
+
+==============================================================================
+Legacy LLVM License (https://llvm.org/docs/DeveloperPolicy.html#legacy):
+==============================================================================
+
 The compiler_rt library is dual licensed under both the University of Illinois
 "BSD-Like" license and the MIT license.  As a user of this code you may choose
 to use it under either license.  As a contributor, you agree to allow your code
@@ -74,18 +309,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, 
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 THE SOFTWARE.
-
-==============================================================================
-Copyrights and Licenses for Third Party Software Distributed with LLVM:
-==============================================================================
-The LLVM software contains code written by third parties.  Such software will
-have its own individual LICENSE.TXT file in the directory in which it appears.
-This file will describe the copyrights, license, and restrictions which apply
-to that code.
-
-The disclaimer of warranty in the University of Illinois Open Source License
-applies to all code in the LLVM Distribution, and nothing in any of the
-other licenses gives permission to use the names of the LLVM Team or the
-University of Illinois to endorse or promote products derived from this
-Software.
-

Modified: stable/12/contrib/compiler-rt/include/sanitizer/allocator_interface.h
==============================================================================
--- stable/12/contrib/compiler-rt/include/sanitizer/allocator_interface.h	Tue Jan  7 17:57:08 2020	(r356459)
+++ stable/12/contrib/compiler-rt/include/sanitizer/allocator_interface.h	Tue Jan  7 18:08:09 2020	(r356460)
@@ -1,9 +1,8 @@
 //===-- allocator_interface.h ---------------------------------------------===//
 //
-//                     The LLVM Compiler Infrastructure
-//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //===----------------------------------------------------------------------===//
 //

Modified: stable/12/contrib/compiler-rt/include/sanitizer/asan_interface.h
==============================================================================
--- stable/12/contrib/compiler-rt/include/sanitizer/asan_interface.h	Tue Jan  7 17:57:08 2020	(r356459)
+++ stable/12/contrib/compiler-rt/include/sanitizer/asan_interface.h	Tue Jan  7 18:08:09 2020	(r356460)
@@ -1,13 +1,12 @@
 //===-- sanitizer/asan_interface.h ------------------------------*- C++ -*-===//
 //
-//                     The LLVM Compiler Infrastructure
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
-//
 //===----------------------------------------------------------------------===//
 //
-// This file is a part of AddressSanitizer.
+// This file is a part of AddressSanitizer (ASan).
 //
 // Public interface header.
 //===----------------------------------------------------------------------===//
@@ -19,28 +18,54 @@
 #ifdef __cplusplus
 extern "C" {
 #endif
-  // Marks memory region [addr, addr+size) as unaddressable.
-  // This memory must be previously allocated by the user program. Accessing
-  // addresses in this region from instrumented code is forbidden until
-  // this region is unpoisoned. This function is not guaranteed to poison
-  // the whole region - it may poison only subregion of [addr, addr+size) due
-  // to ASan alignment restrictions.
-  // Method is NOT thread-safe in the sense that no two threads can
-  // (un)poison memory in the same memory region simultaneously.
-  void __asan_poison_memory_region(void const volatile *addr, size_t size);
-  // Marks memory region [addr, addr+size) as addressable.
-  // This memory must be previously allocated by the user program. Accessing
-  // addresses in this region is allowed until this region is poisoned again.
-  // This function may unpoison a superregion of [addr, addr+size) due to
-  // ASan alignment restrictions.
-  // Method is NOT thread-safe in the sense that no two threads can
-  // (un)poison memory in the same memory region simultaneously.
-  void __asan_unpoison_memory_region(void const volatile *addr, size_t size);
+/// Marks a memory region (<c>[addr, addr+size)</c>) as unaddressable.
+///
+/// This memory must be previously allocated by your program. Instrumented
+/// code is forbidden from accessing addresses in this region until it is
+/// unpoisoned. This function is not guaranteed to poison the entire region -
+/// it could poison only a subregion of <c>[addr, addr+size)</c> due to ASan
+/// alignment restrictions.
+///
+/// \note This function is not thread-safe because no two threads can poison or
+/// unpoison memory in the same memory region simultaneously.
+///
+/// \param addr Start of memory region.
+/// \param size Size of memory region.
+void __asan_poison_memory_region(void const volatile *addr, size_t size);
 
-// User code should use macros instead of functions.
+/// Marks a memory region (<c>[addr, addr+size)</c>) as addressable.
+///
+/// This memory must be previously allocated by your program. Accessing
+/// addresses in this region is allowed until this region is poisoned again.
+/// This function could unpoison a super-region of <c>[addr, addr+size)</c> due
+/// to ASan alignment restrictions.
+///
+/// \note This function is not thread-safe because no two threads can
+/// poison or unpoison memory in the same memory region simultaneously.
+///
+/// \param addr Start of memory region.
+/// \param size Size of memory region.
+void __asan_unpoison_memory_region(void const volatile *addr, size_t size);
+
+// Macros provided for convenience.
 #if __has_feature(address_sanitizer) || defined(__SANITIZE_ADDRESS__)
+/// Marks a memory region as unaddressable.
+///
+/// \note Macro provided for convenience; defined as a no-op if ASan is not
+/// enabled.
+///
+/// \param addr Start of memory region.
+/// \param size Size of memory region.
 #define ASAN_POISON_MEMORY_REGION(addr, size) \
   __asan_poison_memory_region((addr), (size))
+
+/// Marks a memory region as addressable.
+///
+/// \note Macro provided for convenience; defined as a no-op if ASan is not
+/// enabled.
+///
+/// \param addr Start of memory region.
+/// \param size Size of memory region.
 #define ASAN_UNPOISON_MEMORY_REGION(addr, size) \
   __asan_unpoison_memory_region((addr), (size))
 #else
@@ -50,103 +75,245 @@ extern "C" {
   ((void)(addr), (void)(size))
 #endif
 
-  // Returns 1 if addr is poisoned (i.e. 1-byte read/write access to this
-  // address will result in error report from AddressSanitizer).
-  // Otherwise returns 0.
-  int __asan_address_is_poisoned(void const volatile *addr);
+/// Checks if an address is poisoned.
+///
+/// Returns 1 if <c><i>addr</i></c> is poisoned (that is, 1-byte read/write
+/// access to this address would result in an error report from ASan).
+/// Otherwise returns 0.
+///
+/// \param addr Address to check.
+///
+/// \retval 1 Address is poisoned.
+/// \retval 0 Address is not poisoned.
+int __asan_address_is_poisoned(void const volatile *addr);
 
-  // If at least one byte in [beg, beg+size) is poisoned, return the address
-  // of the first such byte. Otherwise return 0.
-  void *__asan_region_is_poisoned(void *beg, size_t size);
+/// Checks if a region is poisoned.
+///
+/// If at least one byte in <c>[beg, beg+size)</c> is poisoned, returns the
+/// address of the first such byte. Otherwise returns 0.
+///
+/// \param beg Start of memory region.
+/// \param size Start of memory region.
+/// \returns Address of first poisoned byte.
+void *__asan_region_is_poisoned(void *beg, size_t size);
 
-  // Print the description of addr (useful when debugging in gdb).
-  void __asan_describe_address(void *addr);
+/// Describes an address (useful for calling from the debugger).
+///
+/// Prints the description of <c><i>addr</i></c>.
+///
+/// \param addr Address to describe.
+void __asan_describe_address(void *addr);
 
-  // Useful for calling from a debugger to get information about an ASan error.
-  // Returns 1 if an error has been (or is being) reported, otherwise returns 0.
-  int __asan_report_present(void);
+/// Checks if an error has been or is being reported (useful for calling from
+/// the debugger to get information about an ASan error).
+///
+/// Returns 1 if an error has been (or is being) reported. Otherwise returns 0.
+///
+/// \returns 1 if an error has been (or is being) reported. Otherwise returns
+/// 0.
+int __asan_report_present(void);
 
-  // Useful for calling from a debugger to get information about an ASan error.
-  // If an error has been (or is being) reported, the following functions return
-  // the pc, bp, sp, address, access type (0 = read, 1 = write), access size and
-  // bug description (e.g. "heap-use-after-free"). Otherwise they return 0.
-  void *__asan_get_report_pc(void);
-  void *__asan_get_report_bp(void);
-  void *__asan_get_report_sp(void);
-  void *__asan_get_report_address(void);
-  int __asan_get_report_access_type(void);
-  size_t __asan_get_report_access_size(void);
-  const char *__asan_get_report_description(void);
+/// Gets the PC (program counter) register value of an ASan error (useful for
+/// calling from the debugger).
+///
+/// Returns PC if an error has been (or is being) reported.
+/// Otherwise returns 0.
+///
+/// \returns PC value.
+void *__asan_get_report_pc(void);
 
-  // Useful for calling from the debugger to get information about a pointer.
-  // Returns the category of the given pointer as a constant string.
-  // Possible return values are "global", "stack", "stack-fake", "heap",
-  // "heap-invalid", "shadow-low", "shadow-gap", "shadow-high", "unknown".
-  // If global or stack, tries to also return the variable name, address and
-  // size. If heap, tries to return the chunk address and size. 'name' should
-  // point to an allocated buffer of size 'name_size'.
-  const char *__asan_locate_address(void *addr, char *name, size_t name_size,
-                                    void **region_address, size_t *region_size);
+/// Gets the BP (base pointer) register value of an ASan error (useful for
+/// calling from the debugger).
+///
+/// Returns BP if an error has been (or is being) reported.
+/// Otherwise returns 0.
+///
+/// \returns BP value.
+void *__asan_get_report_bp(void);
 
-  // Useful for calling from the debugger to get the allocation stack trace
-  // and thread ID for a heap address. Stores up to 'size' frames into 'trace',
-  // returns the number of stored frames or 0 on error.
-  size_t __asan_get_alloc_stack(void *addr, void **trace, size_t size,
-                                int *thread_id);
+/// Gets the SP (stack pointer) register value of an ASan error (useful for
+/// calling from the debugger).
+///
+/// If an error has been (or is being) reported, returns SP.
+/// Otherwise returns 0.
+///
+/// \returns SP value.
+void *__asan_get_report_sp(void);
 
-  // Useful for calling from the debugger to get the free stack trace
-  // and thread ID for a heap address. Stores up to 'size' frames into 'trace',
-  // returns the number of stored frames or 0 on error.
-  size_t __asan_get_free_stack(void *addr, void **trace, size_t size,
-                               int *thread_id);
+/// Gets the address of the report buffer of an ASan error (useful for calling
+/// from the debugger).
+///
+/// Returns the address of the report buffer if an error has been (or is being)
+/// reported. Otherwise returns 0.
+///
+/// \returns Address of report buffer.
+void *__asan_get_report_address(void);
 
-  // Useful for calling from the debugger to get the current shadow memory
-  // mapping.
-  void __asan_get_shadow_mapping(size_t *shadow_scale, size_t *shadow_offset);
+/// Gets access type of an ASan error (useful for calling from the debugger).
+///
+/// Returns access type (read or write) if an error has been (or is being)
+/// reported. Otherwise returns 0.
+///
+/// \returns Access type (0 = read, 1 = write).
+int __asan_get_report_access_type(void);
 
-  // This is an internal function that is called to report an error.
-  // However it is still a part of the interface because users may want to
-  // set a breakpoint on this function in a debugger.
-  void __asan_report_error(void *pc, void *bp, void *sp,
-                           void *addr, int is_write, size_t access_size);
+/// Gets access size of an ASan error (useful for calling from the debugger).
+///
+/// Returns access size if an error has been (or is being) reported. Otherwise
+/// returns 0.
+///
+/// \returns Access size in bytes.
+size_t __asan_get_report_access_size(void);
 
-  // Deprecated. Call __sanitizer_set_death_callback instead.
-  void __asan_set_death_callback(void (*callback)(void));
+/// Gets the bug description of an ASan error (useful for calling from a
+/// debugger).
+///
+/// \returns Returns a bug description if an error has been (or is being)
+/// reported - for example, "heap-use-after-free". Otherwise returns an empty
+/// string.
+const char *__asan_get_report_description(void);
 
-  void __asan_set_error_report_callback(void (*callback)(const char*));
+/// Gets information about a pointer (useful for calling from the debugger).
+///
+/// Returns the category of the given pointer as a constant string.
+/// Possible return values are <c>global</c>, <c>stack</c>, <c>stack-fake</c>,
+/// <c>heap</c>, <c>heap-invalid</c>, <c>shadow-low</c>, <c>shadow-gap</c>,
+/// <c>shadow-high</c>, and <c>unknown</c>.
+///
+/// If the return value is <c>global</c> or <c>stack</c>, tries to also return
+/// the variable name, address, and size. If the return value is <c>heap</c>,
+/// tries to return the chunk address and size. <c><i>name</i></c> should point
+/// to an allocated buffer of size <c><i>name_size</i></c>.
+///
+/// \param addr Address to locate.
+/// \param name Buffer to store the variable's name.
+/// \param name_size Size in bytes of the variable's name buffer.
+/// \param region_address [out] Address of the region.
+/// \param region_size [out] Size of the region in bytes.
+///
+/// \returns Returns the category of the given pointer as a constant string.
+const char *__asan_locate_address(void *addr, char *name, size_t name_size,
+                                  void **region_address, size_t *region_size);
 
-  // User may provide function that would be called right when ASan detects
-  // an error. This can be used to notice cases when ASan detects an error, but
-  // the program crashes before ASan report is printed.
-  void __asan_on_error(void);
+/// Gets the allocation stack trace and thread ID for a heap address (useful
+/// for calling from the debugger).
+///
+/// Stores up to <c><i>size</i></c> frames in <c><i>trace</i></c>. Returns
+/// the number of stored frames or 0 on error.
+///
+/// \param addr A heap address.
+/// \param trace A buffer to store the stack trace.
+/// \param size Size in bytes of the trace buffer.
+/// \param thread_id [out] The thread ID of the address.
+///
+/// \returns Returns the number of stored frames or 0 on error.
+size_t __asan_get_alloc_stack(void *addr, void **trace, size_t size,
+                              int *thread_id);
 
-  // Prints accumulated stats to stderr. Used for debugging.
-  void __asan_print_accumulated_stats(void);
+/// Gets the free stack trace and thread ID for a heap address (useful for
+/// calling from the debugger).
+///
+/// Stores up to <c><i>size</i></c> frames in <c><i>trace</i></c>. Returns
+/// the number of stored frames or 0 on error.
+///
+/// \param addr A heap address.
+/// \param trace A buffer to store the stack trace.
+/// \param size Size in bytes of the trace buffer.
+/// \param thread_id [out] The thread ID of the address.
+///
+/// \returns Returns the number of stored frames or 0 on error.
+size_t __asan_get_free_stack(void *addr, void **trace, size_t size,
+                             int *thread_id);
 
-  // This function may be optionally provided by user and should return
-  // a string containing ASan runtime options. See asan_flags.h for details.
-  const char* __asan_default_options(void);
+/// Gets the current shadow memory mapping (useful for calling from the
+/// debugger).
+///
+/// \param shadow_scale [out] Shadow scale value.
+/// \param shadow_offset [out] Offset value.
+void __asan_get_shadow_mapping(size_t *shadow_scale, size_t *shadow_offset);
 
-  // The following 2 functions facilitate garbage collection in presence of
-  // asan's fake stack.
+/// This is an internal function that is called to report an error. However,
+/// it is still a part of the interface because you might want to set a
+/// breakpoint on this function in the debugger.
+///
+/// \param pc <c><i>pc</i></c> value of the ASan error.
+/// \param bp <c><i>bp</i></c> value of the ASan error.
+/// \param sp <c><i>sp</i></c> value of the ASan error.
+/// \param addr Address of the ASan error.
+/// \param is_write True if the error is a write error; false otherwise.
+/// \param access_size Size of the memory access of the ASan error.
+void __asan_report_error(void *pc, void *bp, void *sp,
+                         void *addr, int is_write, size_t access_size);
 
-  // Returns an opaque handler to be used later in __asan_addr_is_in_fake_stack.
-  // Returns NULL if the current thread does not have a fake stack.
-  void *__asan_get_current_fake_stack(void);
+// Deprecated. Call __sanitizer_set_death_callback instead.
+void __asan_set_death_callback(void (*callback)(void));
 
-  // If fake_stack is non-NULL and addr belongs to a fake frame in
-  // fake_stack, returns the address on real stack that corresponds to
-  // the fake frame and sets beg/end to the boundaries of this fake frame.
-  // Otherwise returns NULL and does not touch beg/end.
-  // If beg/end are NULL, they are not touched.
-  // This function may be called from a thread other than the owner of
-  // fake_stack, but the owner thread need to be alive.
-  void *__asan_addr_is_in_fake_stack(void *fake_stack, void *addr, void **beg,
-                                     void **end);
+/// Sets the callback function to be called during ASan error reporting.
+///
+/// The callback provides a string pointer to the report.
+///
+/// \param callback User-provided function.
+void __asan_set_error_report_callback(void (*callback)(const char *));
 
-  // Performs cleanup before a [[noreturn]] function.  Must be called
-  // before things like _exit and execl to avoid false positives on stack.
-  void __asan_handle_no_return(void);
+/// User-provided callback on ASan errors.
+///
+/// You can provide a function that would be called immediately when ASan
+/// detects an error. This is useful in cases when ASan detects an error but
+/// your program crashes before the ASan report is printed.
+void __asan_on_error(void);
+
+/// Prints accumulated statistics to <c>stderr</c> (useful for calling from the
+/// debugger).
+void __asan_print_accumulated_stats(void);
+
+/// User-provided default option settings.
+///
+/// You can provide your own implementation of this function to return a string
+/// containing ASan runtime options (for example,
+/// <c>verbosity=1:halt_on_error=0</c>).
+///
+/// \returns Default options string.
+const char* __asan_default_options(void);
+
+// The following two functions facilitate garbage collection in presence of
+// ASan's fake stack.
+
+/// Gets an opaque handler to the current thread's fake stack.
+///
+/// Returns an opaque handler to be used by
+/// <c>__asan_addr_is_in_fake_stack()</c>. Returns NULL if the current thread
+/// does not have a fake stack.
+///
+/// \returns An opaque handler to the fake stack or NULL.
+void *__asan_get_current_fake_stack(void);
+
+/// Checks if an address belongs to a given fake stack.
+///
+/// If <c><i>fake_stack</i></c> is non-NULL and <c><i>addr</i></c> belongs to a
+/// fake frame in <c><i>fake_stack</i></c>, returns the address of the real
+/// stack that corresponds to the fake frame and sets <c><i>beg</i></c> and
+/// <c><i>end</i></c> to the boundaries of this fake frame. Otherwise returns
+/// NULL and does not touch <c><i>beg</i></c> and <c><i>end</i></c>.
+///
+/// If <c><i>beg</i></c> or <c><i>end</i></c> are NULL, they are not touched.
+///
+/// \note This function can be called from a thread other than the owner of
+/// <c><i>fake_stack</i></c>, but the owner thread needs to be alive.
+///
+/// \param fake_stack An opaque handler to a fake stack.
+/// \param addr Address to test.
+/// \param beg [out] Beginning of fake frame.
+/// \param end [out] End of fake frame.
+/// \returns Stack address or NULL.
+void *__asan_addr_is_in_fake_stack(void *fake_stack, void *addr, void **beg,
+                                   void **end);
+
+/// Performs shadow memory cleanup of the current thread's stack before a
+/// function marked with the <c>[[noreturn]]</c> attribute is called.
+///
+/// To avoid false positives on the stack, must be called before no-return
+/// functions like <c>_exit()</c> and <c>execl()</c>.
+void __asan_handle_no_return(void);
 
 #ifdef __cplusplus
 }  // extern "C"

Modified: stable/12/contrib/compiler-rt/include/sanitizer/common_interface_defs.h
==============================================================================
--- stable/12/contrib/compiler-rt/include/sanitizer/common_interface_defs.h	Tue Jan  7 17:57:08 2020	(r356459)
+++ stable/12/contrib/compiler-rt/include/sanitizer/common_interface_defs.h	Tue Jan  7 18:08:09 2020	(r356460)
@@ -1,10 +1,9 @@
 //===-- sanitizer/common_interface_defs.h -----------------------*- C++ -*-===//
 //
-//                     The LLVM Compiler Infrastructure
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
-//
 //===----------------------------------------------------------------------===//
 //
 // Common part of the public sanitizer interface.
@@ -18,189 +17,335 @@
 
 // GCC does not understand __has_feature.
 #if !defined(__has_feature)
-# define __has_feature(x) 0
+#define __has_feature(x) 0
 #endif
 
 #ifdef __cplusplus
 extern "C" {

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001071808.007I8Gq5030436>