summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-29[𝘀𝗽𝗿] changes to main this commit is based onusers/vitalybuka/spr/main.updateVitaly Buka
2024-07-29[LinkerWrapper] Make `-Xoffload-linker` match `-Xlinker` semantics (#101032)Joseph Huber
2024-07-29[msan] Precommit tests for Arm NEON VST with lanes (#100645)Thurston Dang
2024-07-29[Memprof] Adds instrumentation support for memprof with histograms. (#100834)Matthew Weingarten
2024-07-29[SandboxIR] Implement GetElementPtrInst (#101078)vporpo
2024-07-29[nsan] Remove mallopt from nsan_interceptors (#101055)Daniel Martinez
2024-07-29[ctx_prof] Extend `WorkloadImportsManager` to use the contextual profile (#98...Mircea Trofin
2024-07-29[SPIRV] Don't specialize MachineModuleInfo to access the LLVMContext. NFC (#1...Justin Bogner
2024-07-29Revert "[DXIL][Analysis] Make alignment on StructuredBuffer optional" (#101088)Justin Bogner
2024-07-29[DXIL][Analysis] Make alignment on StructuredBuffer optionalJustin Bogner
2024-07-29[DXIL][Analysis] Use setters for dxil::ResourceInfo initialization. NFCJustin Bogner
2024-07-29[NVPTX] Fix DwarfFrameBase construction (#101000)Nikita Popov
2024-07-29[SandboxIR] Implement CallBrInst (#100823)vporpo
2024-07-29[compiler-rt] Fix format string warnings in FreeBSD DumpAllRegisters (#101072)Dimitry Andric
2024-07-29[lld][LTO] Teach LTO to print pipeline passes (#101018)macurtis-amd
2024-07-29[Memprof] Changes `HISTOGRAM_GRANULARITY` from 8U to 8ULL. (#100949)Matthew Weingarten
2024-07-29[Darwin] Fix availability of exp10 for BridgeOS, DriverKit. (#100894)Florian Hahn
2024-07-29[SandboxIR][NFC] Fixes for LoadInst::create functions (#100955)Julius Alexandre
2024-07-29[MC] Move some bool members to MCFragment. NFCFangrui Song
2024-07-29[InstrProf] Remove duplicate definition of IntPtrTDimitry Andric
2024-07-29[InstCombine][asan] Don't speculate loads before `select ptr` (#100773)Vitaly Buka
2024-07-29Fix hasName matcher assertion with inline namespaces (#100975)Nathan James
2024-07-29[Clang][Parse] Fix ambiguity with nested-name-specifiers that may declarative...Krystian Stasiowski
2024-07-29[APINotes] Do not crash for C++ operatorsEgor Zhdan
2024-07-29[NFC][InstCombine][SROA][Asan] Precommit tests affected by #100773 (#100844)Vitaly Buka
2024-07-29[RISCV][CostModel] Add coverage for non-power-of-2 vector sizesPhilip Reames
2024-07-29[NFC][Load] Make `ScanFrom` required parameters (#100789)Vitaly Buka
2024-07-29[NFC][Load] Find better place for `mustSuppressSpeculation` (#100794)Vitaly Buka
2024-07-29[SLP]Remove ExtraArgs from reductions.Alexey Bataev
2024-07-29[DAG] Add SDPatternMatch::m_VSelect (#100758)Michael Maitland
2024-07-29[AMDGPU] Correctly pass the target-id to `ld.lld` (#101037)Joseph Huber
2024-07-29[mlir][vector] Use `DenseI64ArrayAttr` for constant_mask dim sizes (#100997)Benjamin Maxwell
2024-07-29[DirectX] Update "dx.TypedBuffer" docs to include a "signed" bit (#100695)Justin Bogner
2024-07-30[TLI] Add support for inferring attr `cold` on `exit`/`abort`Noah Goldstein
2024-07-30[InstCombine][InferFunctionAttrs] Add tests for inferring `cold` on exit/abor...Noah Goldstein
2024-07-29[Clang][Sema] Disallow applying `onwership_returns` to functions that return ...Pavel Skripkin
2024-07-29[Clang] prevent checking destructor reference with an invalid initializer (#9...Oleksandr T.
2024-07-29[RISCV][TTI] Split costing of [u/s]int_to_fp from fp_to_[u/s]int [nfc] (#101029)Philip Reames
2024-07-29[libclang/python] Export all enums (#100941)Jannick Kremer
2024-07-29[AsmPrinter] Don't EmitToStreamer instructions lowered by tblgenned code (#10...Sergei Barannikov
2024-07-29[Transforms] Speed up SSAUpdater::FindExistingPHI (#100281)William Junda Huang
2024-07-29[RISCV] Remove registers from ins of Priv instructions. (#100857)Craig Topper
2024-07-29[RISCV] Add isel special case for (and (srl X, c2), c1) -> (slli_uw (srli x, ...Craig Topper
2024-07-30[mlir][doc] Fix docs for `PtrDialect` using the `-gen-dialect-doc`(NFC) (#101...Kohei Yamaguchi
2024-07-29[libc] make aarch64 libm entrypoints consistent w/ x86-64 (#100963)Schrodinger ZHU Yifan
2024-07-29[PowerPC] Add phony subregisters to cover the high half of the VSX registers....Stefan Pintilie
2024-07-29[OpenMP] Re-enable test after correctly forwarding `mllvm`Joseph Huber
2024-07-29[ARM] Regenerate vselect_imax.llSimon Pilgrim
2024-07-29[CostModel][X86] Add missing AVX512 vector mul overflow intrinsic costsSimon Pilgrim
2024-07-29[OpenMP] Assign thread ids in the cpuinfo topology method (#91013)Jonathan Peyton