aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-07-24[llvm-objdump] [NFC] Add missing REQUIRES to arm64ec.yaml.Jacek Caban1-0/+2
2023-07-24Recognize ARM64EC binaries in COFFObjectFile::getMachine.Jacek Caban2-1/+98
2023-07-24[yaml2obj] Add support for load config section data.Jacek Caban7-6/+498
2023-07-24Update ODS variadic segments "magic" attributes to use native PropertiesMehdi Amini20-173/+542
2023-07-24[NFC][libc++] Update comments to reflect changes in ASanAdvenam Tacet2-4/+12
2023-07-24[OpenMP] Add a few release notesJoseph Huber1-0/+9
2023-07-24Add Adrian and David as owners for debug infoReid Kleckner1-0/+6
2023-07-24[flang] Add PowerPC vec_abs, vec_nmadd, vec_msub and vec_sel intrinsicsKelvin Li6-1/+1047
2023-07-24[LAA] Make MaxSafeDepDistBytes private in LoopAccessAnalysis. NFCMichael Maitland1-1/+0
2023-07-24[DWARF] Make sure file entry for artificial functions has an MD5 checksumPaul Robinson2-4/+14
2023-07-24[Headers][doc] Add misc non-AVX2 intrinsic descriptionsPaul Robinson6-6/+448
2023-07-24[lldb][NFCI] Add some missing SB class forward declarationsAlex Langford1-0/+3
2023-07-25[Clang] Reject programs declaring namespace std to be inlinePo-yao Chang4-2/+32
2023-07-24Revert "[mlir][gpu] Fallback to JIT compilation" "[mlir][gpu] Increase defaul...Mehdi Amini5-202/+30
2023-07-24[bazel][mlir] Port 0f446adf678212b6daedebc5eb1bd2849b1efad1Benjamin Kramer1-0/+21
2023-07-24[bazel] Turn off layering_check for //llvm/unittests:target_aarch64_testsBenjamin Kramer1-0/+1
2023-07-24[flang][hlfir] Fixed KindMapping for HLFIR intrinsics lowering.Slava Zakharin10-50/+95
2023-07-24[flang][hlfir] Inherit constant length for the result of hlfir.transpose.Slava Zakharin2-0/+49
2023-07-24[Driver][test] Clean up some xray testsFangrui Song5-67/+28
2023-07-24[clang-tidy][NFC] Improve release notesPiotr Zegar1-15/+10
2023-07-24[gn build] Port 7c36b416b6b1LLVM GN Syncbot1-0/+1
2023-07-24[SLP] Fix -Wunused-variable in -DLLVM_ENABLE_ASSERTIONS=off builds after D154891Fangrui Song1-3/+2
2023-07-24[mlir] Convert `ub.poison` to `llvm.poison`Ivan Butygin7-2/+172
2023-07-24[clang] Fix specialization of non-templated member classes of class templatesPodchishchaeva, Mariya3-0/+46
2023-07-24[flang][openacc] Keep original array size in reduction init region with sliceValentin Clement2-32/+4
2023-07-24[flang][openacc] Update materialization recipe for private copy in reduction ...Valentin Clement8-234/+381
2023-07-24[SLP]Check scalars before trying scheduling.Alexey Bataev15-958/+1018
2023-07-24[clang-format] Insert namespace comments with leading spacesOwen Pan3-74/+88
2023-07-24RegisterCoaleser: Fix empty subrange verifier errorMatt Arsenault2-6/+81
2023-07-24RegisterCoalescer: Fix verifier error on redef of subregister for live out im...Matt Arsenault4-1/+306
2023-07-24[Clang] Fix consteval propagation for aggregates and defaulted constructorsCorentin Jabot11-66/+299
2023-07-24[llvm-jitlink] Don't return immediately in -noexec mode, just skip execution.Lang Hames1-4/+1
2023-07-24[llvm-jitlink] Move statistics code into a separate file.Lang Hames4-118/+140
2023-07-24[RISCV] Remove combineCmpOp and associated code. NFCICraig Topper1-225/+0
2023-07-24Revert "[clang][RISCV] Fix ABI handling of empty structs with hard FP calling...Alex Bradbury5-47/+49
2023-07-24AMDGPU: Implement combineRepeatedFPDivisorsMatt Arsenault2-738/+332
2023-07-24[NVPTX] Expand select_cc on bfloat16 typeYuanqiang Liu2-2/+17
2023-07-24[ConstantFolding] Avoid use of ConstantExpr::getOr() (NFC)Nikita Popov1-1/+2
2023-07-24[AArch64] Ignore instructions not supported by CPU in AArch64SVESchedPseudoTestSander de Smalen1-0/+24
2023-07-24[InstCombine] Avoid uses of ConstantExpr::getOr()Nikita Popov2-14/+8
2023-07-24[RISCV] Add CZERO_EQZ/CZERO_NEZ to ComputeNumSignBitsForTargetNode.Craig Topper2-15/+17
2023-07-24[RISCV] Add test case for D156082 to condops.llCraig Topper1-0/+137
2023-07-24[RISCV] Add CZERO_EQZ/CZERO_NEZ to computeKnownBitsForTargetNode.Craig Topper2-6/+10
2023-07-24[Clang][AArch64] svldr_vnum/svstr_vnum should use cntsb iso vscale for the of...Sander de Smalen3-8/+8
2023-07-24[MLIR][Linalg] Move AggregatedOpInterface in linalg namespace (NFC)Lorenzo Chelini1-1/+1
2023-07-24[AMDGPU] Fix llvm.amdgcn.wave.reduce.umax/umin MIR testsPravin Jagtap2-60/+76
2023-07-24[X86] fpclamptosat.ll - add nounwind to get rid of cfi noiseSimon Pilgrim1-110/+54
2023-07-24[mlir][Transform] Allow printing inside matchersQuinn Dawkins2-1/+30
2023-07-24[AArch64] Add vselect(fmin/fmax) SVE patternsDavid Green2-76/+68
2023-07-24[AArch64] Extra testing for vselect(fmin/max patterns. NFCDavid Green1-0/+396