aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-06Revert "Reapply "Use an abbrev to reduce size of VALUE_GUID records in ThinLT...revert-90692-valueguid_fixed_retryChen Zheng22-146/+114
2024-05-06[libc][math] fix loose except check in `{EXPECT,ASSERT}_FP_EXCEPTION` macros ...Michael Flanders10-60/+92
2024-05-06[NFC] Use `const&` avoiding copies (#90334)Danny Mösch1-1/+1
2024-05-06[clang][dataflow] Don't propagate result objects in unevaluated contexts (rel...martinboehme2-0/+65
2024-05-06[LAA] Add tests showing extra unnecessary runtime checks.Florian Hahn1-0/+143
2024-05-06[MLIR][EmitC] Fix bug in EmitC form-expressions pass (#91084)Chris2-1/+11
2024-05-06[MLIR] fix _f64ElementsAttr in ir.py (#91176)Yuanqiang Liu2-2/+2
2024-05-06[LAA] Update check line in test to fully match message.Florian Hahn1-1/+1
2024-05-06[driver] Do not warn about unused plugin flags. (#88948)Michael Kruse2-3/+8
2024-05-06[flang][OpenMP] Fix symbol handling in critical/sections constructs (#90671)Leandro Lupori3-0/+39
2024-05-06[flang][OpenMP] Support tasks' implicit firstprivate DSA (#85989)Leandro Lupori9-40/+642
2024-05-06[X86] Fix -Wunused-function in X86ISelLowering.cpp (NFC)Jie Fu1-1/+1
2024-05-06[X86] Fix -Wsign-compare in X86ISelLowering.cpp (NFC)Jie Fu1-1/+1
2024-05-06[libc++abi][AIX] Use different function pointer types for destructors with 1 ...Xing Xue1-12/+7
2024-05-06Add requires clause to risc-v clang driver testsHans Wennborg2-0/+2
2024-05-06[X86] Fold BLEND(PERMUTE(X),PERMUTE(Y)) -> PERMUTE(BLEND(X,Y)) (#90219)Simon Pilgrim18-14152/+12705
2024-05-06[SystemZ] Simplify f128 atomic load/store (#90977)Ulrich Weigand5-168/+174
2024-05-06[DAG] Fold bitreverse(shl/srl(bitreverse(x),y)) -> srl/shl(x,y) (#89897)Simon Pilgrim4-397/+57
2024-05-06[LoongArch] Rename some OptWInstrs functions. NFCWANG Rui2-28/+32
2024-05-06[clang][Interp] Fix creating functions with explicit instance parametersTimm Bäder3-5/+15
2024-05-06[LoongArch] Mark data type i32 are sign-extended. NFCWANG Rui1-9/+9
2024-05-06[LoongArch] Optimize *W Instructions at MI level (#90463)hev21-627/+1797
2024-05-06[clang][Interp] Fix primitive lambda capture defaultsTimm Bäder2-1/+17
2024-05-06[AMDGPU] don't mark control-flow intrinsics as convergent (#90026)Sameer Sahasrabuddhe17-232/+244
2024-05-06[InstCombine] Fix miscompilation caused by #90436 (#91133)Yingwei Zheng2-0/+75
2024-05-06[lldb] Add SBType::GetByteAlign (#90960)Pavel Labath4-0/+39
2024-05-06Reapply "SystemZ: Fold copy of vector immediate to gr128" (#91099)Matt Arsenault3-0/+264
2024-05-06[AMDGPU] Fix typo in function nameJay Foad2-4/+4
2024-05-06SystemZ: Remove unnecessary REQUIRES asserts from testsMatt Arsenault3-16/+13
2024-05-06SystemZ: Remove redundant REQUIRES systemz from testMatt Arsenault1-1/+0
2024-05-06Revert "Remove redundant move in return statement" (#91169)Mehdi Amini2-5/+5
2024-05-06[clang] Enable FPContract with optnone (#91061)Serge Pavlov4-19/+16
2024-05-06Reapply "AMDGPU: Implement llvm.set.rounding (#88587)" series (#91113)Matt Arsenault8-0/+1890
2024-05-06Remove redundant move in return statement (#90546)xiaoleis-nv2-5/+5
2024-05-06[RISCV] Use virtual registers for AVL instrs in coalesce-vsetvli.mir. NFCLuke Lau1-7/+11
2024-05-06[clang][dataflow] Fix crash when `operator=` result type is not destination t...martinboehme2-8/+86
2024-05-06[RISCV] Teach .option arch to support experimental extensions. (#89727)Yeting Kuo4-12/+36
2024-05-06Reland "[Modules] No transitive source location change (#86912)"Chuanqi Xu14-174/+326
2024-05-06[RISCV] Add RISCVCoalesceVSETVLI tests for removing dead AVLs. NFCLuke Lau1-0/+62
2024-05-05[clang-format] Don't remove parentheses of fold expressions (#91045)Owen Pan2-1/+15
2024-05-06[clang-format] Don't allow comma in front of structural enum (#91056)Emilia Kond2-2/+7
2024-05-05[ADT] Reimplement operator==(StringRef, StringRef) (NFC) (#91139)Kazu Hirata1-1/+5
2024-05-06[X86][FP16] Do not create VBROADCAST_LOAD for f16 without AVX2 (#91125)Phoebe Wang2-1/+40
2024-05-05fix formatting issues with ODS docs around assembly format directives (#91149)Jeremy Kun1-14/+15
2024-05-05[clang backend] In AArch64's DataLayout, specify a minimum function alignment...Doug Wyatt10-46/+57
2024-05-06[AArch64][SelectionDAG] Lower multiplication by a constant to shl+sub+shl+sub...Allen2-2/+103
2024-05-05X86FixupBWInsts: Remove redundant code. NFCFangrui Song1-3/+1
2024-05-05[NFC] Remove BLOCKLIT workaround. (#91001)Eric4-42/+49
2024-05-05[Target] Use StringRef::operator== instead of StringRef::equals (NFC) (#91072...Kazu Hirata16-35/+36
2024-05-05[LAA] Directly pass DepChecker to getSource/getDestination (NFC).Florian Hahn4-13/+16