platform/upstream/llvm.git
2022-11-30 Sanjay Patel[InstCombine] canonicalize trunc + insert as bitcast...
2022-11-30 Thurston Dangmsan: update tests for new memory mappings on aarch64
2022-11-30 Sterling AugustineFix bazel build for https://reviews.llvm.org/D138980
2022-11-30 Philip Reames[RISCV] Merge two versions of adjustReg on TRI [nfc]
2022-11-30 Jay Foad[AMDGPU] Use s_cmp instead of s_cmpk
2022-11-30 Valentin Clement[flang] Delegate pointer association to class(*) pointe...
2022-11-30 Philip Reames[RISCV] Reuse and generalize adjustReg from another...
2022-11-30 Thurston Dangmsan: update shadow constant in strlen_of_shadow test
2022-11-30 Lei Zhang[mlir][spirv] Allow controlling subgroup size
2022-11-30 Philip Reames[RISCV] Share code for fixed offsets adjustRegs (thus...
2022-11-30 Sam McCall[include-cleaner] Move RecordedPP::RecordedIncludes...
2022-11-30 Sam McCall[include-cleaner] Record whether includes are spelled...
2022-11-30 eopXD[NFC] Add missing period
2022-11-30 Florian HahnRecommit "[VPlan] Add VPDerivedIVRecipe, use for VPScal...
2022-11-30 Archibald Elliott[Threading] Ensure Tests Reflect Disabled Threads
2022-11-30 Kazu Hirata[mlir] Fix a warning
2022-11-30 Kazu Hirata[Basic] Fix a warning
2022-11-30 Florian Hahn[LV] Add test showing crash with 0fa666ecedc3.
2022-11-30 eopXD[RISCV] Add macro to imply compiler availability on...
2022-11-30 Amy Wang[MLIR][Transform] Consolidate the transform ops of...
2022-11-30 Jakub Kuderski[mlir][vector] Use zip_equal instead of size assertions...
2022-11-30 Tue Ly[libc][math] Improve the performance of subtraction...
2022-11-30 Joseph Huber[libc][docs] Fix code block not being emitted
2022-11-30 Qiongsi Wu[AIX][LTO] Enabling Context Sensitive PGO Options
2022-11-30 Florian Hahn[LV] Update test to use opaque pointers.
2022-11-30 Philip Reames[RISCV][TTI] Account for constant materialization cost...
2022-11-30 Paul Robinson[Sanitizers] Fix test that never ran anywhere
2022-11-30 Sam McCall[include-cleaner] don't clang-format tests. NFC
2022-11-30 Timm BäderRevert "[clang][Interp] Use placement new to construct...
2022-11-30 Timm Bäder[clang][Interp][NFC] Avoid unnecessary work in compileF...
2022-11-30 Corentin JabotRevert "Implement CWG2631"
2022-11-30 Valentin Clement[flang] Allow non polymorphic pointer assignment with...
2022-11-30 LLVM GN Syncbot[gn build] Port 77b220524541
2022-11-30 Michael Buch[lldb][DataFormatter] Add std::ranges::ref_view formatter
2022-11-30 Aaron BallmanRemove 'modindex' from the Clang docs
2022-11-30 Matt ArsenaultInstCombine: Add baseline tests for folding or of is...
2022-11-30 Matt ArsenaultInstCombine: Add baseline tests for negated is_fpclass
2022-11-30 David StuttardConstantFolding: Guard use of getFunction
2022-11-30 Henrik G. Olsson[clang] Do not merge traps in functions annotated optnone
2022-11-30 Matt ArsenaultInstCombine: Add baseline checks for is_fpclass
2022-11-30 LLVM GN Syncbot[gn build] Port d3c851d3fc8b
2022-11-30 Dmitry VyukovUse-after-return sanitizer binary metadata
2022-11-30 Jean Perier[flang][NFC] add genType(FunctionRef<T>) entry points...
2022-11-30 Tomas Matheson[AArch64] Assembly support for VMSA
2022-11-30 serge-sans... [clang] Speedup LineOffsetMapping::get
2022-11-30 Nicolas Vasilache[mlir][Vector] Add a Broadcast::createBroadcastOp helper
2022-11-30 Sebastian Neubauer[AMDGPU] Remove todo about vector types
2022-11-30 David Green[AArch64] Don't treat SVE scalable extends as free...
2022-11-30 ShihPo Hung [RISCV] Add cost model for fixed broadcast shuffle
2022-11-30 Aaron BallmanFix Clang sphinx build
2022-11-30 Jean Perier[flang] Add hlfir.associate and hlfir.end_associate...
2022-11-30 Simon Pilgrim[X86] Add missing PFM port mappings for Core2/Nehalem
2022-11-30 Sara Bellei[clang-repl] Add basic documentation about clang-repl
2022-11-30 Sylvain Audi[CodeGen][X86] Crash fixes for "patchable-function...
2022-11-30 Pierre van... [AMDGPU] Use aperture registers instead of S_GETREG
2022-11-30 Dmitry Preobrazhensky[AMDGPU][MC][GFX11] Disable non-VGPR src operands for...
2022-11-30 Tim NorthoverX86: relax EFLAGS liveness check when generating stack...
2022-11-30 Jay Foad[AMDGPU] Fix location of line break in VOPC instruction...
2022-11-30 Nicolai HähnleAMDGPU: Fixup tests
2022-11-30 Muhammad Omair... [FLANG] Fix MSVC + clang-cl build
2022-11-30 Gabor Buella[MSAN] add interceptor for stpncpy
2022-11-30 Vignesh BalasubramanianRevert "[OpenMP] [OMPD] Enable OMPD Tests"
2022-11-30 Tom Eccles[flang] fix unused variables
2022-11-30 Nicolai HähnleAMDGPU: Remove ImagePSV and move images to addrspace 7
2022-11-30 Corentin Jabot[Clang] Remove conflict markers from ReleaseNotes
2022-11-30 Corentin JabotImplement CWG2631
2022-11-30 Vignesh Balasubramanian[OpenMP] [OMPD] Enable OMPD Tests
2022-11-30 gonglingqin[LoongArch] Add codegen support for atomicrmw min/max...
2022-11-30 Timm Bäder[clang][Interp] Explicitly handle RVO Pointer
2022-11-30 Dmitry Vyukovtsan: fix epoll_pwait2 interceptor
2022-11-30 Timm Bäder[clang][Interp] Use placement new to construct opcode...
2022-11-30 Timm Bäder[clang][Interp] Handle undefined functions better
2022-11-30 Timm Bäder[clang][Interp] Array initialization via CXXConstructExpr
2022-11-30 Valentin Clement[flang] Handle polymorphic value when creating temporary
2022-11-30 Dmitry VyukovRevert "Use-after-return sanitizer binary metadata"
2022-11-30 Matthias Springer[mlir][bufferize] Improve error message when returning...
2022-11-30 Timm Bäder[clang][Interp] Fix discarding non-primitive function...
2022-11-30 wangpc[RISCV] Remove lmuls argument in Sched class
2022-11-30 Dmitry VyukovUse-after-return sanitizer binary metadata
2022-11-30 Thomas Symalla[AMDGPU] Remove AMDGPUISelDAGToDAG::isKnownNeverNaN
2022-11-30 Rong Xu[llvm-profdata] Use flattening sample profile in profil...
2022-11-30 Petr Hosek[CMake] Support injecting extra dependencies for perf...
2022-11-30 Evgenii Kudriashov[X86] combine-and.ll - add test coverage for scalar...
2022-11-30 Gabriel F.... Fix obvious typo
2022-11-30 Petr Hosek[perf-training] Support additional test suffixes
2022-11-30 Vasileios Porpodas[IR][NFC] Adds Instruction::insertAt() for inserting...
2022-11-30 Murali Vijayaraghavan[mlir][linalg] Changing the positions of introduced...
2022-11-30 Freddy Ye[X86] include cmpccxaddintrin.h from immintrin.h to...
2022-11-30 Petr Hosek[scudo] Do not consider releasing unallocated pages
2022-11-30 Petr Hosek[clang-doc] Fix warnings about lock_guard
2022-11-30 chenglin.bi[InstSimplify] Fold (X || Y) ? X : Y --> X
2022-11-30 Craig Topper[RISCV] Preserve chain output when selecting splat...
2022-11-30 Vasileios Porpodas[NFC] Removed call to getInstList() from range loops...
2022-11-30 Jakub Kuderski[ADT] Add `zip_equal` for iteratees of equal lengths
2022-11-30 Jakub Kuderski[ADT] Clarify `zip` behavior with iteratees of differen...
2022-11-30 Michael Maitland[RISCV][CodeGen] Account for LMUL for Vector Fixed...
2022-11-30 Peter Rong[FuzzMutate] SinkInstructionStrategy
2022-11-30 Matt ArsenaultAMDGPU: Convert some cast tests to opaque pointers
2022-11-29 Nikolas Klauser[libc++][math.h] move #undefs to the top and guard...
2022-11-29 Nikolas Klauser[libc++][math.h] Use builtins for all the functions
next