summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-06Revert "Reapply "Use an abbrev to reduce size of VALUE_GUID records in ThinLT...revert-90692-valueguid_fixed_retryChen Zheng
2024-05-06[libc][math] fix loose except check in `{EXPECT,ASSERT}_FP_EXCEPTION` macros ...Michael Flanders
2024-05-06[NFC] Use `const&` avoiding copies (#90334)Danny Mösch
2024-05-06[clang][dataflow] Don't propagate result objects in unevaluated contexts (rel...martinboehme
2024-05-06[LAA] Add tests showing extra unnecessary runtime checks.Florian Hahn
2024-05-06[MLIR][EmitC] Fix bug in EmitC form-expressions pass (#91084)Chris
2024-05-06[MLIR] fix _f64ElementsAttr in ir.py (#91176)Yuanqiang Liu
2024-05-06[LAA] Update check line in test to fully match message.Florian Hahn
2024-05-06[driver] Do not warn about unused plugin flags. (#88948)Michael Kruse
2024-05-06[flang][OpenMP] Fix symbol handling in critical/sections constructs (#90671)Leandro Lupori
2024-05-06[flang][OpenMP] Support tasks' implicit firstprivate DSA (#85989)Leandro Lupori
2024-05-06[X86] Fix -Wunused-function in X86ISelLowering.cpp (NFC)Jie Fu
2024-05-06[X86] Fix -Wsign-compare in X86ISelLowering.cpp (NFC)Jie Fu
2024-05-06[libc++abi][AIX] Use different function pointer types for destructors with 1 ...Xing Xue
2024-05-06Add requires clause to risc-v clang driver testsHans Wennborg
2024-05-06[X86] Fold BLEND(PERMUTE(X),PERMUTE(Y)) -> PERMUTE(BLEND(X,Y)) (#90219)Simon Pilgrim
2024-05-06[SystemZ] Simplify f128 atomic load/store (#90977)Ulrich Weigand
2024-05-06[DAG] Fold bitreverse(shl/srl(bitreverse(x),y)) -> srl/shl(x,y) (#89897)Simon Pilgrim
2024-05-06[LoongArch] Rename some OptWInstrs functions. NFCWANG Rui
2024-05-06[clang][Interp] Fix creating functions with explicit instance parametersTimm Bäder
2024-05-06[LoongArch] Mark data type i32 are sign-extended. NFCWANG Rui
2024-05-06[LoongArch] Optimize *W Instructions at MI level (#90463)hev
2024-05-06[clang][Interp] Fix primitive lambda capture defaultsTimm Bäder
2024-05-06[AMDGPU] don't mark control-flow intrinsics as convergent (#90026)Sameer Sahasrabuddhe
2024-05-06[InstCombine] Fix miscompilation caused by #90436 (#91133)Yingwei Zheng
2024-05-06[lldb] Add SBType::GetByteAlign (#90960)Pavel Labath
2024-05-06Reapply "SystemZ: Fold copy of vector immediate to gr128" (#91099)Matt Arsenault
2024-05-06[AMDGPU] Fix typo in function nameJay Foad
2024-05-06SystemZ: Remove unnecessary REQUIRES asserts from testsMatt Arsenault
2024-05-06SystemZ: Remove redundant REQUIRES systemz from testMatt Arsenault
2024-05-06Revert "Remove redundant move in return statement" (#91169)Mehdi Amini
2024-05-06[clang] Enable FPContract with optnone (#91061)Serge Pavlov
2024-05-06Reapply "AMDGPU: Implement llvm.set.rounding (#88587)" series (#91113)Matt Arsenault
2024-05-06Remove redundant move in return statement (#90546)xiaoleis-nv
2024-05-06[RISCV] Use virtual registers for AVL instrs in coalesce-vsetvli.mir. NFCLuke Lau
2024-05-06[clang][dataflow] Fix crash when `operator=` result type is not destination t...martinboehme
2024-05-06[RISCV] Teach .option arch to support experimental extensions. (#89727)Yeting Kuo
2024-05-06Reland "[Modules] No transitive source location change (#86912)"Chuanqi Xu
2024-05-06[RISCV] Add RISCVCoalesceVSETVLI tests for removing dead AVLs. NFCLuke Lau
2024-05-05[clang-format] Don't remove parentheses of fold expressions (#91045)Owen Pan
2024-05-06[clang-format] Don't allow comma in front of structural enum (#91056)Emilia Kond
2024-05-05[ADT] Reimplement operator==(StringRef, StringRef) (NFC) (#91139)Kazu Hirata
2024-05-06[X86][FP16] Do not create VBROADCAST_LOAD for f16 without AVX2 (#91125)Phoebe Wang
2024-05-05fix formatting issues with ODS docs around assembly format directives (#91149)Jeremy Kun
2024-05-05[clang backend] In AArch64's DataLayout, specify a minimum function alignment...Doug Wyatt
2024-05-06[AArch64][SelectionDAG] Lower multiplication by a constant to shl+sub+shl+sub...Allen
2024-05-05X86FixupBWInsts: Remove redundant code. NFCFangrui Song
2024-05-05[NFC] Remove BLOCKLIT workaround. (#91001)Eric
2024-05-05[Target] Use StringRef::operator== instead of StringRef::equals (NFC) (#91072...Kazu Hirata
2024-05-05[LAA] Directly pass DepChecker to getSource/getDestination (NFC).Florian Hahn