aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-02[Clang][NFC] use const references for function parameters in operator== and o...Oleksandr T1-2/+2
2024-07-02[C2y] Modify diagnostics for complex increment/decrementAaron Ballman6-21/+92
2024-07-02[clang] Don't emit the warn_dangling_lifetime_pointer diagnostic for the assi...Haojian Wu2-17/+27
2024-07-02Reland "[flang] add extra component information in fir.type_info" (#97404)jeanPerier12-16/+303
2024-07-02Revert "[C2y] Modify diagnostics for complex increment/decrement"Aaron Ballman3-75/+4
2024-07-02[libc][math][c23] Add f16{add,sub}f C23 math functions (#96787)OverMighty24-1/+934
2024-07-02InstCombine: Try to fold ldexp with select of power operand (#97354)Matt Arsenault3-1/+160
2024-07-02[C2y] Modify diagnostics for complex increment/decrementAaron Ballman3-4/+75
2024-07-02[clang][OpenMP] Rewrite `getOpenMPCaptureRegions` in terms of leafs (#97110)Krzysztof Parzyszek1-98/+78
2024-07-02[RISCV] Return nullptr for PHI defs in VSETVLIInfo::getAVLDefMI (#97395)Luke Lau2-3/+37
2024-07-02[C2y] Modify diagnostics for generic selection with a type operandAaron Ballman5-5/+32
2024-07-02Fix potential crash in SLPVectorizer caused by missing check (#95937)Gabriel Baraldi2-2/+45
2024-07-02[mlir] Make MLIR Python sources idempotent (#97167)Brendan Duke1-6/+11
2024-07-02[Clang] Clarify diagnostic notes for implicitly generated deduction guides (#...Younan Zhang23-44/+156
2024-07-02[C2y] Add test coverage for WG14 N3192Aaron Ballman1-0/+43
2024-07-02Add missed test coverageAaron Ballman1-0/+6
2024-07-02[clang][Interp][NFC] Make some local pointers constTimm Bäder1-2/+2
2024-07-02[bazel][clang] Exclude wasm interpreterBenjamin Kramer1-5/+13
2024-07-02[C2y] Add -std=c2y and -std=gnu2yAaron Ballman9-19/+47
2024-07-02[FileCheck][Docs] Fix regex for FileCheck variable names (#97301)Anton Lydike1-1/+1
2024-07-02[Transforms][NFC] Tiny fixes in SplitModule (#95903)Ilia Sergachev1-11/+14
2024-07-02[clang-repl] Support wasm execution (#86402)Vassil Vassilev6-4/+179
2024-07-02AMDGPU: Consolidiate f16 med3 patterns (#97399)Matt Arsenault2-11/+5
2024-07-02[CorrelatedValuePropagation] Fold calls to UCMP/SCMP when we know that ranges...Poseydon422-0/+293
2024-07-02[clang][Interp] Reject StmtExprs containing return statementsTimm Bäder5-0/+39
2024-07-02[flang] Use 0 for unknown function pointer result length. (#97035)Slava Zakharin3-5/+11
2024-07-02[lldb][test] Disable TestUseSourceCache on Windows (#97324)Kendal Harland1-1/+1
2024-07-02[clang][Interp] Add missing fallthrough in loopsTimm Bäder2-0/+24
2024-07-02[clang][Interp] Only check toplevel declarationsTimm Bäder3-6/+14
2024-07-02mlir/LogicalResult: move into llvm (#97309)Ramkumar Ramachandra315-894/+737
2024-07-02Presburger/test: increase coverage of parser (#95705)Ramkumar Ramachandra1-0/+58
2024-07-02[AArch64][SVE] optimisation for unary SVE store intrinsics with no active lan...Lukacma2-0/+346
2024-07-02[MLIR][NVVM] Reduce the scope of the LLVM_HAS_NVPTX_TARGET guard (#97349)Mehdi Amini2-23/+6
2024-07-02[lldb][test] Mark dwp foreign type units test unsupported on WindowsDavid Spickett1-0/+2
2024-07-02[InstCombine] Remove root special case in demanded bits simplificationNikita Popov5-15/+15
2024-07-02Reapply [InstCombine] Fix context for multi-use demanded bits simplificationNikita Popov6-53/+60
2024-07-02Revert "[InstCombine] Fix context for multi-use demanded bits simplification"Nikita Popov5-59/+50
2024-07-02[NFC][AlwaysInliner] Reduce AlwaysInliner memory consumption. (#96958)Daniil Fukalov2-69/+55
2024-07-02[InstCombine] Fix context for multi-use demanded bits simplificationNikita Popov5-50/+59
2024-07-02[clang-tidy] Clarify diagnostics of bugprone-sizeof-expression (#95550)Donát Nagy6-95/+98
2024-07-02[llvm] remove unusable llvm.spec.in (#96825)Konrad Kleine2-87/+0
2024-07-02[InstCombine] Add test for #97330 (NFC)Nikita Popov1-0/+27
2024-07-02[lldb] Don't unregister a listener that's being destroyed (#97300)Pavel Labath1-1/+1
2024-07-02[clang-format] Add SpacesInParensOption for filtering repeated parens (#77522)Gedare Bloom7-23/+182
2024-07-01[Driver] Support using toolchain libc and libc++ for baremetal (#96736)Petr Hosek9-10/+71
2024-07-02[NFC][RISCV] Simplify the dynamic linker construction logicPengcheng Wang1-7/+3
2024-07-02[SROA] Propagate no-signed-zeros(nsz) fast-math flag on the phi node using fu...Yashwant Singh3-0/+120
2024-07-02[C++20] [Modules] Skip calls to module initializer to modules if we know the ...Chuanqi Xu2-0/+34
2024-07-01[lldb] [ObjectFileMachO] BSS segments are loadable segments (#96983)Jason Molenda1-5/+22
2024-07-02[libc] Add mpfr tests for fmul. (#97376)Job Henandez Lara5-7/+172