aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-07[Analysis] Remove unnecessary includes (NFC)Kazu Hirata4-5/+0
2023-12-07Apply clang-tidy fixes for performance-unnecessary-value-param in VectorToGPU...Mehdi Amini1-2/+3
2023-12-07Apply clang-tidy fixes for llvm-qualified-auto in VectorToGPU.cpp (NFC)Mehdi Amini1-1/+1
2023-12-07Apply clang-tidy fixes for llvm-qualified-auto in PredicateTree.cpp (NFC)Mehdi Amini1-1/+1
2023-12-07Apply clang-tidy fixes for llvm-prefer-isa-or-dyn-cast-in-conditionals in Map...Mehdi Amini1-1/+1
2023-12-07Apply clang-tidy fixes for readability-identifier-naming in GPUToLLVMConversi...Mehdi Amini1-6/+6
2023-12-07[IR] Remove unnecessary includes (NFC)Kazu Hirata2-3/+0
2023-12-08[mlir][Transforms][NFC] GreedyPatternRewriteDriver: Remove redundant worklist...Matthias Springer1-3/+0
2023-12-07[Target] Remove unnecessary includes (NFC)Kazu Hirata20-20/+0
2023-12-07[TableGen] Remove unnecessary includes (NFC)Kazu Hirata4-4/+0
2023-12-07[OpenMP][Fix] Fix test initialization (#74801)Gheorghe-Teodor Bercea1-6/+6
2023-12-07Revert "[OpenMP][Fix] Fix test array initialization. (#74799)" (#74800)Gheorghe-Teodor Bercea1-6/+6
2023-12-07[OpenMP][Fix] Fix test array initialization. (#74799)Gheorghe-Teodor Bercea1-6/+6
2023-12-07[MC] .reloc: register used symbolsFangrui Song3-3/+7
2023-12-07[RISCV] Cleanup pass initialization.Craig Topper11-37/+12
2023-12-07[RISCV] Use Triple::isRISCV64(). NFCCraig Topper1-1/+1
2023-12-07[CSKY] Update shouldForceRelocation after #73721Fangrui Song2-2/+4
2023-12-07[mlir][sparse] add sparse convolution with 5x5 kernel (#74793)Aart Bik5-4/+220
2023-12-07[clang][PP] Add extension to predefine target OS macros (#74676)Zixu Wang9-0/+327
2023-12-07[HLSL] Add helpers to simplify HLSL resource type declarations. NFCJustin Bogner2-22/+36
2023-12-07[OpenACC] Implement 'wait' construct parsing (#74752)Erich Keane4-1/+248
2023-12-07[SPIR-V] Fix -Wunused-variable warning. NFCJustin Bogner1-1/+0
2023-12-07[AMDGPU] [IGLP]: Fix assert (#73710)Jeffrey Byrnes3-25/+32
2023-12-07[NFC] Remove unneeded nullptr checks after cast<> (#74674)Mike Rice1-3/+2
2023-12-07[mlir][sparse] code formatting (NFC) (#74779)Aart Bik2-15/+13
2023-12-07[mlir] Extend CombineTransferReadOpTranspose pattern to handle extf ops. (#74...harsh-nod2-2/+36
2023-12-07[LinkerWrapper][Obvious] Fix missing use of texture data typeJoseph Huber2-3/+3
2023-12-07[libDebugInfo] Prevent infinite recursion in DWARFDie::getTypeSize() (#74681)Adrian Prantl2-11/+59
2023-12-07[ORC-RT][ORC][MachO] Fix some issues with executor-side symbol tables.Lang Hames7-18/+154
2023-12-07Fix a stall in running `quit` while a live process is running (#74687)jimingham14-13/+74
2023-12-07[mlir][python] fix affine testmax1-3/+1
2023-12-07[polly][NFC] Refactor reduction detection code for modularity (#72343)Karthika Devi C1-30/+48
2023-12-07[mlir][affine] implement inferType for delinearize (#74644)Maksim Levental4-12/+25
2023-12-07[scudo] Add hooks to mark the range of realloc (#74353)ChiaHungDuan3-4/+74
2023-12-07[ASan][X86] Mark asan_globals section large (#74514)Arthur Eubanks3-2/+17
2023-12-07[CUDA][HIP] Improve variable registration with the new driver (#73177)Joseph Huber8-101/+221
2023-12-07[SLP][NFC]Build value-to-gather-nodes map during nodes building, NFC.Alexey Bataev1-10/+4
2023-12-08[clang][NFC] Fill in historical data on when C++ DRs 700-1999 were fixedVlad Serebrennikov13-36/+36
2023-12-07[InstCombine] Drop poison generating flags on Or in simplifyAssocCastAssoc.Craig Topper2-2/+3
2023-12-07[InstCombine] Add test case for #74739. NFCCraig Topper1-0/+13
2023-12-07[flang] pass true/false to EditLogicalOutput directly (NFC) (#73375)kkwli1-1/+1
2023-12-07[SLP][NFC]Check for ephemeral values beforehand, NFC.Alexey Bataev1-12/+12
2023-12-07[SCEVExpander] Attempt to reinfer flags dropped due to CSE (#72431)Philip Reames7-14/+29
2023-12-07[RISCV][MC] Pass MCSubtargetInfo down to shouldForceRelocation and evaluateTa...Craig Topper22-46/+75
2023-12-07[TextAPI] Update RecordSlice attributes to follow code guidelines (#74743)Cyndy Ishida2-6/+9
2023-12-07[ELF] relocateNonAlloc: clean up workaround codeFangrui Song3-19/+13
2023-12-07[gn build] Port 3ed940ac3dacLLVM GN Syncbot1-0/+1
2023-12-07[SPIR-V] Fixup tests (#73371)Natalie Chouinard2-5/+6
2023-12-07[SPIR-V] Partial revert of d40eb0a (#74755)Natalie Chouinard1-1/+3
2023-12-08[objcopy] Return an error in case of an invalid regex (#74319)Ilia Kuklin2-0/+20