aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-08[đ˜€đ—œđ—ż] initial versionusers/alexey-bataev/spr/lvevlsupport-reversed-loadsstoresAlexey Bataev2-35/+55
2024-04-08[SLP][NFC]Remove unused variable, NFC.Alexey Bataev1-1/+1
2024-04-08[AArch64][LoopIdiom] Disable LoopIdiomTransform when NoImplicitFloat is prese...Min-Yih Hsu2-4/+106
2024-04-08Fix build issue committed in 26fee0ff12erichkeane1-1/+1
2024-04-08[OpenACC] Implement Sema work for OpenACC Clauses (#87821)Erich Keane9-500/+490
2024-04-08[libclc] Fix more spirv build dependenciesFraser Cormack1-1/+1
2024-04-08[SLP]Improve minbitwidth analysis for abs/smin/smax/umin/umax intrinsics.Alexey Bataev4-27/+117
2024-04-08[flang][runtime] Added simplified std::toupper implementation. (#87850)Slava Zakharin2-8/+27
2024-04-08[libc] Increase timeout for death tests. (#87959)lntue1-4/+4
2024-04-08[clang-tidy] rename designated initializers (#86976)Edwin Vane3-4/+31
2024-04-08 [SystemZ][z/OS] TXT records in the GOFF reader (#87648)Yusra Syeda4-14/+326
2024-04-08[libclc] Fix spirv build dependenciesFraser Cormack1-1/+1
2024-04-08[FPEnv][X86] Correct strictfp tests. (#87791)Kevin P. Neal2-8/+16
2024-04-08Revert "[mlir][arith] Refine the verifier for arith.constant (#86178)"Andrzej Warzynski2-15/+0
2024-04-08ValueTracking: Consider demanded elts for vector constants in computeKnownFPC...Matt Arsenault2-2/+5
2024-04-08Fix MSVC "not all control paths return a value" warning. NFC.Simon Pilgrim1-1/+2
2024-04-08TextNodeDumper.cpp - remove empty switch to fix MSVC "switch statement contai...Simon Pilgrim1-8/+0
2024-04-08ValueTracking: Handle ConstantAggregateZero in computeKnownFPClassMatt Arsenault3-2/+29
2024-04-08ValueTracking: Add baseline tests for vector fpclass handlingMatt Arsenault1-4/+67
2024-04-08[mlir] Only inline if properties are used.Adrian Kuegel2-4/+4
2024-04-08Make the argument -Xcuda-ptxas visible to the driver in cl-modeJefferson Le Quellec3-2/+14
2024-04-08[llvm][docs] Resort cmake macros (#87551)Nathan Sidwell1-69/+68
2024-04-08[BOLT][NFC] Refactor relocation arch selection (#87829)Nathan Sidwell1-51/+144
2024-04-08[mlir][arith] Refine the verifier for arith.constant (#86178)Andrzej WarzyƄski2-0/+15
2024-04-08[NewPM] support `disablePass`, `insertPass` in `CodeGenPassBuilder` (#87147)paperchalice1-13/+24
2024-04-08[zOS] Turn CLANG_INTERPRETER_PLATFORM_CANNOT_CREATE_LLJIT on for zOS (#87797)bahareh-farhadi1-1/+1
2024-04-08ValueTracking: Don't use unnecessary null checked dyn_castMatt Arsenault1-1/+1
2024-04-08GlobalISel: Regenerate test checksMatt Arsenault4-82/+115
2024-04-08Replace copy with a reference. (#87975)Malay Sanghi1-2/+2
2024-04-08llvm-reduce: Reduce nuw/nsw flags from truncMatt Arsenault2-0/+37
2024-04-08AMDGPU: Regenerate test checksMatt Arsenault1-97/+97
2024-04-08[LinkerWrapper] Do not include config files for device linking (#87659)Joseph Huber1-0/+1
2024-04-08[clang-format] Added unittest of TableGen formatting w.r.t. block type calcul...Hirofumi Nakamura1-0/+10
2024-04-08[RISCV] Fix canFoldToVWWithSameExtension allowing different FP extensions (#8...Luke Lau1-1/+1
2024-04-08[mlir] Fix -Wunused-variable in DebugImporter.cpp (NFC)Jie Fu1-1/+1
2024-04-08[clang][analyzer] Add "pedantic" mode to StreamChecker. (#87322)BalĂĄzs KĂ©ri12-14/+166
2024-04-08[libclc] Restore linking against dynamic libLLVM for out-of-tree buildsFraser Cormack1-1/+5
2024-04-08[X86] combineExtractVectorElt - fold extract(trunc(x),c) -> trunc(extract(x,c))Simon Pilgrim7-68/+52
2024-04-08[NFC] Fix misspellings of effects (#87795)Zentrik2-2/+2
2024-04-08[flang][OpenMP] Add support for complex reductions (#87488)Mats Petersson4-6/+137
2024-04-08[RISCV] Zimop/Zcmop are ratifiedPengcheng Wang17-90/+78
2024-04-08[flang] Fix source allocation to explicit length after deferred length object...jeanPerier2-3/+54
2024-04-08[AArch64] More shuffle-store test cases. NFCDavid Green2-0/+181
2024-04-08[flang][NFC] document BOZ error in DIM, MOD, MODULO, and SIGN (#87779)jeanPerier1-1/+3
2024-04-08[flang] Fix MASKR/MASKL lowering for INTEGER(16) (#87496)jeanPerier8-95/+141
2024-04-08[MLIR][LLVM] Recursion importer handle repeated self-references (#87295)Billy Zhu5-79/+398
2024-04-08[DAG][AArch64] Support masked loads/stores with nontemporal flags (#87608)David Green3-10/+19
2024-04-08[AArch64][GlobalISel] Legalize Insert vector element (#81453)David Green37-1319/+1759
2024-04-08Revert "[compiler-rt] Allow running tests without installing first"Saiyedul Islam7-98/+32
2024-04-08[ExpandLargeFpConvert] Support bfloat. (#87619)Bevin Hansson4-21/+979