aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-29[𝘀𝗽𝗿] changes introduced through rebaseusers/ilovepi/spr/main.llvmnfc-document-clopt-variable-and-fix-typo-1Paul Kirth1141-27452/+34558
2024-04-29[LV] Don't consider the latch block as ScalarPredicatedBB.Florian Hahn3-22/+111
2024-04-29[BOLT] Use symbol table info in registerFragment (#89648)Amir Ayupov4-39/+157
2024-04-29[mlir][sparse] use ValueRange instead of std::pair for iterator position. (#9...Peiming Liu3-47/+47
2024-04-29[MLIR] Improve KernelOutlining to avoid introducing an extra block (#90359)Mehdi Amini2-20/+49
2024-04-29[Pipelines] Do not run CoroSplit and CoroCleanup in LTO pre-link pipeline (#9...Wei Wang6-12/+88
2024-04-29[Clang] Propagate 'SystemDrive' environment variable for unit tests (#90478)Krystian Stasiowski1-7/+3
2024-04-29[RISCV] Break the (czero_eqz x, (setne x, 0)) -> x combine into 2 combines. (...Craig Topper1-21/+29
2024-04-29[RISCV] Support instruction sizes up to 176-bits in disassembler. (#90371)Craig Topper2-5/+66
2024-04-29[AST] Dump explicit template arguments for UnreslovedLookupExpr. (#90466)Haojian Wu3-0/+108
2024-04-29[X86] getOnesVector - use getAllOnesConstant helper. NFC.Simon Pilgrim1-3/+1
2024-04-29[X86] LowerSELECT - use DAG::getNegative() helper. NFC.Simon Pilgrim1-2/+1
2024-04-29[X86] LowerABS - use DAG::getNegative() helper. NFC.Simon Pilgrim1-3/+2
2024-04-29[X86] LowerShift - use DAG::getNegative() helper. NFC.Simon Pilgrim1-4/+2
2024-04-29[PseudoProbe] Add an option to remove pseudo probes after profile annotation ...Lei Wang2-5/+28
2024-04-29Fix a crash introduced by 3d5e9ab by adding a nullptr check. (#90301)Ryosuke Niwa2-3/+11
2024-04-29GlobalOpt: Handle threadlocal.address intrinsic (#88454)Matthias Braun7-17/+50
2024-04-29[clang][Interp] Support vec_stepTimm Bäder3-1/+47
2024-04-29BPF: Use DebugLoc to find Filename for BTF line info (#90302)yonghong-song3-14/+12
2024-04-29[Libomptarget] Rework interface for enabling plugins (#86875)Joseph Huber6-32/+64
2024-04-29[Clang] Add diagnostic about "%P" specifier with Objective-C pointers (#89977)Jared Grubb3-1/+18
2024-04-29Squashed commit of the following:Pol Marcet SardĂ 6-5/+863
2024-04-29[Object] Provide operator< for ELFSymbolRef (#89861)Amir Ayupov2-0/+51
2024-04-29[TableGen][GISel] Handle frameindex/tframeindex (#90475)Kai Nacke2-0/+38
2024-04-29[llvm][RISCV] Improve error message for invalid extension letters (#90468)David Spickett3-7/+12
2024-04-29[scudo] Support setting default value of ReleaseToOsIntervalMs in config (#90...ChiaHungDuan6-1/+16
2024-04-29[flang][runtime] Allow building CUDA PTX library without global vars definiti...Slava Zakharin4-0/+15
2024-04-29[flang][runtime] Added missing routines into CUDA build. (#90272)Slava Zakharin3-7/+8
2024-04-29[clang] Fix `remove{CVR|Fast}Qualifiers` with 64-bit `Qualifiers::Mask` (#90329)Daniil Kovalev1-2/+2
2024-04-29[mlir-lsp] Un-revert unit test additions (#90232)Brian Gesiak6-6/+154
2024-04-29[llvm-driver] Fix header order of llvm-driver-templateThomas Preud'homme1-1/+1
2024-04-29[ARM] Ensure extra uses are not dead in tail-folding-counting-down.ll. NFCDavid Green1-1/+2
2024-04-29[Flang][OpenMP] Use a label to avoid complexity of too many CHECK-DAGs in a t...Kiran Chandramohan1-0/+1
2024-04-29[SLP][NFC]Add a test with the optimizable and and final ext, NFC.Alexey Bataev1-0/+44
2024-04-29[Clang] Add support for scalable vectors in __builtin_reduce_* functions (#87...Lawrence Benson7-6/+99
2024-04-29[MLIR][Linalg] Left over Linalg named ops from previous PR (#90405)Renato Golin8-2/+276
2024-04-29[clang][Interp] Fix casting function pointers to integersTimm Bäder2-0/+14
2024-04-29[clang][Interp] Support CXXParenListInitExprs for non-record typesTimm Bäder3-110/+109
2024-04-29[clang][Interp] Reject void-typed InitListExprsTimm Bäder2-0/+9
2024-04-29[LoopUnswitch] Allow i1 truncs in loop unswitch (#89738)Matthew Devereau3-2/+227
2024-04-29[Clang] Fix incorrect handling of #pragma {GCC} unroll N in dependent context...yronglin7-15/+165
2024-04-29[Clang] Implement C++26 P2748R5 "Disallow Binding a Returned Glvalue to a Tem...yronglin7-4/+69
2024-04-29[SLP]Support minbitwidth analisys for buildvector nodes.Alexey Bataev6-137/+217
2024-04-29[SLP]Fix PR90211: vectorized node must match completely to be reused.Alexey Bataev2-3/+3
2024-04-29[SLP][NFC]Add a test with the skipped gather node, which is same, as vectoriz...Alexey Bataev1-0/+144
2024-04-29[Support][YamlTraits] Add quoting for keys in textual YAML representation (#8...Jannik Silvanus28-185/+281
2024-04-29[clang] Allow constexpr cast from `void*` in more cases (#89484)offsetof6-32/+78
2024-04-29Avoid unusable variable in ByteCodeExprGen.cpp (#90469)Danial Klimkin1-2/+1
2024-04-29[flang] Generate main only when a Fortran program statement is present (#89938)David Truby22-226/+287
2024-04-29[Clang][Docs] use CommonOptionsParser::create instead of protected constructo...Kohei Asano1-5/+17