aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-13[RemoveDI][NFC] Rename DPValue->DbgRecord in comments and varnames (#84939)Stephen Tozer24-319/+330
2024-03-13[Clang] [Sema] Fix bug in `_Complex float`+`int` arithmetic (#83063)Sirraide5-33/+298
2024-03-13Diagnose misuse of the cleanup attribute (#80040)Bhuminjay Soni4-4/+57
2024-03-13[mlir] Fix inlining-threshold.mlir test for NDEBUG builds.Christian Sigg1-1/+1
2024-03-13[libc][docs] document gpu support for stdbit.h (#85103)Nick Desaulniers1-0/+73
2024-03-13[flang][cuda] Enable cuda with -x cuda option (#84944)Valentin Clement (バレンタイン クレメン)3-3/+32
2024-03-13[VPlan] Use VPBuilder to create ActiveLaneMask (NFC).Florian Hahn2-8/+16
2024-03-13[AArch64] Improve lowering of truncating uzp1 (#82457)Usman Nadeem17-284/+209
2024-03-13Remove use of reference lifetime extension introduced in cdde0d9David Blaikie1-2/+1
2024-03-13[PowerPC][NFC] Rename ADDItocL to match the 64-bit naming convention (#85099)Zaara Syeda11-31/+32
2024-03-13Avoid a potential exit(1) in LLVMContext::diagnose() (#84992)Adrian Prantl1-4/+3
2024-03-13[mlir][tensor] Make getMixedPadImpl return static values when possible. (#85016)Han-Chung Wang4-5/+23
2024-03-13[libc] roll out rest of stdbit.h entrypoints to gpu,linux,baremetal (#84938)Nick Desaulniers4-0/+120
2024-03-13[flang][runtime] Added lowering and runtime for REAL(16) IEEE_FMA. (#85017)Slava Zakharin5-0/+40
2024-03-13[flang] Enable REAL(16) MODULO lowering. (#85005)Slava Zakharin2-35/+52
2024-03-13[flang] Moved REAL(16) RANDOM_NUMBER to Float128Math library. (#85002)Slava Zakharin6-77/+160
2024-03-13[RFC][mlir] Add profitability callback to the Inliner. (#84258)Slava Zakharin6-19/+92
2024-03-13[Flang][OpenMP] Implement "promotion" of use_device_ptr non-cptr arguments to...agozillon4-2/+140
2024-03-13[SLP]Fix PR85082: PHI node has multiple entries.Alexey Bataev2-5/+80
2024-03-13[InstCombine] Don't generate crash dialog for fixpoint verification failure (...Nikita Popov1-1/+2
2024-03-13[cmake] Silence a duplicate libraries warning from Apple's linker (#85012)Jon Roelofs1-0/+15
2024-03-13[flang][OpenMP][OMPIRBuilder][mlir] Optionally pass reduction vars by ref (#8...Tom Eccles38-76/+4451
2024-03-13[DAG] isKnownToBeAPowerOfTwo - use sd_match to match both commutations of `x ...Simon Pilgrim1-15/+11
2024-03-13[DAG] Use SelectionDAG::getNOT helper where possible. NFC.Simon Pilgrim1-4/+2
2024-03-13[lldb][Test] Disable ConcurrentVFork tests on Arm/AArch64 LinuxDavid Spickett1-0/+16
2024-03-13[VPlan] Use VPBuilder to create BranchOnCond in VPHCFGBuilder.Florian Hahn2-22/+21
2024-03-13[AIX][TOC] Add -mtocdata/-mno-tocdata options on AIX (#67999)Zaara Syeda25-36/+716
2024-03-13[Clang] [Docs] Add reference to documentation of `SysVABIAttr` (#85022)Zepp1-1/+1
2024-03-13[lldb][test] Disable other runlocker test on AArch64 LinuxDavid Spickett1-0/+2
2024-03-13[CodeGen][Tablegen] Fix uninitialized var and shift overflow. (#84896)mahesh-attarde3-4/+5
2024-03-13[Clang] [CodeGen] Fix codegen bug in constant initialisation in C23 mode (#84...Sirraide3-4/+16
2024-03-13[ClangRepl] Add missing hashtagJake Egan1-1/+1
2024-03-13[AIX][ClangRepl] Disable new test on AIXJake Egan1-0/+4
2024-03-13[InstCombine] Set zero_is_poison for ctlz/cttz if they are only used as shift...Yingwei Zheng2-0/+98
2024-03-13Reapply "[analyzer] Accept C library functions from the `std` namespace"NagyDonat5-9/+93
2024-03-13[AMDGPU] Test new GFX12 opcode name buffer_atomic_min_num_f32Jay Foad1-22/+22
2024-03-13AMDGPU: Don't use table for metadata docs, and fix section headers (#85046)Matt Arsenault1-13/+19
2024-03-13[libc++] Remove _LIBCPP_ENABLE_NARROWING_CONVERSIONS_IN_VARIANT (#83928)Louis Dionne7-72/+18
2024-03-13[llvm-ar] Use COFF archive format for COFF targets. (#82898)Jacek Caban8-23/+171
2024-03-13[InstCombine] Simplify `zext nneg i1 X` to zero (#85043)Yingwei Zheng2-0/+35
2024-03-13[AMDGPU] Fix canonicalization of truncated values. (#83054)Harald van Dijk14-1406/+1017
2024-03-13[AMDGPU] Remove unneeded MnemonicAlias. NFC.Jay Foad1-1/+0
2024-03-13[DAG] visitSUB - convert some folds to use SDPatternMatchSimon Pilgrim3-56/+25
2024-03-13[ARM][AArch64] Add missing Arm CPU part-ids to enable -mcpu=native (#84899)Jonathan Thackray1-0/+15
2024-03-13[DAG] Add SDPatternMatch m_And/m_Or/m_Xor matchers for logic opsSimon Pilgrim2-0/+26
2024-03-13Mark test as XFAIL that started failing after 418f0066eb. (#85027)dyung1-0/+1
2024-03-13[ThinLTO] Drop inrange attribute from tests (NFC)Nikita Popov7-9/+9
2024-03-13[Tests] Drop inrange attribute from some tests (NFC)Nikita Popov7-21/+21
2024-03-13[SjLjEHPrepare] Use inverse_depth_first() instead of _ext variant (NFC). (#84...Florian Hahn1-3/+1
2024-03-13[compiler-rt] reimplements GetMemoryProfile for netbsd. (#84841)David CARLIER3-2/+15