aboutsummaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
authordan sinclair <dsinclair@google.com>2019-12-19 14:38:02 -0500
committerGitHub <noreply@github.com>2019-12-19 14:38:02 -0500
commit5acb622459aa850d63f345ab4b8220468dce035b (patch)
tree9fe8d74c4878f89d3d06ae743b89bbf271fd12f1 /third_party
parent044f29f46f49bf0ee53bcb5e50a1f378a0e476e7 (diff)
downloadamber-5acb622459aa850d63f345ab4b8220468dce035b.tar.gz
Rolling 5 dependencies (#761)
Roll third_party/clspv-llvm/ 4becf68c6..dcb48f50b (201 commits) https://github.com/llvm/llvm-project/compare/4becf68c6f17...dcb48f50bdfa $ git log 4becf68c6..dcb48f50b --date=short --no-merges --format='%ad %ae %s' 2019-12-19 cullen.rhodes Revert "[AArch64][SVE] Add permutation and selection intrinsics" 2019-12-19 spatel [InstCombine] add/adjust tests for pow->sqrt; NFC 2019-12-18 bjorn.a.pettersson [ConstantHoisting] Ignore unreachable bb:s when collecting candidates 2019-12-04 cullen.rhodes [AArch64][SVE] Add permutation and selection intrinsics 2019-12-18 james.henderson [DebugInfo] Fix verbose printing of rows added via DW_LNE_end_sequence 2019-12-19 llvmgnsyncbot [gn build] Port abc7f6800df 2019-12-08 a.v.lapshin [Dsymutil][Debuginfo][NFC] Refactor dsymutil to separate DWARF optimizing part 2. 2019-12-19 david.green [InstCombine] Canonicalize select immediates 2019-12-19 david.green [Instcombine] Add select canonicalization tests. NFC 2019-12-19 hans Re-land "Add an -fno-temp-file flag for compilation" 2019-12-19 Milos.Stojanovic [llvm-exegesis] Fix pfm counter names for Haswell for older versions of libpfm 2019-12-19 jay.foad Make more use of MachineInstr::mayLoadOrStore. 2019-12-16 Victor.Campos [ARM] Improve codegen of volatile load/store of i64 2019-12-13 cullen.rhodes [AArch64][SVE] Implement pfirst and pnext intrinsics 2019-12-12 cullen.rhodes [AArch64][SVE] Implement ptrue intrinsic 2019-12-17 kadircet [clangd] Improve documentation for auto and implicit specs 2019-12-19 david.spickett [cmake] Include the llvm-locstats target when utils and tools are not being built. 2019-12-19 gribozavr Revert "Support powerpc when builing without init_array." 2019-12-18 martin [clang] Fix compilation with GCC < 8 for MinGW 2019-12-18 martin [LLD] [COFF] Fix reporting duplicate errors for absolute symbols 2019-12-19 teemperor [lldb][NFC] Change if statements in ClangASTImporter to follow LLVM code style 2019-12-19 czhengsz [SCEV] NFC - add testcase for get accurate range for AddExpr 2019-12-17 grimar [llvm-readobj][test] - Improve dyn-symbols.test. 2019-12-18 grimar [llvm-readobj][test] - Refactor mips-st-other.test 2019-12-17 grimar [llvm-readobj][llvm-objdump] - Cleanup testing of dynamic tags dumping. 2019-12-18 Stanislav.Mekhanoshin [AMDGPU] Implemented fma cost analysis 2019-12-19 chen3.liu Enable STRICT_FP_TO_SINT/UINT on X86 backend This patch is mainly for custom lowering the vector operation. 2019-12-18 dblaikie DebugInfo: Fix test fallout from aaa5a5e7ff1aee632aae75311e7c044f710dd0a0 2019-12-19 n54 [compiler-rt] Enable SANITIZER_CAN_USE_PREINIT_ARRAY on NetBSD 2019-12-18 czhengsz [PowerPC] make lwa as a valid ds candidate in ppcloopinstrformprep pass 2019-12-19 jonathanchesterfield [libomptarget][nvptx] Fix build, second symbol reordering 2019-12-18 artem.dergachev [analysis] Re-discard type sugar when casting values retrieved from the Store. 2019-12-19 jonathanchesterfield [libomptarget][nvptx] Fix build, symbol ordering in target_impl.h 2019-12-18 dblaikie DebugInfo: Include DW_AT_base_addr even in gmlt with no inline functions 2019-12-18 rupprecht [clang] Remove -Wexperimental-float-control. 2019-12-18 jonas [lldb/Scripting] Simplify code by removing the #if. 2019-12-18 francisvm [Remarks][Driver] Place temporary remark files next to temporary object files 2019-12-18 francisvm [Docs] Fix indentation in remarks section 2019-12-18 dblaikie DebugInfo: Don't use implicit zero addr_base 2019-12-16 dblaikie Reapply "NFC: DebugInfo: Refactor RangeSpanList to be a struct, like DebugLocStream::List" 2019-12-19 n54 [compiler-rt] [fuzzer] Enable LSan in libFuzzer tests on NetBSD 2019-12-18 jmolenda make err msg in MachSymtabSectionInfo::GetSection clear about the file 2019-12-19 n54 [compiler-rt] [fuzzer] Include stdarg.h for va_list 2019-12-19 jonathanchesterfield [libomptarget][amdgcn] Correct return type of extern __clock64 to unsigned 2019-12-18 jonas [lldb/test] Move script interpreter tests 2019-12-17 tlively [WebAssembly] Add avgr_u intrinsics and require nuw in patterns 2019-12-18 yuanfang.chen [Docs] Fix a typo 2019-12-18 lhames Revert "[Orc][LLJIT] Use JITLink even if a custom JITTargetMachineBuilder is supplied." 2019-12-18 vsk Revert concepts changes from D41910 2019-12-18 craig.topper [X86] Add a simple hack to IsProfitableToFold to prevent vselect+strict fp operations from being folded into masked instructions. (...) 2019-12-17 tlively [WebAssembly] Implement SIMD {i8x16,i16x8}.avgr_u instructions 2019-12-17 31459023+hctim Revert "[ MC ] Match labels to existing fragments even when switching sections." 2019-12-17 artem.dergachev [analysis] Discard type qualifiers when casting values retrieved from the Store. 2019-12-17 craig.topper [FPEnv][LegalizeTypes][LegalizeDAG][AArch64] Few fixes/improvements for legalizing fp<->int conversion nodes. 2019-12-17 arphaman [driver][darwin] Use explicit -mlinker-version in the -platform_version tests 2019-12-17 whitneyt [LoopFusion] Move instructions from FC0.Latch to FC1.Latch. 2019-12-17 daltenty [AIX] Avoid unset csect assert for functions defined after their use in TOC 2019-12-16 tstellar AMDGPU/SILoadStoreOptimillzer: Refactor CombineInfo struct 2019-12-17 nemanja.i.ibm Fix buildbot failures after removing REQUIRES-ANY 2019-12-17 koraq [IR] Use a reference in a range-based for 2019-12-17 koraq [Driver] Avoid copies in range-based for loops 2019-12-17 koraq [Sema] Fixes -Wrange-loop-analysis warnings 2019-12-17 koraq [Frontend] Fixes -Wrange-loop-analysis warnings 2019-12-04 SourabhSingh.Tomar Recommit "[DebugInfo] Refactored macro related generation, added a test case for macinfo.dwo emission." 2019-12-17 get [perf-training] Change profile file pattern string to use %4m instead of %p 2019-12-17 ulrich.weigand [FPEnv] Remove unnecessary rounding mode argument for constrained intrinsics 2019-12-16 a.bataev [OPENMP50]Add parsing/sema analysis for nontemporal clause. 2019-12-17 a.bataev [LIBOPENMP][NVPTX]Fix the build error in the runtime. 2019-12-17 sstipanovic [Attributor] H2S fix. 2019-12-17 sstipanovic [Attributor][NFC] Add test for sle comparison in h2s. 2019-12-13 sbc [WebAssembly] Convert MC tests to from bitcode to asm 2019-12-12 paulsson [Clang FE, SystemZ] Recognize -mpacked-stack CL option 2019-12-16 d.c.ddcc llvm-diff: Perform structural comparison on GlobalVariables, if possible 2019-12-17 phabouzit [objc_direct] fix uniquing when re-declaring a readwrite-direct property 2019-12-17 jay.foad [AMDGPU] Fix typo in SIInstrInfo::memOpsHaveSameBasePtr 2019-12-17 spatel [SDAG] adjust isNegatibleForFree calculation to avoid crashing 2019-12-17 spatel Revert "[SDAG] remove use restriction in isNegatibleForFree() when called from getNegatedExpression()" 2019-12-17 spatel [SDAG] remove use restriction in isNegatibleForFree() when called from getNegatedExpression() 2019-12-17 thakis Revert "[ASTImporter] Friend class decl should not be visible in its context" 2019-12-16 arphaman [driver][darwin] Pass -platform_version flag to the linker instead of the -<platform>_version_min flag 2019-12-17 jonathanchesterfield [libomptarget][nfc] Move three files under common, build them for amdgcn 2019-11-28 zakk.chen [RISCV] Add subtargets initialized with target feature 2019-12-17 kevin.neal [FPEnv] IRBuilder support for constrained sitofp/uitofp. 2019-12-02 deadalnix [DAGCombiner] Add node back in the worklist in topological order in CommitTargetLoweringOpt 2019-12-17 ulrich.weigand [SystemZ][FPEnv] Back-end support for STRICT_[SU]INT_TO_FP 2019-12-17 daniel_l_sanders [gicombiner] Process the MatchDag such that every node is reachable from the roots 2019-11-15 Piotr.Sobczak [InstCombine][AMDGPU] Trim more components of *buffer_load 2019-12-11 mtrent [ MC ] Match labels to existing fragments even when switching sections. 2019-12-17 jay.foad [AMDGPU] Update autogenerated checks 2019-12-17 jdenny.ornl [lit] Fix internal diff newlines for -w/-b 2019-12-17 spatel [AArch64] add tests for fcvtl2; NFC 2019-12-17 31459023+hctim Revert "Honor -fuse-init-array when os is not specified on x86" 2019-12-16 kadircet [clangd] Fix handling of inline/anon namespaces and names of deduced types in hover 2019-12-17 kadircet [clangd][NFC] Make use of TagDecl inside type for hover on auto 2019-12-17 llvmgnsyncbot gn build: Merge 390c8baa544 2019-12-17 daniel_l_sanders [gicombiner] Add the MatchDag structure and parse instruction DAG's from the input 2019-12-17 teemperor [lldb][NFC] Use StringRef in CreateRecordType and CreateObjCClass 2019-10-16 kevin.neal This adds constrained intrinsics for the signed and unsigned conversions of integers to floating point. 2019-12-16 erich.keane Reland [NFC-I] Remove hack for fp-classification builtins 2019-12-17 teemperor [lldb][NFC] Rename ClangASTImporter::InsertRecordDecl to SetRecordLayout and document it Roll third_party/shaderc/ 4399459c1..82a9846c4 (1 commit) https://github.com/google/shaderc/compare/4399459c1920...82a9846c4377 $ git log 4399459c1..82a9846c4 --date=short --no-merges --format='%ad %ae %s' 2019-12-18 rharrison Adding in missing APIs for MSL support in Dawn (#943) Roll third_party/spirv-tools/ 38d7fbaad..e70b009b0 (1 commit) https://github.com/KhronosGroup/SPIRV-Tools/compare/38d7fbaad0a3...e70b009b0f1e $ git log 38d7fbaad..e70b009b0 --date=short --no-merges --format='%ad %ae %s' 2019-12-18 dneto Add support for SPV_KHR_non_semantic_info (#3110) Roll third_party/swiftshader/ 24c49ddde..4fd7fccd6 (20 commits) https://swiftshader.googlesource.com/SwiftShader.git/+log/24c49ddde89c..4fd7fccd6db5 $ git log 24c49ddde..4fd7fccd6 --date=short --no-merges --format='%ad %ae %s' 2019-12-18 chrisforbes Regres: Roll deqp forward to latest 1.1.6 2019-12-18 sugoi Allow 32F texture to use linear filtering 2019-12-18 capn Remove sw::Vector, Point, and Matrix 2019-12-18 swiftshader.regress Regres: Update test lists @ 21be09d8 2019-12-17 sugoi Enable samplerAnisotropy 2019-12-16 chrisforbes Advertise variableMultisampleRate feature 2019-12-17 bclayton clang-format the src/WSI directory 2019-12-17 bclayton clang-format the src/Vulkan directory 2019-12-17 bclayton clang-format the src/System directory 2019-12-17 bclayton clang-format the src/Reactor directory 2019-12-17 bclayton clang-format the src/Pipeline directory 2019-12-17 bclayton clang-format the src/Device directory 2019-02-01 bclayton Start a custom .clang-format rule 2019-12-16 capn Remove spaces after control statements keywords 2019-12-17 sugoi Enable blending for 32FP formats 2019-12-13 capn Make use of vec<T, N> vector broadcasts 2019-12-17 capn Replace vector() and replicate() with float4 constructors 2019-12-13 capn Create a generic vec<T, N> class 2019-12-13 capn Typedef int4/float4 from a vec4<T> template 2019-12-12 capn Prefer alignas() over ALIGN() Roll third_party/vulkan-validationlayers/ 2b19f3916..e8e8f32d1 (4 commits) https://github.com/KhronosGroup/Vulkan-ValidationLayers/compare/2b19f3916726...e8e8f32d1b7a $ git log 2b19f3916..e8e8f32d1 --date=short --no-merges --format='%ad %ae %s' 2019-12-18 mark tests: Add ClearColorImage SHARED_PRESENT layout check 2019-12-18 mark corechecks: Fix CmdClear layout validation 2019-12-18 tony layers: Guard against ATTACHMENT_UNUSED 2019-12-17 mark objlifetimes: Fix undestroyed object reporting Created with: roll-dep third_party/clspv third_party/clspv-llvm third_party/dxc third_party/glslang third_party/googletest third_party/lodepng third_party/shaderc third_party/spirv-headers third_party/spirv-tools third_party/swiftshader third_party/vulkan-headers third_party/vulkan-loader third_party/vulkan-validationlayers
Diffstat (limited to 'third_party')
0 files changed, 0 insertions, 0 deletions