platform/upstream/llvm.git
2022-11-29 Brett Wilson[clang-doc] Move file layout to the generators.
2022-11-29 varconst[libc++][ranges][NFC] Revamp the Ranges status page
2022-11-29 Alex Lorenz[clang][darwin] Use consistent version define stringify...
2022-11-29 Krzysztof Parzyszek[Hexagon] Further improve code generation for shuffles
2022-11-29 Wael Yehia[AIX][LTO] Properly respect LDR_CNTRL and set MAXDATA32...
2022-11-29 Nicolai Hähnleupdate_test_checks: fix typos
2022-11-29 Konstantin... [libc++] Add a missing include to `swap_allocator.h`.
2022-11-29 William Huang[InstCombine] Revert D125845
2022-11-29 Martin Storsjö[clang] [test] Fix recently pushed mingw tests in some...
2022-11-29 Benjamin KramerAMDGPU: Remove unused variables. NFC
2022-11-29 Maryam Moghadas[PowerPC] Fix vperm codegen
2022-11-29 Ron LiebermanRevert "enable code-object-version=5"
2022-11-29 Ron LiebermanRevert "Add mean_anyway to hpc config"
2022-11-29 Alex Lorenz[clang][driver][darwin] Enforce consistent major versio...
2022-11-29 Martin Storsjö[openmp] [test] Use stdint.h instead of manual code...
2022-11-29 Martin StorsjöReapply [openmp] [test] XFAIL many-microtask-args.c...
2022-11-29 Martin Storsjö[clang] [MinGW] Improve detection of libstdc++ headers...
2022-11-29 Martin Storsjö[clang] [MinGW] Improve/extend the gcc/sysroot detectio...
2022-11-29 Nicolai HähnleAMDGPU: Remove BufferPseudoSourceValue
2022-11-29 Ron LiebermanAdd mean_anyway to hpc config
2022-11-29 Ron Liebermanenable code-object-version=5
2022-11-29 Peter Rong[FuzzMutate] Fix a bug in `connectToSink` which might...
2022-11-29 Joseph Huber[libc] Fix test not including 'free'
2022-11-29 Thurston Dang[msan] Increase size of app/shadow/origin mappings...
2022-11-29 Joseph Huber[libc][docs] Add documentation for the new GPU mode
2022-11-29 Joseph Huber[libc] Add initial support for a libc implementation...
2022-11-29 Joseph Huber[libc] Move strdup implementation to a new header
2022-11-29 LLVM GN Syncbot[gn build] Port 185d4964a158
2022-11-29 Dave Lee[lldb] Introduce dwim-print command
2022-11-29 bixia1[mlir][sparse] Improve concatenate operator rewrite...
2022-11-29 Paul Robinson[Windows] Convert llvm/test/ExecutionEngine/MCJIT/remot...
2022-11-29 Krzysztof Parzyszek[Hexagon] Simplify logic for generating code for contra...
2022-11-29 Paul Robinson[Windows] Convert clang/test/Modules tests to check...
2022-11-29 Sanjay PatelRevert "[SystemZ] change test to mir to better isolate...
2022-11-29 Philip Reames[RISCV] Add test coverage for vector constant materiali...
2022-11-29 Mike Rice[clang] Fix buildbot failure in delayed-template-with...
2022-11-29 Philip Reames[RISCV] Add cost model coverage for vector arithmetic
2022-11-29 Valentin Clement[flang] Use BaseBoxType in component by component assig...
2022-11-29 Aaron BallmanAdd test coverage for more C DRs
2022-11-29 Brendon Cahoon[AMDGPU] Unify uniform return and divergent unreachable...
2022-11-29 Jan Sjodin[OpenMP][OMPIRBuilder] Migrate target outlined function...
2022-11-29 Keith Smiley[lld-macho] Reject -no_pie for unsupported archs
2022-11-29 Kelvin Li[flang][doc] Remove DCMPLX intrinsic from the Intrinsic...
2022-11-29 Heejin Ahn[WebAssembly] Move debug tests into DebugInfo
2022-11-29 Kazu Hirata[BOLT] Fix unused function warnings
2022-11-29 Xing Xue[libc++abi][LIT][AIX] Use Vector instructions available...
2022-11-29 Philip Reames[RISCV] Separate out helper for checking if vector...
2022-11-29 Kelvin Li[flang] Add support for LSHIFT and RSHIFT intrinsics
2022-11-29 Vitaly Buka[NFC][asan] Simplify parameters check
2022-11-29 Vitaly Buka[NFC][asan] Cleanup comments
2022-11-29 Vitaly Buka[NFC][asan] Handle non-intersecting case early
2022-11-29 Vitaly Buka[asan] Add unaligned double ended container support
2022-11-29 Mike Rice[clang] Add serialization for loop hint annotation...
2022-11-29 Nikolas Klauser[lbc++] Implement the rest of P0600R1 (nodiscard in...
2022-11-29 Nikolas Klauser[libc++] Don't pass the allocator in substr()
2022-11-29 Shafik Yaghmour[Clang] Fix Sema::ClassifyName so that it classifies...
2022-11-29 Paul Robinson[Windows] Convert tests to check 'target=<triple>'
2022-11-29 Lei Huang[NFC] Fix indentation in td file
2022-11-29 Paul Robinson[PCH] Remove useless UNSUPPORTED clause
2022-11-29 Roy Sundahl[asan][test] Fix SED issues with macOS (BSD)
2022-11-29 Jay Foad[AMDGPU] Use GCNSubtarget::hasInstPrefetch instead...
2022-11-29 Matt ArsenaultAMDGPU: Fix broken test
2022-11-29 Tarun Prabhu[flang] Lower F08 FINDLOC intrinsic
2022-11-29 Tom Eccles[flang] Remove warnings that fast-math options are...
2022-11-29 Paul Robinson[lit] UNSUPPORTED ps4/ps5 => target={{.*-ps(4|5)}}
2022-11-29 Jonas Devlieghere[lldb] Make SWIG an auto-detected dependency
2022-11-29 Kazu HirataRevert "Use-after-return sanitizer binary metadata"
2022-11-29 Aaron BallmanFix Clang sphinx build
2022-11-29 Paul Robinson[PS4] Remove an UNSUPPORTED, this test seems to work now
2022-11-29 Matt ArsenaultDAG: Fix assert when alloca has inconsistent pointer...
2022-11-29 Matt Arsenaultclang: Fix cast failure when using -fsanitize=undefined...
2022-11-29 Dmitry VyukovUse-after-return sanitizer binary metadata
2022-11-29 Jay Foad[AMDGPU] Add error line number checking
2022-11-29 Philip Reames[SDAG] Allow scalable vectors in ComputeNumSignBits...
2022-11-29 Corentin Jabot[Clang] Implement CWG2654: Un-deprecation of compound...
2022-11-29 Matt ArsenaultAMDGPU: Remove unnecessary metadata from test
2022-11-29 Guillaume Chatelet[Coroutines] createStructType takes alignment in bits...
2022-11-29 Mateja Marjanovic[AMDGPU] Add support for new LLVM vector types
2022-11-29 Mateja MarjanovicAdd new vector types for LLVM
2022-11-29 Matt ArsenaultUtils: Fix appending to global_ctors with program addre...
2022-11-29 David Green[AArch64] Extend testing for widening conditions under...
2022-11-29 Joseph Huber[Libomptarget][NFC] Add missing LLVM header
2022-11-29 Joseph Huber[LinkerWrapper] Ignore OFK_None kinds for building...
2022-11-29 Dmitry Preobrazhensky[AMDGPU][MC][GFX11] Correct op_sel handling for permlane*16
2022-11-29 Michael Francis[AIX][pg] Add Correct Search Paths for Profiled Libraries
2022-11-29 Filipp Zhinkin[NFC][ORC] Fix lljit-with-thinlto-summaries.test output...
2022-11-29 Matt Arsenaultllvm-reduce: Add some missing consts
2022-11-29 Viktoriia Bakalova[include-cleaner] Implement IWYU begin_keep/end_keep...
2022-11-29 Vlad Serebrennikov[clang] Propely handle tests for open DRs in make_cxx_d...
2022-11-29 Alexey Bataev[SLP]Fix PR59230: Use actual vector factor when sorting...
2022-11-29 chenglin.bi[InstSimplify] Fold !(X || Y) && X --> false
2022-11-29 Dmitry Preobrazhensky[AMDGPU][MC][MI100+] Enable VOP3 variants of dot2c...
2022-11-29 Ivan Butygin[mlir][linalg] Allow some fusion on mixed generics
2022-11-29 Haojian Wu[include-cleaner] Fix -Woverloaded-virtual warning...
2022-11-29 chenglin.bi[InstSimplify] Fold (X || Y) ? false : X --> false
2022-11-29 Ivan Butygin[mlir][spirv] Add group ops
2022-11-29 Vlad Serebrennikov[clang] Update CWG2635 status
2022-11-29 Sven van Haastregt[OpenCL] Remove arm-integer-dot-product extension pragmas
2022-11-29 Florian HahnRevert "Cache memory buffer's name length"
2022-11-29 Archibald Elliott[Support] Move getHostNumPhysicalCores to Threading.h
next