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