===================================================================== ===================================================================== 3037 files changed, 1075200 insertions(+), 13528 deletions(-) ===================================================================== ===================================================================== ===================================================================== Patchsets applied to https://android-git.linaro.org/git/platform/build on top of android-9.0.0_r34 core/product.mk | 47 +++++++++++++++++++++++++++++++++++++++ core/product_config.mk | 15 +++++-------- envsetup.sh | 22 +++++++++--------- target/product/AndroidProducts.mk | 8 +++++++ 4 files changed, 70 insertions(+), 22 deletions(-) b564424ba Start moving add_lunch_combo to Make ===================================================================== Patchsets applied to https://android-git.linaro.org/git/platform/external/chromium-webview on top of android-9.0.0_r34 prebuilt/arm64/webview.apk | Bin 62348896 -> 68076975 bytes 1 file changed, 0 insertions(+), 0 deletions(-) e6710bc update arm64 webview.apk to tag of 73.0.3683.90 ===================================================================== Patchsets applied to https://android-git.linaro.org/git/platform/external/drm_hwcomposer on top of android-9.0.0_r34 .clang-format | 3 + .gitlab-ci-checkcommit.sh | 58 ++ .gitlab-ci.yml | 15 + Android.mk | 49 +- OWNERS | 7 +- README.md | 19 + autofd.h | 2 +- autogl.h | 110 ---- autolock.cpp | 56 ++ autolock.h | 42 ++ drmcomposition.cpp | 166 ----- drmcomposition.h | 79 --- drmcompositor.cpp | 106 ---- drmcompositor.h | 56 -- drmconnector.cpp | 80 ++- drmconnector.h | 27 +- drmcrtc.cpp | 27 +- drmcrtc.h | 16 +- drmresources.cpp => drmdevice.cpp | 272 ++++---- drmresources.h => drmdevice.h | 27 +- drmdisplaycomposition.cpp | 341 +--------- drmdisplaycomposition.h | 69 +- drmdisplaycompositor.cpp | 1266 +++++++++++++++++-------------------- drmdisplaycompositor.h | 145 ++--- drmencoder.cpp | 23 +- drmencoder.h | 13 +- drmeventlistener.cpp | 30 +- drmeventlistener.h | 10 +- drmframebuffer.h | 4 +- drmhwcgralloc.h | 45 +- drmhwcomposer.h | 30 +- drmhwctwo.cpp | 353 +++++++---- drmhwctwo.h | 39 +- drmmode.cpp | 10 +- drmmode.h | 4 +- drmplane.cpp | 34 +- drmplane.h | 14 +- drmproperty.cpp | 62 +- drmproperty.h | 12 +- glworker.cpp | 799 ----------------------- glworker.h | 84 --- hwcomposer.cpp | 840 ------------------------ hwcutils.cpp | 140 ++-- platform.cpp | 159 ++--- platform.h | 85 +-- platformdrmgeneric.cpp | 69 +- platformdrmgeneric.h | 13 +- platformhisi.cpp | 245 +++++++ platformhisi.h | 52 ++ platformminigbm.cpp | 109 ++++ platformminigbm.h | 45 ++ platformnv.cpp | 374 ----------- platformnv.h | 90 --- queue_worker.h | 157 ----- resourcemanager.cpp | 112 ++++ resourcemanager.h | 54 ++ separate_rects.cpp | 416 ------------ separate_rects.h | 169 ----- tests/Android.mk | 4 +- tests/queue_worker_test.cpp | 201 ------ tests/worker_test.cpp | 2 +- virtualcompositorworker.cpp | 129 ---- virtualcompositorworker.h | 52 -- vsyncworker.cpp | 18 +- vsyncworker.h | 10 +- worker.cpp | 2 +- worker.h | 2 +- 67 files changed, 2444 insertions(+), 5709 deletions(-) fbd3b33 Android.mk: support for other product of hikey/hikey960 58ca245 Revert "Convert external/drm_hwcomposer to Android.bp" 57f9735 Convert external/drm_hwcomposer to Android.bp 2d8341e Revert "drm_hwcomposer: platformgeneric: Fix build" 2ed463c drm_hwcomposer: Set zpos relative to the minimum possible value 2689aeb drm_hwcomposer: Rename DrmProperty::immutable() fc0b1da drm_hwcomposer: Change return type of DrmProperty::value() to tuple 890988f drm_hwcomposer: Use proper commit for author/committer check 1129037 drm_hwcomposer: platformgeneric: Fix build 1b1e35e drm_hwcomposer: Chose preferred mode with type DRM_MODE_TYPE_PREFERRED 495e4cc drm_hwcomposer: Added hotplug support of the external display 4bdd0fe drm_hwcomposer: Fix VSYNC control 6230703 drm_hwcomposer: Initialize buffer_ pointer to NULL 65c988d drm_hwcomposer: platformhisi: Conditionalize some of the AFBC support cc5fca4 drm_hwcomposer: Add support for Arm Framebuffer Compression (AFBC) modifiers. dafaabd drm_hwcomposer: Fix check commit script to ignore case and extra spaces 734ee1c drm_hwcomposer: Rework ValidateDisplay layer check to use if statement rather then switch 5047b22 drm_hwcomposer: Complete rename of DrmResources to DrmDevice c385afe drm_hwcomposer: platformhisi: Remove fake-importing 18ec688 drm_hwcomposer: Add checking if we can import a buffer 6caaa87 Allow implicit-fallthrough warnings locally. ea1c5e5 drm_hwcomposer: Add z order support 2234d37 drm_hwcomposer: Propagate PlanStage error 99b8103 Complete rename of DrmResources to DrmDevice 68a78ef drm_hwcomposer: Add commit message validation to CI 592c98a drm_hwcomposer: Pull CI check into dedicated script 9b6cafd drm_hwcomposer: Add support for pixel blend mode property 088fed0 Fix actual clang-format version in readme fb3599c drm_hwcomposer: Add support for P+ environments a451483 drm_hwcomposer: Store pixel_stride in the hwc_drm_bo 616fb22 drm_hwcomposer: Store the HAL_PIXEL_FORMAT_* in the hwc_drm_bo ee18b0e drm_hwcomposer: Add HWC_DRM_BO_MAX_PLANES constant 60f5e32 drm_hwcomposer: Fixup Sean's HiSi dummy planner 54589d2 drm_hwcomposer: Fix HiSi import fail log spam f72cccd drm_hwcomposer: Reformat using clang-format-5.0 5c23d5d drm_hwcomposer: Update clang-format to 5.0 b6a675e drm_hwcomposer: add scene flattening db440a9 drm_hwcomposer: Fix race in ApplyFrame b46b930 drm_hwcomposer: Handle writeback connectors e8b668c drm_hwcomposer: Parse and store possible_clones information ae4324c drm_hwcomposer: Add display field to Drmencoder 364f957 drm_hwcomposer: Add writeback connector support 62e2d2c drm_hwcomposer: Purge drm_ from drmdisplaycompositor 6f0030f drm_hwcomposer: Pass resource manager to drmdisplaycompositor c546358 drm_hwcomposer: Add resource manager support 0f5abd7 drm_hwcomposer: Rename DrmResources to DrmDevice 81a295c drm_hwcomposer: Drop -Wno-unused-* build options and remove unused variables 76ca20e drm_hwcomposer: Really fail on CreateComposition failures 78c9f6c drm_hwcomposer: Avoid filling the log with warnings when test compositions fail 6d91c2f Add myself to OWNERS. 7db2096 Fix aosp OWNERS presubmit check. df35a81 drm_hwcomposer: platformhisi: Add support for importing DRM_FORMAT_YVU420 buffers 53cb4ef drm_hwcomposer: platformdrmgeneric: Handle closing gem_handles if we have duplicate handles 1542d29 drm_hwcomposer: Set client composition buffer at the bottom. 4f6c62e drm_hwcomposer: Support assigning planes in ValidateDisplay cff7b1e drm_hwcomposer: remove separate_rects af0d975 drm_hwcomposer: Remove GL compositing support 33fb7b9 Revert "drm_hwcomposer: Cleanup gl precompositor init and provide uses_GL flag" 6493b8c Revert "drm_hwcomposer: Fall back to client compositon if the gl precompostior fails" c660b3d drm_hwcomposer: Try to fix clang-format pipeline 1d224e8 drm_hwcomposer: Remove gralloc from generic code dc1278c drm_hwcomposer: Use GraphicBufferMapper for copy buffer handle 10d90f5 drm_hwcomposer: Ignore context in clang-format-diff acb6303 drm_hwcomposer: vsyncworker: Fix deadlock on exit path 0234678 drm_hwcomposer: Add pass/fail CI step for clang format-diff 4fc1b53 drm_hwcomposer: Add README.md Although we had CONTRIBUTING.md, gitlab didn't really highlight it. So I tried putting this info in the wiki, but that was equally hard to discover. _then_ I thought gitlab pages was the right way to go, but no. d3e5213 drm_hwcomposer: Make sure we check for new 16bit alpha value 1343800 drm_hwcomposer: Use -Werror in external/drm_hwcomposer a4e105e drm_hwcomposer: License NOTICE file and metadata from AOSP 025d0a6 drm_hwcomposer: Use 16 bit value for plane alpha d2ad301 drm_hwcomposer: Remove unused init from HWC1 layer f268ccf drm_hwcomposer: Remove NVIDIA importer header 71edaca drm_hwcomposer: Add platform backend for minigbm af0ff9c drm_hwcomposer: Drop obsolete drm_gralloc include path 104748d drm_hwcomposer: Mark tests as vendor, fix build acc4dcf drm_hwcomposer: Fall back to client compositon if the gl precompostior fails 3b0c69d drm_hwcomposer: Cleanup gl precompositor init and provide uses_GL flag 9057a6f drm_hwcomposer: Use log/log.h instead of cutils/log.h 94bb596 drm_hwcomposer: Andorid.mk : Mark libdrmhwc_utils as vendor module a145024 drm_hwcomposer: drmeventlistener: Set nl_pid to 0 976f69a drm_hwcomposer: vsyncworker: Fix uninitialized enabled_ field d12274d drm_hwcomposer: Rework platformdrmgeneric.cpp to use libdrm's gralloc handle 791cd51 Delete CONTRIBUTING, migrated information to the gitlab wiki 499db60 drm_hwcomposer: Add platformhisi buffer importer for hikey and hikey960 f667f80 drm_hwcomposer: Enable and refactor Separate Rects test c7a6d27 drm_hwcomposer: Fix comment on worker_test 8428e6a drm_hwcomposer: fix check for valid fence fd for in fences b365b79 drm_hwcomposer: Make sure we set the active state when doing modesets 556bedf drm_hwcomposer: Update external connectors list 1b2685c drm_hwcomposer: fix warnings on unused variables and parameters 610d989 drm_hwcomposer: Add HDMI connector as a valid type bd03b99 drm_hwcomposer: correct handling of DRM_MODE_ROTATE_0 60d1d4f drm_hwcomposer: remove unnecessary external includes 17561b0 drm_hwcomposer: make sure primary plane is allocated for squash ee8f45b drm_hwcomposer: fix return values for ValidateDisplay 0f7487f drm_hwcomposer: remove NVIDIA importer aeccd89 platformdrmgeneric: get the gralloc usage directly from the handle 89095cc drm_hwcomposer: use upstream DRM_MODE_{ROTATE, REFLECT} defines ed45a8e drm_hwcomposer: Remove threading a1ade4e drm_hwcomposer: Add out-fence support 0690c1c drm_hwcomposer: Add crtc() fetcher to DrmResources ca0fbba drm_hwcomposer: Add FENCE_OUT_PTR property to DrmCrtc b2bdfd8 drm_hwcomposer: Submit in-fence to DRM a09220c drm_hwcomposer: Add support for IN_FENCE_FD property to DrmPlane 4f7dc9b drm_hwcomposer: move library to /vendor 8ff3ea6 drm_hwcomposer: Add CONTRIBUTING file 1a1cf9b drm_hwcomposer: reorder source layers according to zorder 9880403 drm_hwcomposer: Remove OWNERS ===================================================================== Patchsets applied to https://android-git.linaro.org/git/platform/external/libdrm on top of android-9.0.0_r34 .editorconfig | 4 + .gitignore | 58 +- .gitlab-ci.yml | 159 +++ Android.bp | 2 +- CONTRIBUTING.rst | 105 ++ Makefile.am | 41 +- Makefile.sources | 4 + OWNERS | 5 + README | 41 - README.rst | 61 + RELEASING | 6 +- amdgpu/.editorconfig | 13 + amdgpu/Android.bp | 5 + amdgpu/Android.sources.bp | 5 +- amdgpu/Makefile.am | 6 + amdgpu/Makefile.sources | 9 +- amdgpu/amdgpu-symbol-check | 30 +- amdgpu/amdgpu.h | 420 ++++++- amdgpu/amdgpu_asic_id.c | 161 +++ amdgpu/amdgpu_asic_id.h | 165 --- amdgpu/amdgpu_bo.c | 461 +++++--- amdgpu/amdgpu_cs.c | 363 +++++- amdgpu/amdgpu_device.c | 180 ++- amdgpu/amdgpu_gpu_info.c | 141 ++- amdgpu/amdgpu_internal.h | 54 +- amdgpu/amdgpu_vamgr.c | 200 ++-- amdgpu/amdgpu_vm.c | 50 + amdgpu/handle_table.c | 72 ++ amdgpu/handle_table.h | 41 + amdgpu/meson.build | 65 ++ amdgpu/util_hash.c | 387 ------- amdgpu/util_hash.h | 107 -- amdgpu/util_hash_table.c | 262 ----- amdgpu/util_hash_table.h | 73 -- android/gralloc_handle.h | 111 ++ autogen.sh | 10 +- configure.ac | 98 +- data/Android.mk | 10 + data/Makefile.am | 25 + data/amdgpu.ids | 197 ++++ data/meson.build | 27 + etnaviv/Makefile.am | 2 + etnaviv/Makefile.sources | 1 + etnaviv/etnaviv-symbol-check | 8 + etnaviv/etnaviv_bo.c | 36 +- etnaviv/etnaviv_bo_cache.c | 30 +- etnaviv/etnaviv_cmd_stream.c | 64 +- etnaviv/etnaviv_device.c | 14 +- etnaviv/etnaviv_drm.h | 58 +- etnaviv/etnaviv_drmif.h | 25 + etnaviv/etnaviv_gpu.c | 82 +- etnaviv/etnaviv_perfmon.c | 185 +++ etnaviv/etnaviv_pipe.c | 12 +- etnaviv/etnaviv_priv.h | 47 +- etnaviv/meson.build | 59 + exynos/Makefile.am | 2 + exynos/exynos-symbol-check | 4 +- exynos/exynos_drm.c | 36 +- exynos/exynos_drmif.h | 8 + exynos/exynos_fimg2d.c | 59 +- exynos/exynos_fimg2d.h | 21 +- exynos/fimg2d_reg.h | 21 +- exynos/meson.build | 54 + freedreno/Makefile.am | 3 + freedreno/Makefile.sources | 1 - freedreno/freedreno-symbol-check | 17 +- freedreno/freedreno_bo.c | 94 +- freedreno/freedreno_bo_cache.c | 14 +- freedreno/freedreno_device.c | 24 +- freedreno/freedreno_drmif.h | 7 + freedreno/freedreno_pipe.c | 52 +- freedreno/freedreno_priv.h | 89 +- freedreno/freedreno_ringbuffer.c | 127 +-- freedreno/freedreno_ringbuffer.h | 65 +- freedreno/kgsl/kgsl_bo.c | 6 +- freedreno/kgsl/kgsl_device.c | 6 +- freedreno/kgsl/kgsl_pipe.c | 7 +- freedreno/kgsl/kgsl_priv.h | 4 +- freedreno/kgsl/kgsl_ringbuffer.c | 20 +- freedreno/meson.build | 77 ++ freedreno/msm/msm_bo.c | 17 +- freedreno/msm/msm_device.c | 7 +- freedreno/msm/msm_pipe.c | 57 +- freedreno/msm/msm_priv.h | 42 +- freedreno/msm/msm_ringbuffer.c | 377 ++++--- include/drm/README | 41 +- include/drm/amdgpu_drm.h | 645 ++++++++--- include/drm/drm.h | 108 +- include/drm/drm_fourcc.h | 399 ++++++- include/drm/drm_mode.h | 299 ++++- include/drm/drm_sarea.h | 8 + include/drm/i915_drm.h | 343 +++++- include/drm/mga_drm.h | 12 +- {freedreno/msm => include/drm}/msm_drm.h | 43 +- include/drm/nouveau_class.h | 651 ----------- include/drm/nouveau_drm.h | 171 +-- include/drm/nouveau_ioctl.h | 128 --- include/drm/qxl_drm.h | 84 +- include/drm/r128_drm.h | 10 + include/drm/radeon_drm.h | 128 +-- include/drm/savage_drm.h | 20 +- include/drm/sis_drm.h | 10 + include/drm/tegra_drm.h | 567 +++++++++- include/drm/vc4_drm.h | 140 +++ include/drm/via_drm.h | 8 + include/drm/virtgpu_drm.h | 1 + include/drm/vmwgfx_drm.h | 44 +- intel/Android.sources.bp | 1 + intel/Makefile.am | 2 + intel/Makefile.sources | 2 + intel/i915_pciids.h | 461 ++++++++ intel/intel-symbol-check | 4 +- intel/intel_bufmgr.c | 68 +- intel/intel_bufmgr_fake.c | 20 +- intel/intel_bufmgr_gem.c | 144 +-- intel/intel_chipset.c | 85 ++ intel/intel_chipset.h | 142 +-- intel/intel_decode.c | 25 +- intel/meson.build | 106 ++ intel/mm.c | 4 - intel/mm.h | 4 - intel/test_decode.c | 8 +- libdrm_macros.h | 4 +- libkms/Makefile.am | 2 + libkms/api.c | 20 +- libkms/dumb.c | 4 - libkms/exynos.c | 26 +- libkms/intel.c | 4 - libkms/internal.h | 4 - libkms/kms-symbol-check | 4 +- libkms/linux.c | 14 +- libkms/meson.build | 75 ++ libkms/nouveau.c | 4 - libkms/radeon.c | 4 - libkms/vmwgfx.c | 4 - man/drm-kms.xml | 4 +- man/drm-memory.xml | 4 +- man/drm.xml | 6 +- man/drmAvailable.xml | 4 +- man/drmHandleEvent.xml | 4 +- man/drmModeGetResources.xml | 4 +- man/meson.build | 67 ++ meson.build | 386 +++++++ meson_options.txt | 143 +++ nouveau/Makefile.am | 2 + nouveau/abi16.c | 4 - nouveau/bufctx.c | 14 +- nouveau/meson.build | 59 + nouveau/nouveau-symbol-check | 4 +- nouveau/nouveau.c | 56 +- nouveau/pushbuf.c | 24 +- omap/Android.bp | 12 + omap/Android.sources.bp | 8 + omap/Makefile.am | 2 + omap/meson.build | 54 + omap/omap-symbol-check | 4 +- omap/omap_drm.c | 42 +- radeon/Makefile.am | 2 + radeon/meson.build | 64 ++ radeon/radeon-symbol-check | 4 +- radeon/radeon_bo.c | 31 +- radeon/radeon_bo_gem.c | 19 +- radeon/radeon_cs.c | 27 +- radeon/radeon_cs_gem.c | 7 +- radeon/radeon_cs_space.c | 11 +- radeon/radeon_surface.c | 12 +- rockchip/Android.bp | 13 - rockchip/Makefile.am | 20 - rockchip/libdrm_rockchip.pc.in | 11 - rockchip/rockchip_drm.c | 299 ----- rockchip/rockchip_drm.h | 73 -- rockchip/rockchip_drmif.h | 79 -- tegra/Makefile.am | 4 +- tegra/meson.build | 53 + tegra/private.h | 3 +- tegra/tegra-symbol-check | 11 +- tegra/tegra.c | 85 +- tegra/tegra.h | 5 - tests/Makefile.am | 12 +- tests/amdgpu/.editorconfig | 1 + tests/amdgpu/Makefile.am | 13 +- tests/amdgpu/amdgpu_test.c | 229 +++- tests/amdgpu/amdgpu_test.h | 226 +++- tests/amdgpu/basic_tests.c | 1183 +++++++++++++++----- tests/amdgpu/bo_tests.c | 133 ++- tests/amdgpu/cs_tests.c | 74 +- tests/amdgpu/deadlock_tests.c | 379 +++++++ tests/amdgpu/{uvd_messages.h => decode_messages.h} | 43 +- tests/amdgpu/frame.h | 2 +- tests/amdgpu/meson.build | 34 + tests/amdgpu/uvd_enc_tests.c | 491 ++++++++ tests/amdgpu/uve_ib.h | 527 +++++++++ tests/amdgpu/vce_ib.h | 17 + tests/amdgpu/vce_tests.c | 296 ++++- tests/amdgpu/vcn_tests.c | 404 +++++++ tests/amdgpu/vm_tests.c | 255 +++++ tests/drmdevice.c | 91 +- tests/drmsl.c | 28 +- tests/drmstat.c | 419 ------- tests/etnaviv/Makefile.am | 2 + tests/etnaviv/etnaviv_2d_test.c | 4 - tests/etnaviv/etnaviv_bo_cache_test.c | 4 - tests/etnaviv/meson.build | 45 + tests/etnaviv/write_bmp.c | 4 +- tests/exynos/Makefile.am | 1 + tests/exynos/exynos_fimg2d_event.c | 27 +- tests/exynos/exynos_fimg2d_perf.c | 34 +- tests/exynos/exynos_fimg2d_test.c | 68 +- tests/exynos/meson.build | 54 + tests/kms/Makefile.am | 3 +- tests/kms/kms-steal-crtc.c | 4 - tests/kms/kms-universal-planes.c | 4 - tests/kms/libkms-test-crtc.c | 4 - tests/kms/libkms-test-device.c | 13 +- tests/kms/libkms-test-framebuffer.c | 4 - tests/kms/libkms-test-plane.c | 4 - tests/kms/libkms-test-screen.c | 4 - tests/kms/meson.build | 49 + tests/kmstest/Makefile.am | 1 + tests/kmstest/meson.build | 30 + tests/meson.build | 86 ++ tests/modeprint/Makefile.am | 2 + tests/modeprint/meson.build | 29 + tests/modeprint/modeprint.c | 53 +- tests/modetest/Makefile.am | 1 + tests/modetest/buffers.c | 4 - tests/modetest/cursor.c | 4 - tests/modetest/meson.build | 29 + tests/modetest/modetest.c | 459 +++++++- tests/nouveau/Makefile.am | 1 + tests/nouveau/meson.build | 30 + tests/nouveau/threaded.c | 4 - tests/planetest/Android.bp | 33 - tests/planetest/Android.sources.bp | 24 - tests/planetest/Makefile.am | 30 - tests/planetest/Makefile.sources | 13 - tests/planetest/atomictest.c | 151 --- tests/planetest/bo.c | 234 ---- tests/planetest/bo.h | 34 - tests/planetest/dev.c | 367 ------ tests/planetest/dev.h | 65 -- tests/planetest/modeset.c | 232 ---- tests/planetest/modeset.h | 19 - tests/planetest/planetest.c | 116 -- tests/proptest/Makefile.am | 1 + tests/proptest/meson.build | 28 + tests/radeon/Makefile.am | 1 + tests/radeon/meson.build | 27 + tests/tegra/Makefile.am | 4 +- tests/tegra/meson.build | 27 + tests/tegra/openclose.c | 4 - tests/util/format.c | 4 - tests/util/kms.c | 9 +- tests/util/meson.build | 28 + tests/util/pattern.c | 19 +- tests/vbltest/Makefile.am | 1 + tests/vbltest/meson.build | 28 + tests/vbltest/vbltest.c | 4 - util_math.h | 2 +- vc4/Makefile.am | 1 + vc4/meson.build | 28 + xf86atomic.h | 6 +- xf86drm.c | 863 ++++++++------ xf86drm.h | 34 +- xf86drmHash.c | 27 +- xf86drmMode.c | 549 ++++----- xf86drmMode.h | 52 +- xf86drmRandom.c | 9 +- xf86drmSL.c | 23 +- 269 files changed, 14261 insertions(+), 7778 deletions(-) c816f05b Revert "Convert Android.mk file to Android.bp" 0a98edcf Revert "Make libdrm recovery_available" 681e8606 Update OWNERS for my new LDAP 89d3141e Revert "Revert "Revert "libdrm: Add rotation property fields""" 5bc2a48f Revert "Revert "libdrm: Add rotation property fields"" 38b22bd1 Revert "libdrm: Add rotation property fields" ab1c3749 libdrm: Remove AOSP specific tegra changes (for PixelC) 5888e070 libdrm: Remove AOSP specific rockchip additions 53551454 libdrm: Drop AOSP specific planetest code. b42d5e88 UPSTREAM: freedreno: revert bad freedreno/atomic_ops commits b7a7a903 Bump the version to 2.4.97 f19afaa5 amdgpu: add a faster BO list API 98cff551 amdgpu: update amdgpu_drm.h 93a3ae4b Convert Android.mk file to Android.bp cfab2fc3 amdgpu: update to latest marketing names from 18.50 44829072 Add default code reviewers into OWNERS 403f3c92 README: reflow the project description to improve readability 6d237985 xf86atomic: #undef internal define b541d21a freedreno: remove always-defined #ifdef 597725e9 android: Fix 32-bit app crashing in 64-bit Android 2c02f1e6 gitignore: add _build d8e615f9 gitignore: sort file 866ada1b tests/amdgpu/vcn: fix the nop command in IBs 8f2e0925 libdrm: Use DRM_IOCTL_GET_PCIINFO on DragonFly 200e9e98 xf86drm: implement drmParseSubsystemType for DragonFly ba45adb2 amdgpu/test: Enable deadlock test for CI family (gfx7) b28b8237 amdgpu: add VM test to exercise max/min address space 89700ab0 drm: Attempt to parse SPI devices as platform bus devices. 9b28c5ae Avoid hardcoded strlens in drmParseSubsystemType(). e642f480 tests: skip drmdevice test if the machine doesn't have any drm device 8c1fddc6 meson: fix typo in compiler flag 0f2f38bf xf86drmHash: remove unused loop variable 0be85044 amdgpu/test: Disable deadlock tests for all non gfx8/9 ASICs. b3dec018 amdgpu/test: Add illegal register and memory access test v2 9d07fbf5 doc: Rename README&CONTRIBUTING to .rst 5a3bdc7a Bump to version 2.4.96 f94075c3 freedreno/msm: fix c90 warning b730f5c8 freedreno/kgsl: fix build 032258b7 freedreno/msm: handle ring-reloc to other stateobjs 413a49a0 freedreno/msm: simplify msm_ringbuffer_flush() 880871b3 freedreno/msm: use hashtable to track submit.cmds table 5c4722e9 freedreno/msm: simplify emit_reloc_ring() vfunc 96b62524 freedreno/msm: remove reset of linked rings 09cbccff freedreno: remove deprecated ringmarker API 33faf339 freedreno/msm: support suballocation for stateobj rb's bf001648 freedreno: add flags param for rb creation a8a00619 freedreno: expose refcnt'ing on ringbuffers 566b1d9f freedreno/msm: get rid of ring_bo unref hack f9dadcec xf86drmHash: remove redundant zero init 21f11764 amdgpu/test: Fix deadlock tests for AI and RV v2 eabc4cb3 amdgpu/test: Allow BO mapping flags to be passed in tests f8392583 libdrm: Allow dynamic drm majors on linux 4f1c7653 Bump to version 2.4.95 86326a2c intel: include i915_pciids.h in the tarball 7dea956d Revert "Bump to version 2.4.95" 6e50a309 Bump to version 2.4.95 1b18f508 libdrm: headers: Sync with drm-next e08b7f22 gitlab-ci: pass the correct toggles to configure 5775741d tests/util: Add support for sun4i-drm driver f6b4737e android: make symbols hidden by default 99c3540d *-symbols-check: error out when using unset variables 660643e4 automake: set NM before running the tests 946fa219 CI: Capture test logs as GitLab artifacts 8d44918a modeprint: print encoder type eaed5c88 modeprint: use libutil to lookup strings 4ec31fc3 freedreno: add missing drm_public 07852574 omap: fix symbol annotations ff8cb240 radeon: add missing drm_public exports 4b737cde nouveau: add missing drm_public exports a2920ea6 intel: add missing drm_public exports 1e3fcc49 autotools: make symbols hidden by default ba808253 meson: make symbols hidden by default 67967e9b exynos: annotate public functions d1db9dd2 tegra: annotate public functions 9f452648 radeon: annotate public functions f3f7266d omap: annotate public functions 9a1470fb freedreno: annotate public functions 3441a18c etnaviv: annotate public functions 26f9ce50 libdrm: annotate public functions e15e3a65 amdgpu: annotate public functions d7320bfc nouveau: annotate public functions 6229895c libkms: annotate public functions 36bb0ea4 intel: annotate public functions a9463bdb headers/README: fix/add link to drm-next b46945e2 test/amdgpu: add GDS, GWS and OA tests 864d4501 test/amdgpu: add proper error handling v2 c40bd3cb amdgpu: remove invalid check in amdgpu_bo_alloc 28328298 freedreno: move ring_cache behind fd_bo_del() 3b64b54e freedreno: fix spelling typo 5bd5f7b2 tests/amdgpu: add unaligned VM test 473e2d2e intel: annotate the intel genx helpers as private 7f7c28db gitlab-ci: use templates to deduplicate the build commands c55f1b9b intel: get gen once for gen >= 9 584ca8fe intel: make gen9 use generic gen macro bf9df763 intel: make gen10 use generic gen macro 8e7eb3bc intel: make gen11 use generic gen macro 4e81d4f9 intel: add generic functions to check PCI ID 9030a0f4 xf86drm: rename "real_path" to "pci_path" 56499531 xf86drm: merge get_normal_pci_path() into get_real_pci_path() b06d71bb Fix build with -std=c11 4a9030dc add gitlab-ci builds of libdrm 4d87c2e2 Add basic CONTRIBUTING file 580bd83f amdgpu: amdgpu_bo_inc_ref don't return dummy int 937d62ea amdgpu: add amdgpu_bo_inc_ref() function. f1772510 amdgpu: add error return value for finding bo by cpu mapping (v2) f3d90e8d amdgpu-symbol-check: Add amdgpu_find_bo_by_cpu_mapping bcb9d976 xf86drm: fallback to normal path when realpath fails 8389c545 Bump to version 2.4.94 f0c642e8 libdrm: add msm drm uapi header f31fd57c amdgpu: add a function to create amdgpu bo internally (v4) 3d8b6ea6 amdgpu: free flink bo in bo import c6493f36 amdgpu: Eliminate void* arithmetic in amdgpu_find_bo_by_cpu_mapping cc472c5b amdgpu: Disable deadlock test suite for RV bc4c9f44 amdgpu: fix off by one in handle_table_insert 1e12c16d amdgpu: Use uint32_t i in amdgpu_find_bo_by_cpu_mapping 6e300317 intel: Add a new CFL PCI ID. 879d7c02 freedreno: fix use-after-free with stateobj rb's a43940eb freedreno: don't leak stateobj rb refs f4f61e5e tests/amdgpu: add test for finding bo by CPU mapping 4d454424 amdgpu: add a function to find bo by cpu mapping (v2) f49dccbb amdgpu: add bo from user memory to handle table f693c468 tests/util: Add support for stm module 649d4e60 libdrm: Fix amdgpu build failure 93220283 tests/modetest: Add atomic support cbf0bb7f amdgpu: always add all BOs to handle table d6cb0ee4 amdgpu: remove the hash table implementation 9a38e850 amdgpu: use handle table for flink names bde850bc amdgpu: use handle table for KMS handles 52370cc6 amdgpu: add handle table implementation v2 7aa1a511 amdgpu: stop using the hash table for fd_tab 87fdbfb6 configure.ac: bump version to 2.4.93 716ab859 freedreno/msm: "stateobj" support 04190a91 freedreno: slight reordering 2932a031 freedreno: small cleanup fcbf206a freedreno: add fd_ringbuffer_new_object() 4519db23 xf86drm: Fix error path in drmGetDevice2 9c979e0e amdgpu: add amdgpu_bo_handle_type_kms_noimport 68bd236a drmdevice: print the correct host1x information 8a3a8c15 drmdevice: convert the tabbed output into a tree 33b03572 tests/drmdevice: add a couple of printf headers c64dc00f tests/drmdevices: install alongside other utilities 3988580e xf86drm: Add drmDevice support for virtio_gpu a0290013 xf86drm: introduce a get_real_pci_path() helper 95b262f0 xf86drm: Allocate drmDevicePtr's on stack f808fee9 xf86drm: Fold drmDevice processing into process_device() helper 56e72d3f xf86drm: introduce drm_device_has_rdev() helper 7f52a0eb xf86drm: drmGetDevice2: error out if the fd has unknown subsys d9aac04d Make libdrm recovery_available 4fa33e45 amdgpu: make sure to set CLOEXEC on duplicated FDs 7e450102 Revert "amdgpu: don't call add_handle_to_table for KMS BO exports" fe0488aa amdgpu: don't call add_handle_to_table for KMS BO exports 7164abeb intel: Introducing Amber Lake platform 591c1d72 intel: Introducing Whiskey Lake platform 22b3efbe freedreno: add user ptr to fd_ringbuffer ad03011f omap: Add DRM_RDWR flag to dmabuf export c1f2d9b9 amdgpu: Destroy fd_hash table when the last device is removed. 52ef6fba amdgpu/util_hash_table: Add helper function to count the number of entries in hash table 712fa0f3 amdgpu: Take a lock before removing devices from fd_tab hash table. 35615697 Always pass O_CLOEXEC when opening DRM file descriptors f34b6942 xf86drm: Be sure to closedir before return cb592ac8 bump version for release c5a65681 freedreno: add fd_pipe refcounting 75514059 libdrm: Add rotation property fields dffc3a32 libdrm: amdgpu: Fix Android.bp build issues a428014f libdrm: amdgpu: Initialize unions with memset rather than "= {0}" 1ac3ecde intel: add support for ICL 11 898243f4 libdrm: Switch to Android.bp for omap driver 843b2390 libdrm: planetest/atomictest: Fix up build issue missed in rebasing bc9c7890 amdgpu: Deinitialize vamgr_high{,_32} 50426f3e Intel: Add a Kaby Lake PCI ID d4b4c514 amdgpu: enlarge the maximum number of cards supported 915c5fa5 Android.bp: Add include exports for android dir cb850ceb tests/amdgpu: add vce mv tests support and sets 35affe89 libdrm: gralloc_handle.h: Fix build issue with Android 8ec043ec headers: Update README 8e535dd2 headers: Sync with drm-next 2fa58c77 headers: sync up amdgpu_drm.h with drm-next 4dfa4589 Revert "libdrm: intel/Android.mk: Filter libdrm_intel library requirements on x86/x86_64" bb0fd5f3 intel: Do not use libpciaccess on Android 00aa3744 xf86drmMode: merge successive mutually-exclusive #ifs bb45ce4e libdrm: Use readdir instead of readdir_r to avoid build warnings 32ee9c0e android: Add missing include exports d930ef82 omap: add Android build support b81d44d5 libdrm: amdgpu: Adding DRM_RDWR flag in amdgpu_bo_export 361d4bff meson: drop unnecessary variable edaca475 meson: move line to allow using `config` earlier 56f6d3d4 meson: drop unneeded dependency to libudev 0926f0af meson,configure: include config.h automatically 431f1a14 meson: replace `if(compiles) have=true` with `have=compiles` 07585200 meson,configure: always define UDEV e8d3d885 meson,configure: always define HAVE_VISIBILITY 1a44bbae meson,configure: always define HAVE_OPEN_MEMSTREAM 32e0370e tests: fix memory leak issue ed07718a libdrm: intel/Android.mk: Filter libdrm_intel library requirements on x86/x86_64 dff690ac tests/exynos: remove dead condition a58490de meson: detect alloca.h 2bd461e3 meson: make it easy to add headers to check 0663dbd3 meson: don't use compiler.has_header 5236de6c meson: use pkg-config to detect libatomic_ops a5329cd9 drm/amdgpu: Remove IB count checking 666d59d8 Revert "amdgpu:support 16 ibs per submit for PAL/SRIOV" 924f856a amdgpu:support 16 ibs per submit for PAL/SRIOV 28370370 freedreno: add missing symbols to symbol-check 45eee3fd drm/atomic: Refuse to add invalid objects to requests 7b123817 intel/intel_chipset.h: Sync Cannonlake IDs. 85ae22af bump version for release 7a58c21f meson: add configuration summary a1a13d20 tests/amdgpu: Fix misspellings of "suite" 1f6a85cc test/amdgpu: disable bo eviction test by default bca585b0 amdgpu: fix "add AMDGPU_VA_RANGE_HIGH" ff0da7b3 amdgpu: add AMDGPU_VA_RANGE_HIGH cd8a8049 amdgpu: mostly revert "use the high VA range if possible v2" 1384c081 freedreno: add interface to get buffer address 4f08bfe9 *-symbol-check: Don't hard-code nm executable 009634e4 android: fix gralloc_handle_create() problems 86c62e49 android: add helper to convert buffer_handle_t to gralloc_handle_t ptr 652bcea5 android: fix mis-named alloc_handle_t 5db7bf41 android: revert making handle magic and version members const 9eb6c8a6 meson/configure.ac: pthread-stubs not present on OpenBSD 9411f8ea meson: do not use cairo/valgrind if disabled 33a2851a amdgpu: Fix mistake in initial hole size calculation. ab5aaf6c drm/tegra: Sanitize format modifiers b3c4c79e drm/fourcc: Fix fourcc_mod_code() definition e87a8792 RELEASING: mention meson a05f5ac3 meson: bump the version number 36c816fb configure.ac: bump version to 2.4.90 e75e0ea2 android: Change gralloc_handle_t members to be fixed width 8e00d5ff android: Remove member name from gralloc_handle_t ed0ed55f android: Mark gralloc_handle_t magic variable as const 76cd0af3 android: Add version variable to gralloc_handle_t a4b6fd65 android: Move gralloc handle struct to libdrm 03f80b9f amdgpu: Add amdgpu_query_sw_info to amdgpu-symbol-check ad5b702f amdgpu: add amdgpu_query_sw_info for querying high bits of 32-bit address space deb59781 meson: include headers in root directory in ext_libdrm 69f9faee amdgpu: clean up non list code path for vamgr v2 fa35b51f Revert "amdgpu: clean up non list code path for vamgr" 09642c07 tests/amdgpu: add bo eviction test 41b94a3f amdgpu: clean up non list code path for vamgr d07be74a amdgpu: fix inefficient vamgr algorithm bde3b9b6 fix return value for syncobj wait b1e63d9e drm: Fix 32-bit drmSyncobjWait. 9e34ad59 meson: fix libdrm_nouveau pkgconfig include directories 10e85a8b tests/amdgpu: add missing config.h include ba17673e meson,configure: turn undefined preprocessor tokens warnings into errors 440e6ad0 exynos/tests: use #ifdef for never-defined token 0db36bde configure: always define HAVE_LIBDRM_ATOMIC_PRIMITIVES and HAVE_LIB_ATOMIC_OPS 7797751c xf86drmHash: remove always-false #if guards 75758d2c meson,configure: add warning when using undefined preprocessor tokens 8177d73b meson: cleanup whitespace 2d50a404 xf86atomic: fix -Wundef warning 5457e008 meson: sort HAVE_* defines 1d7bbf85 always define HAVE_VALGRIND d2b0a4ec always define HAVE_CAIRO ec53f480 always define HAVE_FREEDRENO_KGSL ee47329b meson,configure: always define HAVE_{INTEL,VMWGFX,NOUVEAU,EXYNOS,VC4,RADEON} 540827cc meson,configure: remove unused HAVE_ETNAVIV define 2cd9105d meson,configure: remove unused HAVE_FREEDRENO define 052ef66f meson,configure: remove unused HAVE_TEGRA define de9be0be meson,configure: remove unused HAVE_OMAP define c56db628 configure: remove unused HAVE_INSTALL_TESTS define a7434d36 configure: remove unused HAVE_CUNIT define 52689eeb meson: add missing HAVE_RADEON 44867b0e tests/etnaviv: drop unused `return 0` 28052ad5 tests/util: drop unused parameters 256cdc02 tests/util: fix signed/unsigned comparisons 80f33f45 tests/amdgpu: drop unused variables c6fcd176 tests/amdgpu: add parentheses to make operation priority explicit 089d4545 remove unnecessary double-semicolon 6f0f6cee freedreno: clamp priority based on # of rings 82aef5f0 amdgpu: Disable VM test suite by default for SI ASICs 8e75f5a1 amdgpu: Disable deadlock test suite by default for SI ASICs 429bb582 amdgpu: Fix segfault in deadlock test. 5e239f3e amdgpu: Update deadlock test to not assert on ECANCELED 5df93671 meson: set the minimum version correctly 7e28d73a meson: set proper pkg-config version for libdrm_freedreno 6736ad45 modetest: Fix to check return value of asprintf() 1cc17744 amdgpu: fix high VA mask 3509e7cd meson: fix the install path of amdgpu.ids 032bb3b1 amdgpu: Symlink .editorconfig to tests/amdgpu 6fe93b80 amdgpu: Don't dereference device_handle after amdgpu_device_deinitialize 57d3d4c9 amdgpu: Don't print error message if parse_one_line returned -EAGAIN fd9bcb73 README: Add note about meson cc86cbfb autotools: Include meson.build files in tarball 5f7deb50 Add meson build system f115de81 tests/amdgpu: execute copy linear on all the available rings cbbb8a33 tests/amdgpu: execute const fill on all the available rings 168dbe9a tests/amdgpu: execute write linear on all the available rings d3cb5883 intel: Add more Coffeelake PCI IDs de807d1a test/amdgpu: fix compiler warnings 07ea20d5 amdgpu: use the high VA range if possible v2 0a3c01f4 headers: sync up amdgpu_drm.h with drm-next a8e436de amdgpu: fix 32bit VA manager max address ad3152fa amdgpu: fix not to add amdgpu.ids when building without amdgpu 831036a6 configure.ac: bump version for release d4331dda drm: Add CrtcGetSequence and CrtcQueueSequence IOCTLs [v2] c4171535 drm: Add drm mode lease ioctl wrappers [v3] 5889f6ba amdgpu: Add syncobj reset & signal wrappers. 1abccedc drm: Add drmSyncobjReset & drmSyncobjSignal wrappers. 7d984e60 etnaviv: fix BO cache to properly work with different flags 4f8e4268 tests/amdgpu: Add return CUE_SUCCESS to suite_vcn_tests_clean. 6a6b7432 etnaviv: support performance monitor requests 305c1d11 etnaviv: add permon support 8d8ab981 etnaviv: sync uapi header 7f299394 amdgpu: Remove dummy CU_ASSERT_EQUAL. 47419a14 amdgpu.ids: Refresh from AMD 17.40 release f05a2b4c amdgpu: Only remember the device's marketing name 5219809a amdgpu: Simplify error handling in parse_one_line 85c6b0b0 amdgpu: Clean up amdgpu_parse_asic_ids error handling bc21168f amdgpu: Add explicit dependency test. f71e9510 amdgpu: Add amdgpu_cs_create_syncobj2 to amdgpu-symbol-check 1749d56e amdgpu: Adding amdgpu_cs_create_syncobj2 to create syncobj as signaled initially aeab24aa amdgpu: Dynamicly disable BO suite "Metadata" test. 1a129004 amdgpu: Switch amdgpu CS tests enabling to the new way. 0ab36daf Android: disable warnings causing errors 18ffe485 amdgpu: Disable deadlock test suite for Vega 10 9ad9b7e9 amdgpu: Add memory over allocation test. 818a0d42 amdgpu: Move memory alloc tests in bo suite. 806d0803 amdgpu: Use new suite/test disabling functionality. 86421942 amdgpu: Add functions to disable suites and tests. 21885876 headers: Drop outdated node about a delta in drm_mode.h. f696698e headers: Sync up kernel changes to use kernel types instead of stdint.h. 59808bca headers: Sync up mga_drm.h from drm-next. 8affa269 headers: Sync up some comment spelling and whitespace fixes from drm-next. 8d34bba2 headers: Sync up some header guard changes from drm-next. e38de517 headers: Sync vc4 header from drm-next. 931f0196 Revert "amdgpu: fix 32bit VA manager max address" 0c2481ed Revert "amdgpu: use the high VA range if possible" 6c0ea4b0 amdgpu: use the high VA range if possible 944f6665 amdgpu: fix 32bit VA manager max address a844925c amdgpu: sanitize 64bit VA manager 4b4ccaac amdpgu: fix coding style in amdgpu_vamgr.c cfe0ae53 freedreno: add the API fd_pipe_new2 to the symbol test be40710f exynos: change the license to X11/MIT 7064b2ea freedreno: submit-queue context priority 62e0767b freedreno: sync uapi header (driver version 1.3.0) 2fe4c07b configure.ac: bump version for release f3091bac amdgpu: Fix wrappers for AMDGPU_VM IOCTL. b617f059 configure.ac: bump version for release 76c325ee amdgpu: fix 32-bit build a4b487cd configure.ac: bump version for release 33dcc29f amdgpu: Add VMID reservation per GPU context test. 9b38ea82 amdgpu: Add wrappers for AMDGPU_VM IOCTL. 61ff9779 drm/syncobj: fix some whitespace issues 0d889201 drm: sync drm headers from drm-next. e580be90 configure.ac: bump version to 2.4.85 f5797474 amdgpu: add padding to the fence to handle ioctl 09be5412 Add const qualifier to arguments of drmModeAddFB2() 35bc82ce amdgpu: implement context priority for amdgpu_cs_ctx_create2 v3 bcae7226 headers: Sync amdgpu_drm.h with drm-next ba68d7bf modetest: Allow full testing of primary planes 511c71c8 modetest: Decode IN_FORMATS plane blob property 290d29d9 configure.ac: bump version to 2.4.84 c74d4614 amdgpu: add amdgpu_cs_fence_to_handle 59aa57b3 amdgpu: add amdgpu_cs_syncobj_wait 2048a9e7 drm: add drmSyncobjWait wrapper b6e24501 amdgpu: add sync_file import and export functions ad4df736 include: sync drm.h and amdgpu_drm.h with airlied/drm-next d27fd2d0 headers: sync syncobj ioctl defines. 96513391 headers: sync DRM_MODE_ROTATE/REFLECT defines from kernel v4.14-rc1 011fd913 Android: move libraries to /vendor 2ecafcae tests/amdgpu: fix uvd enc data corruption issue 657b0943 tests/amdgpu: add new uvd enc support check 670db97d amdgpu: Add deadlock detection test suit. 736ef0b6 amdgpu: make userptr unit test more interesting 1dd84e01 amdgpu: print error messages when amdgpu_device_initialize is failing 7c711886 intel: Change a KBL pci id to GT2 from GT1.5 76418c24 freedreno/kgsl: fix pointer-to-int cast 6dca9387 etnaviv: prevent deadlock in error path d55d0804 amdgpu: Do not write beyond allocated memory when parsing ids 05a830d3 tests/amdgpu: add missing header to SOURCES f19dbb79 configure.ac: Bump version to 2.4.83 99d3f825 etnaviv: fix etna_bo_from_name a0531e76 android: amdgpu: fix build break e5ce5c68 android: add rules to build amdgpu.ids 20138ea9 drmsltest: Check expected neighbours 9d133dd0 tests/amdgpu: add uvd encode unit tests 7ec689a5 drm: Pull new modifier uapi into drm_fourcc and drm_mode 687d2507 amdgpu: merge and cleanup amdgpu_bo_free 2a89ae5d amdgpu: fix race issue between two bo functions(v2) 4d244155 amdgpu: fix missing mutex unlock before return ceb70a6b freedreno: prevent deadlock in error path 6338e452 freedreno/msm: remove dead error path ac2b806c freedreno: remove dead error path e2b6785c test/amdgpu: fix test failure for SI 4d0e05eb tests/amdgpu: bypass VCE tests on raven 517df5f5 tests/amdgpu: bypass UVD CS tests on raven 0167e683 amdgpu: Add FX-9800P Bristol Ridge iGPU id 053ad384 radeon: add fallthrough annotation 3876bc24 xf86drm: continue with next device if drmProcessUsbDevice fails 5226b527 xf86drm: continue after drmProcessPlatformDevice failure 23e234a3 configure.ac: bump version for release e12af382 amdgpu: add new symbols to tests. 22790a65 drm/amdgpu: add new low overhead command submission API. (v2) 69532d01 drm/amdgpu: add syncobj create/destroy/import/export apis ac214017 Remove redundant memclear 2393acd1 etnaviv: submit full struct drm_etnaviv_gem_submit 68da7812 intel/intel_chipset: Move IS_9XX below IS_GEN10. 3095cc8e intel: add GEN10 to IS_9XX. 5c490bd6 intel/gen10: Add missed gen10 stuff 80201d70 intel: Add Cannonlake PCI IDs for Y-skus. 6b624bf3 intel: Add Cannonlake PCI IDs for U-skus. 4c98652c intel: PCI Ids for U SKU in CFL 2b48faf3 intel: PCI Ids for H SKU in CFL 0733f376 intel: PCI Ids for S SKU in CFL fc492279 libdrm: add drm syncobj create/destroy/import/export 3832374d drm: update drm.h to latest in drm-next. 92b5b308 amdgpu: sync amdgpu_drm with kernel. b9549c95 headers: Update drm_fourcc and vc4_drm.h with new VC4 tiling UAPI. 7e6bf88c amdgpu: move asic id table to a separate file 87dac00d amdgpu: Add .editorconfig file for amdgpu coding style 57d67d55 tests/amdgpu: s/uvd_messages.h/decode_messages.h/ in Makefile.am b6f450e0 tests/amdgpu: Fix device_id option 16444e10 tests/amdgpu: implement vcn dec unit tests c1f5eea5 tests/amdgpu: add vcn tests support and sets 01096f21 tests/amdgpu: move decode sum to common 1851f1b5 tests/amdgpu: separate decode messages ec65d198 tests/amdgpu: rename uvd messages to decode messages 48aac8c6 headers: sync drm_sarea.h with airlied/drm-next 1b8db177 headers: sync drm_fourcc.h with airlied/drm-next ce9e3ba6 Android: fix missing trailing \ bbe99879 Android's major/minor/makedev live in 81312f37 Bump version to 2.4.81 eeb51df3 amdgpu/drm: add AMDGPU_HW_IP_VCN_ENC 5faee772 amdgpu/drm: add AMDGPU_HW_IP_VCN_DEC 3f457d2a amdgpu: add raven family id 41be41f9 amdgpu: add missing extern "C" headers a2fa2e08 Fix stray caller of drmCompareDevices 7040fea0 configure: Fix the check 7c27cd7c Export drmDevicesEqual 00aa2c18 amdgpu: Use the canonical form in branch predicate 2ee1fd24 Add the DPI encoder/connector types to KMS utils. d75a7ef1 Add pl111 as a KMS driver for utils. 691a2157 modetest: fix printing of fourcc on BE machines 7cfcd5ef amdgpu/: concisely && consistently check null ptrs in canonical form 90c30458 amdgpu: add a test for amdgpu_cs_wait_fences d8d45a49 amdgpu: add the interface of waiting multiple fences f4585380 freedreno: fix double-free on exit f02719c5 configure.ac: bump version for release 2f902a68 etnaviv: add fence fd support 26e51e41 etnaviv: sync uapi header 3f1df25e intel: remove dead code 47521438 exynos: add C++ support to exynos_drmif header c9c77c37 configure.ac: bump version for release 047aba16 amdgpu: allow to query GPU sensor related information 1142f9b3 configure.ac: bump version for release 890d43a6 Add CRTC ID to vblank event e379c6a1 Headers: Sync drm{,_mode}.h with the kernel 0010d312 configure.ac: pthread-stubs is not a thing on GNU/kFreeBSD 10ca5e13 man: fix bug report instructions (third time's the charm) 294be261 man: fix bug report instructions (for real this time) 33312e42 man: fix bug report instruction 64423a70 man/drm(7): fix typo e61e9998 configure.ac: bump the version to 2.4.77 63120172 configure.ac: bring back pthread-stubs check 6796859f tests/etnaviv: link against libdrm e5053343 tegra: update symbol-check 51a514c4 Android: disable pointer-arith and enum-conversion c4d673ac Android: fix building of modetest and proptest 7b806e87 xf86drm: remove memory leaks in drmGetBusid/drmGetReservedContextList 2dc30dd5 tests/exynos: fix invalid code of error path in g2d test a398adba tests/exynos: remove unused-function build warning 762be6c2 exynos/fimg2d: remove unused-function build warning c9ef5c4a exynos: fix type-punned pointer build warning f5995751 amdgpu: add amdgpu_bo_va_op_raw to the symbol check eead5911 amdgpu: add REPLACE and CLEAR checking for VA op (v2) 0a4626fe headers: the uint*_t vs. __u* discrepancy in amdgpu_drm is fixed f104148e headers: sync amdgpu_drm.h from airlied/drm-next 4e369f25 amdgpu: add amdgpu_bo_va_op_raw 18fbd7f0 etnaviv: remove struct etna_specs 8d61a9a9 configure.ac: bump version for release c7b5aaeb amdgpu_drm: add AMDGPU_HW_IP_UVD_ENC f684bb10 amdgpu: stop reading CC_RB_BACKEND_DISABLE on Vega10 a784c38a tests/amdgpu: add Polaris12 support for cs test f810e31b tests/amdgpu: add vce unit test support for vega10 5a44f9e6 tests/amdgpu: add uvd unit test support for vega10 fee173dc tests/amdgpu: fix the count number for vega10 99908bfd amdgpu: don't read registers not present on Vega10 c34b28ae amdgpu: update amdgpu_drm.h for Vega10 3dc002df amdgpu: sync amdgpu_drm.h with kernel 4.11-rc2 a07ae97c freedreno: fix device close issues d0dae26c freedreno: valgrind support b983b054 configure: Explicitly check for pkg-config at the top level 2b7453f4 freedreno: fix potential use-after-free on a5xx+ 19c4cfc5 intel: Add handle to hashtable before freeing along an error path 5ee9cb4b intel: avoid null pointer dereference 1bf96af5 autogen.sh: run git commands in the (potentially) git dir a6cdfa5c autogen.sh: don't print old git-config values f6499b11 headers: add explicit note against local changes in the README ec80fd36 intel: Move 48b support to bo_gem->kflags e0f05b2f intel: Move is_softpin to obj->kflags fe7cb34e amdgpu: vamgr can be a struct instead of a pointer 067e9a1d amdgpu: vamgr_32 can be a struct instead of a pointer 7a03cdf6 amdgpu: Free/uninit vamgr_32 in theoretically correct order 07edf5d9 Remove unused tests/drmstat.c ===================================================================== Patchsets applied to https://android-git.linaro.org/git/platform/frameworks/base on top of android-9.0.0_r34 cmds/incident_helper/src/parsers/PageTypeInfoParser.cpp | 9 ++------- cmds/incident_helper/testdata/pagetypeinfo.txt | 4 ++-- cmds/incident_helper/tests/PageTypeInfoParser_test.cpp | 4 ++-- .../com/android/server/wallpaper/WallpaperManagerService.java | 9 +++++---- 4 files changed, 11 insertions(+), 15 deletions(-) bac6fedd6d7 Update PageTypeInfoParser to be less restrictive. 2155ca3ca94 Workaround for wallpaper not shown correctly problem ===================================================================== Patchsets applied to https://android-git.linaro.org/git/platform/hardware/interfaces on top of android-9.0.0_r34 compatibility_matrices/compatibility_matrix.legacy.xml | 2 ++ 1 file changed, 2 insertions(+) 62d9495a6 temp: compatibility_matrices: added 4.19 kernel support ===================================================================== Patchsets applied to https://android-git.linaro.org/git/platform/prebuilts/clang/host/linux-x86 on top of android-9.0.0_r34 clang-r349610/AndroidVersion.txt | 2 + clang-r349610/MODULE_LICENSE_BSD_LIKE | 0 clang-r349610/MODULE_LICENSE_MIT | 0 clang-r349610/NOTICE | 680 + clang-r349610/bin/bisect_driver.py | 337 + clang-r349610/bin/clang | 186 + clang-r349610/bin/clang++ | 186 + clang-r349610/bin/clang++.real | 1 + clang-r349610/bin/clang-8 | Bin 0 -> 58422904 bytes clang-r349610/bin/clang-check | Bin 0 -> 40518552 bytes clang-r349610/bin/clang-format | Bin 0 -> 1682768 bytes clang-r349610/bin/clang-tidy | 186 + clang-r349610/bin/clang-tidy.real | Bin 0 -> 28438168 bytes clang-r349610/bin/clang.real | 1 + clang-r349610/bin/git-clang-format | 580 + clang-r349610/bin/ld.lld | 1 + clang-r349610/bin/ld64.lld | 1 + clang-r349610/bin/lld | Bin 0 -> 32491184 bytes clang-r349610/bin/lld-link | 1 + clang-r349610/bin/llvm-ar | Bin 0 -> 10871456 bytes clang-r349610/bin/llvm-as | Bin 0 -> 2379368 bytes clang-r349610/bin/llvm-cfi-verify | Bin 0 -> 11251136 bytes clang-r349610/bin/llvm-config | Bin 0 -> 162952 bytes clang-r349610/bin/llvm-cov | Bin 0 -> 2792872 bytes clang-r349610/bin/llvm-dis | Bin 0 -> 1695096 bytes clang-r349610/bin/llvm-link | Bin 0 -> 2801456 bytes clang-r349610/bin/llvm-modextract | Bin 0 -> 2178600 bytes clang-r349610/bin/llvm-nm | Bin 0 -> 8928760 bytes clang-r349610/bin/llvm-objcopy | Bin 0 -> 2514336 bytes clang-r349610/bin/llvm-objdump | Bin 0 -> 10957080 bytes clang-r349610/bin/llvm-profdata | Bin 0 -> 1219952 bytes clang-r349610/bin/llvm-readobj | Bin 0 -> 3456432 bytes clang-r349610/bin/llvm-strip | 1 + clang-r349610/bin/llvm-symbolizer | Bin 0 -> 2760096 bytes clang-r349610/bin/sancov | Bin 0 -> 9317856 bytes clang-r349610/bin/sanstats | Bin 0 -> 2727264 bytes clang-r349610/bin/scan-build | 1930 + clang-r349610/bin/scan-view | 148 + clang-r349610/include/c++/v1/__bit_reference | 1281 + .../include/c++/v1/__bsd_locale_defaults.h | 37 + .../include/c++/v1/__bsd_locale_fallbacks.h | 140 + clang-r349610/include/c++/v1/__config | 1429 + clang-r349610/include/c++/v1/__cxxabi_config.h | 73 + clang-r349610/include/c++/v1/__debug | 302 + clang-r349610/include/c++/v1/__errc | 218 + clang-r349610/include/c++/v1/__functional_03 | 1592 + clang-r349610/include/c++/v1/__functional_base | 653 + clang-r349610/include/c++/v1/__functional_base_03 | 224 + clang-r349610/include/c++/v1/__hash_table | 2913 + clang-r349610/include/c++/v1/__libcpp_version | 1 + clang-r349610/include/c++/v1/__locale | 1523 + clang-r349610/include/c++/v1/__mutex_base | 440 + clang-r349610/include/c++/v1/__node_handle | 210 + clang-r349610/include/c++/v1/__nullptr | 62 + clang-r349610/include/c++/v1/__split_buffer | 637 + clang-r349610/include/c++/v1/__sso_allocator | 77 + clang-r349610/include/c++/v1/__std_stream | 362 + clang-r349610/include/c++/v1/__string | 974 + clang-r349610/include/c++/v1/__threading_support | 402 + clang-r349610/include/c++/v1/__tree | 2879 + clang-r349610/include/c++/v1/__tuple | 556 + clang-r349610/include/c++/v1/__undef_macros | 34 + clang-r349610/include/c++/v1/algorithm | 5710 ++ clang-r349610/include/c++/v1/any | 672 + clang-r349610/include/c++/v1/array | 486 + clang-r349610/include/c++/v1/atomic | 1888 + clang-r349610/include/c++/v1/bit | 158 + clang-r349610/include/c++/v1/bitset | 1110 + clang-r349610/include/c++/v1/cassert | 25 + clang-r349610/include/c++/v1/ccomplex | 29 + clang-r349610/include/c++/v1/cctype | 121 + clang-r349610/include/c++/v1/cerrno | 33 + clang-r349610/include/c++/v1/cfenv | 82 + clang-r349610/include/c++/v1/cfloat | 80 + clang-r349610/include/c++/v1/charconv | 617 + clang-r349610/include/c++/v1/chrono | 2694 + clang-r349610/include/c++/v1/cinttypes | 258 + clang-r349610/include/c++/v1/ciso646 | 25 + clang-r349610/include/c++/v1/climits | 48 + clang-r349610/include/c++/v1/clocale | 55 + clang-r349610/include/c++/v1/cmath | 612 + clang-r349610/include/c++/v1/codecvt | 550 + clang-r349610/include/c++/v1/compare | 679 + clang-r349610/include/c++/v1/complex | 1496 + clang-r349610/include/c++/v1/complex.h | 37 + clang-r349610/include/c++/v1/condition_variable | 269 + clang-r349610/include/c++/v1/csetjmp | 48 + clang-r349610/include/c++/v1/csignal | 58 + clang-r349610/include/c++/v1/cstdarg | 48 + clang-r349610/include/c++/v1/cstdbool | 32 + clang-r349610/include/c++/v1/cstddef | 114 + clang-r349610/include/c++/v1/cstdint | 191 + clang-r349610/include/c++/v1/cstdio | 172 + clang-r349610/include/c++/v1/cstdlib | 164 + clang-r349610/include/c++/v1/cstring | 97 + clang-r349610/include/c++/v1/ctgmath | 29 + clang-r349610/include/c++/v1/ctime | 82 + clang-r349610/include/c++/v1/ctype.h | 60 + clang-r349610/include/c++/v1/cwchar | 193 + clang-r349610/include/c++/v1/cwctype | 87 + clang-r349610/include/c++/v1/cxxabi.h | 177 + clang-r349610/include/c++/v1/deque | 2953 + clang-r349610/include/c++/v1/errno.h | 398 + clang-r349610/include/c++/v1/exception | 338 + clang-r349610/include/c++/v1/experimental/__config | 74 + clang-r349610/include/c++/v1/experimental/__memory | 90 + .../include/c++/v1/experimental/algorithm | 60 + clang-r349610/include/c++/v1/experimental/any | 11 + clang-r349610/include/c++/v1/experimental/chrono | 11 + .../include/c++/v1/experimental/coroutine | 336 + clang-r349610/include/c++/v1/experimental/deque | 47 + .../include/c++/v1/experimental/filesystem | 257 + .../include/c++/v1/experimental/forward_list | 47 + .../include/c++/v1/experimental/functional | 462 + clang-r349610/include/c++/v1/experimental/iterator | 114 + clang-r349610/include/c++/v1/experimental/list | 47 + clang-r349610/include/c++/v1/experimental/map | 57 + .../include/c++/v1/experimental/memory_resource | 427 + clang-r349610/include/c++/v1/experimental/numeric | 11 + clang-r349610/include/c++/v1/experimental/optional | 11 + .../include/c++/v1/experimental/propagate_const | 579 + clang-r349610/include/c++/v1/experimental/ratio | 11 + clang-r349610/include/c++/v1/experimental/regex | 62 + clang-r349610/include/c++/v1/experimental/set | 57 + clang-r349610/include/c++/v1/experimental/simd | 1570 + clang-r349610/include/c++/v1/experimental/string | 62 + .../include/c++/v1/experimental/string_view | 11 + .../include/c++/v1/experimental/system_error | 11 + clang-r349610/include/c++/v1/experimental/tuple | 11 + .../include/c++/v1/experimental/type_traits | 155 + .../include/c++/v1/experimental/unordered_map | 65 + .../include/c++/v1/experimental/unordered_set | 59 + clang-r349610/include/c++/v1/experimental/utility | 47 + clang-r349610/include/c++/v1/experimental/vector | 47 + clang-r349610/include/c++/v1/ext/__hash | 135 + clang-r349610/include/c++/v1/ext/hash_map | 984 + clang-r349610/include/c++/v1/ext/hash_set | 663 + clang-r349610/include/c++/v1/filesystem | 2679 + clang-r349610/include/c++/v1/float.h | 94 + clang-r349610/include/c++/v1/forward_list | 1768 + clang-r349610/include/c++/v1/fstream | 1764 + clang-r349610/include/c++/v1/functional | 2970 + clang-r349610/include/c++/v1/future | 2613 + clang-r349610/include/c++/v1/initializer_list | 118 + clang-r349610/include/c++/v1/inttypes.h | 258 + clang-r349610/include/c++/v1/iomanip | 671 + clang-r349610/include/c++/v1/ios | 1048 + clang-r349610/include/c++/v1/iosfwd | 221 + clang-r349610/include/c++/v1/iostream | 64 + clang-r349610/include/c++/v1/istream | 1518 + clang-r349610/include/c++/v1/iterator | 1903 + clang-r349610/include/c++/v1/limits | 819 + clang-r349610/include/c++/v1/limits.h | 65 + clang-r349610/include/c++/v1/list | 2474 + clang-r349610/include/c++/v1/locale | 4354 ++ clang-r349610/include/c++/v1/locale.h | 45 + clang-r349610/include/c++/v1/map | 2178 + clang-r349610/include/c++/v1/math.h | 1531 + clang-r349610/include/c++/v1/memory | 5662 ++ clang-r349610/include/c++/v1/module.modulemap | 605 + clang-r349610/include/c++/v1/mutex | 703 + clang-r349610/include/c++/v1/new | 358 + clang-r349610/include/c++/v1/numeric | 527 + clang-r349610/include/c++/v1/optional | 1414 + clang-r349610/include/c++/v1/ostream | 1103 + clang-r349610/include/c++/v1/queue | 804 + clang-r349610/include/c++/v1/random | 6744 ++ clang-r349610/include/c++/v1/ratio | 533 + clang-r349610/include/c++/v1/regex | 6619 ++ clang-r349610/include/c++/v1/scoped_allocator | 684 + clang-r349610/include/c++/v1/set | 1417 + clang-r349610/include/c++/v1/setjmp.h | 45 + clang-r349610/include/c++/v1/shared_mutex | 509 + clang-r349610/include/c++/v1/span | 564 + clang-r349610/include/c++/v1/sstream | 986 + clang-r349610/include/c++/v1/stack | 322 + clang-r349610/include/c++/v1/stdbool.h | 39 + clang-r349610/include/c++/v1/stddef.h | 63 + clang-r349610/include/c++/v1/stdexcept | 278 + clang-r349610/include/c++/v1/stdint.h | 121 + clang-r349610/include/c++/v1/stdio.h | 120 + clang-r349610/include/c++/v1/stdlib.h | 126 + clang-r349610/include/c++/v1/streambuf | 501 + clang-r349610/include/c++/v1/string | 4380 ++ clang-r349610/include/c++/v1/string.h | 110 + clang-r349610/include/c++/v1/string_view | 834 + clang-r349610/include/c++/v1/strstream | 400 + .../include/c++/v1/support/android/locale_bionic.h | 68 + .../include/c++/v1/support/fuchsia/xlocale.h | 23 + clang-r349610/include/c++/v1/support/ibm/limits.h | 99 + .../include/c++/v1/support/ibm/locale_mgmt_aix.h | 85 + clang-r349610/include/c++/v1/support/ibm/support.h | 54 + clang-r349610/include/c++/v1/support/ibm/xlocale.h | 271 + .../include/c++/v1/support/musl/xlocale.h | 58 + .../include/c++/v1/support/newlib/xlocale.h | 28 + .../include/c++/v1/support/solaris/floatingpoint.h | 14 + .../include/c++/v1/support/solaris/wchar.h | 47 + .../include/c++/v1/support/solaris/xlocale.h | 77 + .../c++/v1/support/win32/limits_msvc_win32.h | 72 + .../include/c++/v1/support/win32/locale_win32.h | 199 + .../c++/v1/support/xlocale/__nop_locale_mgmt.h | 52 + .../c++/v1/support/xlocale/__posix_l_fallback.h | 165 + .../c++/v1/support/xlocale/__strtonum_fallback.h | 67 + .../include/c++/v1/support/xlocale/xlocale.h | 0 clang-r349610/include/c++/v1/system_error | 487 + clang-r349610/include/c++/v1/tgmath.h | 37 + clang-r349610/include/c++/v1/thread | 484 + clang-r349610/include/c++/v1/tuple | 1395 + clang-r349610/include/c++/v1/type_traits | 4863 ++ clang-r349610/include/c++/v1/typeindex | 103 + clang-r349610/include/c++/v1/typeinfo | 240 + clang-r349610/include/c++/v1/unordered_map | 2300 + clang-r349610/include/c++/v1/unordered_set | 1555 + clang-r349610/include/c++/v1/utility | 1624 + clang-r349610/include/c++/v1/valarray | 4930 ++ clang-r349610/include/c++/v1/variant | 1616 + clang-r349610/include/c++/v1/vector | 3432 + clang-r349610/include/c++/v1/version | 128 + clang-r349610/include/c++/v1/wchar.h | 182 + clang-r349610/include/c++/v1/wctype.h | 79 + clang-r349610/include/clang-c/BuildSystem.h | 156 + .../include/clang-c/CXCompilationDatabase.h | 176 + clang-r349610/include/clang-c/CXErrorCode.h | 64 + clang-r349610/include/clang-c/CXString.h | 71 + clang-r349610/include/clang-c/Documentation.h | 554 + clang-r349610/include/clang-c/Index.h | 6718 ++ clang-r349610/include/clang-c/Platform.h | 45 + clang-r349610/include/clang/ARCMigrate/ARCMT.h | 131 + .../include/clang/ARCMigrate/ARCMTActions.h | 77 + .../include/clang/ARCMigrate/FileRemapper.h | 77 + clang-r349610/include/clang/AST/APValue.h | 516 + clang-r349610/include/clang/AST/AST.h | 28 + clang-r349610/include/clang/AST/ASTConsumer.h | 146 + clang-r349610/include/clang/AST/ASTContext.h | 3062 + clang-r349610/include/clang/AST/ASTDiagnostic.h | 37 + clang-r349610/include/clang/AST/ASTDumperUtils.h | 181 + clang-r349610/include/clang/AST/ASTFwd.h | 33 + clang-r349610/include/clang/AST/ASTImporter.h | 453 + .../include/clang/AST/ASTImporterLookupTable.h | 75 + clang-r349610/include/clang/AST/ASTLambda.h | 80 + .../include/clang/AST/ASTMutationListener.h | 152 + .../include/clang/AST/ASTStructuralEquivalence.h | 134 + clang-r349610/include/clang/AST/ASTTypeTraits.h | 517 + clang-r349610/include/clang/AST/ASTUnresolvedSet.h | 117 + clang-r349610/include/clang/AST/ASTVector.h | 410 + clang-r349610/include/clang/AST/Attr.h | 350 + clang-r349610/include/clang/AST/AttrDump.inc | 1395 + clang-r349610/include/clang/AST/AttrImpl.inc | 12264 +++ clang-r349610/include/clang/AST/AttrIterator.h | 148 + clang-r349610/include/clang/AST/AttrVisitor.inc | 4212 ++ clang-r349610/include/clang/AST/Attrs.inc | 9919 +++ clang-r349610/include/clang/AST/Availability.h | 63 + clang-r349610/include/clang/AST/BaseSubobject.h | 90 + clang-r349610/include/clang/AST/BuiltinTypes.def | 327 + clang-r349610/include/clang/AST/CXXInheritance.h | 378 + clang-r349610/include/clang/AST/CanonicalType.h | 687 + clang-r349610/include/clang/AST/CharUnits.h | 247 + clang-r349610/include/clang/AST/Comment.h | 1137 + .../include/clang/AST/CommentBriefParser.h | 55 + .../include/clang/AST/CommentCommandInfo.inc | 800 + .../include/clang/AST/CommentCommandList.inc | 131 + .../include/clang/AST/CommentCommandTraits.h | 189 + .../include/clang/AST/CommentDiagnostic.h | 16 + .../AST/CommentHTMLNamedCharacterReferences.inc | 815 + .../include/clang/AST/CommentHTMLTags.inc | 228 + .../clang/AST/CommentHTMLTagsProperties.inc | 104 + clang-r349610/include/clang/AST/CommentLexer.h | 364 + clang-r349610/include/clang/AST/CommentNodes.inc | 123 + clang-r349610/include/clang/AST/CommentParser.h | 123 + clang-r349610/include/clang/AST/CommentSema.h | 258 + clang-r349610/include/clang/AST/CommentVisitor.h | 70 + .../include/clang/AST/ComparisonCategories.h | 243 + clang-r349610/include/clang/AST/DataCollection.h | 65 + clang-r349610/include/clang/AST/Decl.h | 4350 ++ clang-r349610/include/clang/AST/DeclAccessPair.h | 72 + clang-r349610/include/clang/AST/DeclBase.h | 2526 + clang-r349610/include/clang/AST/DeclCXX.h | 3948 + .../include/clang/AST/DeclContextInternals.h | 265 + clang-r349610/include/clang/AST/DeclFriend.h | 260 + clang-r349610/include/clang/AST/DeclGroup.h | 156 + clang-r349610/include/clang/AST/DeclLookups.h | 105 + clang-r349610/include/clang/AST/DeclNodes.inc | 595 + clang-r349610/include/clang/AST/DeclObjC.h | 2891 + clang-r349610/include/clang/AST/DeclOpenMP.h | 315 + clang-r349610/include/clang/AST/DeclTemplate.h | 3035 + clang-r349610/include/clang/AST/DeclVisitor.h | 79 + clang-r349610/include/clang/AST/DeclarationName.h | 867 + .../include/clang/AST/DependentDiagnostic.h | 191 + .../include/clang/AST/EvaluatedExprVisitor.h | 129 + clang-r349610/include/clang/AST/Expr.h | 5551 ++ clang-r349610/include/clang/AST/ExprCXX.h | 4422 ++ clang-r349610/include/clang/AST/ExprObjC.h | 1676 + clang-r349610/include/clang/AST/ExprOpenMP.h | 129 + .../include/clang/AST/ExternalASTMerger.h | 176 + .../include/clang/AST/ExternalASTSource.h | 616 + clang-r349610/include/clang/AST/FormatString.h | 752 + clang-r349610/include/clang/AST/GlobalDecl.h | 152 + clang-r349610/include/clang/AST/LambdaCapture.h | 142 + .../AST/LexicallyOrderedRecursiveASTVisitor.h | 164 + clang-r349610/include/clang/AST/LocInfoType.h | 61 + clang-r349610/include/clang/AST/Mangle.h | 248 + .../include/clang/AST/MangleNumberingContext.h | 59 + clang-r349610/include/clang/AST/NSAPI.h | 271 + .../include/clang/AST/NestedNameSpecifier.h | 525 + .../include/clang/AST/NonTrivialTypeVisitor.h | 113 + clang-r349610/include/clang/AST/ODRHash.h | 101 + clang-r349610/include/clang/AST/OSLog.h | 161 + clang-r349610/include/clang/AST/OpenMPClause.h | 5366 ++ clang-r349610/include/clang/AST/OperationKinds.def | 421 + clang-r349610/include/clang/AST/OperationKinds.h | 51 + clang-r349610/include/clang/AST/ParentMap.h | 67 + .../include/clang/AST/PrettyDeclStackTrace.h | 47 + clang-r349610/include/clang/AST/PrettyPrinter.h | 237 + clang-r349610/include/clang/AST/QualTypeNames.h | 91 + clang-r349610/include/clang/AST/RawCommentList.h | 215 + clang-r349610/include/clang/AST/RecordLayout.h | 324 + .../include/clang/AST/RecursiveASTVisitor.h | 3287 + clang-r349610/include/clang/AST/Redeclarable.h | 406 + .../include/clang/AST/SelectorLocationsKind.h | 83 + clang-r349610/include/clang/AST/Stmt.h | 3101 + clang-r349610/include/clang/AST/StmtCXX.h | 490 + .../include/clang/AST/StmtDataCollectors.inc | 220 + clang-r349610/include/clang/AST/StmtGraphTraits.h | 78 + clang-r349610/include/clang/AST/StmtIterator.h | 158 + clang-r349610/include/clang/AST/StmtNodes.inc | 1303 + clang-r349610/include/clang/AST/StmtObjC.h | 377 + clang-r349610/include/clang/AST/StmtOpenMP.h | 4083 + clang-r349610/include/clang/AST/StmtVisitor.h | 198 + clang-r349610/include/clang/AST/TemplateBase.h | 701 + clang-r349610/include/clang/AST/TemplateName.h | 543 + clang-r349610/include/clang/AST/TextNodeDumper.h | 87 + clang-r349610/include/clang/AST/Type.h | 6835 ++ clang-r349610/include/clang/AST/TypeLoc.h | 2301 + clang-r349610/include/clang/AST/TypeLocNodes.def | 41 + clang-r349610/include/clang/AST/TypeLocVisitor.h | 62 + clang-r349610/include/clang/AST/TypeNodes.def | 135 + clang-r349610/include/clang/AST/TypeOrdering.h | 79 + clang-r349610/include/clang/AST/TypeVisitor.h | 95 + clang-r349610/include/clang/AST/UnresolvedSet.h | 152 + clang-r349610/include/clang/AST/VTTBuilder.h | 165 + clang-r349610/include/clang/AST/VTableBuilder.h | 580 + .../include/clang/ASTMatchers/ASTMatchFinder.h | 316 + .../include/clang/ASTMatchers/ASTMatchers.h | 6316 ++ .../clang/ASTMatchers/ASTMatchersInternal.h | 1824 + .../include/clang/ASTMatchers/ASTMatchersMacros.h | 444 + .../clang/ASTMatchers/Dynamic/Diagnostics.h | 185 + .../include/clang/ASTMatchers/Dynamic/Parser.h | 265 + .../include/clang/ASTMatchers/Dynamic/Registry.h | 136 + .../clang/ASTMatchers/Dynamic/VariantValue.h | 349 + .../Analysis/Analyses/CFGReachabilityAnalysis.h | 51 + .../include/clang/Analysis/Analyses/Consumed.h | 273 + .../include/clang/Analysis/Analyses/Dominators.h | 202 + .../clang/Analysis/Analyses/ExprMutationAnalyzer.h | 96 + .../clang/Analysis/Analyses/LiveVariables.h | 123 + .../clang/Analysis/Analyses/PostOrderCFGView.h | 117 + .../clang/Analysis/Analyses/ReachableCode.h | 69 + .../include/clang/Analysis/Analyses/ThreadSafety.h | 249 + .../clang/Analysis/Analyses/ThreadSafetyCommon.h | 521 + .../clang/Analysis/Analyses/ThreadSafetyLogical.h | 108 + .../clang/Analysis/Analyses/ThreadSafetyOps.def | 57 + .../clang/Analysis/Analyses/ThreadSafetyTIL.h | 1911 + .../clang/Analysis/Analyses/ThreadSafetyTraverse.h | 932 + .../clang/Analysis/Analyses/ThreadSafetyUtil.h | 358 + .../clang/Analysis/Analyses/UninitializedValues.h | 132 + .../include/clang/Analysis/AnalysisDeclContext.h | 518 + .../include/clang/Analysis/AnalysisDiagnostic.h | 15 + clang-r349610/include/clang/Analysis/BodyFarm.h | 54 + clang-r349610/include/clang/Analysis/CFG.h | 1339 + clang-r349610/include/clang/Analysis/CFGStmtMap.h | 50 + clang-r349610/include/clang/Analysis/CallGraph.h | 259 + .../include/clang/Analysis/CloneDetection.h | 447 + .../include/clang/Analysis/CodeInjector.h | 46 + .../include/clang/Analysis/ConstructionContext.h | 660 + .../Analysis/DomainSpecific/CocoaConventions.h | 42 + .../clang/Analysis/DomainSpecific/ObjCNoReturn.h | 46 + .../clang/Analysis/FlowSensitive/DataflowValues.h | 172 + .../include/clang/Analysis/ProgramPoint.h | 786 + .../include/clang/Analysis/SelectorExtras.h | 37 + .../include/clang/Analysis/Support/BumpVector.h | 257 + clang-r349610/include/clang/Basic/ABI.h | 211 + clang-r349610/include/clang/Basic/AddressSpaces.h | 74 + .../include/clang/Basic/AlignedAllocation.h | 44 + clang-r349610/include/clang/Basic/AllDiagnostics.h | 42 + .../include/clang/Basic/AttrHasAttributeImpl.inc | 816 + clang-r349610/include/clang/Basic/AttrKinds.h | 34 + clang-r349610/include/clang/Basic/AttrList.inc | 325 + .../include/clang/Basic/AttrSubMatchRulesList.inc | 40 + .../include/clang/Basic/AttrSubjectMatchRules.h | 32 + clang-r349610/include/clang/Basic/Attributes.h | 43 + clang-r349610/include/clang/Basic/BitmaskEnum.h | 25 + clang-r349610/include/clang/Basic/Builtins.def | 1524 + clang-r349610/include/clang/Basic/Builtins.h | 252 + .../include/clang/Basic/BuiltinsAArch64.def | 213 + .../include/clang/Basic/BuiltinsAMDGPU.def | 171 + clang-r349610/include/clang/Basic/BuiltinsARM.def | 333 + .../include/clang/Basic/BuiltinsHexagon.def | 1818 + clang-r349610/include/clang/Basic/BuiltinsLe64.def | 19 + clang-r349610/include/clang/Basic/BuiltinsMips.def | 900 + clang-r349610/include/clang/Basic/BuiltinsNEON.def | 22 + .../include/clang/Basic/BuiltinsNVPTX.def | 676 + .../include/clang/Basic/BuiltinsNios2.def | 70 + clang-r349610/include/clang/Basic/BuiltinsPPC.def | 481 + .../include/clang/Basic/BuiltinsSystemZ.def | 281 + .../include/clang/Basic/BuiltinsWebAssembly.def | 112 + clang-r349610/include/clang/Basic/BuiltinsX86.def | 1922 + .../include/clang/Basic/BuiltinsX86_64.def | 109 + .../include/clang/Basic/BuiltinsXCore.def | 22 + clang-r349610/include/clang/Basic/CapturedStmt.h | 25 + clang-r349610/include/clang/Basic/CharInfo.h | 199 + .../include/clang/Basic/CodeGenOptions.def | 366 + clang-r349610/include/clang/Basic/CodeGenOptions.h | 331 + clang-r349610/include/clang/Basic/CommentOptions.h | 39 + clang-r349610/include/clang/Basic/Cuda.h | 109 + .../include/clang/Basic/DebugInfoOptions.h | 45 + clang-r349610/include/clang/Basic/Diagnostic.h | 1591 + clang-r349610/include/clang/Basic/DiagnosticAST.h | 29 + .../include/clang/Basic/DiagnosticASTKinds.inc | 131 + .../include/clang/Basic/DiagnosticAnalysis.h | 29 + .../clang/Basic/DiagnosticAnalysisKinds.inc | 5 + .../include/clang/Basic/DiagnosticCategories.h | 26 + .../include/clang/Basic/DiagnosticComment.h | 29 + .../include/clang/Basic/DiagnosticCommentKinds.inc | 39 + .../include/clang/Basic/DiagnosticCommonKinds.inc | 114 + .../include/clang/Basic/DiagnosticCrossTU.h | 29 + .../include/clang/Basic/DiagnosticCrossTUKinds.inc | 9 + .../include/clang/Basic/DiagnosticDriver.h | 29 + .../include/clang/Basic/DiagnosticDriverKinds.inc | 176 + .../include/clang/Basic/DiagnosticError.h | 61 + .../include/clang/Basic/DiagnosticFrontend.h | 29 + .../clang/Basic/DiagnosticFrontendKinds.inc | 113 + .../include/clang/Basic/DiagnosticGroups.inc | 1833 + clang-r349610/include/clang/Basic/DiagnosticIDs.h | 342 + .../include/clang/Basic/DiagnosticIndexName.inc | 4853 ++ clang-r349610/include/clang/Basic/DiagnosticLex.h | 29 + .../include/clang/Basic/DiagnosticLexKinds.inc | 329 + .../include/clang/Basic/DiagnosticOptions.def | 102 + .../include/clang/Basic/DiagnosticOptions.h | 129 + .../include/clang/Basic/DiagnosticParse.h | 29 + .../include/clang/Basic/DiagnosticParseKinds.inc | 484 + .../include/clang/Basic/DiagnosticRefactoring.h | 29 + .../clang/Basic/DiagnosticRefactoringKinds.inc | 11 + clang-r349610/include/clang/Basic/DiagnosticSema.h | 29 + .../include/clang/Basic/DiagnosticSemaKinds.inc | 3435 + .../include/clang/Basic/DiagnosticSerialization.h | 29 + .../clang/Basic/DiagnosticSerializationKinds.inc | 67 + .../clang/Basic/ExceptionSpecificationType.h | 67 + .../include/clang/Basic/ExpressionTraits.h | 26 + clang-r349610/include/clang/Basic/Features.def | 245 + clang-r349610/include/clang/Basic/FileManager.h | 297 + .../include/clang/Basic/FileSystemOptions.h | 32 + .../include/clang/Basic/FileSystemStatCache.h | 148 + clang-r349610/include/clang/Basic/FixedPoint.h | 138 + .../include/clang/Basic/IdentifierTable.h | 988 + clang-r349610/include/clang/Basic/LLVM.h | 89 + clang-r349610/include/clang/Basic/Lambda.h | 44 + clang-r349610/include/clang/Basic/LangOptions.def | 327 + clang-r349610/include/clang/Basic/LangOptions.h | 376 + clang-r349610/include/clang/Basic/Linkage.h | 129 + clang-r349610/include/clang/Basic/MacroBuilder.h | 48 + .../include/clang/Basic/MemoryBufferCache.h | 80 + clang-r349610/include/clang/Basic/Module.h | 652 + clang-r349610/include/clang/Basic/ObjCRuntime.h | 402 + .../include/clang/Basic/OpenCLExtensionTypes.def | 41 + .../include/clang/Basic/OpenCLExtensions.def | 94 + .../include/clang/Basic/OpenCLImageTypes.def | 88 + clang-r349610/include/clang/Basic/OpenCLOptions.h | 138 + clang-r349610/include/clang/Basic/OpenMPKinds.def | 947 + clang-r349610/include/clang/Basic/OpenMPKinds.h | 262 + .../include/clang/Basic/OperatorKinds.def | 108 + clang-r349610/include/clang/Basic/OperatorKinds.h | 36 + .../include/clang/Basic/OperatorPrecedence.h | 53 + .../include/clang/Basic/PartialDiagnostic.h | 423 + clang-r349610/include/clang/Basic/PlistSupport.h | 138 + clang-r349610/include/clang/Basic/PragmaKinds.h | 31 + .../include/clang/Basic/PrettyStackTrace.h | 38 + .../include/clang/Basic/SanitizerBlacklist.h | 47 + .../include/clang/Basic/SanitizerSpecialCaseList.h | 54 + clang-r349610/include/clang/Basic/Sanitizers.def | 184 + clang-r349610/include/clang/Basic/Sanitizers.h | 93 + clang-r349610/include/clang/Basic/SourceLocation.h | 482 + clang-r349610/include/clang/Basic/SourceManager.h | 1855 + .../include/clang/Basic/SourceManagerInternals.h | 134 + clang-r349610/include/clang/Basic/Specifiers.h | 331 + clang-r349610/include/clang/Basic/Stack.h | 27 + clang-r349610/include/clang/Basic/SyncScope.h | 154 + clang-r349610/include/clang/Basic/TargetBuiltins.h | 215 + clang-r349610/include/clang/Basic/TargetCXXABI.h | 346 + clang-r349610/include/clang/Basic/TargetInfo.h | 1359 + clang-r349610/include/clang/Basic/TargetOptions.h | 84 + clang-r349610/include/clang/Basic/TemplateKinds.h | 52 + clang-r349610/include/clang/Basic/TokenKinds.def | 841 + clang-r349610/include/clang/Basic/TokenKinds.h | 105 + clang-r349610/include/clang/Basic/TypeTraits.h | 111 + clang-r349610/include/clang/Basic/Version.h | 62 + clang-r349610/include/clang/Basic/Version.inc | 5 + clang-r349610/include/clang/Basic/Visibility.h | 146 + clang-r349610/include/clang/Basic/X86Target.def | 340 + clang-r349610/include/clang/Basic/XRayInstr.h | 72 + clang-r349610/include/clang/Basic/XRayLists.h | 56 + clang-r349610/include/clang/Basic/arm_fp16.inc | 110 + clang-r349610/include/clang/Basic/arm_neon.inc | 1248 + clang-r349610/include/clang/CodeGen/BackendUtil.h | 56 + .../include/clang/CodeGen/CGFunctionInfo.h | 730 + .../include/clang/CodeGen/CodeGenABITypes.h | 91 + .../include/clang/CodeGen/CodeGenAction.h | 122 + .../include/clang/CodeGen/ConstantInitBuilder.h | 561 + .../include/clang/CodeGen/ConstantInitFuture.h | 109 + .../include/clang/CodeGen/ModuleBuilder.h | 106 + .../CodeGen/ObjectFilePCHContainerOperations.h | 43 + .../include/clang/CodeGen/SwiftCallingConv.h | 185 + clang-r349610/include/clang/Config/config.h | 83 + .../include/clang/CrossTU/CrossTUDiagnostic.h | 15 + .../include/clang/CrossTU/CrossTranslationUnit.h | 174 + clang-r349610/include/clang/Driver/Action.h | 620 + clang-r349610/include/clang/Driver/Compilation.h | 312 + clang-r349610/include/clang/Driver/DarwinSDKInfo.h | 42 + clang-r349610/include/clang/Driver/Distro.h | 132 + clang-r349610/include/clang/Driver/Driver.h | 595 + .../include/clang/Driver/DriverDiagnostic.h | 15 + clang-r349610/include/clang/Driver/Job.h | 205 + clang-r349610/include/clang/Driver/Multilib.h | 197 + clang-r349610/include/clang/Driver/Options.h | 55 + clang-r349610/include/clang/Driver/Options.inc | 3553 + clang-r349610/include/clang/Driver/Phases.h | 37 + clang-r349610/include/clang/Driver/SanitizerArgs.h | 92 + clang-r349610/include/clang/Driver/Tool.h | 151 + clang-r349610/include/clang/Driver/ToolChain.h | 587 + clang-r349610/include/clang/Driver/Types.def | 105 + clang-r349610/include/clang/Driver/Types.h | 117 + clang-r349610/include/clang/Driver/Util.h | 32 + clang-r349610/include/clang/Driver/XRayArgs.h | 49 + clang-r349610/include/clang/Edit/Commit.h | 155 + clang-r349610/include/clang/Edit/EditedSource.h | 118 + clang-r349610/include/clang/Edit/EditsReceiver.h | 34 + clang-r349610/include/clang/Edit/FileOffset.h | 66 + clang-r349610/include/clang/Edit/Rewriters.h | 40 + clang-r349610/include/clang/Format/Format.h | 2077 + .../include/clang/Frontend/ASTConsumers.h | 55 + clang-r349610/include/clang/Frontend/ASTUnit.h | 892 + .../clang/Frontend/ChainedDiagnosticConsumer.h | 72 + .../include/clang/Frontend/CommandLineSourceLoc.h | 133 + .../include/clang/Frontend/CompilerInstance.h | 822 + .../include/clang/Frontend/CompilerInvocation.h | 236 + .../clang/Frontend/DependencyOutputOptions.h | 75 + .../include/clang/Frontend/DiagnosticRenderer.h | 164 + .../include/clang/Frontend/FrontendAction.h | 330 + .../include/clang/Frontend/FrontendActions.h | 278 + .../include/clang/Frontend/FrontendDiagnostic.h | 15 + .../include/clang/Frontend/FrontendOptions.h | 459 + .../clang/Frontend/FrontendPluginRegistry.h | 27 + .../include/clang/Frontend/LangStandard.h | 114 + .../include/clang/Frontend/LangStandards.def | 180 + .../include/clang/Frontend/LayoutOverrideSource.h | 63 + .../include/clang/Frontend/LogDiagnosticPrinter.h | 85 + .../include/clang/Frontend/MigratorOptions.h | 31 + .../include/clang/Frontend/MultiplexConsumer.h | 88 + .../clang/Frontend/PCHContainerOperations.h | 15 + .../include/clang/Frontend/PrecompiledPreamble.h | 310 + .../clang/Frontend/PreprocessorOutputOptions.h | 45 + .../clang/Frontend/SerializedDiagnosticPrinter.h | 43 + .../clang/Frontend/SerializedDiagnosticReader.h | 139 + .../include/clang/Frontend/SerializedDiagnostics.h | 59 + .../include/clang/Frontend/TextDiagnostic.h | 115 + .../include/clang/Frontend/TextDiagnosticBuffer.h | 64 + .../include/clang/Frontend/TextDiagnosticPrinter.h | 58 + clang-r349610/include/clang/Frontend/Utils.h | 234 + .../clang/Frontend/VerifyDiagnosticConsumer.h | 287 + clang-r349610/include/clang/FrontendTool/Utils.h | 39 + .../include/clang/Index/CodegenNameGenerator.h | 52 + clang-r349610/include/clang/Index/CommentToXML.h | 47 + .../include/clang/Index/IndexDataConsumer.h | 67 + clang-r349610/include/clang/Index/IndexSymbol.h | 168 + clang-r349610/include/clang/Index/IndexingAction.h | 78 + clang-r349610/include/clang/Index/USRGeneration.h | 102 + .../include/clang/Lex/CodeCompletionHandler.h | 78 + clang-r349610/include/clang/Lex/DirectoryLookup.h | 200 + .../include/clang/Lex/ExternalPreprocessorSource.h | 48 + clang-r349610/include/clang/Lex/HeaderMap.h | 91 + clang-r349610/include/clang/Lex/HeaderMapTypes.h | 43 + clang-r349610/include/clang/Lex/HeaderSearch.h | 775 + .../include/clang/Lex/HeaderSearchOptions.h | 239 + clang-r349610/include/clang/Lex/LexDiagnostic.h | 15 + clang-r349610/include/clang/Lex/Lexer.h | 755 + clang-r349610/include/clang/Lex/LiteralSupport.h | 285 + clang-r349610/include/clang/Lex/MacroArgs.h | 147 + clang-r349610/include/clang/Lex/MacroInfo.h | 611 + clang-r349610/include/clang/Lex/ModuleLoader.h | 183 + clang-r349610/include/clang/Lex/ModuleMap.h | 686 + .../include/clang/Lex/MultipleIncludeOpt.h | 181 + clang-r349610/include/clang/Lex/PPCallbacks.h | 564 + .../clang/Lex/PPConditionalDirectiveRecord.h | 103 + clang-r349610/include/clang/Lex/Pragma.h | 123 + .../include/clang/Lex/PreprocessingRecord.h | 574 + clang-r349610/include/clang/Lex/Preprocessor.h | 2223 + .../include/clang/Lex/PreprocessorLexer.h | 188 + .../include/clang/Lex/PreprocessorOptions.h | 210 + clang-r349610/include/clang/Lex/ScratchBuffer.h | 45 + clang-r349610/include/clang/Lex/Token.h | 337 + .../include/clang/Lex/TokenConcatenation.h | 72 + clang-r349610/include/clang/Lex/TokenLexer.h | 242 + .../include/clang/Lex/VariadicMacroSupport.h | 226 + .../clang/Parse/AttrParserStringSwitches.inc | 116 + .../AttrSubMatchRulesParserStringSwitches.inc | 88 + clang-r349610/include/clang/Parse/LoopHint.h | 45 + clang-r349610/include/clang/Parse/ParseAST.h | 52 + .../include/clang/Parse/ParseDiagnostic.h | 15 + clang-r349610/include/clang/Parse/Parser.h | 3004 + .../include/clang/Parse/RAIIObjectsForParser.h | 466 + .../include/clang/Rewrite/Core/DeltaTree.h | 51 + .../include/clang/Rewrite/Core/HTMLRewrite.h | 82 + .../include/clang/Rewrite/Core/RewriteBuffer.h | 118 + .../include/clang/Rewrite/Core/RewriteRope.h | 215 + .../include/clang/Rewrite/Core/Rewriter.h | 197 + .../include/clang/Rewrite/Core/TokenRewriter.h | 81 + .../include/clang/Rewrite/Frontend/ASTConsumers.h | 49 + .../include/clang/Rewrite/Frontend/FixItRewriter.h | 135 + .../clang/Rewrite/Frontend/FrontendActions.h | 86 + .../include/clang/Rewrite/Frontend/Rewriters.h | 35 + .../include/clang/Sema/AnalysisBasedWarnings.h | 103 + .../include/clang/Sema/AttrParsedAttrImpl.inc | 3181 + .../include/clang/Sema/AttrParsedAttrKinds.inc | 4101 ++ .../include/clang/Sema/AttrParsedAttrList.inc | 267 + .../include/clang/Sema/AttrSpellingListIndex.inc | 2042 + .../include/clang/Sema/AttrTemplateInstantiate.inc | 2080 + .../include/clang/Sema/CXXFieldCollector.h | 80 + clang-r349610/include/clang/Sema/CleanupInfo.h | 47 + .../include/clang/Sema/CodeCompleteConsumer.h | 1216 + .../include/clang/Sema/CodeCompleteOptions.h | 56 + clang-r349610/include/clang/Sema/DeclSpec.h | 2578 + .../include/clang/Sema/DelayedDiagnostic.h | 338 + clang-r349610/include/clang/Sema/Designator.h | 210 + .../include/clang/Sema/ExternalSemaSource.h | 234 + .../include/clang/Sema/IdentifierResolver.h | 206 + clang-r349610/include/clang/Sema/Initialization.h | 1394 + clang-r349610/include/clang/Sema/Lookup.h | 813 + .../clang/Sema/MultiplexExternalSemaSource.h | 363 + clang-r349610/include/clang/Sema/ObjCMethodList.h | 62 + clang-r349610/include/clang/Sema/Overload.h | 1008 + clang-r349610/include/clang/Sema/Ownership.h | 304 + clang-r349610/include/clang/Sema/ParsedAttr.h | 1011 + clang-r349610/include/clang/Sema/ParsedTemplate.h | 245 + clang-r349610/include/clang/Sema/Scope.h | 500 + clang-r349610/include/clang/Sema/ScopeInfo.h | 1020 + clang-r349610/include/clang/Sema/Sema.h | 10924 +++ clang-r349610/include/clang/Sema/SemaConsumer.h | 48 + clang-r349610/include/clang/Sema/SemaDiagnostic.h | 15 + clang-r349610/include/clang/Sema/SemaFixItUtils.h | 91 + clang-r349610/include/clang/Sema/SemaInternal.h | 372 + clang-r349610/include/clang/Sema/SemaLambda.h | 40 + clang-r349610/include/clang/Sema/Template.h | 569 + .../include/clang/Sema/TemplateDeduction.h | 352 + .../include/clang/Sema/TemplateInstCallback.h | 83 + clang-r349610/include/clang/Sema/TypoCorrection.h | 392 + clang-r349610/include/clang/Sema/Weak.h | 46 + .../include/clang/Serialization/ASTBitCodes.h | 2140 + .../Serialization/ASTDeserializationListener.h | 62 + .../include/clang/Serialization/ASTReader.h | 2698 + .../include/clang/Serialization/ASTWriter.h | 1011 + .../include/clang/Serialization/AttrPCHRead.inc | 2612 + .../include/clang/Serialization/AttrPCHWrite.inc | 2027 + .../clang/Serialization/ContinuousRangeMap.h | 142 + .../clang/Serialization/GlobalModuleIndex.h | 204 + clang-r349610/include/clang/Serialization/Module.h | 490 + .../clang/Serialization/ModuleFileExtension.h | 149 + .../include/clang/Serialization/ModuleManager.h | 328 + .../clang/Serialization/PCHContainerOperations.h | 117 + .../clang/Serialization/SerializationDiagnostic.h | 15 + .../Checkers/BuiltinCheckerRegistration.h | 37 + .../clang/StaticAnalyzer/Checkers/Checkers.inc | 191 + .../clang/StaticAnalyzer/Checkers/LocalCheckers.h | 28 + .../Checkers/MPIFunctionClassifier.h | 97 + .../clang/StaticAnalyzer/Checkers/SValExplainer.h | 248 + .../include/clang/StaticAnalyzer/Core/Analyses.def | 60 + .../clang/StaticAnalyzer/Core/AnalyzerOptions.def | 377 + .../clang/StaticAnalyzer/Core/AnalyzerOptions.h | 365 + .../StaticAnalyzer/Core/BugReporter/BugReporter.h | 600 + .../Core/BugReporter/BugReporterVisitors.h | 371 + .../StaticAnalyzer/Core/BugReporter/BugType.h | 90 + .../Core/BugReporter/CommonBugCategories.h | 26 + .../Core/BugReporter/PathDiagnostic.h | 906 + .../include/clang/StaticAnalyzer/Core/Checker.h | 581 + .../clang/StaticAnalyzer/Core/CheckerManager.h | 650 + .../include/clang/StaticAnalyzer/Core/IssueHash.h | 51 + .../StaticAnalyzer/Core/PathDiagnosticConsumers.h | 40 + .../StaticAnalyzer/Core/PathSensitive/APSIntType.h | 109 + .../Core/PathSensitive/AnalysisManager.h | 162 + .../Core/PathSensitive/BasicValueFactory.h | 271 + .../Core/PathSensitive/BlockCounter.h | 60 + .../StaticAnalyzer/Core/PathSensitive/CallEvent.h | 1223 + .../Core/PathSensitive/CheckerContext.h | 310 + .../Core/PathSensitive/CheckerHelpers.h | 70 + .../Core/PathSensitive/ConstraintManager.h | 209 + .../StaticAnalyzer/Core/PathSensitive/CoreEngine.h | 575 + .../Core/PathSensitive/DynamicTypeInfo.h | 52 + .../Core/PathSensitive/DynamicTypeMap.h | 64 + .../Core/PathSensitive/Environment.h | 126 + .../Core/PathSensitive/ExplodedGraph.h | 505 + .../StaticAnalyzer/Core/PathSensitive/ExprEngine.h | 842 + .../Core/PathSensitive/FunctionSummary.h | 143 + .../Core/PathSensitive/LoopUnrolling.h | 50 + .../Core/PathSensitive/LoopWidening.h | 36 + .../StaticAnalyzer/Core/PathSensitive/MemRegion.h | 1491 + .../Core/PathSensitive/ProgramState.h | 910 + .../Core/PathSensitive/ProgramStateTrait.h | 329 + .../Core/PathSensitive/ProgramState_Fwd.h | 43 + .../Core/PathSensitive/RangedConstraintManager.h | 216 + .../StaticAnalyzer/Core/PathSensitive/Regions.def | 90 + .../Core/PathSensitive/SMTConstraintManager.h | 336 + .../StaticAnalyzer/Core/PathSensitive/SMTConv.h | 753 + .../StaticAnalyzer/Core/PathSensitive/SMTExpr.h | 62 + .../StaticAnalyzer/Core/PathSensitive/SMTSolver.h | 303 + .../StaticAnalyzer/Core/PathSensitive/SMTSort.h | 91 + .../Core/PathSensitive/SValBuilder.h | 396 + .../Core/PathSensitive/SValVisitor.h | 151 + .../StaticAnalyzer/Core/PathSensitive/SVals.def | 75 + .../StaticAnalyzer/Core/PathSensitive/SVals.h | 682 + .../Core/PathSensitive/SimpleConstraintManager.h | 93 + .../StaticAnalyzer/Core/PathSensitive/Store.h | 339 + .../StaticAnalyzer/Core/PathSensitive/StoreRef.h | 54 + .../StaticAnalyzer/Core/PathSensitive/SubEngine.h | 176 + .../Core/PathSensitive/SummaryManager.h | 58 + .../StaticAnalyzer/Core/PathSensitive/SymExpr.h | 146 + .../Core/PathSensitive/SymbolManager.h | 651 + .../StaticAnalyzer/Core/PathSensitive/Symbols.def | 55 + .../Core/PathSensitive/TaintManager.h | 59 + .../StaticAnalyzer/Core/PathSensitive/TaintTag.h | 30 + .../StaticAnalyzer/Core/PathSensitive/WorkList.h | 95 + .../StaticAnalyzer/Core/RetainSummaryManager.h | 795 + .../StaticAnalyzer/Frontend/AnalysisConsumer.h | 63 + .../StaticAnalyzer/Frontend/CheckerRegistration.h | 39 + .../StaticAnalyzer/Frontend/CheckerRegistry.h | 150 + .../StaticAnalyzer/Frontend/FrontendActions.h | 66 + .../clang/StaticAnalyzer/Frontend/ModelConsumer.h | 44 + .../include/clang/Tooling/ASTDiff/ASTDiff.h | 127 + .../clang/Tooling/ASTDiff/ASTDiffInternal.h | 48 + .../include/clang/Tooling/AllTUsExecution.h | 80 + .../include/clang/Tooling/ArgumentsAdjusters.h | 72 + .../include/clang/Tooling/CommonOptionsParser.h | 157 + .../include/clang/Tooling/CompilationDatabase.h | 214 + .../Tooling/CompilationDatabasePluginRegistry.h | 46 + .../include/clang/Tooling/Core/Diagnostic.h | 100 + clang-r349610/include/clang/Tooling/Core/Lookup.h | 48 + .../include/clang/Tooling/Core/Replacement.h | 372 + .../include/clang/Tooling/DiagnosticsYaml.h | 104 + clang-r349610/include/clang/Tooling/Execution.h | 194 + .../include/clang/Tooling/FileMatchTrie.h | 89 + clang-r349610/include/clang/Tooling/FixIt.h | 79 + .../clang/Tooling/Inclusions/HeaderIncludes.h | 137 + .../clang/Tooling/Inclusions/IncludeStyle.h | 139 + .../clang/Tooling/JSONCompilationDatabase.h | 143 + clang-r349610/include/clang/Tooling/Refactoring.h | 100 + .../clang/Tooling/Refactoring/ASTSelection.h | 155 + .../clang/Tooling/Refactoring/AtomicChange.h | 179 + .../clang/Tooling/Refactoring/Extract/Extract.h | 53 + .../Tooling/Refactoring/RecursiveSymbolVisitor.h | 134 + .../clang/Tooling/Refactoring/RefactoringAction.h | 64 + .../Tooling/Refactoring/RefactoringActionRule.h | 74 + .../RefactoringActionRuleRequirements.h | 123 + .../Tooling/Refactoring/RefactoringActionRules.h | 94 + .../Refactoring/RefactoringActionRulesInternal.h | 158 + .../Tooling/Refactoring/RefactoringDiagnostic.h | 15 + .../clang/Tooling/Refactoring/RefactoringOption.h | 64 + .../Tooling/Refactoring/RefactoringOptionVisitor.h | 62 + .../clang/Tooling/Refactoring/RefactoringOptions.h | 58 + .../Refactoring/RefactoringResultConsumer.h | 52 + .../Tooling/Refactoring/RefactoringRuleContext.h | 90 + .../Tooling/Refactoring/Rename/RenamingAction.h | 122 + .../clang/Tooling/Refactoring/Rename/SymbolName.h | 49 + .../Tooling/Refactoring/Rename/SymbolOccurrences.h | 91 + .../clang/Tooling/Refactoring/Rename/USRFinder.h | 50 + .../Tooling/Refactoring/Rename/USRFindingAction.h | 68 + .../Tooling/Refactoring/Rename/USRLocFinder.h | 53 + .../include/clang/Tooling/RefactoringCallbacks.h | 140 + .../include/clang/Tooling/ReplacementsYaml.h | 74 + .../include/clang/Tooling/StandaloneExecution.h | 101 + .../clang/Tooling/ToolExecutorPluginRegistry.h | 24 + clang-r349610/include/clang/Tooling/Tooling.h | 504 + clang-r349610/include/lld/Common/Args.h | 38 + clang-r349610/include/lld/Common/Driver.h | 43 + clang-r349610/include/lld/Common/ErrorHandler.h | 160 + clang-r349610/include/lld/Common/LLVM.h | 99 + clang-r349610/include/lld/Common/Memory.h | 60 + clang-r349610/include/lld/Common/Reproduce.h | 39 + clang-r349610/include/lld/Common/Strings.h | 46 + .../include/lld/Common/TargetOptionsCommandFlags.h | 23 + clang-r349610/include/lld/Common/Threads.h | 86 + clang-r349610/include/lld/Common/Timer.h | 59 + clang-r349610/include/lld/Common/Version.h | 25 + clang-r349610/include/lld/Core/AbsoluteAtom.h | 43 + .../include/lld/Core/ArchiveLibraryFile.h | 47 + clang-r349610/include/lld/Core/Atom.h | 131 + clang-r349610/include/lld/Core/DefinedAtom.h | 374 + clang-r349610/include/lld/Core/Error.h | 68 + clang-r349610/include/lld/Core/File.h | 276 + clang-r349610/include/lld/Core/Instrumentation.h | 132 + clang-r349610/include/lld/Core/LinkingContext.h | 257 + clang-r349610/include/lld/Core/Node.h | 75 + clang-r349610/include/lld/Core/Pass.h | 43 + clang-r349610/include/lld/Core/PassManager.h | 48 + clang-r349610/include/lld/Core/Reader.h | 155 + clang-r349610/include/lld/Core/Reference.h | 119 + clang-r349610/include/lld/Core/Resolver.h | 106 + clang-r349610/include/lld/Core/SharedLibraryAtom.h | 53 + clang-r349610/include/lld/Core/SharedLibraryFile.h | 70 + clang-r349610/include/lld/Core/Simple.h | 271 + clang-r349610/include/lld/Core/SymbolTable.h | 96 + clang-r349610/include/lld/Core/UndefinedAtom.h | 68 + clang-r349610/include/lld/Core/Writer.h | 47 + .../include/lld/ReaderWriter/MachOLinkingContext.h | 508 + .../include/lld/ReaderWriter/YamlContext.h | 43 + clang-r349610/include/llvm-c/Analysis.h | 65 + clang-r349610/include/llvm-c/BitReader.h | 85 + clang-r349610/include/llvm-c/BitWriter.h | 59 + clang-r349610/include/llvm-c/Comdat.h | 75 + clang-r349610/include/llvm-c/Core.h | 3838 + clang-r349610/include/llvm-c/DataTypes.h | 90 + clang-r349610/include/llvm-c/DebugInfo.h | 1193 + clang-r349610/include/llvm-c/Disassembler.h | 113 + clang-r349610/include/llvm-c/DisassemblerTypes.h | 160 + clang-r349610/include/llvm-c/Error.h | 69 + clang-r349610/include/llvm-c/ErrorHandling.h | 49 + clang-r349610/include/llvm-c/ExecutionEngine.h | 200 + clang-r349610/include/llvm-c/IRReader.h | 40 + clang-r349610/include/llvm-c/Initialization.h | 56 + clang-r349610/include/llvm-c/LinkTimeOptimizer.h | 69 + clang-r349610/include/llvm-c/Linker.h | 41 + clang-r349610/include/llvm-c/Object.h | 100 + clang-r349610/include/llvm-c/OptRemarks.h | 204 + clang-r349610/include/llvm-c/OrcBindings.h | 172 + clang-r349610/include/llvm-c/Support.h | 65 + clang-r349610/include/llvm-c/Target.h | 299 + clang-r349610/include/llvm-c/TargetMachine.h | 160 + .../llvm-c/Transforms/AggressiveInstCombine.h | 43 + .../include/llvm-c/Transforms/Coroutines.h | 55 + clang-r349610/include/llvm-c/Transforms/IPO.h | 84 + .../include/llvm-c/Transforms/InstCombine.h | 43 + .../include/llvm-c/Transforms/PassManagerBuilder.h | 90 + clang-r349610/include/llvm-c/Transforms/Scalar.h | 167 + clang-r349610/include/llvm-c/Transforms/Utils.h | 50 + .../include/llvm-c/Transforms/Vectorize.h | 50 + clang-r349610/include/llvm-c/Types.h | 174 + clang-r349610/include/llvm-c/lto.h | 859 + clang-r349610/include/llvm/ADT/APFloat.h | 1275 + clang-r349610/include/llvm/ADT/APInt.h | 2218 + clang-r349610/include/llvm/ADT/APSInt.h | 336 + clang-r349610/include/llvm/ADT/AllocatorList.h | 241 + clang-r349610/include/llvm/ADT/Any.h | 160 + clang-r349610/include/llvm/ADT/ArrayRef.h | 541 + clang-r349610/include/llvm/ADT/BitVector.h | 946 + clang-r349610/include/llvm/ADT/BitmaskEnum.h | 153 + .../include/llvm/ADT/BreadthFirstIterator.h | 163 + clang-r349610/include/llvm/ADT/CachedHashString.h | 185 + clang-r349610/include/llvm/ADT/DAGDeltaAlgorithm.h | 79 + clang-r349610/include/llvm/ADT/DeltaAlgorithm.h | 93 + clang-r349610/include/llvm/ADT/DenseMap.h | 1293 + clang-r349610/include/llvm/ADT/DenseMapInfo.h | 274 + clang-r349610/include/llvm/ADT/DenseSet.h | 284 + .../include/llvm/ADT/DepthFirstIterator.h | 308 + clang-r349610/include/llvm/ADT/EpochTracker.h | 99 + .../include/llvm/ADT/EquivalenceClasses.h | 298 + clang-r349610/include/llvm/ADT/FoldingSet.h | 762 + clang-r349610/include/llvm/ADT/FunctionExtras.h | 293 + clang-r349610/include/llvm/ADT/GraphTraits.h | 143 + clang-r349610/include/llvm/ADT/Hashing.h | 660 + clang-r349610/include/llvm/ADT/ImmutableList.h | 251 + clang-r349610/include/llvm/ADT/ImmutableMap.h | 415 + clang-r349610/include/llvm/ADT/ImmutableSet.h | 1224 + clang-r349610/include/llvm/ADT/IndexedMap.h | 85 + clang-r349610/include/llvm/ADT/IntEqClasses.h | 88 + clang-r349610/include/llvm/ADT/IntervalMap.h | 2155 + .../include/llvm/ADT/IntrusiveRefCntPtr.h | 270 + clang-r349610/include/llvm/ADT/MapVector.h | 240 + clang-r349610/include/llvm/ADT/None.h | 27 + clang-r349610/include/llvm/ADT/Optional.h | 328 + clang-r349610/include/llvm/ADT/PackedVector.h | 151 + .../include/llvm/ADT/PointerEmbeddedInt.h | 120 + clang-r349610/include/llvm/ADT/PointerIntPair.h | 233 + clang-r349610/include/llvm/ADT/PointerSumType.h | 295 + clang-r349610/include/llvm/ADT/PointerUnion.h | 491 + clang-r349610/include/llvm/ADT/PostOrderIterator.h | 312 + clang-r349610/include/llvm/ADT/PriorityQueue.h | 83 + clang-r349610/include/llvm/ADT/PriorityWorklist.h | 266 + clang-r349610/include/llvm/ADT/SCCIterator.h | 237 + clang-r349610/include/llvm/ADT/STLExtras.h | 1576 + clang-r349610/include/llvm/ADT/ScopeExit.h | 66 + clang-r349610/include/llvm/ADT/ScopedHashTable.h | 264 + clang-r349610/include/llvm/ADT/Sequence.h | 84 + clang-r349610/include/llvm/ADT/SetOperations.h | 71 + clang-r349610/include/llvm/ADT/SetVector.h | 312 + clang-r349610/include/llvm/ADT/SmallBitVector.h | 715 + clang-r349610/include/llvm/ADT/SmallPtrSet.h | 486 + clang-r349610/include/llvm/ADT/SmallSet.h | 254 + clang-r349610/include/llvm/ADT/SmallString.h | 297 + clang-r349610/include/llvm/ADT/SmallVector.h | 940 + clang-r349610/include/llvm/ADT/SparseBitVector.h | 893 + clang-r349610/include/llvm/ADT/SparseMultiSet.h | 523 + clang-r349610/include/llvm/ADT/SparseSet.h | 316 + clang-r349610/include/llvm/ADT/Statistic.h | 219 + clang-r349610/include/llvm/ADT/StringExtras.h | 402 + clang-r349610/include/llvm/ADT/StringMap.h | 556 + clang-r349610/include/llvm/ADT/StringRef.h | 937 + clang-r349610/include/llvm/ADT/StringSet.h | 52 + clang-r349610/include/llvm/ADT/StringSwitch.h | 219 + clang-r349610/include/llvm/ADT/TinyPtrVector.h | 353 + clang-r349610/include/llvm/ADT/Triple.h | 837 + clang-r349610/include/llvm/ADT/Twine.h | 542 + clang-r349610/include/llvm/ADT/UniqueVector.h | 102 + clang-r349610/include/llvm/ADT/VariadicFunction.h | 331 + clang-r349610/include/llvm/ADT/bit.h | 59 + clang-r349610/include/llvm/ADT/edit_distance.h | 103 + clang-r349610/include/llvm/ADT/ilist.h | 421 + clang-r349610/include/llvm/ADT/ilist_base.h | 93 + clang-r349610/include/llvm/ADT/ilist_iterator.h | 199 + clang-r349610/include/llvm/ADT/ilist_node.h | 306 + clang-r349610/include/llvm/ADT/ilist_node_base.h | 53 + .../include/llvm/ADT/ilist_node_options.h | 132 + clang-r349610/include/llvm/ADT/iterator.h | 367 + clang-r349610/include/llvm/ADT/iterator_range.h | 69 + clang-r349610/include/llvm/ADT/simple_ilist.h | 315 + .../include/llvm/Analysis/AliasAnalysis.h | 1127 + .../include/llvm/Analysis/AliasAnalysisEvaluator.h | 74 + .../include/llvm/Analysis/AliasSetTracker.h | 458 + .../include/llvm/Analysis/AssumptionCache.h | 232 + .../include/llvm/Analysis/BasicAliasAnalysis.h | 277 + .../include/llvm/Analysis/BlockFrequencyInfo.h | 156 + .../include/llvm/Analysis/BlockFrequencyInfoImpl.h | 1476 + .../include/llvm/Analysis/BranchProbabilityInfo.h | 253 + clang-r349610/include/llvm/Analysis/CFG.h | 160 + clang-r349610/include/llvm/Analysis/CFGPrinter.h | 186 + .../include/llvm/Analysis/CFLAliasAnalysisUtils.h | 58 + .../include/llvm/Analysis/CFLAndersAliasAnalysis.h | 126 + .../include/llvm/Analysis/CFLSteensAliasAnalysis.h | 143 + .../include/llvm/Analysis/CGSCCPassManager.h | 881 + clang-r349610/include/llvm/Analysis/CallGraph.h | 509 + .../include/llvm/Analysis/CallGraphSCCPass.h | 137 + clang-r349610/include/llvm/Analysis/CallPrinter.h | 27 + .../include/llvm/Analysis/CaptureTracking.h | 98 + .../include/llvm/Analysis/CmpInstAnalysis.h | 71 + clang-r349610/include/llvm/Analysis/CodeMetrics.h | 105 + .../include/llvm/Analysis/ConstantFolding.h | 161 + .../include/llvm/Analysis/DOTGraphTraitsPass.h | 189 + clang-r349610/include/llvm/Analysis/DemandedBits.h | 130 + .../include/llvm/Analysis/DependenceAnalysis.h | 964 + .../include/llvm/Analysis/DivergenceAnalysis.h | 205 + clang-r349610/include/llvm/Analysis/DomPrinter.h | 30 + .../include/llvm/Analysis/DominanceFrontier.h | 211 + .../include/llvm/Analysis/DominanceFrontierImpl.h | 232 + .../include/llvm/Analysis/EHPersonalities.h | 119 + .../include/llvm/Analysis/GlobalsModRef.h | 156 + clang-r349610/include/llvm/Analysis/GuardUtils.h | 26 + .../include/llvm/Analysis/IVDescriptors.h | 357 + clang-r349610/include/llvm/Analysis/IVUsers.h | 202 + .../llvm/Analysis/IndirectCallPromotionAnalysis.h | 69 + .../llvm/Analysis/IndirectCallSiteVisitor.h | 40 + clang-r349610/include/llvm/Analysis/InlineCost.h | 238 + .../llvm/Analysis/InstructionPrecedenceTracking.h | 144 + .../include/llvm/Analysis/InstructionSimplify.h | 293 + clang-r349610/include/llvm/Analysis/Interval.h | 142 + .../include/llvm/Analysis/IntervalIterator.h | 268 + .../include/llvm/Analysis/IntervalPartition.h | 111 + .../llvm/Analysis/IteratedDominanceFrontier.h | 101 + .../include/llvm/Analysis/LazyBlockFrequencyInfo.h | 132 + .../llvm/Analysis/LazyBranchProbabilityInfo.h | 124 + .../include/llvm/Analysis/LazyCallGraph.h | 1288 + .../include/llvm/Analysis/LazyValueInfo.h | 167 + .../llvm/Analysis/LegacyDivergenceAnalysis.h | 69 + clang-r349610/include/llvm/Analysis/Lint.h | 49 + clang-r349610/include/llvm/Analysis/Loads.h | 130 + .../include/llvm/Analysis/LoopAccessAnalysis.h | 778 + .../include/llvm/Analysis/LoopAnalysisManager.h | 160 + clang-r349610/include/llvm/Analysis/LoopInfo.h | 994 + clang-r349610/include/llvm/Analysis/LoopInfoImpl.h | 757 + clang-r349610/include/llvm/Analysis/LoopIterator.h | 260 + clang-r349610/include/llvm/Analysis/LoopPass.h | 179 + .../include/llvm/Analysis/LoopUnrollAnalyzer.h | 95 + .../include/llvm/Analysis/MemoryBuiltins.h | 313 + .../llvm/Analysis/MemoryDependenceAnalysis.h | 546 + .../include/llvm/Analysis/MemoryLocation.h | 305 + clang-r349610/include/llvm/Analysis/MemorySSA.h | 1302 + .../include/llvm/Analysis/MemorySSAUpdater.h | 285 + .../include/llvm/Analysis/ModuleSummaryAnalysis.h | 81 + clang-r349610/include/llvm/Analysis/MustExecute.h | 170 + .../include/llvm/Analysis/ObjCARCAliasAnalysis.h | 97 + .../include/llvm/Analysis/ObjCARCAnalysisUtils.h | 301 + .../include/llvm/Analysis/ObjCARCInstKind.h | 125 + .../llvm/Analysis/OptimizationRemarkEmitter.h | 168 + .../include/llvm/Analysis/OrderedBasicBlock.h | 67 + .../include/llvm/Analysis/OrderedInstructions.h | 65 + clang-r349610/include/llvm/Analysis/PHITransAddr.h | 127 + clang-r349610/include/llvm/Analysis/Passes.h | 109 + clang-r349610/include/llvm/Analysis/PhiValues.h | 159 + .../include/llvm/Analysis/PostDominators.h | 116 + .../include/llvm/Analysis/ProfileSummaryInfo.h | 172 + .../include/llvm/Analysis/PtrUseVisitor.h | 303 + clang-r349610/include/llvm/Analysis/RegionInfo.h | 1033 + .../include/llvm/Analysis/RegionInfoImpl.h | 932 + .../include/llvm/Analysis/RegionIterator.h | 360 + clang-r349610/include/llvm/Analysis/RegionPass.h | 131 + .../include/llvm/Analysis/RegionPrinter.h | 71 + .../include/llvm/Analysis/ScalarEvolution.h | 2018 + .../llvm/Analysis/ScalarEvolutionAliasAnalysis.h | 72 + .../llvm/Analysis/ScalarEvolutionExpander.h | 398 + .../llvm/Analysis/ScalarEvolutionExpressions.h | 762 + .../llvm/Analysis/ScalarEvolutionNormalization.h | 69 + .../include/llvm/Analysis/ScopedNoAliasAA.h | 89 + .../include/llvm/Analysis/SparsePropagation.h | 531 + .../include/llvm/Analysis/StackSafetyAnalysis.h | 120 + .../include/llvm/Analysis/SyncDependenceAnalysis.h | 86 + .../include/llvm/Analysis/SyntheticCountsUtils.h | 52 + clang-r349610/include/llvm/Analysis/TargetFolder.h | 269 + .../include/llvm/Analysis/TargetLibraryInfo.def | 1354 + .../include/llvm/Analysis/TargetLibraryInfo.h | 394 + .../include/llvm/Analysis/TargetTransformInfo.h | 1704 + .../llvm/Analysis/TargetTransformInfoImpl.h | 859 + clang-r349610/include/llvm/Analysis/Trace.h | 112 + .../include/llvm/Analysis/TypeBasedAliasAnalysis.h | 94 + .../include/llvm/Analysis/TypeMetadataUtils.h | 56 + clang-r349610/include/llvm/Analysis/Utils/Local.h | 91 + clang-r349610/include/llvm/Analysis/ValueLattice.h | 323 + .../include/llvm/Analysis/ValueLatticeUtils.h | 41 + .../include/llvm/Analysis/ValueTracking.h | 621 + clang-r349610/include/llvm/Analysis/VectorUtils.h | 587 + clang-r349610/include/llvm/AsmParser/Parser.h | 207 + clang-r349610/include/llvm/AsmParser/SlotMapping.h | 42 + .../llvm/BinaryFormat/AMDGPUMetadataVerifier.h | 70 + clang-r349610/include/llvm/BinaryFormat/COFF.h | 727 + clang-r349610/include/llvm/BinaryFormat/Dwarf.def | 930 + clang-r349610/include/llvm/BinaryFormat/Dwarf.h | 625 + .../include/llvm/BinaryFormat/DynamicTags.def | 216 + clang-r349610/include/llvm/BinaryFormat/ELF.h | 1439 + .../llvm/BinaryFormat/ELFRelocs/AArch64.def | 218 + .../include/llvm/BinaryFormat/ELFRelocs/AMDGPU.def | 17 + .../include/llvm/BinaryFormat/ELFRelocs/ARC.def | 74 + .../include/llvm/BinaryFormat/ELFRelocs/ARM.def | 138 + .../include/llvm/BinaryFormat/ELFRelocs/AVR.def | 41 + .../include/llvm/BinaryFormat/ELFRelocs/BPF.def | 8 + .../llvm/BinaryFormat/ELFRelocs/Hexagon.def | 106 + .../include/llvm/BinaryFormat/ELFRelocs/Lanai.def | 19 + .../include/llvm/BinaryFormat/ELFRelocs/MSP430.def | 16 + .../include/llvm/BinaryFormat/ELFRelocs/Mips.def | 117 + .../llvm/BinaryFormat/ELFRelocs/PowerPC.def | 123 + .../llvm/BinaryFormat/ELFRelocs/PowerPC64.def | 195 + .../include/llvm/BinaryFormat/ELFRelocs/RISCV.def | 59 + .../include/llvm/BinaryFormat/ELFRelocs/Sparc.def | 89 + .../llvm/BinaryFormat/ELFRelocs/SystemZ.def | 71 + .../include/llvm/BinaryFormat/ELFRelocs/i386.def | 47 + .../include/llvm/BinaryFormat/ELFRelocs/x86_64.def | 45 + clang-r349610/include/llvm/BinaryFormat/MachO.def | 120 + clang-r349610/include/llvm/BinaryFormat/MachO.h | 1985 + clang-r349610/include/llvm/BinaryFormat/Magic.h | 74 + .../include/llvm/BinaryFormat/MsgPack.def | 108 + clang-r349610/include/llvm/BinaryFormat/MsgPack.h | 93 + .../include/llvm/BinaryFormat/MsgPackReader.h | 148 + .../include/llvm/BinaryFormat/MsgPackTypes.h | 372 + .../include/llvm/BinaryFormat/MsgPackWriter.h | 131 + clang-r349610/include/llvm/BinaryFormat/Wasm.h | 342 + .../include/llvm/BinaryFormat/WasmRelocs.def | 15 + clang-r349610/include/llvm/Bitcode/BitCodes.h | 185 + clang-r349610/include/llvm/Bitcode/BitcodeReader.h | 272 + clang-r349610/include/llvm/Bitcode/BitcodeWriter.h | 157 + .../include/llvm/Bitcode/BitcodeWriterPass.h | 79 + .../include/llvm/Bitcode/BitstreamReader.h | 506 + .../include/llvm/Bitcode/BitstreamWriter.h | 550 + clang-r349610/include/llvm/Bitcode/LLVMBitCodes.h | 626 + clang-r349610/include/llvm/CodeGen/AccelTable.h | 434 + clang-r349610/include/llvm/CodeGen/Analysis.h | 131 + clang-r349610/include/llvm/CodeGen/AsmPrinter.h | 676 + .../include/llvm/CodeGen/AsmPrinterHandler.h | 74 + .../include/llvm/CodeGen/AtomicExpandUtils.h | 65 + clang-r349610/include/llvm/CodeGen/BasicTTIImpl.h | 1554 + clang-r349610/include/llvm/CodeGen/BuiltinGCs.h | 33 + .../include/llvm/CodeGen/CalcSpillWeights.h | 108 + .../include/llvm/CodeGen/CallingConvLower.h | 576 + .../include/llvm/CodeGen/CommandFlags.inc | 395 + clang-r349610/include/llvm/CodeGen/CostTable.h | 69 + clang-r349610/include/llvm/CodeGen/DAGCombine.h | 25 + clang-r349610/include/llvm/CodeGen/DFAPacketizer.h | 222 + clang-r349610/include/llvm/CodeGen/DIE.h | 910 + clang-r349610/include/llvm/CodeGen/DIEValue.def | 47 + .../llvm/CodeGen/DbgEntityHistoryCalculator.h | 87 + .../include/llvm/CodeGen/DebugHandlerBase.h | 138 + .../include/llvm/CodeGen/DwarfStringPoolEntry.h | 72 + clang-r349610/include/llvm/CodeGen/EdgeBundles.h | 64 + .../include/llvm/CodeGen/ExecutionDomainFix.h | 213 + .../include/llvm/CodeGen/ExpandReductions.h | 24 + clang-r349610/include/llvm/CodeGen/FastISel.h | 599 + clang-r349610/include/llvm/CodeGen/FaultMaps.h | 218 + .../include/llvm/CodeGen/FunctionLoweringInfo.h | 326 + clang-r349610/include/llvm/CodeGen/GCMetadata.h | 206 + .../include/llvm/CodeGen/GCMetadataPrinter.h | 73 + clang-r349610/include/llvm/CodeGen/GCStrategy.h | 137 + .../include/llvm/CodeGen/GlobalISel/CallLowering.h | 215 + .../include/llvm/CodeGen/GlobalISel/Combiner.h | 43 + .../llvm/CodeGen/GlobalISel/CombinerHelper.h | 59 + .../include/llvm/CodeGen/GlobalISel/CombinerInfo.h | 62 + .../CodeGen/GlobalISel/ConstantFoldingMIRBuilder.h | 113 + .../llvm/CodeGen/GlobalISel/GISelChangeObserver.h | 55 + .../llvm/CodeGen/GlobalISel/GISelWorkList.h | 99 + .../include/llvm/CodeGen/GlobalISel/IRTranslator.h | 548 + .../llvm/CodeGen/GlobalISel/InstructionSelect.h | 53 + .../llvm/CodeGen/GlobalISel/InstructionSelector.h | 463 + .../CodeGen/GlobalISel/InstructionSelectorImpl.h | 951 + .../GlobalISel/LegalizationArtifactCombiner.h | 337 + .../include/llvm/CodeGen/GlobalISel/Legalizer.h | 65 + .../llvm/CodeGen/GlobalISel/LegalizerHelper.h | 134 + .../llvm/CodeGen/GlobalISel/LegalizerInfo.h | 1167 + .../include/llvm/CodeGen/GlobalISel/Localizer.h | 80 + .../llvm/CodeGen/GlobalISel/MIPatternMatch.h | 338 + .../llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 1136 + .../llvm/CodeGen/GlobalISel/RegBankSelect.h | 665 + .../include/llvm/CodeGen/GlobalISel/RegisterBank.h | 99 + .../llvm/CodeGen/GlobalISel/RegisterBankInfo.h | 757 + .../include/llvm/CodeGen/GlobalISel/Types.h | 34 + .../include/llvm/CodeGen/GlobalISel/Utils.h | 112 + clang-r349610/include/llvm/CodeGen/ISDOpcodes.h | 1038 + .../include/llvm/CodeGen/IntrinsicLowering.h | 54 + .../include/llvm/CodeGen/LatencyPriorityQueue.h | 103 + .../llvm/CodeGen/LazyMachineBlockFrequencyInfo.h | 76 + clang-r349610/include/llvm/CodeGen/LexicalScopes.h | 258 + .../llvm/CodeGen/LinkAllAsmWriterComponents.h | 38 + .../llvm/CodeGen/LinkAllCodegenComponents.h | 55 + clang-r349610/include/llvm/CodeGen/LiveInterval.h | 943 + .../include/llvm/CodeGen/LiveIntervalUnion.h | 199 + clang-r349610/include/llvm/CodeGen/LiveIntervals.h | 485 + clang-r349610/include/llvm/CodeGen/LivePhysRegs.h | 198 + clang-r349610/include/llvm/CodeGen/LiveRangeEdit.h | 258 + clang-r349610/include/llvm/CodeGen/LiveRegMatrix.h | 160 + clang-r349610/include/llvm/CodeGen/LiveRegUnits.h | 166 + clang-r349610/include/llvm/CodeGen/LiveStacks.h | 103 + clang-r349610/include/llvm/CodeGen/LiveVariables.h | 309 + clang-r349610/include/llvm/CodeGen/LoopTraversal.h | 116 + clang-r349610/include/llvm/CodeGen/LowLevelType.h | 32 + .../include/llvm/CodeGen/MIRParser/MIRParser.h | 81 + clang-r349610/include/llvm/CodeGen/MIRPrinter.h | 46 + .../include/llvm/CodeGen/MIRYamlMapping.h | 544 + .../include/llvm/CodeGen/MachORelocation.h | 56 + .../include/llvm/CodeGen/MachineBasicBlock.h | 942 + .../llvm/CodeGen/MachineBlockFrequencyInfo.h | 85 + .../llvm/CodeGen/MachineBranchProbabilityInfo.h | 77 + .../include/llvm/CodeGen/MachineCombinerPattern.h | 87 + .../include/llvm/CodeGen/MachineConstantPool.h | 164 + .../llvm/CodeGen/MachineDominanceFrontier.h | 111 + .../include/llvm/CodeGen/MachineDominators.h | 291 + .../include/llvm/CodeGen/MachineFrameInfo.h | 788 + .../include/llvm/CodeGen/MachineFunction.h | 1005 + .../include/llvm/CodeGen/MachineFunctionPass.h | 81 + clang-r349610/include/llvm/CodeGen/MachineInstr.h | 1612 + .../include/llvm/CodeGen/MachineInstrBuilder.h | 583 + .../include/llvm/CodeGen/MachineInstrBundle.h | 261 + .../llvm/CodeGen/MachineInstrBundleIterator.h | 289 + .../include/llvm/CodeGen/MachineJumpTableInfo.h | 140 + .../include/llvm/CodeGen/MachineLoopInfo.h | 193 + .../include/llvm/CodeGen/MachineMemOperand.h | 329 + .../include/llvm/CodeGen/MachineModuleInfo.h | 271 + .../include/llvm/CodeGen/MachineModuleInfoImpls.h | 107 + .../include/llvm/CodeGen/MachineOperand.h | 957 + .../CodeGen/MachineOptimizationRemarkEmitter.h | 224 + .../include/llvm/CodeGen/MachineOutliner.h | 226 + .../include/llvm/CodeGen/MachinePassRegistry.h | 172 + .../include/llvm/CodeGen/MachinePostDominators.h | 86 + .../include/llvm/CodeGen/MachineRegionInfo.h | 182 + .../include/llvm/CodeGen/MachineRegisterInfo.h | 1197 + .../include/llvm/CodeGen/MachineSSAUpdater.h | 113 + .../include/llvm/CodeGen/MachineScheduler.h | 1088 + .../include/llvm/CodeGen/MachineTraceMetrics.h | 436 + clang-r349610/include/llvm/CodeGen/MacroFusion.h | 50 + .../include/llvm/CodeGen/PBQP/CostAllocator.h | 135 + clang-r349610/include/llvm/CodeGen/PBQP/Graph.h | 675 + clang-r349610/include/llvm/CodeGen/PBQP/Math.h | 292 + .../include/llvm/CodeGen/PBQP/ReductionRules.h | 223 + clang-r349610/include/llvm/CodeGen/PBQP/Solution.h | 56 + .../include/llvm/CodeGen/PBQPRAConstraint.h | 71 + clang-r349610/include/llvm/CodeGen/ParallelCG.h | 48 + clang-r349610/include/llvm/CodeGen/Passes.h | 452 + .../llvm/CodeGen/PreISelIntrinsicLowering.h | 30 + .../include/llvm/CodeGen/PseudoSourceValue.h | 198 + .../include/llvm/CodeGen/ReachingDefAnalysis.h | 118 + clang-r349610/include/llvm/CodeGen/RegAllocPBQP.h | 536 + .../include/llvm/CodeGen/RegAllocRegistry.h | 62 + .../include/llvm/CodeGen/RegisterClassInfo.h | 150 + .../include/llvm/CodeGen/RegisterPressure.h | 576 + .../include/llvm/CodeGen/RegisterScavenging.h | 231 + .../include/llvm/CodeGen/RegisterUsageInfo.h | 71 + .../include/llvm/CodeGen/ResourcePriorityQueue.h | 136 + .../include/llvm/CodeGen/RuntimeLibcalls.h | 82 + .../include/llvm/CodeGen/SDNodeProperties.td | 34 + clang-r349610/include/llvm/CodeGen/ScheduleDAG.h | 763 + .../include/llvm/CodeGen/ScheduleDAGInstrs.h | 385 + .../include/llvm/CodeGen/ScheduleDAGMutation.h | 34 + clang-r349610/include/llvm/CodeGen/ScheduleDFS.h | 194 + .../llvm/CodeGen/ScheduleHazardRecognizer.h | 122 + .../include/llvm/CodeGen/SchedulerRegistry.h | 108 + .../llvm/CodeGen/ScoreboardHazardRecognizer.h | 128 + clang-r349610/include/llvm/CodeGen/SelectionDAG.h | 1693 + .../llvm/CodeGen/SelectionDAGAddressAnalysis.h | 67 + .../include/llvm/CodeGen/SelectionDAGISel.h | 360 + .../include/llvm/CodeGen/SelectionDAGNodes.h | 2503 + .../include/llvm/CodeGen/SelectionDAGTargetInfo.h | 160 + clang-r349610/include/llvm/CodeGen/SlotIndexes.h | 720 + clang-r349610/include/llvm/CodeGen/StackMaps.h | 338 + .../include/llvm/CodeGen/StackProtector.h | 124 + .../include/llvm/CodeGen/TailDuplicator.h | 128 + .../include/llvm/CodeGen/TargetCallingConv.h | 204 + .../include/llvm/CodeGen/TargetFrameLowering.h | 360 + .../include/llvm/CodeGen/TargetInstrInfo.h | 1714 + .../include/llvm/CodeGen/TargetLowering.h | 3902 + .../llvm/CodeGen/TargetLoweringObjectFileImpl.h | 212 + clang-r349610/include/llvm/CodeGen/TargetOpcodes.h | 42 + .../include/llvm/CodeGen/TargetPassConfig.h | 439 + .../include/llvm/CodeGen/TargetRegisterInfo.h | 1194 + .../include/llvm/CodeGen/TargetSchedule.h | 206 + .../include/llvm/CodeGen/TargetSubtargetInfo.h | 299 + .../include/llvm/CodeGen/UnreachableBlockElim.h | 37 + clang-r349610/include/llvm/CodeGen/ValueTypes.h | 437 + clang-r349610/include/llvm/CodeGen/ValueTypes.td | 169 + clang-r349610/include/llvm/CodeGen/VirtRegMap.h | 188 + .../include/llvm/CodeGen/WasmEHFuncInfo.h | 82 + clang-r349610/include/llvm/CodeGen/WinEHFuncInfo.h | 129 + clang-r349610/include/llvm/Config/AsmParsers.def | 33 + clang-r349610/include/llvm/Config/AsmPrinters.def | 33 + .../include/llvm/Config/Disassemblers.def | 33 + clang-r349610/include/llvm/Config/Targets.def | 32 + clang-r349610/include/llvm/Config/abi-breaking.h | 50 + clang-r349610/include/llvm/Config/llvm-config.h | 85 + .../DebugInfo/CodeView/AppendingTypeTableBuilder.h | 70 + .../include/llvm/DebugInfo/CodeView/CVRecord.h | 121 + .../llvm/DebugInfo/CodeView/CVSymbolVisitor.h | 39 + .../llvm/DebugInfo/CodeView/CVTypeVisitor.h | 53 + .../include/llvm/DebugInfo/CodeView/CodeView.h | 597 + .../llvm/DebugInfo/CodeView/CodeViewError.h | 55 + .../llvm/DebugInfo/CodeView/CodeViewRecordIO.h | 171 + .../llvm/DebugInfo/CodeView/CodeViewRegisters.def | 359 + .../llvm/DebugInfo/CodeView/CodeViewSymbols.def | 261 + .../llvm/DebugInfo/CodeView/CodeViewTypes.def | 250 + .../DebugInfo/CodeView/ContinuationRecordBuilder.h | 65 + .../DebugInfo/CodeView/DebugChecksumsSubsection.h | 104 + .../DebugInfo/CodeView/DebugCrossExSubsection.h | 68 + .../DebugInfo/CodeView/DebugCrossImpSubsection.h | 95 + .../DebugInfo/CodeView/DebugFrameDataSubsection.h | 64 + .../CodeView/DebugInlineeLinesSubsection.h | 121 + .../llvm/DebugInfo/CodeView/DebugLinesSubsection.h | 150 + .../CodeView/DebugStringTableSubsection.h | 97 + .../llvm/DebugInfo/CodeView/DebugSubsection.h | 52 + .../DebugInfo/CodeView/DebugSubsectionRecord.h | 103 + .../DebugInfo/CodeView/DebugSubsectionVisitor.h | 114 + .../DebugInfo/CodeView/DebugSymbolRVASubsection.h | 67 + .../DebugInfo/CodeView/DebugSymbolsSubsection.h | 56 + .../DebugInfo/CodeView/DebugUnknownSubsection.h | 32 + .../include/llvm/DebugInfo/CodeView/EnumTables.h | 45 + .../include/llvm/DebugInfo/CodeView/Formatters.h | 73 + .../include/llvm/DebugInfo/CodeView/FunctionId.h | 56 + .../include/llvm/DebugInfo/CodeView/GUID.h | 55 + .../DebugInfo/CodeView/GlobalTypeTableBuilder.h | 100 + .../DebugInfo/CodeView/LazyRandomTypeCollection.h | 116 + .../include/llvm/DebugInfo/CodeView/Line.h | 133 + .../DebugInfo/CodeView/MergingTypeTableBuilder.h | 81 + .../include/llvm/DebugInfo/CodeView/RecordName.h | 24 + .../llvm/DebugInfo/CodeView/RecordSerialization.h | 228 + .../llvm/DebugInfo/CodeView/SimpleTypeSerializer.h | 53 + .../llvm/DebugInfo/CodeView/StringsAndChecksums.h | 107 + .../llvm/DebugInfo/CodeView/SymbolDeserializer.h | 100 + .../llvm/DebugInfo/CodeView/SymbolDumpDelegate.h | 35 + .../include/llvm/DebugInfo/CodeView/SymbolDumper.h | 59 + .../include/llvm/DebugInfo/CodeView/SymbolRecord.h | 996 + .../llvm/DebugInfo/CodeView/SymbolRecordHelpers.h | 62 + .../llvm/DebugInfo/CodeView/SymbolRecordMapping.h | 47 + .../llvm/DebugInfo/CodeView/SymbolSerializer.h | 84 + .../CodeView/SymbolVisitorCallbackPipeline.h | 79 + .../DebugInfo/CodeView/SymbolVisitorCallbacks.h | 50 + .../DebugInfo/CodeView/SymbolVisitorDelegate.h | 37 + .../llvm/DebugInfo/CodeView/TypeCollection.h | 48 + .../llvm/DebugInfo/CodeView/TypeDeserializer.h | 166 + .../llvm/DebugInfo/CodeView/TypeDumpVisitor.h | 86 + .../include/llvm/DebugInfo/CodeView/TypeHashing.h | 207 + .../include/llvm/DebugInfo/CodeView/TypeIndex.h | 300 + .../llvm/DebugInfo/CodeView/TypeIndexDiscovery.h | 47 + .../include/llvm/DebugInfo/CodeView/TypeRecord.h | 960 + .../llvm/DebugInfo/CodeView/TypeRecordHelpers.h | 28 + .../llvm/DebugInfo/CodeView/TypeRecordMapping.h | 52 + .../llvm/DebugInfo/CodeView/TypeStreamMerger.h | 110 + .../llvm/DebugInfo/CodeView/TypeSymbolEmitter.h | 38 + .../llvm/DebugInfo/CodeView/TypeTableCollection.h | 43 + .../CodeView/TypeVisitorCallbackPipeline.h | 122 + .../llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h | 71 + clang-r349610/include/llvm/DebugInfo/DIContext.h | 275 + .../DebugInfo/DWARF/DWARFAbbreviationDeclaration.h | 184 + .../llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h | 600 + .../llvm/DebugInfo/DWARF/DWARFAddressRange.h | 68 + .../include/llvm/DebugInfo/DWARF/DWARFAttribute.h | 56 + .../llvm/DebugInfo/DWARF/DWARFCompileUnit.h | 39 + .../include/llvm/DebugInfo/DWARF/DWARFContext.h | 375 + .../llvm/DebugInfo/DWARF/DWARFDataExtractor.h | 60 + .../llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h | 88 + .../include/llvm/DebugInfo/DWARF/DWARFDebugAddr.h | 98 + .../llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h | 76 + .../llvm/DebugInfo/DWARF/DWARFDebugAranges.h | 89 + .../include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h | 309 + .../llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h | 63 + .../include/llvm/DebugInfo/DWARF/DWARFDebugLine.h | 357 + .../include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h | 116 + .../include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h | 63 + .../llvm/DebugInfo/DWARF/DWARFDebugPubTable.h | 81 + .../llvm/DebugInfo/DWARF/DWARFDebugRangeList.h | 85 + .../llvm/DebugInfo/DWARF/DWARFDebugRnglists.h | 65 + .../include/llvm/DebugInfo/DWARF/DWARFDie.h | 469 + .../include/llvm/DebugInfo/DWARF/DWARFExpression.h | 153 + .../include/llvm/DebugInfo/DWARF/DWARFFormValue.h | 296 + .../include/llvm/DebugInfo/DWARF/DWARFGdbIndex.h | 83 + .../include/llvm/DebugInfo/DWARF/DWARFListTable.h | 284 + .../include/llvm/DebugInfo/DWARF/DWARFObject.h | 86 + .../include/llvm/DebugInfo/DWARF/DWARFRelocMap.h | 34 + .../include/llvm/DebugInfo/DWARF/DWARFSection.h | 33 + .../include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h | 47 + .../include/llvm/DebugInfo/DWARF/DWARFUnit.h | 512 + .../include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h | 106 + .../include/llvm/DebugInfo/DWARF/DWARFVerifier.h | 337 + .../include/llvm/DebugInfo/MSF/IMSFFile.h | 42 + .../include/llvm/DebugInfo/MSF/MSFBuilder.h | 145 + .../include/llvm/DebugInfo/MSF/MSFCommon.h | 162 + .../include/llvm/DebugInfo/MSF/MSFError.h | 53 + .../include/llvm/DebugInfo/MSF/MappedBlockStream.h | 163 + .../llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h | 54 + .../include/llvm/DebugInfo/PDB/DIA/DIADataStream.h | 34 + .../llvm/DebugInfo/PDB/DIA/DIAEnumDebugStreams.h | 37 + .../llvm/DebugInfo/PDB/DIA/DIAEnumFrameData.h | 36 + .../DebugInfo/PDB/DIA/DIAEnumInjectedSources.h | 36 + .../llvm/DebugInfo/PDB/DIA/DIAEnumLineNumbers.h | 36 + .../DebugInfo/PDB/DIA/DIAEnumSectionContribs.h | 39 + .../llvm/DebugInfo/PDB/DIA/DIAEnumSourceFiles.h | 38 + .../llvm/DebugInfo/PDB/DIA/DIAEnumSymbols.h | 38 + .../include/llvm/DebugInfo/PDB/DIA/DIAEnumTables.h | 36 + .../include/llvm/DebugInfo/PDB/DIA/DIAError.h | 51 + .../include/llvm/DebugInfo/PDB/DIA/DIAFrameData.h | 39 + .../llvm/DebugInfo/PDB/DIA/DIAInjectedSource.h | 38 + .../include/llvm/DebugInfo/PDB/DIA/DIALineNumber.h | 40 + .../include/llvm/DebugInfo/PDB/DIA/DIARawSymbol.h | 234 + .../llvm/DebugInfo/PDB/DIA/DIASectionContrib.h | 55 + .../include/llvm/DebugInfo/PDB/DIA/DIASession.h | 94 + .../include/llvm/DebugInfo/PDB/DIA/DIASourceFile.h | 41 + .../include/llvm/DebugInfo/PDB/DIA/DIASupport.h | 34 + .../include/llvm/DebugInfo/PDB/DIA/DIATable.h | 32 + .../include/llvm/DebugInfo/PDB/DIA/DIAUtils.h | 31 + .../include/llvm/DebugInfo/PDB/GenericError.h | 52 + .../include/llvm/DebugInfo/PDB/IPDBDataStream.h | 40 + .../include/llvm/DebugInfo/PDB/IPDBEnumChildren.h | 49 + .../include/llvm/DebugInfo/PDB/IPDBFrameData.h | 36 + .../llvm/DebugInfo/PDB/IPDBInjectedSource.h | 42 + .../include/llvm/DebugInfo/PDB/IPDBLineNumber.h | 37 + .../include/llvm/DebugInfo/PDB/IPDBRawSymbol.h | 264 + .../llvm/DebugInfo/PDB/IPDBSectionContrib.h | 50 + .../include/llvm/DebugInfo/PDB/IPDBSession.h | 101 + .../include/llvm/DebugInfo/PDB/IPDBSourceFile.h | 40 + .../include/llvm/DebugInfo/PDB/IPDBTable.h | 28 + .../DebugInfo/PDB/Native/DbiModuleDescriptor.h | 72 + .../PDB/Native/DbiModuleDescriptorBuilder.h | 107 + .../llvm/DebugInfo/PDB/Native/DbiModuleList.h | 118 + .../include/llvm/DebugInfo/PDB/Native/DbiStream.h | 128 + .../llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h | 143 + .../include/llvm/DebugInfo/PDB/Native/EnumTables.h | 22 + .../include/llvm/DebugInfo/PDB/Native/Formatters.h | 45 + .../llvm/DebugInfo/PDB/Native/GSIStreamBuilder.h | 81 + .../llvm/DebugInfo/PDB/Native/GlobalsStream.h | 88 + .../include/llvm/DebugInfo/PDB/Native/Hash.h | 27 + .../include/llvm/DebugInfo/PDB/Native/HashTable.h | 335 + .../DebugInfo/PDB/Native/ISectionContribVisitor.h | 30 + .../include/llvm/DebugInfo/PDB/Native/InfoStream.h | 75 + .../llvm/DebugInfo/PDB/Native/InfoStreamBuilder.h | 77 + .../llvm/DebugInfo/PDB/Native/ModuleDebugStream.h | 91 + .../llvm/DebugInfo/PDB/Native/NamedStreamMap.h | 73 + .../DebugInfo/PDB/Native/NativeCompilandSymbol.h | 40 + .../llvm/DebugInfo/PDB/Native/NativeEnumGlobals.h | 43 + .../llvm/DebugInfo/PDB/Native/NativeEnumModules.h | 36 + .../llvm/DebugInfo/PDB/Native/NativeEnumTypes.h | 48 + .../llvm/DebugInfo/PDB/Native/NativeExeSymbol.h | 41 + .../llvm/DebugInfo/PDB/Native/NativeRawSymbol.h | 241 + .../llvm/DebugInfo/PDB/Native/NativeSession.h | 117 + .../DebugInfo/PDB/Native/NativeSymbolEnumerator.h | 51 + .../llvm/DebugInfo/PDB/Native/NativeTypeArray.h | 50 + .../llvm/DebugInfo/PDB/Native/NativeTypeBuiltin.h | 50 + .../llvm/DebugInfo/PDB/Native/NativeTypeEnum.h | 75 + .../DebugInfo/PDB/Native/NativeTypeFunctionSig.h | 74 + .../llvm/DebugInfo/PDB/Native/NativeTypePointer.h | 61 + .../llvm/DebugInfo/PDB/Native/NativeTypeTypedef.h | 42 + .../llvm/DebugInfo/PDB/Native/NativeTypeUDT.h | 74 + .../llvm/DebugInfo/PDB/Native/NativeTypeVTShape.h | 46 + .../include/llvm/DebugInfo/PDB/Native/PDBFile.h | 144 + .../llvm/DebugInfo/PDB/Native/PDBFileBuilder.h | 111 + .../llvm/DebugInfo/PDB/Native/PDBStringTable.h | 65 + .../DebugInfo/PDB/Native/PDBStringTableBuilder.h | 72 + .../llvm/DebugInfo/PDB/Native/PublicsStream.h | 60 + .../llvm/DebugInfo/PDB/Native/RawConstants.h | 119 + .../include/llvm/DebugInfo/PDB/Native/RawError.h | 59 + .../include/llvm/DebugInfo/PDB/Native/RawTypes.h | 351 + .../llvm/DebugInfo/PDB/Native/SymbolCache.h | 148 + .../llvm/DebugInfo/PDB/Native/SymbolStream.h | 48 + .../include/llvm/DebugInfo/PDB/Native/TpiHashing.h | 72 + .../include/llvm/DebugInfo/PDB/Native/TpiStream.h | 98 + .../llvm/DebugInfo/PDB/Native/TpiStreamBuilder.h | 90 + clang-r349610/include/llvm/DebugInfo/PDB/PDB.h | 32 + .../include/llvm/DebugInfo/PDB/PDBContext.h | 65 + .../include/llvm/DebugInfo/PDB/PDBExtras.h | 60 + .../include/llvm/DebugInfo/PDB/PDBSymDumper.h | 79 + .../include/llvm/DebugInfo/PDB/PDBSymbol.h | 172 + .../llvm/DebugInfo/PDB/PDBSymbolAnnotation.h | 36 + .../include/llvm/DebugInfo/PDB/PDBSymbolBlock.h | 38 + .../llvm/DebugInfo/PDB/PDBSymbolCompiland.h | 38 + .../llvm/DebugInfo/PDB/PDBSymbolCompilandDetails.h | 53 + .../llvm/DebugInfo/PDB/PDBSymbolCompilandEnv.h | 33 + .../include/llvm/DebugInfo/PDB/PDBSymbolCustom.h | 36 + .../include/llvm/DebugInfo/PDB/PDBSymbolData.h | 60 + .../include/llvm/DebugInfo/PDB/PDBSymbolExe.h | 45 + .../include/llvm/DebugInfo/PDB/PDBSymbolFunc.h | 86 + .../llvm/DebugInfo/PDB/PDBSymbolFuncDebugEnd.h | 47 + .../llvm/DebugInfo/PDB/PDBSymbolFuncDebugStart.h | 46 + .../include/llvm/DebugInfo/PDB/PDBSymbolLabel.h | 46 + .../llvm/DebugInfo/PDB/PDBSymbolPublicSymbol.h | 44 + .../include/llvm/DebugInfo/PDB/PDBSymbolThunk.h | 53 + .../llvm/DebugInfo/PDB/PDBSymbolTypeArray.h | 41 + .../llvm/DebugInfo/PDB/PDBSymbolTypeBaseClass.h | 60 + .../llvm/DebugInfo/PDB/PDBSymbolTypeBuiltin.h | 37 + .../llvm/DebugInfo/PDB/PDBSymbolTypeCustom.h | 33 + .../llvm/DebugInfo/PDB/PDBSymbolTypeDimension.h | 33 + .../include/llvm/DebugInfo/PDB/PDBSymbolTypeEnum.h | 53 + .../llvm/DebugInfo/PDB/PDBSymbolTypeFriend.h | 34 + .../llvm/DebugInfo/PDB/PDBSymbolTypeFunctionArg.h | 34 + .../llvm/DebugInfo/PDB/PDBSymbolTypeFunctionSig.h | 48 + .../llvm/DebugInfo/PDB/PDBSymbolTypeManaged.h | 32 + .../llvm/DebugInfo/PDB/PDBSymbolTypePointer.h | 44 + .../llvm/DebugInfo/PDB/PDBSymbolTypeTypedef.h | 51 + .../include/llvm/DebugInfo/PDB/PDBSymbolTypeUDT.h | 54 + .../llvm/DebugInfo/PDB/PDBSymbolTypeVTable.h | 38 + .../llvm/DebugInfo/PDB/PDBSymbolTypeVTableShape.h | 36 + .../include/llvm/DebugInfo/PDB/PDBSymbolUnknown.h | 31 + .../llvm/DebugInfo/PDB/PDBSymbolUsingNamespace.h | 34 + .../include/llvm/DebugInfo/PDB/PDBTypes.h | 468 + .../include/llvm/DebugInfo/PDB/UDTLayout.h | 182 + .../include/llvm/DebugInfo/Symbolize/DIPrinter.h | 53 + .../llvm/DebugInfo/Symbolize/SymbolizableModule.h | 47 + .../include/llvm/DebugInfo/Symbolize/Symbolize.h | 123 + clang-r349610/include/llvm/Demangle/Compiler.h | 93 + clang-r349610/include/llvm/Demangle/Demangle.h | 96 + .../include/llvm/Demangle/ItaniumDemangle.h | 5184 ++ .../include/llvm/Demangle/MicrosoftDemangle.h | 276 + .../include/llvm/Demangle/MicrosoftDemangleNodes.h | 601 + clang-r349610/include/llvm/Demangle/StringView.h | 121 + clang-r349610/include/llvm/Demangle/Utility.h | 187 + .../include/llvm/ExecutionEngine/ExecutionEngine.h | 667 + .../include/llvm/ExecutionEngine/GenericValue.h | 55 + .../include/llvm/ExecutionEngine/Interpreter.h | 28 + .../llvm/ExecutionEngine/JITEventListener.h | 118 + .../include/llvm/ExecutionEngine/JITSymbol.h | 410 + clang-r349610/include/llvm/ExecutionEngine/MCJIT.h | 38 + .../include/llvm/ExecutionEngine/OProfileWrapper.h | 124 + .../include/llvm/ExecutionEngine/ObjectCache.h | 42 + .../ExecutionEngine/Orc/CompileOnDemandLayer.h | 737 + .../llvm/ExecutionEngine/Orc/CompileUtils.h | 131 + .../include/llvm/ExecutionEngine/Orc/Core.h | 930 + .../llvm/ExecutionEngine/Orc/ExecutionUtils.h | 253 + .../llvm/ExecutionEngine/Orc/GlobalMappingLayer.h | 112 + .../llvm/ExecutionEngine/Orc/IRCompileLayer.h | 130 + .../llvm/ExecutionEngine/Orc/IRTransformLayer.h | 115 + .../llvm/ExecutionEngine/Orc/IndirectionUtils.h | 494 + .../ExecutionEngine/Orc/JITTargetMachineBuilder.h | 130 + .../include/llvm/ExecutionEngine/Orc/LLJIT.h | 193 + .../llvm/ExecutionEngine/Orc/LambdaResolver.h | 59 + .../include/llvm/ExecutionEngine/Orc/Layer.h | 167 + .../llvm/ExecutionEngine/Orc/LazyEmittingLayer.h | 261 + .../llvm/ExecutionEngine/Orc/LazyReexports.h | 195 + .../include/llvm/ExecutionEngine/Orc/Legacy.h | 219 + .../llvm/ExecutionEngine/Orc/NullResolver.h | 44 + .../ExecutionEngine/Orc/ObjectTransformLayer.h | 114 + .../llvm/ExecutionEngine/Orc/OrcABISupport.h | 315 + .../include/llvm/ExecutionEngine/Orc/OrcError.h | 71 + .../ExecutionEngine/Orc/OrcRemoteTargetClient.h | 703 + .../ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h | 376 + .../ExecutionEngine/Orc/OrcRemoteTargetServer.h | 450 + .../llvm/ExecutionEngine/Orc/RPCSerialization.h | 742 + .../include/llvm/ExecutionEngine/Orc/RPCUtils.h | 1686 + .../ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h | 457 + .../llvm/ExecutionEngine/Orc/RawByteChannel.h | 185 + .../llvm/ExecutionEngine/Orc/RemoteObjectLayer.h | 529 + .../llvm/ExecutionEngine/Orc/SymbolStringPool.h | 174 + .../llvm/ExecutionEngine/Orc/ThreadSafeModule.h | 163 + .../llvm/ExecutionEngine/OrcMCJITReplacement.h | 38 + .../llvm/ExecutionEngine/RTDyldMemoryManager.h | 159 + .../include/llvm/ExecutionEngine/RuntimeDyld.h | 289 + .../llvm/ExecutionEngine/RuntimeDyldChecker.h | 112 + .../llvm/ExecutionEngine/SectionMemoryManager.h | 195 + clang-r349610/include/llvm/FuzzMutate/FuzzerCLI.h | 79 + clang-r349610/include/llvm/FuzzMutate/IRMutator.h | 108 + .../include/llvm/FuzzMutate/OpDescriptor.h | 223 + clang-r349610/include/llvm/FuzzMutate/Operations.h | 54 + clang-r349610/include/llvm/FuzzMutate/Random.h | 97 + .../include/llvm/FuzzMutate/RandomIRBuilder.h | 62 + clang-r349610/include/llvm/IR/Argument.h | 130 + .../include/llvm/IR/AssemblyAnnotationWriter.h | 62 + clang-r349610/include/llvm/IR/Attributes.h | 851 + clang-r349610/include/llvm/IR/Attributes.inc | 520 + clang-r349610/include/llvm/IR/Attributes.td | 248 + clang-r349610/include/llvm/IR/AutoUpgrade.h | 93 + clang-r349610/include/llvm/IR/BasicBlock.h | 447 + clang-r349610/include/llvm/IR/CFG.h | 407 + clang-r349610/include/llvm/IR/CFGDiff.h | 285 + clang-r349610/include/llvm/IR/CallSite.h | 723 + clang-r349610/include/llvm/IR/CallingConv.h | 234 + clang-r349610/include/llvm/IR/Comdat.h | 71 + clang-r349610/include/llvm/IR/Constant.h | 186 + clang-r349610/include/llvm/IR/ConstantFolder.h | 277 + clang-r349610/include/llvm/IR/ConstantRange.h | 346 + clang-r349610/include/llvm/IR/Constants.h | 1325 + clang-r349610/include/llvm/IR/DIBuilder.h | 881 + clang-r349610/include/llvm/IR/DataLayout.h | 602 + clang-r349610/include/llvm/IR/DebugInfo.h | 141 + clang-r349610/include/llvm/IR/DebugInfoFlags.def | 97 + clang-r349610/include/llvm/IR/DebugInfoMetadata.h | 3136 + clang-r349610/include/llvm/IR/DebugLoc.h | 131 + clang-r349610/include/llvm/IR/DerivedTypes.h | 509 + clang-r349610/include/llvm/IR/DerivedUser.h | 45 + clang-r349610/include/llvm/IR/DiagnosticHandler.h | 75 + clang-r349610/include/llvm/IR/DiagnosticInfo.h | 1007 + clang-r349610/include/llvm/IR/DiagnosticPrinter.h | 96 + clang-r349610/include/llvm/IR/DomTreeUpdater.h | 257 + clang-r349610/include/llvm/IR/Dominators.h | 287 + clang-r349610/include/llvm/IR/Function.h | 830 + clang-r349610/include/llvm/IR/GVMaterializer.h | 52 + .../include/llvm/IR/GetElementPtrTypeIterator.h | 164 + clang-r349610/include/llvm/IR/GlobalAlias.h | 98 + clang-r349610/include/llvm/IR/GlobalIFunc.h | 80 + .../include/llvm/IR/GlobalIndirectSymbol.h | 93 + clang-r349610/include/llvm/IR/GlobalObject.h | 194 + clang-r349610/include/llvm/IR/GlobalValue.h | 587 + clang-r349610/include/llvm/IR/GlobalVariable.h | 265 + clang-r349610/include/llvm/IR/IRBuilder.h | 2213 + clang-r349610/include/llvm/IR/IRPrintingPasses.h | 115 + clang-r349610/include/llvm/IR/InlineAsm.h | 366 + clang-r349610/include/llvm/IR/InstIterator.h | 163 + clang-r349610/include/llvm/IR/InstVisitor.h | 324 + clang-r349610/include/llvm/IR/InstrTypes.h | 1909 + clang-r349610/include/llvm/IR/Instruction.def | 254 + clang-r349610/include/llvm/IR/Instruction.h | 761 + clang-r349610/include/llvm/IR/Instructions.h | 4911 ++ clang-r349610/include/llvm/IR/IntrinsicEnums.inc | 6881 ++ clang-r349610/include/llvm/IR/IntrinsicImpl.inc | 30297 ++++++++ clang-r349610/include/llvm/IR/IntrinsicInst.h | 786 + clang-r349610/include/llvm/IR/Intrinsics.h | 188 + clang-r349610/include/llvm/IR/Intrinsics.td | 1154 + clang-r349610/include/llvm/IR/IntrinsicsAArch64.td | 686 + clang-r349610/include/llvm/IR/IntrinsicsAMDGPU.td | 1506 + clang-r349610/include/llvm/IR/IntrinsicsARM.td | 770 + clang-r349610/include/llvm/IR/IntrinsicsBPF.td | 24 + clang-r349610/include/llvm/IR/IntrinsicsHexagon.td | 6356 ++ clang-r349610/include/llvm/IR/IntrinsicsMips.td | 1771 + clang-r349610/include/llvm/IR/IntrinsicsNVVM.td | 4047 + clang-r349610/include/llvm/IR/IntrinsicsPowerPC.td | 1170 + clang-r349610/include/llvm/IR/IntrinsicsRISCV.td | 44 + clang-r349610/include/llvm/IR/IntrinsicsSystemZ.td | 431 + .../include/llvm/IR/IntrinsicsWebAssembly.td | 127 + clang-r349610/include/llvm/IR/IntrinsicsX86.td | 5155 ++ clang-r349610/include/llvm/IR/IntrinsicsXCore.td | 121 + clang-r349610/include/llvm/IR/LLVMContext.h | 356 + clang-r349610/include/llvm/IR/LegacyPassManager.h | 103 + clang-r349610/include/llvm/IR/LegacyPassManagers.h | 525 + .../include/llvm/IR/LegacyPassNameParser.h | 139 + clang-r349610/include/llvm/IR/MDBuilder.h | 203 + clang-r349610/include/llvm/IR/Mangler.h | 58 + clang-r349610/include/llvm/IR/Metadata.def | 126 + clang-r349610/include/llvm/IR/Metadata.h | 1431 + clang-r349610/include/llvm/IR/Module.h | 912 + clang-r349610/include/llvm/IR/ModuleSlotTracker.h | 80 + clang-r349610/include/llvm/IR/ModuleSummaryIndex.h | 1257 + .../include/llvm/IR/ModuleSummaryIndexYAML.h | 301 + clang-r349610/include/llvm/IR/NoFolder.h | 342 + clang-r349610/include/llvm/IR/OperandTraits.h | 163 + clang-r349610/include/llvm/IR/Operator.h | 584 + clang-r349610/include/llvm/IR/OptBisect.h | 89 + .../include/llvm/IR/PassInstrumentation.h | 207 + clang-r349610/include/llvm/IR/PassManager.h | 1443 + .../include/llvm/IR/PassManagerInternal.h | 309 + clang-r349610/include/llvm/IR/PassTimingInfo.h | 108 + clang-r349610/include/llvm/IR/PatternMatch.h | 1756 + clang-r349610/include/llvm/IR/PredIteratorCache.h | 81 + clang-r349610/include/llvm/IR/ProfileSummary.h | 85 + clang-r349610/include/llvm/IR/RuntimeLibcalls.def | 535 + .../include/llvm/IR/SafepointIRVerifier.h | 35 + clang-r349610/include/llvm/IR/Statepoint.h | 474 + .../include/llvm/IR/SymbolTableListTraits.h | 118 + clang-r349610/include/llvm/IR/TrackingMDRef.h | 178 + clang-r349610/include/llvm/IR/Type.h | 507 + clang-r349610/include/llvm/IR/TypeBuilder.h | 407 + clang-r349610/include/llvm/IR/TypeFinder.h | 82 + clang-r349610/include/llvm/IR/Use.h | 182 + clang-r349610/include/llvm/IR/UseListOrder.h | 44 + clang-r349610/include/llvm/IR/User.h | 335 + clang-r349610/include/llvm/IR/Value.def | 117 + clang-r349610/include/llvm/IR/Value.h | 868 + clang-r349610/include/llvm/IR/ValueHandle.h | 562 + clang-r349610/include/llvm/IR/ValueMap.h | 438 + clang-r349610/include/llvm/IR/ValueSymbolTable.h | 139 + clang-r349610/include/llvm/IR/Verifier.h | 149 + clang-r349610/include/llvm/IRReader/IRReader.h | 63 + clang-r349610/include/llvm/InitializePasses.h | 413 + clang-r349610/include/llvm/LTO/Caching.h | 40 + clang-r349610/include/llvm/LTO/Config.h | 220 + clang-r349610/include/llvm/LTO/LTO.h | 430 + clang-r349610/include/llvm/LTO/LTOBackend.h | 52 + .../include/llvm/LTO/SummaryBasedOptimizations.h | 17 + .../include/llvm/LTO/legacy/LTOCodeGenerator.h | 247 + clang-r349610/include/llvm/LTO/legacy/LTOModule.h | 208 + .../include/llvm/LTO/legacy/ThinLTOCodeGenerator.h | 351 + .../include/llvm/LTO/legacy/UpdateCompilerUsed.h | 32 + clang-r349610/include/llvm/LineEditor/LineEditor.h | 154 + clang-r349610/include/llvm/LinkAllIR.h | 52 + clang-r349610/include/llvm/LinkAllPasses.h | 240 + clang-r349610/include/llvm/Linker/IRMover.h | 89 + clang-r349610/include/llvm/Linker/Linker.h | 59 + clang-r349610/include/llvm/MC/ConstantPools.h | 103 + clang-r349610/include/llvm/MC/LaneBitmask.h | 102 + clang-r349610/include/llvm/MC/MCAsmBackend.h | 210 + clang-r349610/include/llvm/MC/MCAsmInfo.h | 642 + clang-r349610/include/llvm/MC/MCAsmInfoCOFF.h | 40 + clang-r349610/include/llvm/MC/MCAsmInfoDarwin.h | 31 + clang-r349610/include/llvm/MC/MCAsmInfoELF.h | 31 + clang-r349610/include/llvm/MC/MCAsmInfoWasm.h | 24 + clang-r349610/include/llvm/MC/MCAsmLayout.h | 107 + clang-r349610/include/llvm/MC/MCAsmMacro.h | 158 + clang-r349610/include/llvm/MC/MCAssembler.h | 469 + clang-r349610/include/llvm/MC/MCCodeEmitter.h | 43 + clang-r349610/include/llvm/MC/MCCodePadder.h | 242 + clang-r349610/include/llvm/MC/MCCodeView.h | 265 + clang-r349610/include/llvm/MC/MCContext.h | 742 + clang-r349610/include/llvm/MC/MCDirectives.h | 73 + .../llvm/MC/MCDisassembler/MCDisassembler.h | 115 + .../llvm/MC/MCDisassembler/MCExternalSymbolizer.h | 58 + .../llvm/MC/MCDisassembler/MCRelocationInfo.h | 45 + .../include/llvm/MC/MCDisassembler/MCSymbolizer.h | 83 + clang-r349610/include/llvm/MC/MCDwarf.h | 617 + clang-r349610/include/llvm/MC/MCELFObjectWriter.h | 162 + clang-r349610/include/llvm/MC/MCELFStreamer.h | 109 + clang-r349610/include/llvm/MC/MCExpr.h | 610 + .../include/llvm/MC/MCFixedLenDisassembler.h | 34 + clang-r349610/include/llvm/MC/MCFixup.h | 171 + clang-r349610/include/llvm/MC/MCFixupKindInfo.h | 43 + clang-r349610/include/llvm/MC/MCFragment.h | 668 + clang-r349610/include/llvm/MC/MCInst.h | 227 + clang-r349610/include/llvm/MC/MCInstBuilder.h | 74 + clang-r349610/include/llvm/MC/MCInstPrinter.h | 108 + clang-r349610/include/llvm/MC/MCInstrAnalysis.h | 166 + clang-r349610/include/llvm/MC/MCInstrDesc.h | 603 + clang-r349610/include/llvm/MC/MCInstrInfo.h | 59 + clang-r349610/include/llvm/MC/MCInstrItineraries.h | 235 + clang-r349610/include/llvm/MC/MCLabel.h | 57 + .../include/llvm/MC/MCLinkerOptimizationHint.h | 187 + clang-r349610/include/llvm/MC/MCMachObjectWriter.h | 288 + clang-r349610/include/llvm/MC/MCObjectFileInfo.h | 414 + clang-r349610/include/llvm/MC/MCObjectStreamer.h | 207 + clang-r349610/include/llvm/MC/MCObjectWriter.h | 124 + clang-r349610/include/llvm/MC/MCParser/AsmCond.h | 40 + clang-r349610/include/llvm/MC/MCParser/AsmLexer.h | 74 + .../include/llvm/MC/MCParser/MCAsmLexer.h | 158 + .../include/llvm/MC/MCParser/MCAsmParser.h | 316 + .../llvm/MC/MCParser/MCAsmParserExtension.h | 121 + .../include/llvm/MC/MCParser/MCAsmParserUtils.h | 34 + .../include/llvm/MC/MCParser/MCParsedAsmOperand.h | 100 + .../include/llvm/MC/MCParser/MCTargetAsmParser.h | 497 + clang-r349610/include/llvm/MC/MCRegisterInfo.h | 728 + clang-r349610/include/llvm/MC/MCSchedule.h | 380 + clang-r349610/include/llvm/MC/MCSection.h | 194 + clang-r349610/include/llvm/MC/MCSectionCOFF.h | 100 + clang-r349610/include/llvm/MC/MCSectionELF.h | 99 + clang-r349610/include/llvm/MC/MCSectionMachO.h | 92 + clang-r349610/include/llvm/MC/MCSectionWasm.h | 88 + clang-r349610/include/llvm/MC/MCStreamer.h | 1013 + clang-r349610/include/llvm/MC/MCSubtargetInfo.h | 183 + clang-r349610/include/llvm/MC/MCSymbol.h | 429 + clang-r349610/include/llvm/MC/MCSymbolCOFF.h | 67 + clang-r349610/include/llvm/MC/MCSymbolELF.h | 54 + clang-r349610/include/llvm/MC/MCSymbolMachO.h | 136 + clang-r349610/include/llvm/MC/MCSymbolWasm.h | 79 + clang-r349610/include/llvm/MC/MCTargetOptions.h | 80 + .../llvm/MC/MCTargetOptionsCommandFlags.inc | 80 + clang-r349610/include/llvm/MC/MCValue.h | 87 + clang-r349610/include/llvm/MC/MCWasmObjectWriter.h | 56 + clang-r349610/include/llvm/MC/MCWasmStreamer.h | 88 + clang-r349610/include/llvm/MC/MCWin64EH.h | 70 + .../include/llvm/MC/MCWinCOFFObjectWriter.h | 57 + clang-r349610/include/llvm/MC/MCWinCOFFStreamer.h | 83 + clang-r349610/include/llvm/MC/MCWinEH.h | 70 + clang-r349610/include/llvm/MC/MachineLocation.h | 59 + clang-r349610/include/llvm/MC/SectionKind.h | 208 + clang-r349610/include/llvm/MC/StringTableBuilder.h | 75 + clang-r349610/include/llvm/MC/SubtargetFeature.h | 133 + clang-r349610/include/llvm/MCA/Context.h | 69 + clang-r349610/include/llvm/MCA/HWEventListener.h | 156 + .../include/llvm/MCA/HardwareUnits/HardwareUnit.h | 33 + .../include/llvm/MCA/HardwareUnits/LSUnit.h | 207 + .../include/llvm/MCA/HardwareUnits/RegisterFile.h | 239 + .../llvm/MCA/HardwareUnits/ResourceManager.h | 360 + .../llvm/MCA/HardwareUnits/RetireControlUnit.h | 104 + .../include/llvm/MCA/HardwareUnits/Scheduler.h | 214 + clang-r349610/include/llvm/MCA/InstrBuilder.h | 77 + clang-r349610/include/llvm/MCA/Instruction.h | 544 + clang-r349610/include/llvm/MCA/Pipeline.h | 79 + clang-r349610/include/llvm/MCA/SourceMgr.h | 57 + .../include/llvm/MCA/Stages/DispatchStage.h | 93 + clang-r349610/include/llvm/MCA/Stages/EntryStage.h | 52 + .../include/llvm/MCA/Stages/ExecuteStage.h | 80 + .../include/llvm/MCA/Stages/InstructionTables.h | 45 + .../include/llvm/MCA/Stages/RetireStage.h | 48 + clang-r349610/include/llvm/MCA/Stages/Stage.h | 88 + clang-r349610/include/llvm/MCA/Support.h | 119 + clang-r349610/include/llvm/Object/Archive.h | 289 + clang-r349610/include/llvm/Object/ArchiveWriter.h | 47 + clang-r349610/include/llvm/Object/Binary.h | 219 + clang-r349610/include/llvm/Object/COFF.h | 1245 + clang-r349610/include/llvm/Object/COFFImportFile.h | 103 + .../include/llvm/Object/COFFModuleDefinition.h | 53 + clang-r349610/include/llvm/Object/CVDebugRecord.h | 55 + clang-r349610/include/llvm/Object/Decompressor.h | 67 + clang-r349610/include/llvm/Object/ELF.h | 650 + clang-r349610/include/llvm/Object/ELFObjectFile.h | 1178 + clang-r349610/include/llvm/Object/ELFTypes.h | 760 + clang-r349610/include/llvm/Object/Error.h | 92 + clang-r349610/include/llvm/Object/IRObjectFile.h | 93 + clang-r349610/include/llvm/Object/IRSymtab.h | 358 + clang-r349610/include/llvm/Object/MachO.h | 739 + clang-r349610/include/llvm/Object/MachOUniversal.h | 168 + .../include/llvm/Object/ModuleSymbolTable.h | 73 + clang-r349610/include/llvm/Object/ObjectFile.h | 536 + clang-r349610/include/llvm/Object/RelocVisitor.h | 351 + clang-r349610/include/llvm/Object/StackMapParser.h | 439 + clang-r349610/include/llvm/Object/SymbolSize.h | 34 + clang-r349610/include/llvm/Object/SymbolicFile.h | 216 + clang-r349610/include/llvm/Object/Wasm.h | 338 + clang-r349610/include/llvm/Object/WasmTraits.h | 69 + .../include/llvm/Object/WindowsResource.h | 227 + clang-r349610/include/llvm/ObjectYAML/COFFYAML.h | 251 + .../llvm/ObjectYAML/CodeViewYAMLDebugSections.h | 140 + .../include/llvm/ObjectYAML/CodeViewYAMLSymbols.h | 49 + .../llvm/ObjectYAML/CodeViewYAMLTypeHashing.h | 62 + .../include/llvm/ObjectYAML/CodeViewYAMLTypes.h | 71 + .../include/llvm/ObjectYAML/DWARFEmitter.h | 50 + clang-r349610/include/llvm/ObjectYAML/DWARFYAML.h | 309 + clang-r349610/include/llvm/ObjectYAML/ELFYAML.h | 380 + clang-r349610/include/llvm/ObjectYAML/MachOYAML.h | 307 + clang-r349610/include/llvm/ObjectYAML/ObjectYAML.h | 40 + clang-r349610/include/llvm/ObjectYAML/WasmYAML.h | 514 + clang-r349610/include/llvm/ObjectYAML/YAML.h | 117 + clang-r349610/include/llvm/Option/Arg.h | 132 + clang-r349610/include/llvm/Option/ArgList.h | 520 + clang-r349610/include/llvm/Option/OptParser.td | 139 + clang-r349610/include/llvm/Option/OptSpecifier.h | 39 + clang-r349610/include/llvm/Option/OptTable.h | 241 + clang-r349610/include/llvm/Option/Option.h | 218 + clang-r349610/include/llvm/Pass.h | 367 + clang-r349610/include/llvm/PassAnalysisSupport.h | 274 + clang-r349610/include/llvm/PassInfo.h | 121 + clang-r349610/include/llvm/PassRegistry.h | 98 + clang-r349610/include/llvm/PassSupport.h | 216 + clang-r349610/include/llvm/Passes/PassBuilder.h | 714 + clang-r349610/include/llvm/Passes/PassPlugin.h | 114 + .../include/llvm/Passes/StandardInstrumentations.h | 36 + .../llvm/ProfileData/Coverage/CoverageMapping.h | 819 + .../ProfileData/Coverage/CoverageMappingReader.h | 217 + .../ProfileData/Coverage/CoverageMappingWriter.h | 62 + clang-r349610/include/llvm/ProfileData/GCOV.h | 477 + clang-r349610/include/llvm/ProfileData/InstrProf.h | 1046 + .../include/llvm/ProfileData/InstrProfData.inc | 740 + .../include/llvm/ProfileData/InstrProfReader.h | 478 + .../include/llvm/ProfileData/InstrProfWriter.h | 102 + .../include/llvm/ProfileData/ProfileCommon.h | 102 + .../include/llvm/ProfileData/SampleProf.h | 565 + .../include/llvm/ProfileData/SampleProfReader.h | 582 + .../include/llvm/ProfileData/SampleProfWriter.h | 194 + .../include/llvm/Support/AArch64TargetParser.def | 126 + .../include/llvm/Support/AArch64TargetParser.h | 122 + .../include/llvm/Support/AMDGPUMetadata.h | 496 + .../include/llvm/Support/AMDHSAKernelDescriptor.h | 185 + .../include/llvm/Support/ARMAttributeParser.h | 140 + .../include/llvm/Support/ARMBuildAttributes.h | 248 + clang-r349610/include/llvm/Support/ARMEHABI.h | 134 + .../include/llvm/Support/ARMTargetParser.def | 277 + .../include/llvm/Support/ARMTargetParser.h | 263 + clang-r349610/include/llvm/Support/ARMWinEH.h | 438 + clang-r349610/include/llvm/Support/AlignOf.h | 146 + clang-r349610/include/llvm/Support/Allocator.h | 518 + clang-r349610/include/llvm/Support/ArrayRecycler.h | 145 + clang-r349610/include/llvm/Support/Atomic.h | 43 + .../include/llvm/Support/AtomicOrdering.h | 152 + .../include/llvm/Support/BinaryByteStream.h | 274 + .../include/llvm/Support/BinaryItemStream.h | 108 + clang-r349610/include/llvm/Support/BinaryStream.h | 102 + .../include/llvm/Support/BinaryStreamArray.h | 371 + .../include/llvm/Support/BinaryStreamError.h | 48 + .../include/llvm/Support/BinaryStreamReader.h | 271 + .../include/llvm/Support/BinaryStreamRef.h | 275 + .../include/llvm/Support/BinaryStreamWriter.h | 183 + .../include/llvm/Support/BlockFrequency.h | 82 + .../include/llvm/Support/BranchProbability.h | 231 + clang-r349610/include/llvm/Support/BuryPointer.h | 30 + .../include/llvm/Support/CBindingWrapping.h | 47 + clang-r349610/include/llvm/Support/CFGUpdate.h | 118 + clang-r349610/include/llvm/Support/COM.h | 36 + clang-r349610/include/llvm/Support/CachePruning.h | 80 + clang-r349610/include/llvm/Support/Capacity.h | 32 + clang-r349610/include/llvm/Support/Casting.h | 399 + .../include/llvm/Support/CheckedArithmetic.h | 104 + clang-r349610/include/llvm/Support/Chrono.h | 172 + clang-r349610/include/llvm/Support/CodeGen.h | 62 + .../include/llvm/Support/CodeGenCoverage.h | 40 + clang-r349610/include/llvm/Support/CommandLine.h | 1960 + clang-r349610/include/llvm/Support/Compiler.h | 564 + clang-r349610/include/llvm/Support/Compression.h | 49 + clang-r349610/include/llvm/Support/ConvertUTF.h | 307 + .../include/llvm/Support/CrashRecoveryContext.h | 258 + clang-r349610/include/llvm/Support/DJB.h | 33 + .../include/llvm/Support/DOTGraphTraits.h | 167 + clang-r349610/include/llvm/Support/DataExtractor.h | 428 + clang-r349610/include/llvm/Support/DataTypes.h | 17 + clang-r349610/include/llvm/Support/Debug.h | 127 + clang-r349610/include/llvm/Support/DebugCounter.h | 189 + .../include/llvm/Support/DynamicLibrary.h | 133 + clang-r349610/include/llvm/Support/Endian.h | 415 + clang-r349610/include/llvm/Support/EndianStream.h | 69 + clang-r349610/include/llvm/Support/Errc.h | 87 + clang-r349610/include/llvm/Support/Errno.h | 47 + clang-r349610/include/llvm/Support/Error.h | 1281 + clang-r349610/include/llvm/Support/ErrorHandling.h | 144 + clang-r349610/include/llvm/Support/ErrorOr.h | 279 + clang-r349610/include/llvm/Support/FileCheck.h | 282 + .../include/llvm/Support/FileOutputBuffer.h | 90 + clang-r349610/include/llvm/Support/FileSystem.h | 1364 + clang-r349610/include/llvm/Support/FileUtilities.h | 78 + clang-r349610/include/llvm/Support/Format.h | 257 + .../include/llvm/Support/FormatAdapters.h | 109 + clang-r349610/include/llvm/Support/FormatCommon.h | 77 + .../include/llvm/Support/FormatProviders.h | 423 + .../include/llvm/Support/FormatVariadic.h | 265 + .../include/llvm/Support/FormatVariadicDetails.h | 163 + .../include/llvm/Support/FormattedStream.h | 162 + .../include/llvm/Support/GenericDomTree.h | 893 + .../llvm/Support/GenericDomTreeConstruction.h | 1662 + clang-r349610/include/llvm/Support/GlobPattern.h | 48 + clang-r349610/include/llvm/Support/GraphWriter.h | 380 + clang-r349610/include/llvm/Support/Host.h | 99 + clang-r349610/include/llvm/Support/InitLLVM.h | 46 + .../llvm/Support/ItaniumManglingCanonicalizer.h | 93 + clang-r349610/include/llvm/Support/JSON.h | 711 + clang-r349610/include/llvm/Support/JamCRC.h | 49 + clang-r349610/include/llvm/Support/KnownBits.h | 202 + clang-r349610/include/llvm/Support/LEB128.h | 197 + clang-r349610/include/llvm/Support/LICENSE.TXT | 6 + clang-r349610/include/llvm/Support/LineIterator.h | 88 + clang-r349610/include/llvm/Support/Locale.h | 17 + .../include/llvm/Support/LockFileManager.h | 99 + .../include/llvm/Support/LowLevelTypeImpl.h | 264 + clang-r349610/include/llvm/Support/MD5.h | 122 + .../include/llvm/Support/MSVCErrorWorkarounds.h | 84 + .../include/llvm/Support/MachineValueType.h | 1058 + clang-r349610/include/llvm/Support/ManagedStatic.h | 97 + clang-r349610/include/llvm/Support/MathExtras.h | 854 + clang-r349610/include/llvm/Support/MemAlloc.h | 49 + clang-r349610/include/llvm/Support/Memory.h | 145 + clang-r349610/include/llvm/Support/MemoryBuffer.h | 287 + clang-r349610/include/llvm/Support/MipsABIFlags.h | 104 + clang-r349610/include/llvm/Support/Mutex.h | 159 + clang-r349610/include/llvm/Support/MutexGuard.h | 41 + .../include/llvm/Support/NativeFormatting.h | 49 + .../include/llvm/Support/OnDiskHashTable.h | 616 + clang-r349610/include/llvm/Support/Options.h | 120 + clang-r349610/include/llvm/Support/Parallel.h | 247 + clang-r349610/include/llvm/Support/Path.h | 463 + clang-r349610/include/llvm/Support/PluginLoader.h | 37 + .../include/llvm/Support/PointerLikeTypeTraits.h | 150 + .../include/llvm/Support/PrettyStackTrace.h | 96 + clang-r349610/include/llvm/Support/Printable.h | 52 + clang-r349610/include/llvm/Support/Process.h | 191 + clang-r349610/include/llvm/Support/Program.h | 209 + clang-r349610/include/llvm/Support/RWMutex.h | 179 + .../include/llvm/Support/RandomNumberGenerator.h | 70 + clang-r349610/include/llvm/Support/Recycler.h | 116 + .../include/llvm/Support/RecyclingAllocator.h | 77 + clang-r349610/include/llvm/Support/Regex.h | 102 + clang-r349610/include/llvm/Support/Registry.h | 160 + .../include/llvm/Support/ReverseIteration.h | 19 + clang-r349610/include/llvm/Support/SHA1.h | 89 + clang-r349610/include/llvm/Support/SMLoc.h | 65 + .../include/llvm/Support/SaveAndRestore.h | 37 + clang-r349610/include/llvm/Support/ScaledNumber.h | 897 + clang-r349610/include/llvm/Support/ScopedPrinter.h | 389 + clang-r349610/include/llvm/Support/Signals.h | 79 + .../include/llvm/Support/SmallVectorMemoryBuffer.h | 66 + .../include/llvm/Support/Solaris/sys/regset.h | 39 + clang-r349610/include/llvm/Support/SourceMgr.h | 309 + .../include/llvm/Support/SpecialCaseList.h | 155 + clang-r349610/include/llvm/Support/StringPool.h | 140 + clang-r349610/include/llvm/Support/StringSaver.h | 58 + clang-r349610/include/llvm/Support/SwapByteOrder.h | 127 + .../include/llvm/Support/SymbolRemappingReader.h | 133 + clang-r349610/include/llvm/Support/SystemUtils.h | 32 + clang-r349610/include/llvm/Support/TarWriter.h | 34 + .../include/llvm/Support/TargetOpcodes.def | 536 + clang-r349610/include/llvm/Support/TargetParser.h | 170 + .../include/llvm/Support/TargetRegistry.h | 1200 + clang-r349610/include/llvm/Support/TargetSelect.h | 165 + clang-r349610/include/llvm/Support/TaskQueue.h | 139 + clang-r349610/include/llvm/Support/ThreadLocal.h | 63 + clang-r349610/include/llvm/Support/ThreadPool.h | 101 + clang-r349610/include/llvm/Support/Threading.h | 170 + clang-r349610/include/llvm/Support/Timer.h | 245 + .../include/llvm/Support/ToolOutputFile.h | 63 + .../include/llvm/Support/TrailingObjects.h | 401 + clang-r349610/include/llvm/Support/TrigramIndex.h | 70 + clang-r349610/include/llvm/Support/TypeName.h | 65 + clang-r349610/include/llvm/Support/Unicode.h | 71 + .../include/llvm/Support/UnicodeCharRanges.h | 107 + clang-r349610/include/llvm/Support/UniqueLock.h | 69 + clang-r349610/include/llvm/Support/VCSRevision.h | 1 + clang-r349610/include/llvm/Support/Valgrind.h | 32 + clang-r349610/include/llvm/Support/VersionTuple.h | 154 + .../include/llvm/Support/VirtualFileSystem.h | 535 + clang-r349610/include/llvm/Support/Watchdog.h | 38 + clang-r349610/include/llvm/Support/Win64EH.h | 164 + clang-r349610/include/llvm/Support/WindowsError.h | 19 + clang-r349610/include/llvm/Support/WithColor.h | 116 + .../llvm/Support/X86DisassemblerDecoderCommon.h | 475 + .../include/llvm/Support/X86TargetParser.def | 165 + clang-r349610/include/llvm/Support/YAMLParser.h | 620 + clang-r349610/include/llvm/Support/YAMLTraits.h | 1998 + .../include/llvm/Support/circular_raw_ostream.h | 156 + .../include/llvm/Support/raw_os_ostream.h | 42 + clang-r349610/include/llvm/Support/raw_ostream.h | 564 + .../include/llvm/Support/raw_sha1_ostream.h | 47 + clang-r349610/include/llvm/Support/thread.h | 53 + clang-r349610/include/llvm/Support/type_traits.h | 162 + clang-r349610/include/llvm/Support/xxhash.h | 49 + clang-r349610/include/llvm/TableGen/Error.h | 41 + clang-r349610/include/llvm/TableGen/Main.h | 30 + clang-r349610/include/llvm/TableGen/Record.h | 1907 + .../include/llvm/TableGen/SearchableTable.td | 136 + clang-r349610/include/llvm/TableGen/SetTheory.h | 145 + .../include/llvm/TableGen/StringMatcher.h | 55 + .../include/llvm/TableGen/StringToOffsetTable.h | 105 + .../include/llvm/TableGen/TableGenBackend.h | 28 + .../include/llvm/Target/CodeGenCWrappers.h | 65 + .../include/llvm/Target/GenericOpcodes.td | 780 + .../include/llvm/Target/GlobalISel/RegisterBank.td | 16 + .../llvm/Target/GlobalISel/SelectionDAGCompat.td | 137 + .../include/llvm/Target/GlobalISel/Target.td | 61 + clang-r349610/include/llvm/Target/Target.td | 1563 + .../include/llvm/Target/TargetCallingConv.td | 187 + .../include/llvm/Target/TargetInstrPredicate.td | 359 + .../include/llvm/Target/TargetIntrinsicInfo.h | 70 + .../include/llvm/Target/TargetItinerary.td | 152 + .../include/llvm/Target/TargetLoweringObjectFile.h | 218 + clang-r349610/include/llvm/Target/TargetMachine.h | 376 + clang-r349610/include/llvm/Target/TargetOptions.h | 305 + .../include/llvm/Target/TargetPfmCounters.td | 50 + .../include/llvm/Target/TargetSchedule.td | 573 + .../include/llvm/Target/TargetSelectionDAG.td | 1359 + clang-r349610/include/llvm/Testing/Support/Error.h | 165 + .../include/llvm/Testing/Support/SupportHelpers.h | 64 + clang-r349610/include/llvm/TextAPI/ELF/ELFStub.h | 69 + .../include/llvm/TextAPI/ELF/TBEHandler.h | 45 + .../llvm/ToolDrivers/llvm-dlltool/DlltoolDriver.h | 24 + .../include/llvm/ToolDrivers/llvm-lib/LibDriver.h | 24 + .../AggressiveInstCombine/AggressiveInstCombine.h | 41 + clang-r349610/include/llvm/Transforms/Coroutines.h | 38 + clang-r349610/include/llvm/Transforms/IPO.h | 276 + .../include/llvm/Transforms/IPO/AlwaysInliner.h | 46 + .../llvm/Transforms/IPO/ArgumentPromotion.h | 36 + .../llvm/Transforms/IPO/CalledValuePropagation.h | 35 + .../include/llvm/Transforms/IPO/ConstantMerge.h | 37 + .../include/llvm/Transforms/IPO/CrossDSOCFI.h | 28 + .../llvm/Transforms/IPO/DeadArgumentElimination.h | 144 + .../include/llvm/Transforms/IPO/ElimAvailExtern.h | 33 + .../llvm/Transforms/IPO/ForceFunctionAttrs.h | 33 + .../include/llvm/Transforms/IPO/FunctionAttrs.h | 78 + .../include/llvm/Transforms/IPO/FunctionImport.h | 224 + .../include/llvm/Transforms/IPO/GlobalDCE.h | 57 + .../include/llvm/Transforms/IPO/GlobalOpt.h | 33 + .../include/llvm/Transforms/IPO/GlobalSplit.h | 34 + .../include/llvm/Transforms/IPO/HotColdSplitting.h | 31 + .../llvm/Transforms/IPO/InferFunctionAttrs.h | 36 + .../include/llvm/Transforms/IPO/Inliner.h | 114 + .../include/llvm/Transforms/IPO/Internalize.h | 79 + .../include/llvm/Transforms/IPO/LowerTypeTests.h | 211 + .../include/llvm/Transforms/IPO/PartialInlining.h | 32 + .../llvm/Transforms/IPO/PassManagerBuilder.h | 217 + clang-r349610/include/llvm/Transforms/IPO/SCCP.h | 38 + .../include/llvm/Transforms/IPO/SampleProfile.h | 43 + .../llvm/Transforms/IPO/StripDeadPrototypes.h | 32 + .../Transforms/IPO/SyntheticCountsPropagation.h | 19 + .../llvm/Transforms/IPO/ThinLTOBitcodeWriter.h | 41 + .../llvm/Transforms/IPO/WholeProgramDevirt.h | 234 + .../llvm/Transforms/InstCombine/InstCombine.h | 74 + .../Transforms/InstCombine/InstCombineWorklist.h | 110 + .../include/llvm/Transforms/Instrumentation.h | 236 + .../Transforms/Instrumentation/BoundsChecking.h | 29 + .../llvm/Transforms/Instrumentation/CGProfile.h | 31 + .../Instrumentation/ControlHeightReduction.h | 31 + .../llvm/Transforms/Instrumentation/GCOVProfiler.h | 31 + .../Transforms/Instrumentation/InstrProfiling.h | 125 + .../Instrumentation/PGOInstrumentation.h | 77 + clang-r349610/include/llvm/Transforms/ObjCARC.h | 48 + clang-r349610/include/llvm/Transforms/Scalar.h | 497 + .../include/llvm/Transforms/Scalar/ADCE.h | 38 + .../Transforms/Scalar/AlignmentFromAssumptions.h | 45 + .../include/llvm/Transforms/Scalar/BDCE.h | 31 + .../llvm/Transforms/Scalar/CallSiteSplitting.h | 29 + .../llvm/Transforms/Scalar/ConstantHoisting.h | 202 + .../Transforms/Scalar/CorrelatedValuePropagation.h | 26 + clang-r349610/include/llvm/Transforms/Scalar/DCE.h | 29 + .../llvm/Transforms/Scalar/DeadStoreElimination.h | 36 + .../include/llvm/Transforms/Scalar/DivRemPairs.h | 31 + .../include/llvm/Transforms/Scalar/EarlyCSE.h | 42 + .../include/llvm/Transforms/Scalar/Float2Int.h | 51 + clang-r349610/include/llvm/Transforms/Scalar/GVN.h | 307 + .../include/llvm/Transforms/Scalar/GVNExpression.h | 661 + .../include/llvm/Transforms/Scalar/GuardWidening.h | 32 + .../llvm/Transforms/Scalar/IVUsersPrinter.h | 30 + .../llvm/Transforms/Scalar/IndVarSimplify.h | 34 + .../Scalar/InductiveRangeCheckElimination.h | 31 + .../llvm/Transforms/Scalar/InstSimplifyPass.h | 46 + .../include/llvm/Transforms/Scalar/JumpThreading.h | 159 + .../include/llvm/Transforms/Scalar/LICM.h | 50 + .../Transforms/Scalar/LoopAccessAnalysisPrinter.h | 31 + .../llvm/Transforms/Scalar/LoopDataPrefetch.h | 33 + .../include/llvm/Transforms/Scalar/LoopDeletion.h | 35 + .../llvm/Transforms/Scalar/LoopDistribute.h | 33 + .../llvm/Transforms/Scalar/LoopIdiomRecognize.h | 36 + .../llvm/Transforms/Scalar/LoopInstSimplify.h | 34 + .../llvm/Transforms/Scalar/LoopLoadElimination.h | 34 + .../llvm/Transforms/Scalar/LoopPassManager.h | 425 + .../llvm/Transforms/Scalar/LoopPredication.h | 32 + .../include/llvm/Transforms/Scalar/LoopRotation.h | 35 + .../llvm/Transforms/Scalar/LoopSimplifyCFG.h | 34 + .../include/llvm/Transforms/Scalar/LoopSink.h | 40 + .../llvm/Transforms/Scalar/LoopStrengthReduce.h | 42 + .../llvm/Transforms/Scalar/LoopUnrollAndJamPass.h | 35 + .../llvm/Transforms/Scalar/LoopUnrollPass.h | 117 + .../include/llvm/Transforms/Scalar/LowerAtomic.h | 29 + .../llvm/Transforms/Scalar/LowerExpectIntrinsic.h | 37 + .../llvm/Transforms/Scalar/LowerGuardIntrinsic.h | 28 + .../llvm/Transforms/Scalar/MakeGuardsExplicit.h | 47 + .../llvm/Transforms/Scalar/MemCpyOptimizer.h | 79 + .../llvm/Transforms/Scalar/MergedLoadStoreMotion.h | 39 + .../llvm/Transforms/Scalar/NaryReassociate.h | 189 + .../include/llvm/Transforms/Scalar/NewGVN.h | 33 + .../Transforms/Scalar/PartiallyInlineLibCalls.h | 30 + .../include/llvm/Transforms/Scalar/Reassociate.h | 125 + .../Transforms/Scalar/RewriteStatepointsForGC.h | 39 + .../include/llvm/Transforms/Scalar/SCCP.h | 53 + .../include/llvm/Transforms/Scalar/SROA.h | 139 + .../include/llvm/Transforms/Scalar/Scalarizer.h | 35 + .../llvm/Transforms/Scalar/SimpleLoopUnswitch.h | 80 + .../include/llvm/Transforms/Scalar/SimplifyCFG.h | 55 + .../include/llvm/Transforms/Scalar/Sink.h | 30 + .../llvm/Transforms/Scalar/SpeculateAroundPHIs.h | 111 + .../llvm/Transforms/Scalar/SpeculativeExecution.h | 92 + .../Transforms/Scalar/TailRecursionElimination.h | 66 + .../llvm/Transforms/Scalar/WarnMissedTransforms.h | 38 + clang-r349610/include/llvm/Transforms/Utils.h | 125 + .../llvm/Transforms/Utils/ASanStackFrameLayout.h | 81 + .../llvm/Transforms/Utils/AddDiscriminators.h | 32 + .../llvm/Transforms/Utils/BasicBlockUtils.h | 321 + .../llvm/Transforms/Utils/BreakCriticalEdges.h | 29 + .../include/llvm/Transforms/Utils/BuildLibCalls.h | 178 + .../llvm/Transforms/Utils/BypassSlowDivision.h | 70 + .../llvm/Transforms/Utils/CallPromotionUtils.h | 54 + .../include/llvm/Transforms/Utils/Cloning.h | 274 + .../include/llvm/Transforms/Utils/CodeExtractor.h | 175 + .../include/llvm/Transforms/Utils/CtorUtils.h | 32 + .../llvm/Transforms/Utils/EntryExitInstrumenter.h | 36 + .../llvm/Transforms/Utils/EscapeEnumerator.h | 49 + .../include/llvm/Transforms/Utils/Evaluator.h | 133 + .../llvm/Transforms/Utils/FunctionComparator.h | 393 + .../llvm/Transforms/Utils/FunctionImportUtils.h | 122 + .../include/llvm/Transforms/Utils/GlobalStatus.h | 85 + .../include/llvm/Transforms/Utils/GuardUtils.h | 30 + .../Utils/ImportedFunctionsInliningStatistics.h | 107 + .../llvm/Transforms/Utils/IntegerDivision.h | 73 + .../include/llvm/Transforms/Utils/LCSSA.h | 44 + .../llvm/Transforms/Utils/LibCallsShrinkWrap.h | 27 + .../include/llvm/Transforms/Utils/Local.h | 504 + .../llvm/Transforms/Utils/LoopRotationUtils.h | 41 + .../include/llvm/Transforms/Utils/LoopSimplify.h | 65 + .../include/llvm/Transforms/Utils/LoopUtils.h | 326 + .../include/llvm/Transforms/Utils/LoopVersioning.h | 152 + .../include/llvm/Transforms/Utils/LowerInvoke.h | 30 + .../llvm/Transforms/Utils/LowerMemIntrinsics.h | 56 + .../include/llvm/Transforms/Utils/Mem2Reg.h | 31 + .../include/llvm/Transforms/Utils/ModuleUtils.h | 101 + .../llvm/Transforms/Utils/NameAnonGlobals.h | 33 + .../include/llvm/Transforms/Utils/PredicateInfo.h | 299 + .../llvm/Transforms/Utils/PromoteMemToReg.h | 46 + .../include/llvm/Transforms/Utils/SSAUpdater.h | 177 + .../include/llvm/Transforms/Utils/SSAUpdaterBulk.h | 92 + .../include/llvm/Transforms/Utils/SSAUpdaterImpl.h | 468 + .../include/llvm/Transforms/Utils/SanitizerStats.h | 56 + .../include/llvm/Transforms/Utils/SimplifyIndVar.h | 60 + .../llvm/Transforms/Utils/SimplifyLibCalls.h | 205 + .../include/llvm/Transforms/Utils/SplitModule.h | 43 + .../include/llvm/Transforms/Utils/SymbolRewriter.h | 142 + .../llvm/Transforms/Utils/UnifyFunctionExitNodes.h | 54 + .../include/llvm/Transforms/Utils/UnrollLoop.h | 137 + .../include/llvm/Transforms/Utils/VNCoercion.h | 108 + .../include/llvm/Transforms/Utils/ValueMapper.h | 281 + clang-r349610/include/llvm/Transforms/Vectorize.h | 144 + .../Transforms/Vectorize/LoadStoreVectorizer.h | 27 + .../Vectorize/LoopVectorizationLegality.h | 497 + .../llvm/Transforms/Vectorize/LoopVectorize.h | 116 + .../llvm/Transforms/Vectorize/SLPVectorizer.h | 154 + .../llvm/WindowsManifest/WindowsManifestMerger.h | 66 + .../llvm/WindowsResource/ResourceProcessor.h | 51 + .../llvm/WindowsResource/ResourceScriptToken.h | 59 + .../llvm/WindowsResource/ResourceScriptTokenList.h | 35 + clang-r349610/include/llvm/XRay/BlockIndexer.h | 69 + clang-r349610/include/llvm/XRay/BlockPrinter.h | 62 + clang-r349610/include/llvm/XRay/BlockVerifier.h | 72 + clang-r349610/include/llvm/XRay/FDRLogBuilder.h | 41 + .../include/llvm/XRay/FDRRecordConsumer.h | 55 + .../include/llvm/XRay/FDRRecordProducer.h | 51 + clang-r349610/include/llvm/XRay/FDRRecords.h | 450 + clang-r349610/include/llvm/XRay/FDRTraceExpander.h | 63 + clang-r349610/include/llvm/XRay/FDRTraceWriter.h | 56 + clang-r349610/include/llvm/XRay/FileHeaderReader.h | 33 + clang-r349610/include/llvm/XRay/Graph.h | 494 + .../include/llvm/XRay/InstrumentationMap.h | 135 + clang-r349610/include/llvm/XRay/Profile.h | 150 + clang-r349610/include/llvm/XRay/RecordPrinter.h | 50 + clang-r349610/include/llvm/XRay/Trace.h | 81 + clang-r349610/include/llvm/XRay/XRayRecord.h | 105 + clang-r349610/include/llvm/XRay/YAMLXRayRecord.h | 108 + clang-r349610/lib64/BugpointPasses.so | Bin 0 -> 27208 bytes clang-r349610/lib64/LLVMHello.so | Bin 0 -> 23832 bytes clang-r349610/lib64/LLVMgold.so | Bin 0 -> 37959024 bytes clang-r349610/lib64/TestPlugin.so | Bin 0 -> 21520 bytes .../lib64/clang/8.0.8/bin/asan_device_setup | 467 + .../8.0.8/include/__clang_cuda_builtin_vars.h | 126 + .../lib64/clang/8.0.8/include/__clang_cuda_cmath.h | 472 + .../8.0.8/include/__clang_cuda_complex_builtins.h | 203 + .../8.0.8/include/__clang_cuda_device_functions.h | 1768 + .../clang/8.0.8/include/__clang_cuda_intrinsics.h | 492 + .../include/__clang_cuda_libdevice_declares.h | 466 + .../include/__clang_cuda_math_forward_declares.h | 286 + .../8.0.8/include/__clang_cuda_runtime_wrapper.h | 430 + .../clang/8.0.8/include/__stddef_max_align_t.h | 43 + .../lib64/clang/8.0.8/include/__wmmintrin_aes.h | 154 + .../lib64/clang/8.0.8/include/__wmmintrin_pclmul.h | 62 + .../lib64/clang/8.0.8/include/adxintrin.h | 86 + clang-r349610/lib64/clang/8.0.8/include/altivec.h | 16753 +++++ .../lib64/clang/8.0.8/include/ammintrin.h | 193 + .../lib64/clang/8.0.8/include/arm64intr.h | 49 + clang-r349610/lib64/clang/8.0.8/include/arm_acle.h | 626 + clang-r349610/lib64/clang/8.0.8/include/arm_fp16.h | 1499 + clang-r349610/lib64/clang/8.0.8/include/arm_neon.h | 73681 +++++++++++++++++++ clang-r349610/lib64/clang/8.0.8/include/armintr.h | 45 + .../lib64/clang/8.0.8/include/avx2intrin.h | 1168 + .../lib64/clang/8.0.8/include/avx512bitalgintrin.h | 97 + .../lib64/clang/8.0.8/include/avx512bwintrin.h | 2043 + .../lib64/clang/8.0.8/include/avx512cdintrin.h | 141 + .../lib64/clang/8.0.8/include/avx512dqintrin.h | 1391 + .../lib64/clang/8.0.8/include/avx512erintrin.h | 285 + .../lib64/clang/8.0.8/include/avx512fintrin.h | 9687 +++ .../lib64/clang/8.0.8/include/avx512ifmaintrin.h | 82 + .../lib64/clang/8.0.8/include/avx512ifmavlintrin.h | 133 + .../lib64/clang/8.0.8/include/avx512pfintrin.h | 111 + .../lib64/clang/8.0.8/include/avx512vbmi2intrin.h | 397 + .../lib64/clang/8.0.8/include/avx512vbmiintrin.h | 123 + .../lib64/clang/8.0.8/include/avx512vbmivlintrin.h | 214 + .../clang/8.0.8/include/avx512vlbitalgintrin.h | 159 + .../lib64/clang/8.0.8/include/avx512vlbwintrin.h | 2821 + .../lib64/clang/8.0.8/include/avx512vlcdintrin.h | 249 + .../lib64/clang/8.0.8/include/avx512vldqintrin.h | 1185 + .../lib64/clang/8.0.8/include/avx512vlintrin.h | 8483 +++ .../clang/8.0.8/include/avx512vlvbmi2intrin.h | 751 + .../lib64/clang/8.0.8/include/avx512vlvnniintrin.h | 223 + .../lib64/clang/8.0.8/include/avx512vnniintrin.h | 129 + .../clang/8.0.8/include/avx512vpopcntdqintrin.h | 68 + .../clang/8.0.8/include/avx512vpopcntdqvlintrin.h | 105 + .../lib64/clang/8.0.8/include/avxintrin.h | 5063 ++ .../lib64/clang/8.0.8/include/bmi2intrin.h | 95 + .../lib64/clang/8.0.8/include/bmiintrin.h | 386 + .../lib64/clang/8.0.8/include/cetintrin.h | 113 + .../lib64/clang/8.0.8/include/cldemoteintrin.h | 42 + .../lib64/clang/8.0.8/include/clflushoptintrin.h | 41 + .../lib64/clang/8.0.8/include/clwbintrin.h | 52 + .../lib64/clang/8.0.8/include/clzerointrin.h | 50 + clang-r349610/lib64/clang/8.0.8/include/cpuid.h | 312 + .../clang/8.0.8/include/cuda_wrappers/algorithm | 116 + .../clang/8.0.8/include/cuda_wrappers/complex | 82 + .../lib64/clang/8.0.8/include/cuda_wrappers/new | 98 + .../lib64/clang/8.0.8/include/emmintrin.h | 5000 ++ .../lib64/clang/8.0.8/include/f16cintrin.h | 176 + clang-r349610/lib64/clang/8.0.8/include/float.h | 166 + .../lib64/clang/8.0.8/include/fma4intrin.h | 232 + .../lib64/clang/8.0.8/include/fmaintrin.h | 230 + .../lib64/clang/8.0.8/include/fxsrintrin.h | 105 + .../lib64/clang/8.0.8/include/gfniintrin.h | 208 + .../lib64/clang/8.0.8/include/htmintrin.h | 226 + .../lib64/clang/8.0.8/include/htmxlintrin.h | 359 + .../lib64/clang/8.0.8/include/ia32intrin.h | 78 + .../lib64/clang/8.0.8/include/immintrin.h | 526 + clang-r349610/lib64/clang/8.0.8/include/intrin.h | 606 + clang-r349610/lib64/clang/8.0.8/include/inttypes.h | 106 + .../lib64/clang/8.0.8/include/invpcidintrin.h | 37 + clang-r349610/lib64/clang/8.0.8/include/iso646.h | 43 + clang-r349610/lib64/clang/8.0.8/include/limits.h | 118 + .../lib64/clang/8.0.8/include/lwpintrin.h | 150 + .../lib64/clang/8.0.8/include/lzcntintrin.h | 118 + clang-r349610/lib64/clang/8.0.8/include/mm3dnow.h | 171 + .../lib64/clang/8.0.8/include/mm_malloc.h | 75 + clang-r349610/lib64/clang/8.0.8/include/mmintrin.h | 1572 + .../lib64/clang/8.0.8/include/module.modulemap | 171 + .../lib64/clang/8.0.8/include/movdirintrin.h | 63 + clang-r349610/lib64/clang/8.0.8/include/msa.h | 583 + .../lib64/clang/8.0.8/include/mwaitxintrin.h | 47 + .../lib64/clang/8.0.8/include/nmmintrin.h | 30 + clang-r349610/lib64/clang/8.0.8/include/omp.h | 263 + clang-r349610/lib64/clang/8.0.8/include/opencl-c.h | 17029 +++++ .../lib64/clang/8.0.8/include/pconfigintrin.h | 50 + .../lib64/clang/8.0.8/include/pkuintrin.h | 48 + .../lib64/clang/8.0.8/include/pmmintrin.h | 304 + .../lib64/clang/8.0.8/include/popcntintrin.h | 98 + .../lib64/clang/8.0.8/include/prfchwintrin.h | 69 + .../lib64/clang/8.0.8/include/ptwriteintrin.h | 51 + .../lib64/clang/8.0.8/include/rdseedintrin.h | 56 + .../lib64/clang/8.0.8/include/rtmintrin.h | 59 + .../lib64/clang/8.0.8/include/s390intrin.h | 39 + .../8.0.8/include/sanitizer/allocator_interface.h | 89 + .../clang/8.0.8/include/sanitizer/asan_interface.h | 155 + .../include/sanitizer/common_interface_defs.h | 209 + .../8.0.8/include/sanitizer/coverage_interface.h | 36 + .../8.0.8/include/sanitizer/dfsan_interface.h | 116 + .../clang/8.0.8/include/sanitizer/esan_interface.h | 50 + .../8.0.8/include/sanitizer/hwasan_interface.h | 84 + .../8.0.8/include/sanitizer/linux_syscall_hooks.h | 3083 + .../clang/8.0.8/include/sanitizer/lsan_interface.h | 90 + .../clang/8.0.8/include/sanitizer/msan_interface.h | 119 + .../8.0.8/include/sanitizer/netbsd_syscall_hooks.h | 4732 ++ .../8.0.8/include/sanitizer/scudo_interface.h | 39 + .../clang/8.0.8/include/sanitizer/tsan_interface.h | 144 + .../include/sanitizer/tsan_interface_atomic.h | 222 + .../lib64/clang/8.0.8/include/sgxintrin.h | 70 + .../lib64/clang/8.0.8/include/shaintrin.h | 75 + .../lib64/clang/8.0.8/include/smmintrin.h | 2444 + clang-r349610/lib64/clang/8.0.8/include/stdalign.h | 35 + clang-r349610/lib64/clang/8.0.8/include/stdarg.h | 51 + .../lib64/clang/8.0.8/include/stdatomic.h | 387 + clang-r349610/lib64/clang/8.0.8/include/stdbool.h | 47 + clang-r349610/lib64/clang/8.0.8/include/stddef.h | 137 + clang-r349610/lib64/clang/8.0.8/include/stdint.h | 704 + .../lib64/clang/8.0.8/include/stdnoreturn.h | 30 + .../lib64/clang/8.0.8/include/tbmintrin.h | 154 + clang-r349610/lib64/clang/8.0.8/include/tgmath.h | 1384 + .../lib64/clang/8.0.8/include/tmmintrin.h | 785 + clang-r349610/lib64/clang/8.0.8/include/unwind.h | 341 + clang-r349610/lib64/clang/8.0.8/include/vadefs.h | 65 + .../lib64/clang/8.0.8/include/vaesintrin.h | 98 + clang-r349610/lib64/clang/8.0.8/include/varargs.h | 26 + .../lib64/clang/8.0.8/include/vecintrin.h | 10470 +++ .../lib64/clang/8.0.8/include/vpclmulqdqintrin.h | 42 + .../lib64/clang/8.0.8/include/waitpkgintrin.h | 56 + .../lib64/clang/8.0.8/include/wbnoinvdintrin.h | 38 + .../lib64/clang/8.0.8/include/wmmintrin.h | 33 + .../lib64/clang/8.0.8/include/x86intrin.h | 68 + .../lib64/clang/8.0.8/include/xmmintrin.h | 3012 + .../lib64/clang/8.0.8/include/xopintrin.h | 784 + .../lib64/clang/8.0.8/include/xsavecintrin.h | 48 + .../lib64/clang/8.0.8/include/xsaveintrin.h | 58 + .../lib64/clang/8.0.8/include/xsaveoptintrin.h | 48 + .../lib64/clang/8.0.8/include/xsavesintrin.h | 58 + .../lib64/clang/8.0.8/include/xtestintrin.h | 41 + .../clang/8.0.8/lib/linux/aarch64/libFuzzer.a | Bin 0 -> 2425600 bytes .../lib64/clang/8.0.8/lib/linux/aarch64/libomp.a | Bin 0 -> 1412868 bytes .../lib64/clang/8.0.8/lib/linux/arm/libFuzzer.a | Bin 0 -> 1658884 bytes .../lib64/clang/8.0.8/lib/linux/arm/libomp.a | Bin 0 -> 1093550 bytes .../lib64/clang/8.0.8/lib/linux/i386/libFuzzer.a | Bin 0 -> 1433984 bytes .../lib64/clang/8.0.8/lib/linux/i386/libomp.a | Bin 0 -> 1105884 bytes .../lib/linux/libclang_rt.asan-aarch64-android.a | Bin 0 -> 4850078 bytes .../linux/libclang_rt.asan-aarch64-android.a.syms | 1189 + .../linux/libclang_rt.asan-aarch64-android.map.txt | 1420 + .../lib/linux/libclang_rt.asan-aarch64-android.so | Bin 0 -> 2243904 bytes .../8.0.8/lib/linux/libclang_rt.asan-arm-android.a | Bin 0 -> 3607586 bytes .../lib/linux/libclang_rt.asan-arm-android.a.syms | 1251 + .../lib/linux/libclang_rt.asan-arm-android.map.txt | 1483 + .../lib/linux/libclang_rt.asan-arm-android.so | Bin 0 -> 2041916 bytes .../clang/8.0.8/lib/linux/libclang_rt.asan-i386.a | Bin 0 -> 3512960 bytes .../clang/8.0.8/lib/linux/libclang_rt.asan-i386.so | Bin 0 -> 2440536 bytes .../lib/linux/libclang_rt.asan-i686-android.a | Bin 0 -> 3018078 bytes .../linux/libclang_rt.asan-i686-android.map.txt | 1420 + .../lib/linux/libclang_rt.asan-i686-android.so | Bin 0 -> 1899216 bytes .../libclang_rt.asan-preinit-aarch64-android.a | Bin 0 -> 1148 bytes .../linux/libclang_rt.asan-preinit-arm-android.a | Bin 0 -> 1036 bytes .../lib/linux/libclang_rt.asan-preinit-i386.a | Bin 0 -> 1122 bytes .../linux/libclang_rt.asan-preinit-i686-android.a | Bin 0 -> 920 bytes .../libclang_rt.asan-preinit-x86_64-android.a | Bin 0 -> 1116 bytes .../lib/linux/libclang_rt.asan-preinit-x86_64.a | Bin 0 -> 1406 bytes .../lib/linux/libclang_rt.asan-x86_64-android.a | Bin 0 -> 4246352 bytes .../linux/libclang_rt.asan-x86_64-android.a.syms | 1189 + .../linux/libclang_rt.asan-x86_64-android.map.txt | 1420 + .../lib/linux/libclang_rt.asan-x86_64-android.so | Bin 0 -> 2072312 bytes .../8.0.8/lib/linux/libclang_rt.asan-x86_64.a | Bin 0 -> 5480464 bytes .../8.0.8/lib/linux/libclang_rt.asan-x86_64.a.syms | 1577 + .../8.0.8/lib/linux/libclang_rt.asan-x86_64.so | Bin 0 -> 2655056 bytes .../linux/libclang_rt.asan_cxx-aarch64-android.a | Bin 0 -> 95318 bytes .../libclang_rt.asan_cxx-aarch64-android.a.syms | 22 + .../lib/linux/libclang_rt.asan_cxx-arm-android.a | Bin 0 -> 62194 bytes .../linux/libclang_rt.asan_cxx-arm-android.a.syms | 22 + .../8.0.8/lib/linux/libclang_rt.asan_cxx-i386.a | Bin 0 -> 48382 bytes .../lib/linux/libclang_rt.asan_cxx-i686-android.a | Bin 0 -> 52474 bytes .../linux/libclang_rt.asan_cxx-x86_64-android.a | Bin 0 -> 73422 bytes .../libclang_rt.asan_cxx-x86_64-android.a.syms | 22 + .../8.0.8/lib/linux/libclang_rt.asan_cxx-x86_64.a | Bin 0 -> 42878 bytes .../lib/linux/libclang_rt.asan_cxx-x86_64.a.syms | 22 + .../linux/libclang_rt.builtins-aarch64-android.a | Bin 0 -> 230994 bytes .../lib/linux/libclang_rt.builtins-arm-android.a | Bin 0 -> 214372 bytes .../8.0.8/lib/linux/libclang_rt.builtins-i386.a | Bin 0 -> 149178 bytes .../lib/linux/libclang_rt.builtins-i686-android.a | Bin 0 -> 158062 bytes .../linux/libclang_rt.builtins-x86_64-android.a | Bin 0 -> 262364 bytes .../8.0.8/lib/linux/libclang_rt.builtins-x86_64.a | Bin 0 -> 243236 bytes .../clang/8.0.8/lib/linux/libclang_rt.cfi-i386.a | Bin 0 -> 600822 bytes .../clang/8.0.8/lib/linux/libclang_rt.cfi-x86_64.a | Bin 0 -> 899246 bytes .../8.0.8/lib/linux/libclang_rt.cfi_diag-i386.a | Bin 0 -> 936984 bytes .../8.0.8/lib/linux/libclang_rt.cfi_diag-x86_64.a | Bin 0 -> 1386662 bytes .../clang/8.0.8/lib/linux/libclang_rt.dd-x86_64.a | Bin 0 -> 945796 bytes .../8.0.8/lib/linux/libclang_rt.dfsan-x86_64.a | Bin 0 -> 957894 bytes .../lib/linux/libclang_rt.dfsan-x86_64.a.syms | 20 + .../8.0.8/lib/linux/libclang_rt.dyndd-x86_64.so | Bin 0 -> 504112 bytes .../8.0.8/lib/linux/libclang_rt.esan-x86_64.a | Bin 0 -> 2345054 bytes .../8.0.8/lib/linux/libclang_rt.esan-x86_64.a.syms | 1477 + .../lib/linux/libclang_rt.hwasan-aarch64-android.a | Bin 0 -> 1846634 bytes .../libclang_rt.hwasan-aarch64-android.a.syms | 67 + .../libclang_rt.hwasan-aarch64-android.map.txt | 167 + .../linux/libclang_rt.hwasan-aarch64-android.so | Bin 0 -> 774992 bytes .../lib/linux/libclang_rt.hwasan-x86_64-android.a | Bin 0 -> 1664700 bytes .../linux/libclang_rt.hwasan-x86_64-android.a.syms | 67 + .../lib/linux/libclang_rt.hwasan-x86_64-android.so | Bin 0 -> 720536 bytes .../8.0.8/lib/linux/libclang_rt.hwasan-x86_64.a | Bin 0 -> 1712200 bytes .../lib/linux/libclang_rt.hwasan-x86_64.a.syms | 99 + .../8.0.8/lib/linux/libclang_rt.hwasan-x86_64.so | Bin 0 -> 719696 bytes .../linux/libclang_rt.hwasan_cxx-aarch64-android.a | Bin 0 -> 58352 bytes .../libclang_rt.hwasan_cxx-aarch64-android.a.syms | 12 + .../linux/libclang_rt.hwasan_cxx-x86_64-android.a | Bin 0 -> 42136 bytes .../libclang_rt.hwasan_cxx-x86_64-android.a.syms | 12 + .../lib/linux/libclang_rt.hwasan_cxx-x86_64.a | Bin 0 -> 11560 bytes .../lib/linux/libclang_rt.hwasan_cxx-x86_64.a.syms | 12 + .../libclang_rt.hwasan_static-aarch64-android.a | 1 + .../clang/8.0.8/lib/linux/libclang_rt.lsan-i386.a | Bin 0 -> 1029842 bytes .../8.0.8/lib/linux/libclang_rt.lsan-x86_64.a | Bin 0 -> 1510892 bytes .../8.0.8/lib/linux/libclang_rt.msan-x86_64.a | Bin 0 -> 3655022 bytes .../8.0.8/lib/linux/libclang_rt.msan-x86_64.a.syms | 1771 + .../8.0.8/lib/linux/libclang_rt.msan_cxx-x86_64.a | Bin 0 -> 23056 bytes .../lib/linux/libclang_rt.msan_cxx-x86_64.a.syms | 24 + .../linux/libclang_rt.profile-aarch64-android.a | Bin 0 -> 123348 bytes .../lib/linux/libclang_rt.profile-arm-android.a | Bin 0 -> 109892 bytes .../8.0.8/lib/linux/libclang_rt.profile-i386.a | Bin 0 -> 84568 bytes .../lib/linux/libclang_rt.profile-i686-android.a | Bin 0 -> 94540 bytes .../lib/linux/libclang_rt.profile-x86_64-android.a | Bin 0 -> 130460 bytes .../8.0.8/lib/linux/libclang_rt.profile-x86_64.a | Bin 0 -> 130484 bytes .../8.0.8/lib/linux/libclang_rt.safestack-i386.a | Bin 0 -> 501946 bytes .../8.0.8/lib/linux/libclang_rt.safestack-x86_64.a | Bin 0 -> 752508 bytes .../lib/linux/libclang_rt.scudo-aarch64-android.a | Bin 0 -> 1665018 bytes .../lib/linux/libclang_rt.scudo-aarch64-android.so | Bin 0 -> 682456 bytes .../lib/linux/libclang_rt.scudo-arm-android.a | Bin 0 -> 1273194 bytes .../lib/linux/libclang_rt.scudo-arm-android.so | Bin 0 -> 565372 bytes .../clang/8.0.8/lib/linux/libclang_rt.scudo-i386.a | Bin 0 -> 1026600 bytes .../8.0.8/lib/linux/libclang_rt.scudo-i386.so | Bin 0 -> 526584 bytes .../lib/linux/libclang_rt.scudo-i686-android.a | Bin 0 -> 1117788 bytes .../lib/linux/libclang_rt.scudo-i686-android.so | Bin 0 -> 567336 bytes .../lib/linux/libclang_rt.scudo-x86_64-android.a | Bin 0 -> 1485410 bytes .../lib/linux/libclang_rt.scudo-x86_64-android.so | Bin 0 -> 628376 bytes .../8.0.8/lib/linux/libclang_rt.scudo-x86_64.a | Bin 0 -> 1538844 bytes .../8.0.8/lib/linux/libclang_rt.scudo-x86_64.so | Bin 0 -> 520208 bytes .../linux/libclang_rt.scudo_cxx-aarch64-android.a | Bin 0 -> 58570 bytes .../lib/linux/libclang_rt.scudo_cxx-arm-android.a | Bin 0 -> 38830 bytes .../8.0.8/lib/linux/libclang_rt.scudo_cxx-i386.a | Bin 0 -> 30270 bytes .../lib/linux/libclang_rt.scudo_cxx-i686-android.a | Bin 0 -> 34466 bytes .../linux/libclang_rt.scudo_cxx-x86_64-android.a | Bin 0 -> 43354 bytes .../8.0.8/lib/linux/libclang_rt.scudo_cxx-x86_64.a | Bin 0 -> 12858 bytes ...libclang_rt.scudo_cxx_minimal-aarch64-android.a | Bin 0 -> 12582 bytes .../libclang_rt.scudo_cxx_minimal-arm-android.a | Bin 0 -> 11498 bytes .../lib/linux/libclang_rt.scudo_cxx_minimal-i386.a | Bin 0 -> 6558 bytes .../libclang_rt.scudo_cxx_minimal-i686-android.a | Bin 0 -> 9574 bytes .../libclang_rt.scudo_cxx_minimal-x86_64-android.a | Bin 0 -> 11782 bytes .../linux/libclang_rt.scudo_cxx_minimal-x86_64.a | Bin 0 -> 11894 bytes .../libclang_rt.scudo_minimal-aarch64-android.a | Bin 0 -> 1118740 bytes .../libclang_rt.scudo_minimal-aarch64-android.so | Bin 0 -> 339200 bytes .../linux/libclang_rt.scudo_minimal-arm-android.a | Bin 0 -> 857776 bytes .../linux/libclang_rt.scudo_minimal-arm-android.so | Bin 0 -> 333820 bytes .../lib/linux/libclang_rt.scudo_minimal-i386.a | Bin 0 -> 691794 bytes .../lib/linux/libclang_rt.scudo_minimal-i386.so | Bin 0 -> 334016 bytes .../linux/libclang_rt.scudo_minimal-i686-android.a | Bin 0 -> 750996 bytes .../libclang_rt.scudo_minimal-i686-android.so | Bin 0 -> 268412 bytes .../libclang_rt.scudo_minimal-x86_64-android.a | Bin 0 -> 1003340 bytes .../libclang_rt.scudo_minimal-x86_64-android.so | Bin 0 -> 302344 bytes .../lib/linux/libclang_rt.scudo_minimal-x86_64.a | Bin 0 -> 1053796 bytes .../lib/linux/libclang_rt.scudo_minimal-x86_64.so | Bin 0 -> 308448 bytes .../lib/linux/libclang_rt.stats-aarch64-android.a | Bin 0 -> 1195722 bytes .../lib/linux/libclang_rt.stats-arm-android.a | Bin 0 -> 958880 bytes .../clang/8.0.8/lib/linux/libclang_rt.stats-i386.a | Bin 0 -> 776840 bytes .../lib/linux/libclang_rt.stats-i686-android.a | Bin 0 -> 838246 bytes .../lib/linux/libclang_rt.stats-x86_64-android.a | Bin 0 -> 1092916 bytes .../8.0.8/lib/linux/libclang_rt.stats-x86_64.a | Bin 0 -> 1138190 bytes .../libclang_rt.stats_client-aarch64-android.a | Bin 0 -> 7130 bytes .../linux/libclang_rt.stats_client-arm-android.a | Bin 0 -> 5754 bytes .../lib/linux/libclang_rt.stats_client-i386.a | Bin 0 -> 4646 bytes .../linux/libclang_rt.stats_client-i686-android.a | Bin 0 -> 5010 bytes .../libclang_rt.stats_client-x86_64-android.a | Bin 0 -> 6498 bytes .../lib/linux/libclang_rt.stats_client-x86_64.a | Bin 0 -> 6538 bytes .../lib/linux/libclang_rt.tsan-aarch64-android.a | Bin 0 -> 4493136 bytes .../linux/libclang_rt.tsan-aarch64-android.a.syms | 1326 + .../lib/linux/libclang_rt.tsan-x86_64-android.a | Bin 0 -> 3943042 bytes .../linux/libclang_rt.tsan-x86_64-android.a.syms | 1326 + .../8.0.8/lib/linux/libclang_rt.tsan-x86_64.a | Bin 0 -> 4491334 bytes .../8.0.8/lib/linux/libclang_rt.tsan-x86_64.a.syms | 1700 + .../linux/libclang_rt.tsan_cxx-aarch64-android.a | Bin 0 -> 70198 bytes .../libclang_rt.tsan_cxx-aarch64-android.a.syms | 48 + .../linux/libclang_rt.tsan_cxx-x86_64-android.a | Bin 0 -> 55534 bytes .../libclang_rt.tsan_cxx-x86_64-android.a.syms | 48 + .../8.0.8/lib/linux/libclang_rt.tsan_cxx-x86_64.a | Bin 0 -> 25374 bytes .../lib/linux/libclang_rt.tsan_cxx-x86_64.a.syms | 48 + .../libclang_rt.ubsan_minimal-aarch64-android.a | Bin 0 -> 38956 bytes ...ibclang_rt.ubsan_minimal-aarch64-android.a.syms | 3 + .../libclang_rt.ubsan_minimal-aarch64-android.so | Bin 0 -> 30936 bytes .../linux/libclang_rt.ubsan_minimal-arm-android.a | Bin 0 -> 35960 bytes .../libclang_rt.ubsan_minimal-arm-android.a.syms | 3 + .../linux/libclang_rt.ubsan_minimal-arm-android.so | Bin 0 -> 71252 bytes .../lib/linux/libclang_rt.ubsan_minimal-i386.a | Bin 0 -> 19552 bytes .../lib/linux/libclang_rt.ubsan_minimal-i386.so | Bin 0 -> 26456 bytes .../linux/libclang_rt.ubsan_minimal-i686-android.a | Bin 0 -> 28416 bytes .../libclang_rt.ubsan_minimal-i686-android.so | Bin 0 -> 30980 bytes .../libclang_rt.ubsan_minimal-x86_64-android.a | Bin 0 -> 37484 bytes ...libclang_rt.ubsan_minimal-x86_64-android.a.syms | 3 + .../libclang_rt.ubsan_minimal-x86_64-android.so | Bin 0 -> 29248 bytes .../lib/linux/libclang_rt.ubsan_minimal-x86_64.a | Bin 0 -> 35756 bytes .../linux/libclang_rt.ubsan_minimal-x86_64.a.syms | 3 + .../lib/linux/libclang_rt.ubsan_minimal-x86_64.so | Bin 0 -> 29928 bytes .../libclang_rt.ubsan_standalone-aarch64-android.a | Bin 0 -> 1461668 bytes ...lang_rt.ubsan_standalone-aarch64-android.a.syms | 36 + ...libclang_rt.ubsan_standalone-aarch64-android.so | Bin 0 -> 599200 bytes .../libclang_rt.ubsan_standalone-arm-android.a | Bin 0 -> 1140498 bytes ...libclang_rt.ubsan_standalone-arm-android.a.syms | 36 + .../libclang_rt.ubsan_standalone-arm-android.so | Bin 0 -> 501356 bytes .../lib/linux/libclang_rt.ubsan_standalone-i386.a | Bin 0 -> 929968 bytes .../lib/linux/libclang_rt.ubsan_standalone-i386.so | Bin 0 -> 551216 bytes .../libclang_rt.ubsan_standalone-i686-android.a | Bin 0 -> 1003104 bytes .../libclang_rt.ubsan_standalone-i686-android.so | Bin 0 -> 502792 bytes .../libclang_rt.ubsan_standalone-x86_64-android.a | Bin 0 -> 1311326 bytes ...clang_rt.ubsan_standalone-x86_64-android.a.syms | 36 + .../libclang_rt.ubsan_standalone-x86_64-android.so | Bin 0 -> 556920 bytes .../linux/libclang_rt.ubsan_standalone-x86_64.a | Bin 0 -> 1366512 bytes .../libclang_rt.ubsan_standalone-x86_64.a.syms | 40 + .../linux/libclang_rt.ubsan_standalone-x86_64.so | Bin 0 -> 568864 bytes ...clang_rt.ubsan_standalone_cxx-aarch64-android.a | Bin 0 -> 46120 bytes ..._rt.ubsan_standalone_cxx-aarch64-android.a.syms | 3 + .../libclang_rt.ubsan_standalone_cxx-arm-android.a | Bin 0 -> 27464 bytes ...lang_rt.ubsan_standalone_cxx-arm-android.a.syms | 3 + .../linux/libclang_rt.ubsan_standalone_cxx-i386.a | Bin 0 -> 23844 bytes ...libclang_rt.ubsan_standalone_cxx-i686-android.a | Bin 0 -> 25024 bytes ...bclang_rt.ubsan_standalone_cxx-x86_64-android.a | Bin 0 -> 31704 bytes ...g_rt.ubsan_standalone_cxx-x86_64-android.a.syms | 3 + .../libclang_rt.ubsan_standalone_cxx-x86_64.a | Bin 0 -> 1036 bytes .../libclang_rt.ubsan_standalone_cxx-x86_64.a.syms | 3 + .../lib64/clang/8.0.8/lib/linux/x86_64/libFuzzer.a | Bin 0 -> 2169448 bytes .../lib64/clang/8.0.8/lib/linux/x86_64/libomp.a | Bin 0 -> 1510320 bytes .../lib64/clang/8.0.8/share/asan_blacklist.txt | 13 + .../lib64/clang/8.0.8/share/cfi_blacklist.txt | 17 + .../lib64/clang/8.0.8/share/dfsan_abilist.txt | 3738 + .../lib64/clang/8.0.8/share/hwasan_blacklist.txt | 7 + .../lib64/clang/8.0.8/share/msan_blacklist.txt | 7 + clang-r349610/lib64/cmake/clang/ClangConfig.cmake | 25 + .../lib64/cmake/clang/ClangTargets-release.cmake | 738 + clang-r349610/lib64/cmake/clang/ClangTargets.cmake | 571 + clang-r349610/lib64/cmake/llvm/AddLLVM.cmake | 1758 + .../lib64/cmake/llvm/AddLLVMDefinitions.cmake | 17 + clang-r349610/lib64/cmake/llvm/AddOCaml.cmake | 224 + .../lib64/cmake/llvm/AddSphinxTarget.cmake | 90 + clang-r349610/lib64/cmake/llvm/CheckAtomic.cmake | 106 + .../lib64/cmake/llvm/CheckCompilerVersion.cmake | 52 + .../lib64/cmake/llvm/CheckLinkerFlag.cmake | 6 + clang-r349610/lib64/cmake/llvm/ChooseMSVCCRT.cmake | 115 + clang-r349610/lib64/cmake/llvm/CrossCompile.cmake | 69 + .../lib64/cmake/llvm/DetermineGCCCompatible.cmake | 13 + clang-r349610/lib64/cmake/llvm/FindLibpfm.cmake | 23 + clang-r349610/lib64/cmake/llvm/FindOCaml.cmake | 103 + clang-r349610/lib64/cmake/llvm/FindSphinx.cmake | 27 + .../lib64/cmake/llvm/GenerateVersionFromCVS.cmake | 39 + clang-r349610/lib64/cmake/llvm/GetSVN.cmake | 141 + .../lib64/cmake/llvm/HandleLLVMOptions.cmake | 916 + .../lib64/cmake/llvm/HandleLLVMStdlib.cmake | 32 + clang-r349610/lib64/cmake/llvm/LLVM-Config.cmake | 322 + clang-r349610/lib64/cmake/llvm/LLVMConfig.cmake | 187 + .../lib64/cmake/llvm/LLVMConfigVersion.cmake | 13 + .../lib64/cmake/llvm/LLVMExports-release.cmake | 1367 + clang-r349610/lib64/cmake/llvm/LLVMExports.cmake | 840 + .../cmake/llvm/LLVMExternalProjectUtils.cmake | 274 + .../lib64/cmake/llvm/LLVMInstallSymlink.cmake | 21 + .../lib64/cmake/llvm/LLVMProcessSources.cmake | 110 + clang-r349610/lib64/cmake/llvm/TableGen.cmake | 189 + .../lib64/cmake/llvm/VersionFromVCS.cmake | 92 + clang-r349610/lib64/libLLVM-8svn.so | Bin 0 -> 50872672 bytes clang-r349610/lib64/libLTO.so | 1 + clang-r349610/lib64/libLTO.so.8svn | Bin 0 -> 37790448 bytes clang-r349610/lib64/libOptRemarks.so | 1 + clang-r349610/lib64/libOptRemarks.so.8svn | Bin 0 -> 16680 bytes clang-r349610/lib64/libc++.so | 1 + clang-r349610/lib64/libc++.so.1 | Bin 0 -> 1183416 bytes clang-r349610/lib64/libc++abi.so.1 | Bin 0 -> 324432 bytes clang-r349610/lib64/libclang.so.8svn | Bin 0 -> 60361464 bytes clang-r349610/lib64/libclang_cxx.so.8svn | Bin 0 -> 60769440 bytes clang-r349610/libexec/c++-analyzer | 8 + clang-r349610/libexec/ccc-analyzer | 782 + clang-r349610/manifest_5271481.xml | 48 + .../llvm/lib/Fuzzer/FuzzerCommand.h | 179 + .../llvm/lib/Fuzzer/FuzzerCorpus.h | 315 + .../llvm/lib/Fuzzer/FuzzerDataFlowTrace.h | 56 + .../prebuilt_include/llvm/lib/Fuzzer/FuzzerDefs.h | 199 + .../llvm/lib/Fuzzer/FuzzerDictionary.h | 119 + .../llvm/lib/Fuzzer/FuzzerExtFunctions.def | 51 + .../llvm/lib/Fuzzer/FuzzerExtFunctions.h | 35 + .../llvm/lib/Fuzzer/FuzzerFlags.def | 164 + .../prebuilt_include/llvm/lib/Fuzzer/FuzzerIO.h | 87 + .../llvm/lib/Fuzzer/FuzzerInterface.h | 71 + .../llvm/lib/Fuzzer/FuzzerInternal.h | 179 + .../prebuilt_include/llvm/lib/Fuzzer/FuzzerMerge.h | 80 + .../llvm/lib/Fuzzer/FuzzerMutate.h | 157 + .../llvm/lib/Fuzzer/FuzzerOptions.h | 77 + .../llvm/lib/Fuzzer/FuzzerRandom.h | 34 + .../prebuilt_include/llvm/lib/Fuzzer/FuzzerSHA1.h | 33 + .../prebuilt_include/llvm/lib/Fuzzer/FuzzerShmem.h | 69 + .../llvm/lib/Fuzzer/FuzzerTracePC.h | 310 + .../prebuilt_include/llvm/lib/Fuzzer/FuzzerUtil.h | 91 + .../llvm/lib/Fuzzer/FuzzerValueBitMap.h | 73 + clang-r349610/runtimes_ndk_cxx/aarch64/libFuzzer.a | Bin 0 -> 2879616 bytes clang-r349610/runtimes_ndk_cxx/aarch64/libomp.a | Bin 0 -> 1412196 bytes clang-r349610/runtimes_ndk_cxx/arm/libFuzzer.a | Bin 0 -> 1954534 bytes clang-r349610/runtimes_ndk_cxx/arm/libomp.a | Bin 0 -> 1093018 bytes clang-r349610/runtimes_ndk_cxx/i386/libFuzzer.a | Bin 0 -> 1701798 bytes clang-r349610/runtimes_ndk_cxx/i386/libomp.a | Bin 0 -> 1105384 bytes .../libclang_rt.asan-aarch64-android.a | Bin 0 -> 4850982 bytes .../libclang_rt.asan-aarch64-android.a.syms | 1189 + .../libclang_rt.asan-aarch64-android.so | Bin 0 -> 2342144 bytes .../libclang_rt.asan-arm-android.a | Bin 0 -> 3608594 bytes .../libclang_rt.asan-arm-android.a.syms | 1251 + .../libclang_rt.asan-arm-android.so | Bin 0 -> 2115352 bytes .../libclang_rt.asan-i686-android.a | Bin 0 -> 3019222 bytes .../libclang_rt.asan-i686-android.so | Bin 0 -> 1975636 bytes .../libclang_rt.asan-preinit-aarch64-android.a | Bin 0 -> 1148 bytes .../libclang_rt.asan-preinit-arm-android.a | Bin 0 -> 1036 bytes .../libclang_rt.asan-preinit-i686-android.a | Bin 0 -> 920 bytes .../libclang_rt.asan-preinit-x86_64-android.a | Bin 0 -> 1116 bytes .../libclang_rt.asan-x86_64-android.a | Bin 0 -> 4247912 bytes .../libclang_rt.asan-x86_64-android.a.syms | 1189 + .../libclang_rt.asan-x86_64-android.so | Bin 0 -> 2165184 bytes .../libclang_rt.asan_cxx-aarch64-android.a | Bin 0 -> 95350 bytes .../libclang_rt.asan_cxx-aarch64-android.a.syms | 22 + .../libclang_rt.asan_cxx-arm-android.a | Bin 0 -> 62226 bytes .../libclang_rt.asan_cxx-arm-android.a.syms | 22 + .../libclang_rt.asan_cxx-i686-android.a | Bin 0 -> 52506 bytes .../libclang_rt.asan_cxx-x86_64-android.a | Bin 0 -> 73454 bytes .../libclang_rt.asan_cxx-x86_64-android.a.syms | 22 + .../libclang_rt.builtins-aarch64-android.a | Bin 0 -> 230986 bytes .../libclang_rt.builtins-arm-android.a | Bin 0 -> 214372 bytes .../libclang_rt.builtins-i686-android.a | Bin 0 -> 158062 bytes .../libclang_rt.builtins-x86_64-android.a | Bin 0 -> 262364 bytes .../libclang_rt.hwasan-aarch64-android.a | Bin 0 -> 1847426 bytes .../libclang_rt.hwasan-aarch64-android.a.syms | 67 + .../libclang_rt.hwasan-aarch64-android.so | Bin 0 -> 873288 bytes .../libclang_rt.hwasan-x86_64-android.a | Bin 0 -> 1666148 bytes .../libclang_rt.hwasan-x86_64-android.a.syms | 67 + .../libclang_rt.hwasan-x86_64-android.so | Bin 0 -> 817600 bytes .../libclang_rt.hwasan_cxx-aarch64-android.a | Bin 0 -> 58384 bytes .../libclang_rt.hwasan_cxx-aarch64-android.a.syms | 12 + .../libclang_rt.hwasan_cxx-x86_64-android.a | Bin 0 -> 42168 bytes .../libclang_rt.hwasan_cxx-x86_64-android.a.syms | 12 + .../libclang_rt.profile-aarch64-android.a | Bin 0 -> 123380 bytes .../libclang_rt.profile-arm-android.a | Bin 0 -> 109696 bytes .../libclang_rt.profile-i686-android.a | Bin 0 -> 94532 bytes .../libclang_rt.profile-x86_64-android.a | Bin 0 -> 130332 bytes .../libclang_rt.scudo-aarch64-android.a | Bin 0 -> 1665794 bytes .../libclang_rt.scudo-aarch64-android.so | Bin 0 -> 682584 bytes .../libclang_rt.scudo-arm-android.a | Bin 0 -> 1274102 bytes .../libclang_rt.scudo-arm-android.so | Bin 0 -> 565588 bytes .../libclang_rt.scudo-i686-android.a | Bin 0 -> 1118804 bytes .../libclang_rt.scudo-i686-android.so | Bin 0 -> 567624 bytes .../libclang_rt.scudo-x86_64-android.a | Bin 0 -> 1486842 bytes .../libclang_rt.scudo-x86_64-android.so | Bin 0 -> 628728 bytes .../libclang_rt.scudo_cxx-aarch64-android.a | Bin 0 -> 58602 bytes .../libclang_rt.scudo_cxx-arm-android.a | Bin 0 -> 38862 bytes .../libclang_rt.scudo_cxx-i686-android.a | Bin 0 -> 34498 bytes .../libclang_rt.scudo_cxx-x86_64-android.a | Bin 0 -> 43386 bytes ...libclang_rt.scudo_cxx_minimal-aarch64-android.a | Bin 0 -> 12590 bytes .../libclang_rt.scudo_cxx_minimal-arm-android.a | Bin 0 -> 11506 bytes .../libclang_rt.scudo_cxx_minimal-i686-android.a | Bin 0 -> 9582 bytes .../libclang_rt.scudo_cxx_minimal-x86_64-android.a | Bin 0 -> 11790 bytes .../libclang_rt.scudo_minimal-aarch64-android.a | Bin 0 -> 1119364 bytes .../libclang_rt.scudo_minimal-aarch64-android.so | Bin 0 -> 339344 bytes .../libclang_rt.scudo_minimal-arm-android.a | Bin 0 -> 858532 bytes .../libclang_rt.scudo_minimal-arm-android.so | Bin 0 -> 334036 bytes .../libclang_rt.scudo_minimal-i686-android.a | Bin 0 -> 751860 bytes .../libclang_rt.scudo_minimal-i686-android.so | Bin 0 -> 268708 bytes .../libclang_rt.scudo_minimal-x86_64-android.a | Bin 0 -> 1004620 bytes .../libclang_rt.scudo_minimal-x86_64-android.so | Bin 0 -> 302712 bytes .../libclang_rt.stats-aarch64-android.a | Bin 0 -> 1196378 bytes .../libclang_rt.stats-arm-android.a | Bin 0 -> 959632 bytes .../libclang_rt.stats-i686-android.a | Bin 0 -> 839142 bytes .../libclang_rt.stats-x86_64-android.a | Bin 0 -> 1094228 bytes .../libclang_rt.stats_client-aarch64-android.a | Bin 0 -> 7138 bytes .../libclang_rt.stats_client-arm-android.a | Bin 0 -> 5762 bytes .../libclang_rt.stats_client-i686-android.a | Bin 0 -> 5018 bytes .../libclang_rt.stats_client-x86_64-android.a | Bin 0 -> 6506 bytes .../libclang_rt.tsan-aarch64-android.a | Bin 0 -> 4494088 bytes .../libclang_rt.tsan-aarch64-android.a.syms | 1326 + .../libclang_rt.tsan-x86_64-android.a | Bin 0 -> 3944650 bytes .../libclang_rt.tsan-x86_64-android.a.syms | 1326 + .../libclang_rt.tsan_cxx-aarch64-android.a | Bin 0 -> 70230 bytes .../libclang_rt.tsan_cxx-aarch64-android.a.syms | 48 + .../libclang_rt.tsan_cxx-x86_64-android.a | Bin 0 -> 55566 bytes .../libclang_rt.tsan_cxx-x86_64-android.a.syms | 48 + .../libclang_rt.ubsan_minimal-aarch64-android.a | Bin 0 -> 38964 bytes ...ibclang_rt.ubsan_minimal-aarch64-android.a.syms | 3 + .../libclang_rt.ubsan_minimal-aarch64-android.so | Bin 0 -> 30944 bytes .../libclang_rt.ubsan_minimal-arm-android.a | Bin 0 -> 35968 bytes .../libclang_rt.ubsan_minimal-arm-android.a.syms | 3 + .../libclang_rt.ubsan_minimal-arm-android.so | Bin 0 -> 71260 bytes .../libclang_rt.ubsan_minimal-i686-android.a | Bin 0 -> 28424 bytes .../libclang_rt.ubsan_minimal-i686-android.so | Bin 0 -> 30988 bytes .../libclang_rt.ubsan_minimal-x86_64-android.a | Bin 0 -> 37492 bytes ...libclang_rt.ubsan_minimal-x86_64-android.a.syms | 3 + .../libclang_rt.ubsan_minimal-x86_64-android.so | Bin 0 -> 29256 bytes .../libclang_rt.ubsan_standalone-aarch64-android.a | Bin 0 -> 1462412 bytes ...lang_rt.ubsan_standalone-aarch64-android.a.syms | 36 + ...libclang_rt.ubsan_standalone-aarch64-android.so | Bin 0 -> 2890848 bytes .../libclang_rt.ubsan_standalone-arm-android.a | Bin 0 -> 1141338 bytes ...libclang_rt.ubsan_standalone-arm-android.a.syms | 36 + .../libclang_rt.ubsan_standalone-arm-android.so | Bin 0 -> 1926412 bytes .../libclang_rt.ubsan_standalone-i686-android.a | Bin 0 -> 1004088 bytes .../libclang_rt.ubsan_standalone-i686-android.so | Bin 0 -> 2338640 bytes .../libclang_rt.ubsan_standalone-x86_64-android.a | Bin 0 -> 1312726 bytes ...clang_rt.ubsan_standalone-x86_64-android.a.syms | 36 + .../libclang_rt.ubsan_standalone-x86_64-android.so | Bin 0 -> 2770048 bytes ...clang_rt.ubsan_standalone_cxx-aarch64-android.a | Bin 0 -> 46144 bytes ..._rt.ubsan_standalone_cxx-aarch64-android.a.syms | 3 + .../libclang_rt.ubsan_standalone_cxx-arm-android.a | Bin 0 -> 27488 bytes ...lang_rt.ubsan_standalone_cxx-arm-android.a.syms | 3 + ...libclang_rt.ubsan_standalone_cxx-i686-android.a | Bin 0 -> 25048 bytes ...bclang_rt.ubsan_standalone_cxx-x86_64-android.a | Bin 0 -> 31728 bytes ...g_rt.ubsan_standalone_cxx-x86_64-android.a.syms | 3 + clang-r349610/runtimes_ndk_cxx/x86_64/libFuzzer.a | Bin 0 -> 2638138 bytes clang-r349610/runtimes_ndk_cxx/x86_64/libomp.a | Bin 0 -> 1509936 bytes clang-r349610/share/clang/bash-autocomplete.sh | 65 + .../share/clang/clang-format-bbedit.applescript | 27 + clang-r349610/share/clang/clang-format-diff.py | 127 + clang-r349610/share/clang/clang-format-sublime.py | 58 + clang-r349610/share/clang/clang-format.el | 206 + clang-r349610/share/clang/clang-format.py | 127 + clang-r349610/share/clang/clang-include-fixer.el | 460 + clang-r349610/share/clang/clang-include-fixer.py | 208 + clang-r349610/share/clang/clang-rename.el | 79 + clang-r349610/share/clang/clang-rename.py | 66 + clang-r349610/share/clang/clang-tidy-diff.py | 141 + clang-r349610/share/clang/run-clang-tidy.py | 319 + clang-r349610/share/clang/run-find-all-symbols.py | 124 + clang-r349610/share/man/man1/scan-build.1 | 349 + clang-r349610/share/opt-viewer/opt-diff.py | 75 + clang-r349610/share/opt-viewer/opt-stats.py | 78 + clang-r349610/share/opt-viewer/opt-viewer.py | 343 + clang-r349610/share/opt-viewer/optpmap.py | 56 + clang-r349610/share/opt-viewer/optrecord.py | 333 + clang-r349610/share/opt-viewer/style.css | 208 + clang-r349610/share/scan-build/scanview.css | 62 + clang-r349610/share/scan-build/sorttable.js | 492 + clang-r349610/share/scan-view/FileRadar.scpt | Bin 0 -> 18418 bytes clang-r349610/share/scan-view/GetRadarVersion.scpt | 0 clang-r349610/share/scan-view/Reporter.py | 251 + clang-r349610/share/scan-view/ScanView.py | 774 + clang-r349610/share/scan-view/bugcatcher.ico | Bin 0 -> 318 bytes clang-r349610/share/scan-view/startfile.py | 209 + clang-r349610/test/aarch64/bin/asan_test | 0 clang-r349610/test/arm/bin/asan_test | 0 clang-r349610/test/i686/bin/asan_test | 0 2682 files changed, 1058069 insertions(+) 8a10cacaef Update prebuilt Clang to r349610. ===================================================================== Patchsets applied to https://android-git.linaro.org/git/platform/system/bt on top of android-9.0.0_r34 vendor_libs/linux/sepolicy/file_contexts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) a4b96f399 vendor_libs: Allow btlinux service to run from vendor or system/vendor ===================================================================== Patchsets applied to https://android-git.linaro.org/git/platform/system/core on top of android-9.0.0_r34 init/Android.bp | 1 + init/Android.mk | 14 ++++ init/bootchart_parse.cpp | 101 ++++++++++++++++++++++++++++ init/modalias_handler.cpp | 163 ++++++++++++++++++++++++++++++++++++++++++++++ init/modalias_handler.h | 48 ++++++++++++++ init/uevent.h | 1 + init/uevent_listener.cpp | 4 ++ init/ueventd.cpp | 13 +++- 8 files changed, 342 insertions(+), 3 deletions(-) b9b67aeb3 ueventd: Add dynamic kernel module loading 82191c7a2 add bootchart_parse command