summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [π˜€π—½π—Ώ] changes introduced through rebaseupstream/users/ilovepi/spr/main.llvmprofdatautils-provide-getnumbranchweights-apiPaul Kirth26 hours8-23/+22
* [π˜€π—½π—Ώ] changes introduced through rebasePaul Kirth28 hours1-0/+1
* [π˜€π—½π—Ώ] changes introduced through rebasePaul Kirth2 days8188-128347/+321699
|\
| * [OpenACC][NFC] Refactor SemaOpenACC to use a visitorerichkeane2 days4-550/+669
| * [lldb/crashlog] Use environment variable to manually set dsymForUUIDBinary (#...Med Ismail Bennani2 days2-1/+5
| * [libc][type_traits] Add aligned_storage (#94074)PiJoules2 days4-0/+38
| * Revert "[compiler-rt][builtins] Switch libatomic locks to pthread_mutex_t (#9...Martin StorsjΓΆ2 days1-18/+13
| * Fix clang reject valid C++ code after d999ce0302f06d250f6d496b56a5a5f (#94471)Haojian Wu2 days2-2/+4
| * [mlir][xegpu] Patch dynamic descriptor creation (#93580)Artem Kroviakov2 days1-1/+1
| * [LegalizeVectorOps] Move VP_STORE legalization from LegalizeDAG to LegalizeVe...Craig Topper2 days1-1/+2
| * [RISCV][test] Precommit LSR test that partially motivates #89927Alex Bradbury2 days1-0/+109
| * [x86] Add tan intrinsic part 4 (#90503)Farzon Lotfi2 days25-4/+700
| * [bazel] Sync config with main (#94521)Keith Smiley2 days3-1/+4
| * [SCEV] Add coverage for howFarToZero w/ non-constant stridesPhilip Reames2 days1-0/+221
| * [IR] Remove the possibility of ConstantExpr having fast-math flags. (#94507)Joshua Cranmer2 days1-2/+0
| * Revert "Pass LangOpts from CompilerInstance to DependencyScanningWorker (#937...Nishith Kumar M Shah2 days8-95/+31
| * [OpenACC] Implement 'private' clause sema for loop constructserichkeane2 days5-10/+302
| * [flang][OpenMP] Add `sym()` member function to omp::Object (#94493)Krzysztof Parzyszek2 days7-22/+27
| * [RISCV] Make the vsll->vadd intrinsic pattern support tail undisturbed intrin...Craig Topper2 days2-3/+19
| * [NFC] : Run clang-format on Attributor.h and AttributorAttributes.cpp (#94484)Vidush Singhal2 days2-17/+12
| * [lldb] Update error message in TestDAP_optimized after #94420Jonas Devlieghere2 days1-1/+1
| * [clang-tidy] Fix handling of members in readability-redundant-member-init (#9...Piotr Zegar2 days3-8/+39
| * [RISCV] Remove unnecessary patterns for tail agnostic FP intrinsics with roun...Craig Topper2 days3-27/+4
| * [lldb] UpdateFormatsIfNeeded should respect the dynamic value type (#93262)Augusto Noronha2 days1-1/+1
| * [x-project tests] Fix ambiguity in call to createStringError (NFC)Jonas Devlieghere2 days1-1/+1
| * [lldb] Return an llvm::Expected from DWARFExpression::Evaluate (NFCI) (#94420)Jonas Devlieghere2 days13-584/+403
| * [bazel][windows] Add ntdll linkopt for Support (#94501)Jordan Rupprecht2 days1-0/+1
| * [OpenACC] Implement auto/seq/independent clause Sema for 'loop'erichkeane2 days20-321/+1639
| * Revert "[libc][math][c23] Add MPFR unit tests for {ceil,floor,round,roundeven...OverMighty2 days12-264/+53
| * [CUDA] Mark CUDA-12.5 as supported and introduce ptx 8.5. (#94113)Andrey Portnoy2 days6-4/+13
| * Revert "Reland "[ThinLTO] Populate declaration import status except for distr...Mingming Liu2 days9-444/+85
| * Revert "[ThinLTO][Bitcode] Generate import type in bitcode (#87600)" (#94502)Mingming Liu2 days9-119/+41
| * [BOLT][DWARF] Fix parent chain in debug_names entries with forward declaratio...Alexander Yermolovich2 days5-19/+743
| * Recommit "[RISCV] Use vadd.vi for tail undisturbe vsub intrinsic with small ...Craig Topper2 days2-6/+359
| * Revert "[RISCV] Use vadd.vi for tail undisturbe vsub intrinsic with small imm...Craig Topper2 days2-359/+6
| * [libc][math][c23] Add MPFR unit tests for {ceil,floor,round,roundeven,trunc}f...OverMighty2 days12-53/+264
| * workflows: Disable stage2 of the release builds (#93056)Tom Stellard2 days1-0/+2
| * [PowerPC][AIX] Support ByVals with greater alignment then pointer size (#93341)Zarko Todorovski2 days4-19/+120
| * [CodeGen][SDAG] Remove Combiner WorklistMap (#92900)aengelke2 days2-24/+30
| * AMDGPU: Add missing gfx* generic targets handling in clang (NVPTX, OpenMP run...Konstantin Zhuravlyov2 days5-1/+21
| * [Frontend][OpenMP] Clarify requirements for ObjectT, NFCKrzysztof Parzyszek2 days1-15/+17
| * [VectorCombine] Preserves the maximal legal FPMathFlags during foldShuffleToI...Henry Jiang2 days2-15/+83
| * [SimplifyCFG] Regenerate test checks (NFC)Nikita Popov2 days61-707/+705
| * [SCEV] Support non-constant step in howFarToZero (#94411)Philip Reames2 days2-16/+16
| * [OpenACC] Implement 'device_type' sema for 'loop' constructerichkeane2 days6-24/+443
| * [libc] Disable fpexcept testing on the GPUJoseph Huber2 days1-0/+3
| * [MC][RISCV] relocations.s - fix broken checks identified in #93673Simon Pilgrim2 days1-4/+4
| * [Clang] Static and explicit object member functions with the same parameter-t...cor3ntin2 days12-35/+229
| * [libc][math][c23] Add fdimf16 C23 math function (#94354)OverMighty2 days11-10/+94
| * [ADT] Add C++17-style insert_or_assign for DenseMap (#94151)c8ef2 days2-0/+52