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