aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-06Revert "Support statistics dump summary only mode (#80745)"revert-80745-lldb-statisticsWanyi19-297/+87
2024-02-06[WebAssembly] Add tests for generic CPU config (#80775)Heejin Ahn1-0/+20
2024-02-07[gn build] Port 2217837c3377LLVM GN Syncbot1-0/+1
2024-02-06Support statistics dump summary only mode (#80745)Wanyi19-87/+297
2024-02-06[clang-format] Handle doxygen commands starting with \ (#80381)Fernando Tagawa2-2/+10
2024-02-06[-Wunsafe-buffer-usage] Fix debug notes for unclaimed DREs (#80787)jkorous-apple2-15/+29
2024-02-06[clang] Add zero-initialization for fixed point types (#80781)PiJoules2-0/+9
2024-02-07[libc++] Add tests to pin down the ABI of deque, list and vector (#80191)Nikolas Klauser4-1/+267
2024-02-06[Driver] Check the environment version except wasm case. (#80783)ZijunZhaoCCK2-9/+26
2024-02-06[ConstraintElim] Add facts for llvm.abs >= 0 (#79070)Alexander Shaposhnikov2-5/+6
2024-02-06[BOLT] Make ifunc test not statically-resolvable. NFCJon Roelofs1-1/+4
2024-02-06[BOLT] Use new contents when emitting sections with relocations (#80782)Maksim Panchenko1-1/+2
2024-02-06[mlir][ArmNeon] Adds Arm Neon SMMLA, UMMLA, and USMMLA Intrinsics (#80511)Kojo Acquah4-2/+242
2024-02-06[llvm][GlobalOpt] Optimize statically resolvable IFuncs (#80606)Jon Roelofs2-0/+171
2024-02-06[docs] Try to make it easier to find info about new PM vs legacy PM (#80834)Björn Pettersson3-18/+26
2024-02-06[lldb] Fix a crasher when using the public API. (#80508)Greg Clayton2-3/+13
2024-02-06[RISCV] Use hasStdExtCOrZca instead of hasStdExtC in estimateFunctionSizeInBy...Craig Topper1-1/+1
2024-02-06[libc++][hardening] Check that `_LIBCPP_HARDENING_MODE_DEFAULT` is defined (#...Konstantin Varlamov1-0/+6
2024-02-06[gn build] Port c13e271a3836LLVM GN Syncbot1-0/+1
2024-02-06[mlir][openacc] Add private/reduction in legalize data pass (#80882)Valentin Clement (バレンタイン クレメン)2-5/+138
2024-02-06[OpenMP] Support for global variables when in auto zero-copy. (#80876)carlobertolli2-1/+87
2024-02-06[Clang][Sema] Implement proposed resolution for CWG2847 (#80899)Krystian Stasiowski3-49/+117
2024-02-06[DebugInfo] Convert tests to opaque pointers (NFC)Fangrui Song85-1572/+1572
2024-02-06[clang][Interp] Only check ComparisonCategoryInfo in C++ (#80131)Timm Baeder2-1/+2
2024-02-06[DebugInfo/MIR] Convert tests to opaque pointers (NFC)Fangrui Song75-539/+539
2024-02-06[ARC] Convert tests to opaque pointers (NFC)Fangrui Song3-87/+87
2024-02-06[CSKY] Convert tests to opaque pointers (NFC)Fangrui Song17-785/+785
2024-02-06[M68k] Convert tests to opaque pointers (NFC)Fangrui Song24-302/+302
2024-02-06[clang][Interp] consider "MS constexpr" functions as wellTimm Bäder2-1/+4
2024-02-06[RISCV] Use hasStdExtCOrZca instead of FeatureStdExtC to determine NOP size i...Craig Topper1-3/+3
2024-02-06[clang][dataflow] Add new `join` API and replace existing `merge` implementat...Yitzhak Mandelbaum4-79/+93
2024-02-06Fix failing testcases (#80902)stephenpeckham2-22/+22
2024-02-07[InstCombine] Canonicalize the fcmp range check idiom into `fabs + fcmp` (#76...Yingwei Zheng2-0/+399
2024-02-06Add test for iterating over MDNode operands when they are empty (#80737)Shubham Sandeep Rastogi1-0/+25
2024-02-06[RISCV] Fix typo in call to clearFeatureBits.Craig Topper1-1/+1
2024-02-06Add clang-tidy check to suggest replacement of conditional statement with std...Bhuminjay Soni8-0/+524
2024-02-06[DebugInfo][RemoveDIs] Add some missing test coverageJeremy Morse1-0/+1
2024-02-06Diagnose invalid fixed point conversion (#80763)PiJoules3-1/+15
2024-02-06[WebAssembly] Cleanup feature tests (#80780)Heejin Ahn2-1/+82
2024-02-06[libc] Fix pread under msan (#80893)michaelrj-google2-1/+6
2024-02-06[clang][CodeGen][UBSan] Fixing shift-exponent generation for _BitInt (#80515)Adam Magier2-7/+51
2024-02-06[libc] Fix off by one in long double buffer size (#80889)michaelrj-google1-1/+5
2024-02-07[InstCombine] Simplify the overflow result of `umulov X, X` (#80796)Yingwei Zheng2-0/+83
2024-02-06Reland "[lldb][progress][NFC] Add unit test for progress reports" (#80791)Chelsea Cassanova2-0/+129
2024-02-06[libc][NFC] Fix extraneous namespace on Errno (#80894)michaelrj-google2-2/+2
2024-02-06[RISCV][Docs] Use double underscore for external links in RISCVUsage.rst.Craig Topper1-30/+30
2024-02-06[github][CODEOWNERS] Add BOLT.Davide Italiano1-0/+3
2024-02-06[DebugInfo][RemoveDIs] Extend intrinsic-conversion in debugify (#80861)Jeremy Morse2-44/+46
2024-02-06[llvm][unittests] Put human-readable names on TargetParserTests. NFC (#80749)Jon Roelofs1-3/+19
2024-02-06[RISCV] Add Ssqosid support to -march. (#80747)Craig Topper8-4/+30