aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-01[X86] cmp-shiftX-maskX.ll - add additional tests for #83596Simon Pilgrim1-0/+156
2024-03-01[X86] cmp-shiftX-maskX.ll - add AVX1 test coverageSimon Pilgrim1-9/+54
2024-03-01[ELF] Internalize enumFangrui Song3-1/+6
2024-03-01[lldb] Fix `thread backtrace --count` (#83602)Jonas Devlieghere3-15/+38
2024-03-01[libc] Fix incorrectly enabled GPU math functions (#83594)Joseph Huber12-218/+2
2024-03-01[SLP][NFC]Move some check to the outer if to simplify inner checks.Alexey Bataev1-9/+7
2024-03-01[lldb][progress] Hook up new broadcast bit and progress manager (#83069)Chelsea Cassanova5-38/+177
2024-03-01[SLP]Check if masked gather can be emitted as a serie of loads/insert subvector.Alexey Bataev2-16/+102
2024-03-01[Asan] Pre-commit test for asan support of funclet token (#82631)sylvain-audi1-0/+459
2024-03-01AMDGPU: Simplify instruction definitions for global_load_tr_b64(b128) (#83601)Changpeng Fang1-2/+2
2024-03-01[DXIL] Add frac unary lowering (#83465)Farzon Lotfi2-0/+37
2024-03-01[SLP]Try to vectorize small graph with extractelements, used in buildvector.Alexey Bataev6-387/+413
2024-03-01[pgo][nfc] Model `Count` as a `std::optional` in `PGOUseEdge` (#83505)Mircea Trofin1-13/+9
2024-03-01[llvm][Intrinsics] Add llvm_v3i8_ty. [NFCI] (#83576)Francesco Petrogalli1-0/+1
2024-03-01[flang] Fixed ieee_logb to behave for denormals. (#83518)Slava Zakharin1-1/+29
2024-03-01[HLSL][DXIL] Implementation of round intrinsic (#83570)Farzon Lotfi5-0/+148
2024-03-01[AMDGPU] Remove AtomicNoRet class and getAtomicNoRetOp table (#83593)Jay Foad7-180/+95
2024-03-01Revert "[HWASAN] Implement selective instrumentation based on profiling infor...Kirill Stoimenov3-81/+0
2024-03-01[TypePromotion] Support positive addition amounts in isSafeWrap. (#81690)Craig Topper7-81/+91
2024-03-01[clang][Interp] Lambda This captures can be non-pointersTimm Bäder5-6/+26
2024-03-01[Sema] -Wpointer-bool-conversion: suppress lambda function pointer conversion...Fangrui Song2-7/+25
2024-03-01[libc] Update install directory for offloading versions of libraries (#83592)Joseph Huber2-2/+6
2024-03-01[Dwarf] Support `__ptrauth` qualifier in metadata nodes (#82363)Daniil Kovalev16-100/+388
2024-03-01[lldb] Add support for sorting by size to `target module dump symtab` (#83527)Jonas Devlieghere4-7/+39
2024-03-01Silence illegal address computation warning (#83244)Martin Wehking1-0/+1
2024-03-01[OpenMP] Fix test after updating library search paths (#83573)Joseph Huber2-15/+4
2024-03-01[Clang][Sema]: Allow copy constructor side effects (#81127)Vinayak Dev3-3/+37
2024-03-01[Flang] Add support for assume_aligned directive (#81747)Mats Petersson6-1/+85
2024-03-01Fix implementation of [temp.param]p14's first sentence. (#83487)Erich Keane3-6/+74
2024-03-01[clang][Interp] Fix virtual calls with reference instance pointersTimm Bäder2-2/+16
2024-03-01[OpenACC] Implement Duffs-Device restriction for Compute Constructs (#83460)Erich Keane4-1/+89
2024-03-01[clang][Interp] Fix variadic operator callsTimm Bäder2-1/+12
2024-03-01[clang][Interp][NFC] Add precondition assertionsTimm Bäder1-0/+3
2024-03-01[clang][Interp] Allow inc/dec on boolean valuesTimm Bäder4-4/+53
2024-03-01[SLPVectorizer] Make the insert/extractvector PHICompare a strict-weak orderi...Benjamin Kramer1-13/+5
2024-03-01[SLP][NFC]Add/use single UsesLimit constant, NFC.Alexey Bataev1-5/+6
2024-03-01[SLP] Use ScopeExit to update Operands/PrevDist on all paths. (NFC) (#83490)Florian Hahn1-7/+7
2024-03-01[X86] Pre-SSE42 v2i64 sgt lowering - check if representable as v2i32 (#83560)Simon Pilgrim2-732/+258
2024-03-01[clang][Interp][NFC] Remove unused paramterTimm Bäder3-6/+5
2024-03-01[clang][Interp] Allow recursive intepretationTimm Bäder1-15/+22
2024-03-01[llvm-readobj] enable demangle option for the xcoff object file (#78455)zhijian lin6-32/+80
2024-03-01[Clang] Fix __has_cpp_attribute and C++11 attributes with arguments in C++03 ...Nikolas Klauser6-27/+33
2024-03-01Use object directly instead of accessing ArrayRef (#83263)Martin Wehking1-1/+1
2024-03-01[X86][CodeGen] Add missing patterns for APX NDD instructions about encoding t...Shengchen Kan2-41/+76
2024-03-01[ARM] Change the type of CC and VCC code in `splitMnemonic`. (#83413)Alfie Richards1-13/+14
2024-03-01[AMDGPU] Improve detection of non-null addrspacecast operands (#82311)Pierre van Houtryve8-17/+498
2024-03-01[SLP]Fix/improve potential masked gather loads analysis.Alexey Bataev3-346/+355
2024-03-01[mlir][EmitC] Add bitwise operators (#83387)Marius Brehler4-14/+207
2024-03-01[SLP]Fix the cost model for extracts combined with later shuffle.Alexey Bataev3-3/+20
2024-03-01[AArch64] Remove unused AArch64ISD::BIT. NFCDavid Green3-6/+1