aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-07-30[𝘀𝗽𝗿] changes introduced through rebaseusers/Prabhuk/sprmain.asmprintercallgraphsection-emit-call-graph-section-4Prabhu Rajasekaran1295-28079/+69584
2025-07-30[llvm] Extract and propagate callee_type metadataPrabhu Rajasekaran24-2/+520
2025-07-30[CodeGen][counted_by] See past parentheses and no-op casts (#151266)Bill Wendling2-1/+79
2025-07-30LTO: Fix bug, Res was meant to be InputRes.Peter Collingbourne1-1/+1
2025-07-30[libc] Start slab search at number of allocated bitsJoseph Huber1-36/+34
2025-07-30LTO: Redesign the CFI !aliases metadata.Peter Collingbourne7-100/+148
2025-07-30[AMDGPU] Add gfx1250 v_cvt_sr_pk_bf16_f32 instruction (#151385)Stanislav Mekhanoshin18-1/+482
2025-07-30Revert "MCFragment: Use trailing data for fixed-size part" (#151383)Nikolay Panchenko7-139/+55
2025-07-30[AMDGPU][MC] In GFX11+ v_pk_fmac_f16 should not allow DPP (#148751)Jun Wang3-1/+38
2025-07-30[NVPTX] Mark callseq insts as reading and writing memory (#151376)Alex MacLean2-32/+85
2025-07-30[libc][math] Refactor atanf16 implementation to header-only in src/__support/...Muhammad Bassiouni9-104/+190
2025-07-30[AMDGPU] Add gfx1250 V_ADD_{MIN|MAX}_{U|I}32 instructions (#151379)Stanislav Mekhanoshin13-33/+454
2025-07-30[SECV] Try to push the op into ZExt: A + zext (-A + B) -> zext (B) (#151227)Florian Hahn4-10/+23
2025-07-30[WebAssembly] Add gc target feature to addBleedingEdgeFeatures (#151294)Hood Chatham9-22/+44
2025-07-30[lldb][test] Fix running TestWithLimitDebugInfo.py on Windows (#150579)Igor Kudrin1-9/+8
2025-07-30[lldb] Fix updating persistent variables without JIT (#149642)Igor Kudrin2-10/+15
2025-07-30Re-land "[lldb] Pick the builder for the target platform (#151262)"Jonas Devlieghere3-3/+12
2025-07-30Revert "[MemProf] Change histogram storage from uint64_t to uint16_t" (#151382)Snehasish Kumar30-296/+32
2025-07-30[mlir][linalg][nfc] Clean-up leftover code post #149156 (#151334)Andrzej Warzyński1-6/+0
2025-07-30[AMDGPU] Fix op_sel settings for v_cvt_scale32_* and v_cvt_sr_* (#151286)Changpeng Fang5-77/+78
2025-07-30[CIR] Upstream Unary Plus & Minus op for ComplexType (#150281)Amr Hesham3-4/+142
2025-07-30[MemProf] Change histogram storage from uint64_t to uint16_t (#147854)Snehasish Kumar30-32/+296
2025-07-30[flang] Support fixed-width input field truncation for LOGICAL (#151203)Peter Klausler7-28/+134
2025-07-30[flang][near NFC] Fix English in an error message (#151029)Peter Klausler2-9/+9
2025-07-30[flang][CUDA] Apply intrinsic operator overrides (#151018)Peter Klausler6-16/+126
2025-07-30[flang][runtime] Remove redundant initialization (#150984)Peter Klausler2-4/+1
2025-07-30[RISCV] Fix bug in [l](lrint|lround) vector-cost (#151298)Ramkumar Ramachandra2-14/+19
2025-07-30[SPIRV] Preserve implicit bitcast (#151041)Farzon Lotfi2-6/+52
2025-07-30[clang][X86] Update __cpuidex_conflict.c test post #126324 (#151220)Aiden Grossman1-9/+6
2025-07-30[ExecutionEngine] Fix a warningKazu Hirata1-1/+1
2025-07-30[LLVM][CodeGen][AArch64] Prevent invalid extract_elt within combineStoreValue...Paul Walker2-8/+2
2025-07-30Revert "[lldb] Pick the builder for the target platform" (#151367)Jonas Devlieghere1-2/+1
2025-07-30[bazel] Port #151010: DW_OP_WASM_location (#151364)Jordan Rupprecht1-0/+1
2025-07-30[IR2Vec] Add triplet generation utility script for vocabulary training (#149215)S. VenkataKeerthy2-0/+307
2025-07-30[lldb] deactivate some tests on older SDKs (#147768)Charles Zablit19-1/+20
2025-07-30Silence a not all control paths return a value warning; NFCAaron Ballman1-0/+1
2025-07-30[ORC] Fix synchronization in CoreAPIsTest. (#144556)Jameson Nash1-8/+10
2025-07-30[InstCombine] Added pattern for recognising the construction of packed intege...zGoldthorpe2-0/+1080
2025-07-30[mlir][spirv] Fix serialization of multi-dimensional TensorArm constant (#151...Mohammadreza Ameri Mahabadian2-0/+47
2025-07-30[mlir][spirv] Fix UpdateVCEPass pass to deduce the correct version (#151192)Mohammadreza Ameri Mahabadian2-1/+16
2025-07-30[gn build] Port c2548a8c4c58LLVM GN Syncbot1-0/+1
2025-07-30[libc] Add implementation of getcpu syscall wrapper (#150871)Aiden Grossman8-0/+119
2025-07-30[RISCV] Fix a warningKazu Hirata1-1/+0
2025-07-30[clang-format] Disable IntegerLiteralSeparator for C++ before c++14 (#151273)Owen Pan2-4/+10
2025-07-30[bazel][mlir] Add build files for transform examples (#151351)Jordan Rupprecht4-0/+262
2025-07-30[mlir][Vector] Allow elementwise/broadcast swap to handle mixed types (#151274)Krzysztof Drewniak2-79/+160
2025-07-30[LTO][NFC] Switch LTO API from output parameter to return value (#151272)Vitaly Buka2-50/+55
2025-07-30Revert "[mlir][spirv] Fix UpdateVCEPass to deduce the correct set of capabili...Igor Wodiany2-25/+16
2025-07-30[lldb] Support DW_OP_WASM_location in DWARFExpression (#151010)Jonas Devlieghere15-169/+658
2025-07-30[TSan][compiler-rt] Defer symbolization of Reports to as late as possible (#1...Dan Blackwell4-19/+80