summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [𝘀𝗽𝗿] changes introduced through rebaseupstream/users/arichardson/spr/main.compiler-rt-allow-running-tests-without-installing-firstAlex Richardson2024-02-2776-523/+1229
|\
| * [mlir][sparse] add merger support on Batch LevelType. (#83186)Peiming Liu2024-02-274-28/+59
| * Fix typo in mlir::Value doxygen comment (#83150)Janeczko Jakub2024-02-271-1/+1
| * [libc][NFC] Add `-Wno-multi-gpu` everywhere for the GPU build (#83173)Joseph Huber2024-02-272-4/+5
| * [compiler-rt] Use locally configured llvm-lit for standalone builds (#83178)Alexander Richardson2024-02-271-2/+6
| * [asan] Disable instrumentation for available_externally global with COFF (#81...Wu Yingcong2024-02-272-0/+14
| * [lld] Adds support for xros. (#83031)rohit-rao2024-02-274-8/+22
| * [llvm-exegesis] Add loop-register snippet annotation (#82873)Aiden Grossman2024-02-2711-39/+117
| * [clang] Extend define-target-os-macros to support XROS. (#82833)rohit-rao2024-02-272-2/+49
| * [OpenMP] Fix distributed barrier hang for OMP_WAIT_POLICY=passive (#83058)Jonathan Peyton2024-02-272-3/+39
| * [TBAA] Handle bitfields when generating !tbaa.struct metadata. (#82922)Florian Hahn2024-02-274-18/+43
| * [mlir][sparse] support type conversion from batched sparse tensors to… (#83...Peiming Liu2024-02-277-17/+69
| * [gn build] Port f44c3faccaa4LLVM GN Syncbot2024-02-271-1/+0
| * [libc] Re-Enable GPU tests and fix math exception handling (#83172)Joseph Huber2024-02-276-264/+236
| * [AArch64] Use FMOVDr for clearing upper bits (#83107)David Green2024-02-274-50/+55
| * [flang][cuda] CUF kernel loop directive (#82836)Valentin Clement (バレンタイン クレメン)2024-02-275-2/+307
| * [Clang] [Sema] Handle placeholders in '.*' expressions (#83103)Sirraide2024-02-273-5/+40
| * [SHT_LLVM_BB_ADDR_MAP] Adds pretty printing of BFI and BPI for PGO Analysis M...Micah Weston2024-02-2716-71/+164
* | [𝘀𝗽𝗿] changes introduced through rebaseAlex Richardson2024-02-27765-14518/+15509
|\|
| * [compiler-rt] Add missing include to sanitizer_stackdepot_test.cppAlex Richardson2024-02-271-0/+1
| * [clang] Update -Wformat warnings for fixed-point format specifiers (#82855)PiJoules2024-02-276-3/+306
| * Reland "[TypeProf][InstrPGO] Introduce raw and instr profile format change fo...Mingming Liu2024-02-2737-98/+541
| * [libc] Add fixed point support to printf (#82707)Michael Jones2024-02-2717-13/+807
| * [llvm-ar][Archive] Use getDefaultTargetTriple instead of host triple for the ...Jacek Caban2024-02-277-16/+19
| * Revert "[Hexagon] Optimize post-increment load and stores in loops. (… (#83...Sumanth Gundapaneni2024-02-2711-1462/+1
| * [lldb][dap] Avoid concurrent `HandleCommand` calls (#83162)Jordan Rupprecht2024-02-272-3/+11
| * [mlir][AMDGPU] Set uniform-work-group-size=true by default (#79077)Krzysztof Drewniak2024-02-273-9/+61
| * [clang-tidy] Fix `cppcoreguidelines-missing-std-forward` false positive for d...AMS212024-02-273-1/+21
| * Start to clean up the process of defining command arguments. (#83097)jimingham2024-02-2728-987/+162
| * [AArch64] Skip over shadow space for ARM64EC entry thunk variadic calls (#80994)Billy Laws2024-02-273-10/+30
| * [lldb] Use CreateOptionParsingError in CommandObjectBreakpoint (#83086)Alex Langford2024-02-272-49/+54
| * [LLVM] Remove bogus whitespace from AArch64TargetParser.hPaul Walker2024-02-271-1/+1
| * Improve readability of "undefined reference" message (#82671)DeanSturtevant12024-02-274-12/+13
| * [NFC] Add REQUIRES: asserts to limit the test to debug only. (#83145)Xiang Li2024-02-271-0/+1
| * [libc] Work around incorrect fmin/fmax results for +/-x (#83158)Joseph Huber2024-02-279-99/+152
| * [CodeGen][MISched] Add misched post-regalloc bottom-up schedulingMichael Maitland2024-02-273-42/+158
| * [CodeGen][MISched] dumpSched direction depends on field in DAG.Michael Maitland2024-02-272-3/+33
| * [X86] LowerBITREVERSE - add handling for all legal 128/256/512-bit vector typ...Simon Pilgrim2024-02-271-19/+21
| * [flang][runtime] Added F128 wrappers for LDBL_MANT_DIG == 113 targets. (#83102)Slava Zakharin2024-02-272-5/+81
| * [LLVM][LangRef] Remove bogus ':' from vector constant text.Paul Walker2024-02-271-1/+1
| * [libc] Clean up GPU math implementations (#83133)Joseph Huber2024-02-27223-797/+3682
| * [libc][math][c23] Add C23 math functions ilogbf128, logbf128, and llogb(f|l|f...lntue2024-02-2741-185/+674
| * [libc++][modules] Fixes naming inconsistency. (#83036)Mark de Wever2024-02-271-1/+1
| * [flang][cuda][NFC] Add test for attributes on procedure (#83044)Valentin Clement (バレンタイン クレメン)2024-02-272-2/+18
| * [libc] Re-enable several GPU math smoke tests (#83147)Joseph Huber2024-02-271-76/+0
| * [RemoveDIs][DebugInfo] Add DPValue checks to the verifier, prepare DPValue fo...Stephen Tozer2024-02-277-85/+132
| * [clang][Interp] Ignore unnamed bitfields when checking initTimm Bäder2024-02-272-0/+25
| * [BOLT][AArch64] Skip BBs only instead of functions (#81989)Elvina Yakubova2024-02-274-28/+196
| * Aim debugserver workaround more precisely. (#83099)Adrian Prantl2024-02-272-9/+14
| * [llvm-objcopy] Improve help messages (#82830)Fangrui Song2024-02-273-52/+54