aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-07-25[lld][ELF] Support LoongArchWANG Xuerui29-26/+2064
2023-07-25[Clang][SVE] Permit specific predicate-as-counter registers in inline assemblyDavid Sherwood2-2/+21
2023-07-25[Clang] Fix crash in CIndex, when visiting a static_assert without messageKai Stierand3-7/+85
2023-07-25[mlir][ArmSME] Add tile load op and extend tile store tile size supportCullen Rhodes12-66/+1069
2023-07-25[JITLink][PowerPC] Pre-commit test for D155925. NFC.Kai Luo3-0/+67
2023-07-25[clang][driver][NFC] Call IsARMBigEndain function only for isARM and isThumb.Simi Pallipurath2-4/+6
2023-07-25[RISCV] Merge rv32/rv64 vector narrowing integer right shift intrinsic tests ...Jim Lin4-4592/+728
2023-07-25[AMDGPU] Remove unused variable 'CNI' in /AMDGPUMachineCFGStructurizer.cpp (NFC)Jie Fu1-3/+0
2023-07-25[Support] Change SetVector's default template parameter to SmallVector<*, 0>Fangrui Song7-25/+37
2023-07-25Revert "[LV] Re-use existing broadcast value for live-ins."Martin Storsjö19-587/+742
2023-07-25[DAGCombiner] Minor improvements to foldAndOrOfSETCC. NFCCraig Topper1-5/+4
2023-07-24[RISCV] Don't print a tab after mnemonics that don't have operands.Craig Topper1-1/+1
2023-07-25[RISCV] Match ext_vl+sra_vl/srl_vl+trunc_vector_vl to vnsra.wv/vnsrl.wvLiaoChunyu4-0/+236
2023-07-25[X86] Support -march=graniterapids-d and update -march=graniterapidsFreddy Ye16-12/+62
2023-07-25[AMDGPU] Allow vector access types in PromoteAllocaToVectorpvanhout3-32/+480
2023-07-25[AMDGPU] Use SSAUpdater in PromoteAllocapvanhout10-341/+570
2023-07-24Don't perform dynamic_cast optimization at -O0.Richard Smith3-5/+7
2023-07-24[OpenMP] Add the `ompx_attribute` clause for target directivesJohannes Doerfert22-105/+489
2023-07-24[Support] Change MapVector's default template parameter to SmallVector<*, 0>Fangrui Song4-10/+11
2023-07-24[mlir-tblgen] Fix IWYUFangrui Song1-0/+1
2023-07-24[BOLT] Add blocks order kind to YAML profile headerAmir Ayupov4-3/+20
2023-07-24[mlir] Fix for MSVC bool splat issue encountered.Kevin Gleason3-2/+22
2023-07-25test/.../print-dot-dom.ll: Avoid writing to cwd of test by creating/cding int...David Blaikie1-0/+3
2023-07-25ADT: ArrayRef: Assert that begin <= endDavid Blaikie1-1/+3
2023-07-25Revert "[C++20] [Modules] Use CanonicalType for base classes"Chuanqi Xu3-47/+195
2023-07-25[X86] Update features for sierraforest, grandridgeFreddy Ye3-138/+18
2023-07-24Add new option -fkeep-persistent-storage-variables to Clang release notesZheng Qian1-0/+5
2023-07-24Fix MLIR test pass crashMehdi Amini1-1/+1
2023-07-24[libc++] Fix template parameter naming and enforce it through readability-ide...Nikolas Klauser20-139/+148
2023-07-25[NFC] Fix release notes about ASanAdvenam Tacet1-5/+6
2023-07-24[bazel] Add UPToSPIRV library/depJordan Rupprecht1-0/+21
2023-07-24[clang-format] Add SpacesInParens with SpacesInParensOptionsGedare Bloom8-97/+394
2023-07-25[RISCV] Add a common class for cm.push, cm.popret, cm.popretz and cm.pop.Jim Lin1-42/+16
2023-07-25[LoongArch] Implement isSExtCheaperThanZExtWANG Rui13-85/+83
2023-07-24[clang-format] Add AlignConsecutiveShortCaseStatementsGalen Elias8-19/+569
2023-07-24Revert "[clang-format] Add AlignConsecutiveShortCaseStatements"Owen Pan8-569/+19
2023-07-25[LoongArch] Add test case showing suboptimal codegen when zero extendingWANG Rui1-0/+17
2023-07-24Revert "Revert "[clang-format] Add AlignConsecutiveShortCaseStatements""Owen Pan8-19/+569
2023-07-24Revert "[clang-format] Add AlignConsecutiveShortCaseStatements"Owen Pan8-569/+19
2023-07-25Revert "[Clang][LoongArch] Fix ABI handling of empty structs in C++ to match ...Weining Lu3-15/+7
2023-07-24Update ODS variadic segments "magic" attributes to use native PropertiesMehdi Amini21-178/+579
2023-07-24[clang-format] Add AlignConsecutiveShortCaseStatementsOwen Pan8-19/+569
2023-07-25[LoongArch] Support InlineAsm for LSX and LASXchenli13-2/+307
2023-07-25[Clang][LoongArch] Fix ABI handling of empty structs in C++ to match GCC beha...Weining Lu3-7/+15
2023-07-25[Clang][LoongArch] Pre-commit test for D156116Weining Lu1-0/+83
2023-07-24Cleanup CMake dependencies from unnecessary libraries in mlir/test/lib/Dialec...Mehdi Amini1-5/+0
2023-07-24[OpenMP] Add OMPT release noteMichael Halkenhaeuser1-0/+1
2023-07-24[OpenMP] [OMPT] [7/8] Invoke tool-supplied callbacks before and after target ...Michael Halkenhaeuser14-83/+457
2023-07-24Revert "[mlir][gpu][transforms] Only depend on ExecutionEngine if MLIR_ENABLE...Mehdi Amini1-16/+11
2023-07-24[llvm-objdump][test] Improve elf-aarch64-mapping-symbols.testFangrui Song1-15/+24