aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-22[𝘀𝗽𝗿] initial versionusers/ilovepi/spr/clangdriver-add-mtls-dialect-optionPaul Kirth6-0/+40
2024-01-18Revert #76246 and #76083Daniel Thornburgh36-200/+298
2024-01-18[dfsan] Don't clear shadow on dlopen(NULL, flags)Fangrui Song2-2/+2
2024-01-18[lld][WebAssembly] Move linker global state in to context object. NFC (#78629)Sam Clegg12-65/+64
2024-01-18[lld][WebAssembly] Rename fetch() to extract() to match ELF linker. NFC (#78625)Sam Clegg4-10/+12
2024-01-18[lldb] Stop creating BreakpointEventData raw pointers (#78508)Alex Langford2-31/+24
2024-01-18[BOLT] Use continuous output addresses in delta encoding in BATAmir Ayupov3-27/+36
2024-01-18[AArch64] Add tests for operations on vectors with 3 elements.Florian Hahn1-0/+310
2024-01-18[X86] Fix RTTI proxy emission for 32-bit (#78622)Shoaib Meenai4-4/+33
2024-01-18[clang-repl][test] Suppress memory lease after #76218Vitaly Buka1-0/+8
2024-01-18[Hexagon] Flip subreg bit for reverse pairs hvx .new (#75873)quic-akaryaki3-2/+24
2024-01-18[libc] Use clang's scoped atomics if available from the compiler (#74769)Joseph Huber2-24/+75
2024-01-18[sanitizer] Skip /include/c++/ from summary (#78534)Vitaly Buka2-3/+19
2024-01-18[lldb] Remove redundant severity substring within a diagnostic message. (#76111)Pete Lawrence2-4/+13
2024-01-18[flang] Fix seg fault `CodeGenAction::executeAction()` (#78269)Kareem Ergawy3-0/+115
2024-01-18[clang] Pass `-n` to llvm-cxxfilt in even more codegen testsVlad Serebrennikov1-4/+4
2024-01-18[CompilerRT][ASan] Add new substitutions for tests while using lto to (#78523)Usama Hameed2-3/+13
2024-01-18Revert "[lldb] Silence narrowing conversion warning with MSVC"Alexandre Ganea1-1/+1
2024-01-18[clang] Add size filter for stack auto init (#74777)Haopeng Liu7-0/+137
2024-01-18[flang] Don't use \uXXXX encodings unless \-escapes are enabled (#78326)Peter Klausler1-1/+1
2024-01-18[ThinLTO][DebugInfo] Emit full type definitions when importing anonymous type...Ricky Zhou2-22/+30
2024-01-18[openmp] Revert 64874e5ab5fd102344d43ac9465537a44130bf19 since it was committ...Alexandre Ganea9-84/+15
2024-01-18[clang] Fix parenthesized list initialization of arrays not working with `new...Alan Zhao7-33/+221
2024-01-18[lld-macho] Fix for objc_msgSend stubs (#78557)kyulee-com2-2/+37
2024-01-18[llvm][utils] Fix SmallString summary provider (#78527)Dave Lee1-4/+6
2024-01-18[RISCV] Adjust select shuffle cost to reflect mask creation cost (#77963)Philip Reames3-47/+48
2024-01-18[NVPTX][NFC] Remove unused parameter of getArgumentAlignment (#78604)Alex MacLean2-7/+6
2024-01-18[lldb] Silence narrowing conversion warning with MSVCAlexandre Ganea1-1/+1
2024-01-18[lldb] Silence warning with latest MSVCAlexandre Ganea1-0/+1
2024-01-18[lldb] Silence warning with latest MSVC on WindowsAlexandre Ganea1-0/+1
2024-01-18[lldb] Silence warning when building with latest MSVCAlexandre Ganea1-1/+1
2024-01-18[HLSL][SPIR-V] Add Vulkan to target triple (#76749)Natalie Chouinard8-83/+132
2024-01-18[libc++] Renames ABI tag. (#78342)Mark de Wever8-13/+9
2024-01-18[libc++] Un-xfail module tests in picolibc tests (#78580)Dominik Wójt4-1/+12
2024-01-18[clang] Pass `-n` to llvm-cxxfilt in codegen testsVlad Serebrennikov1-3/+3
2024-01-18[SystemZ] i128 cost model (#78528)Jonas Paulsson8-62/+337
2024-01-19[LLVM][ADT] Convert llvm::hash_code to unsigned explicitly in DenseMapInfo (#...Andrei Golubev1-1/+3
2024-01-18[ORC][MachO] Support common load commands in the platform's mach-o header bui...Ben Langmuir3-24/+123
2024-01-18[ORC] Specialize MachOBuilder support for the LC_ID_DYLIB command.Lang Hames1-4/+38
2024-01-18[mlir][flang][openacc] Device type support on acc routine op (#78375)Valentin Clement (バレンタイン クレメン)6-68/+498
2024-01-18[CUDA] Disable registering surfaces and textures with the new driverJoseph Huber2-3/+2
2024-01-18[SPIR-V] improve performance of Module Analysis stage in the part of processi...Vyacheslav Levytskyy1-36/+37
2024-01-18[lldb] Correct function names in ProcessGDBRemote::ParseFlagsFields log messagesDavid Spickett1-29/+33
2024-01-18[LinkerWrapper][Obvious] Fix move on temporary objectJoseph Huber1-1/+1
2024-01-18[mlir][irdl] Add `irdl.base` op (#76400)Fehr Mathieu8-17/+350
2024-01-19[X86][MC] Fix wrong encoding of promoted BMI instructions due to missing NoCD...XinWang106-62/+53
2024-01-19[X86] Fix failures on EXPENSIVE_CHECKS buildsShengchen Kan1-1/+4
2024-01-18[libc][arm] add more math.h entrypoints (#77839)Nick Desaulniers3-106/+318
2024-01-18[libc] reverts for 32b arm (#78307)Nick Desaulniers2-7/+0
2024-01-18[lldb][Format] Fix missing inlined function names in frame formatting. (#78494)Zequan Wu5-49/+80