summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [π˜€π—½π—Ώ] changes introduced through rebaseupstream/users/vitalybuka/spr/main.nfcir-add-setnosanitize-helpersVitaly Buka2024-03-27355-4319/+8165
* [π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka2024-03-276-28/+81
|\
| * [clang][AST] Silence unused-value warnings in unittest DeclPrinterTestAlina Sbirlea2024-03-261-5/+5
| * [RISCV] Add areInlineCompatible for riscv target (#86639)Jianjian Guan2024-03-274-0/+53
* | [π˜€π—½π—Ώ] changes introduced through rebaseVitaly Buka2024-03-261-24/+24
* | [π˜€π—½π—Ώ] changes to main this commit is based onVitaly Buka2024-03-261-0/+60
|/
* [NFC][HWASAN] Regenerate testVitaly Buka2024-03-261-2/+2
* [RISCV] Teach RISCVMakeCompressible handle byte/half load/store for Zcb. (#83...Yeting Kuo2024-03-272-3/+632
* [llvm-debuginfo-analyzer][DOC] Convert 'README.txt' to markdown. (#86394)Carlos Alberto Enciso2024-03-276-225/+178
* [mlir][bazel] Expose GPUCommonPass.h only by a single target. (#86730)Christian Sigg2024-03-271-4/+7
* Revert "[RISCV][TTI] Scale the cost of the sext/zext with LMUL (#86617)"ShihPo Hung2024-03-266-566/+556
* [RISCV] Align stack size down to a multiple of 16 before using cm.push/pop. (...Craig Topper2024-03-262-6/+12
* [RISCV] Add register overlap checks to the assembler for some Zvk* instructio...Craig Topper2024-03-267-4/+82
* [NFC][OpenMP] Use `SimpleVLA` to replace variable length arrays in C++Shilei Tian2024-03-271-2/+3
* [NFC][OpenMP] Silent unused variable in `kmp_collapse.cpp`Shilei Tian2024-03-271-2/+2
* Return `errc::no_such_file_or_directory` in `fs::access` if `GetFileAttribute...Jeremy Day2024-03-261-0/+4
* [RISCV] Preserve MMO when expanding PseudoRV32ZdinxSD/PseudoRV32ZdinxLD. (#85...Craig Topper2024-03-262-23/+44
* [MemProf] Remove empty edges once after cloning (#85320)Teresa Johnson2024-03-261-30/+54
* [RISCV][TTI] Scale the cost of the sext/zext with LMUL (#86617)Shih-Po Hung2024-03-276-556/+566
* [mlir] fix crash in transform.print verification (#86679)Oleksandr "Alex" Zinenko2024-03-272-1/+16
* [mlir][Interfaces] `ValueBoundsConstraintSet`: Add `dump` helper function (#8...Matthias Springer2024-03-272-0/+33
* [NFC][Sanitizer] Refine the restriction on SizeClassAllocator64::kRegionSize ...Enna12024-03-271-1/+2
* AMDGPU: Simplify EmitAMDGPUBuiltinExpr for load transposes, NFC (#86707)Changpeng Fang2024-03-261-14/+2
* [GISEL][NFC] Use getElementCount instead of getNumElements in more placesMichael Maitland2024-03-265-7/+10
* [cfi][CodeGen] Call SetLLVMFunctionAttributes{,ForDefinition} on __cf… (#78...Pavel Kosov2024-03-274-3/+29
* [RISCV][GISEL] Legalize, regbankselect, and instruction-select G_VSCALE (#85967)Michael Maitland2024-03-2612-1/+953
* [mlir][sparse] avoid incompatible linalg fuse-into-consumer (#86752)Aart Bik2024-03-262-0/+51
* fix build error in MSVC build (#86622)SevenIsSeven2024-03-261-1/+1
* [OpenMP] add loop collapse tests (#86243)Vadim Paretsky2024-03-267-8/+511
* [NFC][NVPTX] remove truncating c-style cast (#85889)Alex MacLean2024-03-261-1/+1
* [LegalizeDAG] Remove unneeded temporary SDValues from PerformInsertVectorEltI...Craig Topper2024-03-261-8/+4
* [InlineOrder] fix the calculation of Cost for CostBenefitPriority (#86630)Xiangyang (Mark) Guo2024-03-261-1/+4
* [compiler-rt] Allow building builtins.a without a libc (#86737)Jon Chesterfield2024-03-261-2/+2
* [libc][FPUtil] fixup missing explicit cast (#86736)Nick Desaulniers2024-03-261-1/+1
* [scudo] Clean up string handling (#86364)Christopher Ferris2024-03-268-123/+165
* [libc] Fix misplaced `[[noreturn]]` attribute.Joseph Huber2024-03-261-1/+1
* [TOSA] Allow all integer types in most ops (#86509)Matthias Gehre2024-03-264-25/+71
* [libc] [bazel] [NFC] Format deps.Alina Sbirlea2024-03-261-3/+3
* [clang-tidy][NFC] Reorder entrys in release notesPiotr Zegar2024-03-261-13/+13
* [tsan] Refine fstat{,64} interceptors (#86625)Fangrui Song2024-03-261-25/+18
* [NFC] [HWASan] make getAndroidSlotPtr function generic (#86200)Florian Mayer2024-03-263-4/+7
* [NFC] [HWASan] Add link to proof for address calculation (#86367)Florian Mayer2024-03-261-0/+2
* [RISCV] Check that the stack adjust immediate for cm.push/pop* has the correc...Craig Topper2024-03-268-36/+95
* [clang] Implement constexpr support for __builtin_{clzg,ctzg} (#86577)OverMighty2024-03-265-11/+153
* [libc] Remove LIBC_HAS_ATTRIBUTE macro (#86656)Vinayak Dev2024-03-262-9/+1
* [libc]: Remove unused includes from strfrom*.cpp (#86657)Vinayak Dev2024-03-263-9/+0
* [X86] Fix miscompile in combineShiftRightArithmetic (#86597)BjΓΆrn Pettersson2024-03-262-21/+21
* [flang][acc] Add support for lowering combined constructs (#86696)Razvan Lupusoru2024-03-266-216/+273
* [libc] Remove definition of LIBC_NAMESPACE in test (#86704)Michael Jones2024-03-261-2/+0
* [X86] Pre-commit test case for bug in combineShiftRightArithmeticBjorn Pettersson2024-03-261-0/+44