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