summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "Reapply "Use an abbrev to reduce size of VALUE_GUID records in ThinLT...upstream/revert-90692-valueguid_fixed_retryChen Zheng2024-05-0622-146/+114
* [libc][math] fix loose except check in `{EXPECT,ASSERT}_FP_EXCEPTION` macros ...Michael Flanders2024-05-0610-60/+92
* [NFC] Use `const&` avoiding copies (#90334)Danny Mösch2024-05-061-1/+1
* [clang][dataflow] Don't propagate result objects in unevaluated contexts (rel...martinboehme2024-05-062-0/+65
* [LAA] Add tests showing extra unnecessary runtime checks.Florian Hahn2024-05-061-0/+143
* [MLIR][EmitC] Fix bug in EmitC form-expressions pass (#91084)Chris2024-05-062-1/+11
* [MLIR] fix _f64ElementsAttr in ir.py (#91176)Yuanqiang Liu2024-05-062-2/+2
* [LAA] Update check line in test to fully match message.Florian Hahn2024-05-061-1/+1
* [driver] Do not warn about unused plugin flags. (#88948)Michael Kruse2024-05-062-3/+8
* [flang][OpenMP] Fix symbol handling in critical/sections constructs (#90671)Leandro Lupori2024-05-063-0/+39
* [flang][OpenMP] Support tasks' implicit firstprivate DSA (#85989)Leandro Lupori2024-05-069-40/+642
* [X86] Fix -Wunused-function in X86ISelLowering.cpp (NFC)Jie Fu2024-05-061-1/+1
* [X86] Fix -Wsign-compare in X86ISelLowering.cpp (NFC)Jie Fu2024-05-061-1/+1
* [libc++abi][AIX] Use different function pointer types for destructors with 1 ...Xing Xue2024-05-061-12/+7
* Add requires clause to risc-v clang driver testsHans Wennborg2024-05-062-0/+2
* [X86] Fold BLEND(PERMUTE(X),PERMUTE(Y)) -> PERMUTE(BLEND(X,Y)) (#90219)Simon Pilgrim2024-05-0618-14152/+12705
* [SystemZ] Simplify f128 atomic load/store (#90977)Ulrich Weigand2024-05-065-168/+174
* [DAG] Fold bitreverse(shl/srl(bitreverse(x),y)) -> srl/shl(x,y) (#89897)Simon Pilgrim2024-05-064-397/+57
* [LoongArch] Rename some OptWInstrs functions. NFCWANG Rui2024-05-062-28/+32
* [clang][Interp] Fix creating functions with explicit instance parametersTimm Bäder2024-05-063-5/+15
* [LoongArch] Mark data type i32 are sign-extended. NFCWANG Rui2024-05-061-9/+9
* [LoongArch] Optimize *W Instructions at MI level (#90463)hev2024-05-0621-627/+1797
* [clang][Interp] Fix primitive lambda capture defaultsTimm Bäder2024-05-062-1/+17
* [AMDGPU] don't mark control-flow intrinsics as convergent (#90026)Sameer Sahasrabuddhe2024-05-0617-232/+244
* [InstCombine] Fix miscompilation caused by #90436 (#91133)Yingwei Zheng2024-05-062-0/+75
* [lldb] Add SBType::GetByteAlign (#90960)Pavel Labath2024-05-064-0/+39
* Reapply "SystemZ: Fold copy of vector immediate to gr128" (#91099)Matt Arsenault2024-05-063-0/+264
* [AMDGPU] Fix typo in function nameJay Foad2024-05-062-4/+4
* SystemZ: Remove unnecessary REQUIRES asserts from testsMatt Arsenault2024-05-063-16/+13
* SystemZ: Remove redundant REQUIRES systemz from testMatt Arsenault2024-05-061-1/+0
* Revert "Remove redundant move in return statement" (#91169)Mehdi Amini2024-05-062-5/+5
* [clang] Enable FPContract with optnone (#91061)Serge Pavlov2024-05-064-19/+16
* Reapply "AMDGPU: Implement llvm.set.rounding (#88587)" series (#91113)Matt Arsenault2024-05-068-0/+1890
* Remove redundant move in return statement (#90546)xiaoleis-nv2024-05-062-5/+5
* [RISCV] Use virtual registers for AVL instrs in coalesce-vsetvli.mir. NFCLuke Lau2024-05-061-7/+11
* [clang][dataflow] Fix crash when `operator=` result type is not destination t...martinboehme2024-05-062-8/+86
* [RISCV] Teach .option arch to support experimental extensions. (#89727)Yeting Kuo2024-05-064-12/+36
* Reland "[Modules] No transitive source location change (#86912)"Chuanqi Xu2024-05-0614-174/+326
* [RISCV] Add RISCVCoalesceVSETVLI tests for removing dead AVLs. NFCLuke Lau2024-05-061-0/+62
* [clang-format] Don't remove parentheses of fold expressions (#91045)Owen Pan2024-05-052-1/+15
* [clang-format] Don't allow comma in front of structural enum (#91056)Emilia Kond2024-05-062-2/+7
* [ADT] Reimplement operator==(StringRef, StringRef) (NFC) (#91139)Kazu Hirata2024-05-051-1/+5
* [X86][FP16] Do not create VBROADCAST_LOAD for f16 without AVX2 (#91125)Phoebe Wang2024-05-062-1/+40
* fix formatting issues with ODS docs around assembly format directives (#91149)Jeremy Kun2024-05-051-14/+15
* [clang backend] In AArch64's DataLayout, specify a minimum function alignment...Doug Wyatt2024-05-0510-46/+57
* [AArch64][SelectionDAG] Lower multiplication by a constant to shl+sub+shl+sub...Allen2024-05-062-2/+103
* X86FixupBWInsts: Remove redundant code. NFCFangrui Song2024-05-051-3/+1
* [NFC] Remove BLOCKLIT workaround. (#91001)Eric2024-05-054-42/+49
* [Target] Use StringRef::operator== instead of StringRef::equals (NFC) (#91072...Kazu Hirata2024-05-0516-35/+36
* [LAA] Directly pass DepChecker to getSource/getDestination (NFC).Florian Hahn2024-05-054-13/+16