aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
5 daysDAG: Lower single infinity is.fpclass tests to fcmpusers/arsenm/dag-lower-single-inf-is-fpclass-to-fcmpMatt Arsenault5-111/+127
5 daysDAG: Handle lowering unordered compare with infusers/arsenm/dag-lower-unordered-compare-with-infMatt Arsenault10-99/+126
5 daysDAG: Lower is.fpclass fcSubnormal|fcZero to fabs(x) < smallest_normal (#100390)Matt Arsenault2-30/+60
5 days[libc] Updated GettingStarted.rst with PyYAML version (#100649)RoseZhang032-2/+4
5 daysBuild release binaries for multiple targets (#98431)Tom Stellard6-161/+520
5 days[libc] Fix building bitcode library for GPU (#100491)Joseph Huber3-59/+14
5 days[SandboxIR] Implement CallBase and CallInst (#100218)vporpo6-20/+608
5 days[libc++] Fix bug in atomic_ref's calculation of lock_free-ness (#99570)Louis Dionne5-125/+312
5 daysAMDGPU/GlobalISel: Add some more select of pointer typed constant testsMatt Arsenault1-0/+191
5 daysWorkflows: Fix copy-paste mistake in release-asset-auditTom Stellard1-1/+1
5 days[lldb] Remove python helper getCompilerBinary() (#100660)Kendal Harland2-11/+3
5 days[mlir][spirv] Support `vector.step` in vector to spirv conversion (#100651)Angel Zhang2-2/+66
5 days[libcxx] [test] Detect the UCRT printf("%a") formatting bug (#99846)Martin Storsjö4-8/+24
5 days[clang] Enable the -Wdangling-assignment-gsl diagnostic by default. (#100708)Haojian Wu2-1/+3
5 days[NFC][ubsan] Expand lower-builtin-allow-check test (#100677)Vitaly Buka1-0/+83
5 days[docs] Fix code-block formating (#100772)Vitaly Buka1-0/+2
5 days[flang][cuda] Emit error when host array is used in CUF kernel (#100693)Valentin Clement (バレンタイン クレメン)6-7/+50
5 days[NFC][ubsan] Add mixed filter test case (#100679)Vitaly Buka1-0/+166
5 days[NFC][hwasan] Remove duplicated checksVitaly Buka1-10/+2
5 daysworkflows: Add a job for auditing release assets (#92829)Tom Stellard2-0/+105
5 days[clang][Sema][NFC] remove unreachable return statement (#100642)Mike Rice1-2/+1
5 days[libc++][doc] Updates the libc++ status page. (#100595)Mark de Wever3-12/+12
5 days[DenseMap] clear: don't access TombstoneKey if is_trivially_destructibleFangrui Song1-1/+2
5 days[SimplifyCFG] Skip threading if the target may have divergent branchesdarkbuck3-12/+98
5 days[RISCV] Add FMA support to combineOp_VLToVWOp_VL. (#100454)Craig Topper3-82/+169
5 days[RISCV] Remove feature implication from TuneSiFive7. (#100694)Craig Topper2-12/+12
5 days[LegalizeTypes] Create an ISD::ADD instead of an ISD::UADDO with unused overf...Craig Topper2-3/+3
5 days[Driver] Use hasArg to fix -Wunused-but-set-variable after #97342Fangrui Song1-1/+1
5 days[lldb][TypeSystemClang][NFC] Clean up TypeSystemClang::GetBitSize (#100674)Michael Buch2-56/+60
5 days[NFC] Reduce size of FunctionEffect to 1 byte. (#100753)Doug Wyatt1-6/+5
5 days[Clang] Do not pass `-shared` when using `-r` for AMDGPU (#100760)Joseph Huber2-2/+8
5 days[lldb-dap] Updated README.md for newly added attach properties. (#99926)Santhosh Kumar Ellendula2-2/+33
5 days[lldb] Optimized lldb-server memory usage (#100666)Dmitry Vasilyev1-2/+2
5 days[SLP]Add external uses cost for the gathered loads.Alexey Bataev3-28/+32
5 days[libc++] Enable Clang modules in carve-out CI jobs (#100571)Louis Dionne12-0/+42
5 days[X86] Add missing PSUBQ handling to SandyBridge modelSimon Pilgrim6-193/+195
5 days[X86] haswell/broadwell only uses port5 for mmx pack reg-reg instructionsSimon Pilgrim4-20/+20
5 days[libc++] Remove outdated setting of LIBCXX_CXX_ABI_LIBRARY_PATH (#100631)Louis Dionne1-6/+0
5 days[libc++] Remove unmaintained support for generating code coverage (#100630)Louis Dionne4-83/+0
5 days[NvlinkWrapper] Add relocatable link support to LTO passJoseph Huber2-5/+9
5 days[clang] Handle tm mangling on Solaris in PPMacroExpansion.cpp (#100724)Rainer Orth1-0/+10
5 days [DAG] Add SDPatternMatch::m_Select (#100686)Michael Maitland2-0/+19
5 daysworkflows: Fix tag name for release sources job (#100752)Tom Stellard1-1/+1
5 daysAMDGPU/GlobalISel: Use getSubRegFromChannel (#100732)Matt Arsenault1-23/+3
5 days[mlir] Add property combinators, initial ODS support (#94732)Krzysztof Drewniak20-203/+1486
5 days[AMDGPU] Use SubtargetPredicate instead of OtherPredicates for subtarget pred...Christudasan Devadasan1-11/+11
5 days[libc] Fix relocatable link attempting to pull in standard libsJoseph Huber1-1/+1
5 days[clang][Interp][NFC] Improve InterpFrame::dumpTimm Bäder1-3/+8
5 days[gn] port a737b8704c03 (llvm-ctxprof-util)Nico Weber2-0/+12
5 days[libc][math] Implement fast pass for double precision atan2 with 1 ULP errors...lntue14-1/+510