summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [𝘀𝗽𝗿] initial versionupstream/users/lanza/sprmove-mlir-before-clang-for-in-the-list-of-external-projectsNathan Lanza2024-03-212-2/+2
* [LLVM][DebugInfo] Add accessor for NameIndex header.Caroline Tice2024-03-201-0/+3
* [BOLT] Write and parse BF/BB hashes in BATAmir Ayupov2024-03-204-14/+95
* [BOLT][CMake] Build rt library despite unreadable map_files (#77876)Amir Ayupov2024-03-201-2/+2
* [Libomptarget] Consolidate CPU offloading into 'host' directory (#86014)Joseph Huber2024-03-2010-186/+118
* [MLIR][XeGPU] Adding XeGPU 2d block operators (#85804)Chao Chen2024-03-208-12/+791
* [BOLT][NFC] Simplify YAMLProfileWriter::convertAmir Ayupov2024-03-201-12/+6
* [BOLT][NFC] Expose YAMLProfileWriter::convert functionAmir Ayupov2024-03-202-10/+11
* [PGO] Use isScopedEHPersonality for funclet check (#85671)Heejin Ahn2024-03-202-1/+49
* Rebase swiftasynccall's musttail support onto the [[clang::musttail]] logic (...John McCall2024-03-202-15/+34
* [mlir] split transform interfaces into a separate library (#85221)Oleksandr "Alex" Zinenko2024-03-20102-168/+239
* [mlir][vector] Adds pattern rewrite for maskable Ops (#83827)Andrzej Warzyński2024-03-202-94/+143
* [llvm][lld] Pre-commit tests for RISCV TLSDESC symbolsPaul Kirth2024-03-202-0/+49
* [clang] Fix a warningKazu Hirata2024-03-201-1/+0
* [AMDGPU] Copy SOP properties from pseudo to real. NFCI. (#85997)Stanislav Mekhanoshin2024-03-201-0/+13
* [PowerPC] Clang format (NFC).Christudasan Devadasan2024-03-211-1/+1
* [DAG] Add SDPatternMatch m_ZExtOrSelf/m_SExtOrSelf/m_AExtOrSelf/m_TruncOrSelf...Marc Auberer2024-03-202-0/+65
* [flang][Lower] Convert OMP Map and related functions to evaluate::Expr (#81626)Krzysztof Parzyszek2024-03-208-268/+335
* [flang][cuda] Fix fir.cuda_kernel_launch assembly with no args (#85987)Valentin Clement (バレンタイン クレメン)2024-03-202-1/+2
* [CLANG] Full support of complex multiplication and division. (#81514)Zahira Ammarguellat2024-03-2013-312/+5518
* [C11] Add test coverage for N1310 and claim conformanceAaron Ballman2024-03-202-1/+32
* [RISCV] Add missing feature predicates to some of the RVV pseudos (#85983)Min-Yih Hsu2024-03-201-1/+4
* [DirectX][DXIL] Distinguish return type for overload type resolution. (#85646)S. Bharadwaj Yadavalli2024-03-207-30/+83
* [RISCV] Use 'riscv-isa' module flag to set ELF flags and attributes. (#85155)Craig Topper2024-03-203-4/+58
* [TableGen] Fix operand constraint checking problem. (#85859)Jason Eckhardt2024-03-203-2/+38
* [SPIRV] Add __spirv_ builtins for existing instructions (#85654)Vyacheslav Levytskyy2024-03-2010-40/+226
* [SPIR-V] Fix incorrect bitwise instructions applied to the bool type (#85929)Vyacheslav Levytskyy2024-03-202-0/+89
* [mlir][nvgpu][nvvm] Add myself as a primary reviewer for nvgpu and nvvm diale...Guray Ozen2024-03-201-0/+8
* [Clang] Update missing varargs arg extension warnings (#84520)Sirraide2024-03-207-21/+42
* [dfsan] Re-exec with no ASLR if memory layout is incompatible on Linux (#85674)Thurston Dang2024-03-203-19/+78
* [bazel] another BUILD fix for 2137894a6f5475e51c541b6d16e8902125a8f002Augie Fackler2024-03-201-1/+1
* [TableGen][Target] Add documentation to `Constraints`. (#85951)Jason Eckhardt2024-03-201-1/+14
* [libc]: Implement strfromf() and shared utilities (#85438)Vinayak Dev2024-03-208-1/+343
* [lldb] Invert relationship between Process and AddressableBits (#85858)Alex Langford2024-03-206-23/+43
* [RISCV] Cleanup setOperationAction for ISD::BITCAST with Zfa and D extension....Craig Topper2024-03-201-2/+2
* [lldb] Remove process restart prompt from TestSourceManager (#85861)Alex Langford2024-03-201-5/+4
* [bazel] add missing dependency for 2137894a6f5475e51c541b6d16e8902125a8f002Augie Fackler2024-03-201-0/+1
* [ELF] Improve unknown -z testFangrui Song2024-03-201-3/+4
* clang driver: enable fast unaligned access for Android on RISCV64 (#85704)AdityaK2024-03-202-2/+8
* Fix typo (#85869)Job Henandez Lara2024-03-201-1/+1
* [RemoveDIs][NFC] Delete a now-redundant commentStephen Tozer2024-03-201-2/+0
* [X86] avx-shuffle-builtins.c - limit to x86 targetsSimon Pilgrim2024-03-201-0/+1
* [ELF] Add isStaticRelSecType to simplify SHT_REL/SHT_RELA testing. NFCFangrui Song2024-03-207-15/+17
* Reland [FMV] Emit the resolver along with the default version definit… (#85...Alexandros Lamprineas2024-03-204-238/+629
* [clang][dataflow] Fix crash when analyzing a coroutine (#85957)Eric Li2024-03-202-3/+53
* [memprof] Move allocator base to avoid conflict with high-entropy ASLR (#85834)Thurston Dang2024-03-201-0/+4
* [DwarfGenerator] Calculate relative offset according to Dwarf Version (#84847)Will Hawkins2024-03-201-3/+11
* Revert "[libcxx] [modules] Fix relative paths with absolute LIBCXX_INSTALL_MO...Martin Storsjö2024-03-201-8/+2
* [RemoveDIs][NFC] Rename DPMarker->DbgMarker (#85931)Stephen Tozer2024-03-2017-279/+292
* [mlir][python] Enable python bindings for Index dialect (#85827)Steven Varoumas2024-03-204-0/+264