aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-28[InlineCost] Disable cost-benefit when sample based PGO is used (#86626)Xiangyang (Mark) Guo2-3/+3
2024-03-28[libc][math][c23] Fix bounds checking and add FE_INVALID raising in {,u}fromf...OverMighty5-481/+975
2024-03-28[clang][analyzer] Improve documentation of StreamChecker (NFC). (#83858)Balázs Kéri1-14/+52
2024-03-28[NFC][mlir][tensor][transform] fix compilation warning. (#86977)Peiming Liu0-0/+0
2024-03-28[libc][support][FixedVector] add reverse iterator (#86732)Nick Desaulniers3-0/+25
2024-03-28[asan][windows] Weak function interception support in instruction size decode...Charlie Barto1-1/+10
2024-03-28[Dialect] Fix a warningKazu Hirata1-1/+1
2024-03-28[lld-macho] Ignore -no_warn_duplicate_libraries flag (#86303)Keith Smiley2-1/+7
2024-03-28[DXIL] Implement pow lowering (#86733)Farzon Lotfi3-0/+67
2024-03-28[clang][HLSL][SPRI-V] Add convergence intrinsics (#80680)Nathan Gauër10-2/+221
2024-03-28[Object,ELFType] Rename TargetEndianness to Endianness (#86604)Fangrui Song15-138/+130
2024-03-28[libc] s/NULL/nullptr (#86867)Nick Desaulniers5-8/+8
2024-03-28[RISCV] Add validation of SPIMM for cm.push/pop. (#84989)Craig Topper3-3/+9
2024-03-28[MCP] Use MachineInstr::all_defs instead of MachineInstr::defs in hasOverlapp...Craig Topper2-1/+22
2024-03-28[MLIR] Add pattern to fold insert_slice of extract_slice (#86328)Jerry Wu3-6/+168
2024-03-28[ISel] Move handling of atomic loads from SystemZ to DAGCombiner (NFC). (#86484)Jonas Paulsson4-33/+106
2024-03-28[libclc] Make CMake messages better fit into LLVM (#86945)Fraser Cormack1-10/+9
2024-03-28[clang][dataflow] Fix for value constructor in class derived from optional. (...martinboehme2-22/+92
2024-03-28[mlir][vector] Add support for scalable vectors to VectorLinearize (#86786)Andrzej Warzyński5-6/+86
2024-03-28[libc++] Switch FreeBSD to C++26 (#86658)Ed Maste1-1/+1
2024-03-28[mlir][linalg] Add e2e test for linalg.mmt4d + pack/unpack (#84964)Andrzej Warzyński1-0/+173
2024-03-28[SLP]Add better minbitwidth analysis for udiv/urem instructions.Alexey Bataev2-6/+24
2024-03-28[ARM] Add reference to `ARMAsmParser` in `ARMOperand` (#86110)Alfie Richards1-237/+258
2024-03-28[OCaml] Fix buildbot failure caused by caa2258. NFC.Yingwei Zheng1-1/+1
2024-03-28[CodeGen][arm64e] Add methods and data members to Address, which are needed t...Akira Hatanaka50-1234/+1644
2024-03-28[AIX][TLS] Produce a faster local-exec access sequence for the "aix-small-tls...Amy Kwan5-15/+416
2024-03-28[SCF][Transform] Add support for scf.for in LoopFuseSibling op (#81495)Rolf Morel5-92/+357
2024-03-28[mlir] move MatchOpInterface under Transform/Interfaces (#86899)Oleksandr "Alex" Zinenko20-25/+24
2024-03-28[APINotes] For a re-exported module, look for APINotes in the re-exporting mo...Egor Zhdan6-0/+30
2024-03-28Revert "[compiler-rt] Allow building builtins.a without a libc (#86737)"Leandro Lupori1-2/+2
2024-03-28[OpenMP] Apply post-commit review comments in PR86289, NFC (#86828)Krzysztof Parzyszek2-4/+149
2024-03-28[clangd][trace] Fix comment to mention that trace spans are measured … (#86...VitaNuo1-2/+2
2024-03-28[flang][OpenMP] Make several function local to OpenMP.cpp, NFC (#86726)Krzysztof Parzyszek2-222/+207
2024-03-28[AIX][TOC] -mtocdata/-mno-tocdata fix non deterministic iteration order (#86840)Zaara Syeda2-4/+4
2024-03-28[clang] Bailout when the substitution of template parameter mapping is invali...Haojian Wu3-0/+16
2024-03-28[AST] Print the "aggregate" for aggregate deduction guide decl. (#84018)Haojian Wu3-0/+23
2024-03-28[LoopRotate] Set loop back edge weight to not less than exit weight (#86496)Haohai Wen2-2/+12
2024-03-28[libc] Disable testing for NVPTX debug builds (#86856)Joseph Huber1-0/+5
2024-03-28[flang] Remove duplicate call to va_end() (#86865)Marc Auberer1-3/+0
2024-03-28[IR][NFC] Cleanup CmpInst signatures / code docs (#86441)Marc Auberer1-7/+7
2024-03-28[Support] Fix color handling in formatted_raw_ostream (#86700)Andrew Ng4-19/+47
2024-03-28AMDGPU: Document more backend recognized attributes (#80239)Matt Arsenault1-0/+36
2024-03-28[OpenMP] Fix node destruction race in __kmpc_omp_taskwait_deps_51 (#86130)Ulrich Weigand1-0/+6
2024-03-28[llvm] Write temporary test files into %tDmitri Gribenko1-2/+2
2024-03-28[X86] Support immediate folding for CCMP/CTEST (#86616)Freddy Ye2-2/+77
2024-03-28[Debuginfo][GVNHoist] Fix #86227: update the debug location of the hoisted GE...Shan Huang2-0/+71
2024-03-28[GitHub] Fix typos in automation (#86886)J. Ryan Stinnett1-7/+7
2024-03-28Fix #86269: remove unused variable (#86927)Shan Huang1-2/+2
2024-03-28[RISCV][GlobalISel] Fix legalizing ‘llvm.va_copy’ intrinsic (#86863)bvlgah3-7/+933
2024-03-28[DAGCombiner] Set disjoint flag in add->or and xor->or combines (#86925)Luke Lau2-7/+13