aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-28!fixup add doc-comment.users/fhahn/scev-countable-exit-countsFlorian Hahn1-0/+4
2024-05-28[SCEV] Add predicated version of getSymbolicMaxBackedgeTakenCount.Florian Hahn3-6/+63
2024-05-28[SCEV] Add tests for symbolic max BTC requiring predicates.Florian Hahn1-0/+77
2024-05-28Fix build: [clang-repl] Even more tests create the Interpreter and must check...Stefan Gränitz1-0/+8
2024-05-28[Clang][NFC] remove CHAR_PUNCT duplication introduced by #93216 (#93605)cor3ntin1-2/+1
2024-05-28DAG: Handle vector splitting for fminnum_ieee/fmaxnum_ieeeMatt Arsenault1-2/+6
2024-05-28[clang-repl] Even more tests create the Interpreter and must check host JIT s...Stefan Gränitz2-0/+88
2024-05-28[Sample Profile] Check hot callsite threshold when inlining a function with a...William Junda Huang5-6/+71
2024-05-28[OpenACC][NFC] Fix begin loc and split it from the directive locationerichkeane9-37/+49
2024-05-28[memprof] Add MemProf format Version 3 (#93608)Kazu Hirata6-3/+70
2024-05-28[WebAssembly] Rename old EH tests to *-legacy (#93585)Heejin Ahn2-0/+0
2024-05-28[clang-tidy][NFC] Update identifier-length.rst (#93467)Mattan Elkaim1-5/+5
2024-05-28[clang-tidy] Optimize realpath in readability-identifier-naming (#92659)Piotr Zegar2-2/+12
2024-05-28[ci] limit parallel windows compile jobs to 24 (#93329)Lucile Rose Nihlen1-1/+5
2024-05-28[msan] Reland: Increase k num stack origin descrs (limited to non-PowerPC) (#...Thurston Dang1-1/+11
2024-05-28[LegalizeTypes] Use VP_AND and VP_SHL/VP_SRA to promote operands fo VP arithm...Craig Topper27-136/+201
2024-05-28[memprof] Rename memprof-merge-v0.test to memprof-merge-versions.test (#93602)Kazu Hirata1-0/+0
2024-05-28[libc++] [test] Fix portability issues for MSVC (#93259)Stephan T. Lavavej15-38/+45
2024-05-28[libc++] [test] Fix MSVC warnings (#93257)Stephan T. Lavavej8-15/+31
2024-05-28[mlir][nvgpu] verify the moduleGuray Ozen1-1/+1
2024-05-28[libc++] Mark P2845R8 `__cpp_lib_format_path` and P2587R3 `__cpp_lib_to_strin...Stephan T. Lavavej6-72/+36
2024-05-28[mlir] Remove dialect specific bufferization passes (Reland) (#93535)Kunwar Grover45-453/+40
2024-05-28[C] Disallow declarations where a statement is required (#92908)Aaron Ballman6-7/+63
2024-05-28[polly] Fix cppcheck SA comment reported in #91235 (#93505)Karthika Devi C1-1/+1
2024-05-28[WebAssembly] Add tests for EH/SjLj option errors (#93583)Heejin Ahn3-19/+37
2024-05-28DAG: Handle fminnum_ieee/fmaxnum_ieee in basic legalizationMatt Arsenault2-2/+8
2024-05-28[mlir][sparse] remove sparse encoding propagation pass. (#93593)Peiming Liu3-55/+0
2024-05-28[Reassociate] Preserve NSW flags after expr tree rewriting (#93105)Akshay Deodhar4-34/+132
2024-05-28[clang][Sema] Don't emit 'declared here' note for builtin functions with no d...Youngsuk Kim4-2/+22
2024-05-28[Clang] [NFC] Remove debug printingSirraide1-3/+1
2024-05-28[SCEV] Compute symbolic max backedge taken count in BTI directly. (NFC)Florian Hahn2-31/+22
2024-05-28[OMPT] Set default values for tsan function pointers (#93568)Franklin Zhang1-10/+23
2024-05-28[lldb] Add missing semicolon (NFC)Jonas Devlieghere1-1/+1
2024-05-28[lldb] Remove lldbassert in AppleObjCTypeEncodingParser (#93332)Jonas Devlieghere1-5/+10
2024-05-28[lld-macho][ObjC] Implement category merging into base class (#92448)alx323-14/+500
2024-05-28DAG: Use flags in isLegalToCombineMinNumMaxNum (#93555)Matt Arsenault2-8/+1768
2024-05-28LoopIdiomRecognize: strip bad TODO (NFC) (#92890)Ramkumar Ramachandra1-4/+2
2024-05-28[gn build] Port 42944e460082LLVM GN Syncbot2-0/+3
2024-05-28Add SBAddressRange and SBAddressRangeList to SB API (#92014)Miro Bucko31-0/+859
2024-05-28Revert "[Legalizer] Check full condition for UMIN and UMAX just like the code...AtariDreams1-1/+1
2024-05-28[LAA] Limit no-overlap check to at least one loop-invariant accesses.Florian Hahn3-16/+34
2024-05-28[Clang] Fix an assertion failure when checking invalid `this` (#93490)Oleksandr T3-3/+8
2024-05-28clang:: to llvm::; NFCAaron Ballman2-2/+2
2024-05-28[clang] Fix a warningKazu Hirata1-8/+0
2024-05-28TosaToTensor: Support reshape on tensors of unsigned integer (#91734)Matthias Gehre7-15/+97
2024-05-28[Offload][Fix] Fix lazy initialization with multiple imagesJoseph Huber1-3/+3
2024-05-28[RISCV] Use mask undisturbed policy when silencing sNans for strict rounding ...Craig Topper13-178/+355
2024-05-28 Reapply [lldb][DWARF] Delay struct/class/union definition DIE searching when...Zequan Wu12-392/+467
2024-05-28[Frontend][OpenMP] Rename some variables, NFCKrzysztof Parzyszek1-5/+4
2024-05-28[flang] update fir.box_rank and fir.is_array codegen (#93541)jeanPerier5-14/+27