aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-19[AMDGPU][IGLP]: Add SchedGroupMask::TRANS (#75416)Jeffrey Byrnes4-9/+561
2023-12-19fixup! [builtins] Refactor cpu_model support to reduce #if nesting. NFCIJon Roelofs1-1/+2
2023-12-19[gn build] Manually port 9237cfa6Arthur Eubanks1-2/+2
2023-12-19[libc++] Implement ranges::contains (#65148)ZijunZhaoCCK15-2/+450
2023-12-19[libc] try fixing LlvmLibcStackChkFail.Smash a third time (#75988)Nick Desaulniers2-8/+12
2023-12-19Revert "[SLP]Improve findReusedOrderedScalars processing, NFCI."Arthur Eubanks1-68/+42
2023-12-19[mlir][vector][gpu] Use `makeArithReduction` in lowering patterns. NFC. (#75952)Jakub Kuderski2-104/+36
2023-12-19[libc] remove unnecessary dependency on assert from __stack_check_fail (#75985)Nick Desaulniers1-1/+0
2023-12-19[bazel] Port 35b366ace73d0ede3cdeeb4d09150a9945750b7fJames Y Knight1-0/+2
2023-12-19[RISCV] Remove Zfbfmin dependency from Zvfbfmin. (#75851)Craig Topper4-8/+15
2023-12-19[lldb] Remove unused GetChildAtIndexPath(...) methods from ValueObject.cpp (#...Pete Lawrence2-48/+0
2023-12-19[ORC-RT] Fix ptrauth signing for dlsym return value (#75972)Ben Langmuir1-0/+4
2023-12-19[test]Mark thinlto icp test as unsupported on powerpc (#75979)Mingming Liu2-0/+4
2023-12-19[TextAPI] use unique sorted vector for holding target triples for (#75959)Cyndy Ishida1-18/+31
2023-12-20[CommandLine][NFC] Replace 'std::function' with 'function_ref' (#75973)Igor Kudrin1-2/+1
2023-12-19[MLIR] Update FindSyclRuntime.cmake to handle SYCL library path chang… (#75...Sang Ik Lee1-4/+9
2023-12-19[libc] try fixing LlvmLibcStackChkFail.Smash again (#75967)Nick Desaulniers1-6/+8
2023-12-19[llvm-objcopy] --gap-fill and 0-size sections (#75837)quic-akaryaki2-1/+6
2023-12-19fixup! [builtins] Refactor cpu_model support to reduce #if nesting. NFCIJon Roelofs3-179/+184
2023-12-19[compiler-rt] Fix obvious syntax errorShoaib Meenai1-1/+1
2023-12-19[Interpreter] Fix warningsKazu Hirata1-2/+2
2023-12-19[Support] Fix warningsKazu Hirata1-2/+2
2023-12-19[ClangRepl] Reland Semanic Code Completion (#75556)Fred Fu6-51/+445
2023-12-19[libc] disable asan for LlvmLibcStackChkFail.Smash (#75966)Nick Desaulniers1-1/+1
2023-12-19[Libomptarget] Use scoped atomics in the device runtime (#75834)Joseph Huber1-10/+17
2023-12-19Reland the reland "[PGO][GlobalValue][LTO]In GlobalValues::getGlobalIdentifie...Mingming Liu18-127/+349
2023-12-19[mlir][bazel] Fix build after c0d2ea9d4202Christian Sigg1-0/+1
2023-12-19[libc] __stack_chk_fail post submit test failures (#75962)Nick Desaulniers4-10/+12
2023-12-20[CommandLine] Add subcommand groups (#75678)Igor Kudrin2-3/+47
2023-12-19[MachO] Fix test on llvm-x86_64-debian-dylib builderShoaib Meenai1-1/+1
2023-12-20[CommandLine][NFCI] Simplify enumerating subcommands of an option (#75679)Igor Kudrin2-59/+24
2023-12-19[libc] move __stack_chk_fail to src/ from startup/ (#75863)Nick Desaulniers15-12/+131
2023-12-19[SystemZ][z/OS] Add exception handling for XPLINK (#74638)Yusra Syeda14-13/+119
2023-12-19fixup! fixup! [builtins] Refactor cpu_model support to reduce #if nesting. NFCIJon Roelofs3-3/+3
2023-12-19[docs][NFC] Add usage instructions for FatLTO (#75853)Paul Kirth1-0/+37
2023-12-19fixup! [builtins] Refactor cpu_model support to reduce #if nesting. NFCIJon Roelofs3-6/+16
2023-12-19[libc++][print] Adds ostream overloads. (#73262)Mark de Wever41-110/+3478
2023-12-19[OpenMP][AArch64] Workaround for ompt/synchronization tests (#75848)Carlos Eduardo Seo1-7/+4
2023-12-19[builtins][arm64] Implement __init_cpu_features_resolver on Apple platforms (...Jon Roelofs2-1/+72
2023-12-19[builtins] Refactor cpu_model support to reduce #if nesting. NFCIJon Roelofs14-618/+745
2023-12-19Revert "[builtins] Refactor cpu_model support to reduce #if nesting. NFCI"Jon Roelofs14-745/+618
2023-12-19Revert "[builtins][arm64] Implement __init_cpu_features_resolver on Apple pla...Jon Roelofs2-72/+1
2023-12-19[builtins][arm64] Implement __init_cpu_features_resolver on Apple platforms (...Jon Roelofs2-1/+72
2023-12-19[builtins] Refactor cpu_model support to reduce #if nesting. NFCIJon Roelofs14-618/+745
2023-12-19[mlir][Transform] Fix crash with invalid ir for transform libraries (#75649)Kunwar Grover3-0/+24
2023-12-19[mlir][TilingInterface] Early return cloned ops if tile sizes are zeros. (#75...Han-Chung Wang2-2/+37
2023-12-19Revert "[OpenMP][Fix] libomptarget Fortran tests" (#75953)Fabian Mora11-21/+15
2023-12-19[OpenMP][libomptarget][Fix] Disable test on NVIDIA platforms (#75949)Gheorghe-Teodor Bercea1-0/+3
2023-12-19Remove unused FileSPec::IsResolved() functionality. (#75840)Adrian Prantl2-20/+0
2023-12-19[OpenMP][Fix] libomptarget Fortran tests (#74543)Fabian Mora11-15/+21