aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-09[𝘀𝗽𝗿] initial versionusers/ilovepi/spr/riscv-support-global-dynamic-tlsdesc-in-the-risc-v-backendPaul Kirth19-12/+454
2024-01-09libclc: generic: add half implementation for erf/erfc (#66901)Romaric Jodin2-0/+24
2024-01-09[GVNSink] Skip debug intrinsics when identifying sinking candidates (#77419)Shan Huang2-3/+89
2024-01-09[lldb][libc++] Adds some C++20 calendar data formatters. (#76983)Mark de Wever5-0/+221
2024-01-09[lldb][Type] Add TypeQuery::SetLanguages API (#75926)Michael Buch2-0/+8
2024-01-09[gn] Make sync script print github URLsNico Weber1-1/+2
2024-01-09[gn] port 07c9189fcc06Nico Weber1-0/+1
2024-01-09[gn] port 07c9189fcc06 (DWARFLinker/Classic)Nico Weber7-16/+31
2024-01-09[clang]use correct this scope to evaluate noexcept expr (#77416)Congcong Cai3-1/+24
2024-01-09[mlir][gpu] Use DenseI32Array for NVVM's maxntid and reqntid (NFC) (#77466)Guray Ozen5-21/+13
2024-01-09[libc++] Allow running the test suite with optimizations (#68753)Louis Dionne31-74/+157
2024-01-09[PGO] Exposing PGO's Counter Reset and File Dumping APIs (#76471)Qiongsi Wu12-57/+310
2024-01-09Disable autolink_private_module.m for z/OS & AIXZibi Sarbinowski1-0/+2
2024-01-09[acc] OpenACC dialect design philosophy and details (#75548)Razvan Lupusoru2-7/+450
2024-01-09[MLIR][NVVM] Add missing `;` when lowering stmatrix Op (#77471)Pradeep Kumar2-6/+6
2024-01-09[llvm/unittests] Reset the IsSSA property when using finalizeBundle() (#77469)Sameer Sahasrabuddhe1-0/+1
2024-01-09[DAG] XformToShuffleWithZero - use dyn_cast instead of isa/cast pair. NFCI.Simon Pilgrim1-4/+4
2024-01-09[GISel] Add RegState::Define to temporary defs in apply patterns (#77425)Sergei Barannikov5-19/+75
2024-01-09[SEH][CodeGen] Add test to track CFG optimization bug for SEH (#77441)HaohaiWen1-0/+81
2024-01-09[SelectionDAG] Add and use SDNode::getAsAPIntVal() helper (#77455)Alex Bradbury12-31/+36
2024-01-09[PhaseOrdering] Regenerate test checks (NFC)Nikita Popov2-45/+45
2024-01-09[JumpThreading] Regenerate test checks (NFC)Nikita Popov3-79/+101
2024-01-09[clang][Sema][NFC] Make a few parameters constTimm Bäder2-24/+22
2024-01-09[AArch64] Fix regression introduced by c7148467fc08eefaaae876c7d11d62… (#77...David Sherwood1-0/+2
2024-01-09[mlir] Add global and program memory space handling to the data layout subsys...agozillon12-8/+250
2024-01-09[Flang][Driver] Enable gpulibc/nogpulibc options for Flang, which allows link...agozillon4-2/+18
2024-01-09[LoongArch] Implement LoongArchRegisterInfo::canRealignStack() (#76913)wanglei3-5/+75
2024-01-09[LoongArch] Pre-commit test for #76913. NFCwanglei1-0/+39
2024-01-09[RFC][SelectionDAG] Add and use SDNode::getAsZExtVal() helper (#76710)Alex Bradbury40-186/+159
2024-01-09[mlir] add a chapter on matchers to the transform dialect tutorial (#76725)Oleksandr "Alex" Zinenko16-3/+1375
2024-01-09[mlir] introduce transform.collect_matching (#76724)Oleksandr "Alex" Zinenko4-18/+279
2024-01-09[AMDGPU][NFC] Update left over tests for COV5 (#76984)Saiyedul Islam13-62/+106
2024-01-09[AMDGPU] Make isScalarLoadLegal a member of AMDGPURegisterBankInfo. NFC.Jay Foad2-1/+3
2024-01-09[NewPM] Update `CodeGenPreparePass` reference in `CodeGenPassBuilder.h` (#77446)paperchalice2-2/+3
2024-01-09[CodeGen] Fix friend declaration in SSPLayoutAnalysis (#77447)paperchalice1-1/+1
2024-01-09[mlir][docs] Fix a broken passes documentation (#77402)Kohei Yamaguchi2-2/+6
2024-01-09[X86] Emit Warnings for frontend options to enable knl/knm specific ISAs. (#7...Freddy Ye7-6/+32
2024-01-09[AArch64] Add an AArch64 pass for loop idiom transformations (#72273)David Sherwood12-0/+2877
2024-01-09[flang] Fix fir::isPolymorphic for TYPE(*) assumed-size arrays (#77339)jeanPerier4-18/+37
2024-01-09[CodeGen] Fix -Wmismatched-tags in StackProtector.h (NFC)Jie Fu1-1/+1
2024-01-09[CodeGen] Port `StackProtector` to new pass manager (#75334)paperchalice6-80/+176
2024-01-09[ARM] arm_acle.h add Coprocessor Instrinsics (#75440)hstk30-hw5-0/+520
2024-01-09AMDGPU: Regenerate test checksMatt Arsenault1-2523/+2481
2024-01-09[clang] Update cxx_dr_status.html (#77372)Vlad Serebrennikov5-186/+552
2024-01-09[LV] Create block in mask up-front if needed. (#76635)Florian Hahn26-136/+148
2024-01-09[GISel] Infer the type of an immediate when there is one element in TEC (#77399)Sergei Barannikov2-11/+32
2024-01-09[mlir][bufferization][NFC] Clean up Bazel build files (#77429)Matthias Springer2-5/+3
2024-01-09[AMDGPU] Flip the default value of maybeAtomic. NFCI. (#75220)Jay Foad8-14/+5
2024-01-09AMDGPU: Make v32bf16 a legal type (#76679)Matt Arsenault3-2/+39
2024-01-09[CodeGen] Port `GCLowering` to new pass manager (#75305)paperchalice5-11/+37