summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "[scudo] Only init RingBuffer when needed. (#85994)"upstream/revert-85994-ringbufferFlorian Mayer2024-05-062-87/+22
* [BOLT][DWARF] Refactor helper functions that update DW_AT_comp_dir/DW_AT_dwo...Alexander Yermolovich2024-05-062-42/+45
* Try to use non-volatile registers for `preserve_none` parameters (#88333)Brandt Bucher2024-05-064-22/+64
* [MLIR][EmitC] Don't translate expressions inline if user is `emitc.subscript`...Chris2024-05-062-1/+23
* [AArch64][GlobalISel] Common some shuffle mask functions.David Green2024-05-067-244/+117
* [test] %clang_cc1 -analyze: remove redundant actionsFangrui Song2024-05-0639-87/+87
* [X86] Add slow div64 tuning flag to Nehalem target (#91129)Simon Pilgrim2024-05-062-1/+2
* [SLP]Use last pointer instead of first for reversed strided stores.Alexey Bataev2024-05-062-2/+6
* [NFC][Driver] Clean up RenderFloatingPointOptions() (#91017)Andy Kaylor2024-05-061-39/+16
* [lldb][NFCI] Remove unused DWARF value-to-name functions (#91010)Alex Langford2024-05-062-62/+0
* [lld-macho] Add support for category names in ConcatInputSection's (#90850)alx322024-05-062-4/+17
* [lld-macho] Category Merger: add support for addrsig references (#90903)alx322024-05-062-0/+38
* [RISCV] Move RISCVDeadRegisterDefinitions to post vector regalloc (#90636)Luke Lau2024-05-074-11/+22
* [flang][cuda][NFC] Fix Semantics/cuf13.cuf test on DarwinLeandro Lupori2024-05-061-1/+1
* [OpenACC] Implement 'deviceptr' and 'attach' sema for compute constructserichkeane2024-05-0620-18/+733
* [AArch64][GlobalISel] Addition GISel test coverage for shuffles. NFCDavid Green2024-05-063-221/+549
* [flang][OpenMP] Move privatizations out of sections (#88191)Leandro Lupori2024-05-063-141/+107
* [RISCV] Check dead flag on VL def op in RISCVCoalesceVSETVLI. NFC (#91168)Luke Lau2024-05-071-3/+1
* [NFC][clang-tidy]increase stability for bugprone-return-const-ref-from-parame...Congcong Cai2024-05-061-3/+6
* [SLP]Fix PR91025: correctly handle smin/smax of signed operands.Alexey Bataev2024-05-062-13/+17
* [SLP][NFC]Add a test with incorrect smin analysis for minimal bitwidth, NFC.Alexey Bataev2024-05-061-0/+40
* [AggressiveInstCombine] Fix strncmp inlining (#91204)Franklin Zhang2024-05-062-1/+40
* Revert "[AIX][CMake] Use top-level tools in llvm_ExternalProject_Add" (#91019)David Tenty2024-05-061-3/+1
* [lldb-dap] Don't fail when SBProcess::GetMemoryRegionInfo returns error. (#87...Zequan Wu2024-05-061-19/+15
* Revert "Reapply "Use an abbrev to reduce size of VALUE_GUID records in ThinLT...Jan Voung2024-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