summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-12-05Revert "Pack relocations for Android API >= 28 (#117624)"revert-117624-relrVitaly Buka
2024-12-05[lldb] Add additional assertions to TestVTableValue.test_overwrite_vtable (#1...Alex Langford
2024-12-05Make the `CHECK` lines here resistent to `chandlerc` (#118736)Chandler Carruth
2024-12-05[SYCL] Change SYCL version according to standard (#114790)dklochkov-intel
2024-12-05[libc++] Rename test job for restarting preempted jobsLouis Dionne
2024-12-05[AMDGPU][NFC] Delete duplicate decl and impl defines. (#118843)Pravin Jagtap
2024-12-05[RISCV][GISel] Enable support for ArrayType arguments if the element type is ...Craig Topper
2024-12-05[AArch64][SME] Fix bug on SMELd1St1 (#118109)wwwatermiao
2024-12-05[mlir] Add ValueBoundsOpInterfaceImpl for scf.forall (#118817)Max191
2024-12-05[flang] Expand SUM(DIM=CONSTANT) into an hlfir.elemental. (#118556)Slava Zakharin
2024-12-05[flang] Assume matching shapes in elemental assignment with non-realloc lhs. ...Slava Zakharin
2024-12-05[AMDGPU] Add hazard tests for cvt scale of fp4. (#118813)Pravin Jagtap
2024-12-05[lldb] Fix the SocketTest failure on unsupported hosts (#118673)John Harrison
2024-12-05[libc] revert all process_mrelease changes (#118650)Schrodinger ZHU Yifan
2024-12-05[flang][cuda] Use async id for device stream allocation (#118733)Valentin Clement (バレンタイン クレメン)
2024-12-06[RISCV] Clear vill for whole vector register moves in vsetvli insertion (#118...Luke Lau
2024-12-05[ProfileData] Add InstrProfWriter::writeBinaryIds (NFC) (#118754)Kazu Hirata
2024-12-05[libc][docgen] update to POSIX.1-2024 (#118717)Nick Desaulniers
2024-12-05[AMDGPU][True16][CodeGen] uaddsat/usubsat sdag for true16 format (#118708)Brox Chen
2024-12-05[InstCombine] Prevent infinite loop with two shifts (#118806)Maurice Heumann
2024-12-05[flang][test] Change re.I to flags=re.I in re.subKrzysztof Parzyszek
2024-12-05[RISCV][NFC] Don't set UnrollAndJamInnerLoopThreshold in getUnrollingPreferen...Michael Maitland
2024-12-05[rtsan] intercept accept4 syscall. (#117278)David CARLIER
2024-12-05[Clang] Fix -Wunused-private-field false negative with defaulted comparison o...Chris White
2024-12-05[NFC] Complete proper copying and resource cleanup in classes. (#118655)Zahira Ammarguellat
2024-12-05[SCCP] Add tests for gep nuw inference (NFC)Nikita Popov
2024-12-05[InstCombine] Remove nusw handling in ptrtoint of gep fold (NFCI) (#118804)Nikita Popov
2024-12-05[NFC][SystemZ] Use SExt for signed constants (#118803)Kai Nacke
2024-12-05[RISCV] Update matchSplatAsGather to convert vectors if they have different s...Mikhail R. Gadelha
2024-12-05Skip escaped newlines before checking for whitespace in Lexer::getRawToken. (...Samira Bazuzi
2024-12-05[OpenACC] Implement 'gang' clause for Combined Constructserichkeane
2024-12-05[LoopVectorize] Restore cost check lines in test (NFC)Nikita Popov
2024-12-05[InstCombine] Move gep of phi fold into separate functionNikita Popov
2024-12-05[AMDGPU][NFC] Autogenerate gfx950 hazard tests. (#118794)Pravin Jagtap
2024-12-05[ASTWriter] Do not allocate source location space for module maps used only f...Ilya Biryukov
2024-12-05[PowerPC][Backend] using signed extend value instead of zero extend value for...zhijian lin
2024-12-05[AMDGPU] Refine AMDGPULateCodeGenPrepare class. NFC. (#118792)Jay Foad
2024-12-05[SCCP] Regenerate test checks (NFC)Nikita Popov
2024-12-05[MLIR][EmitC] arith-to-emitc: Fix lowering of fptoui (#118504)Matthias Gehre
2024-12-05[Support] Use macro var args to allow templates within DEBUG_WITH_TYPE (#117614)Tyler Nowicki
2024-12-05[InstCombine] Infer nusw + nneg -> nuw for getelementptr (#111144)Nikita Popov
2024-12-05[SystemZ] SIMM32 is a signed constant (#118634)Kai Nacke
2024-12-05[flang] fix private pointers and default initialized variables (#118494)jeanPerier
2024-12-05[Matrix] Fix crash in liftTranspose when instructions are folded.Florian Hahn
2024-12-05[flang][test] Recognize !$acc and !$omp spelled with capital letters (#118666)Krzysztof Parzyszek
2024-12-05[NFC] Fix uninitialized scalar field in constructor. (#118324)Zahira Ammarguellat
2024-12-05[Sched] Skip MemOp with unknown size when clustering (#118443)Pengcheng Wang
2024-12-05[clang][bytecode] Fix bitcasting from null pointers (#116999)Timm Baeder
2024-12-05[LLD][COFF] Add basic ARM64X dynamic relocations support (#118035)Jacek Caban
2024-12-05[InstCombine] Fold `icmp spred (X *nsw Z), (Y *nsw Z) -> icmp pred Z, 0` if `...Yingwei Zheng