summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "[ASan][libc++] Initialize `__r_` variable with lambda"upstream/revert-77394-lambda-fixedVitaly Buka2024-01-181-1/+1
* Revert #76246 and #76083Daniel Thornburgh2024-01-1836-200/+298
* [dfsan] Don't clear shadow on dlopen(NULL, flags)Fangrui Song2024-01-182-2/+2
* [lld][WebAssembly] Move linker global state in to context object. NFC (#78629)Sam Clegg2024-01-1812-65/+64
* [lld][WebAssembly] Rename fetch() to extract() to match ELF linker. NFC (#78625)Sam Clegg2024-01-184-10/+12
* [lldb] Stop creating BreakpointEventData raw pointers (#78508)Alex Langford2024-01-182-31/+24
* [BOLT] Use continuous output addresses in delta encoding in BATAmir Ayupov2024-01-183-27/+36
* [AArch64] Add tests for operations on vectors with 3 elements.Florian Hahn2024-01-181-0/+310
* [X86] Fix RTTI proxy emission for 32-bit (#78622)Shoaib Meenai2024-01-184-4/+33
* [clang-repl][test] Suppress memory lease after #76218Vitaly Buka2024-01-181-0/+8
* [Hexagon] Flip subreg bit for reverse pairs hvx .new (#75873)quic-akaryaki2024-01-183-2/+24
* [libc] Use clang's scoped atomics if available from the compiler (#74769)Joseph Huber2024-01-182-24/+75
* [sanitizer] Skip /include/c++/ from summary (#78534)Vitaly Buka2024-01-182-3/+19
* [lldb] Remove redundant severity substring within a diagnostic message. (#76111)Pete Lawrence2024-01-182-4/+13
* [flang] Fix seg fault `CodeGenAction::executeAction()` (#78269)Kareem Ergawy2024-01-183-0/+115
* [clang] Pass `-n` to llvm-cxxfilt in even more codegen testsVlad Serebrennikov2024-01-181-4/+4
* [CompilerRT][ASan] Add new substitutions for tests while using lto to (#78523)Usama Hameed2024-01-182-3/+13
* Revert "[lldb] Silence narrowing conversion warning with MSVC"Alexandre Ganea2024-01-181-1/+1
* [clang] Add size filter for stack auto init (#74777)Haopeng Liu2024-01-187-0/+137
* [flang] Don't use \uXXXX encodings unless \-escapes are enabled (#78326)Peter Klausler2024-01-181-1/+1
* [ThinLTO][DebugInfo] Emit full type definitions when importing anonymous type...Ricky Zhou2024-01-182-22/+30
* [openmp] Revert 64874e5ab5fd102344d43ac9465537a44130bf19 since it was committ...Alexandre Ganea2024-01-189-84/+15
* [clang] Fix parenthesized list initialization of arrays not working with `new...Alan Zhao2024-01-187-33/+221
* [lld-macho] Fix for objc_msgSend stubs (#78557)kyulee-com2024-01-182-2/+37
* [llvm][utils] Fix SmallString summary provider (#78527)Dave Lee2024-01-181-4/+6
* [RISCV] Adjust select shuffle cost to reflect mask creation cost (#77963)Philip Reames2024-01-183-47/+48
* [NVPTX][NFC] Remove unused parameter of getArgumentAlignment (#78604)Alex MacLean2024-01-182-7/+6
* [lldb] Silence narrowing conversion warning with MSVCAlexandre Ganea2024-01-181-1/+1
* [lldb] Silence warning with latest MSVCAlexandre Ganea2024-01-181-0/+1
* [lldb] Silence warning with latest MSVC on WindowsAlexandre Ganea2024-01-181-0/+1
* [lldb] Silence warning when building with latest MSVCAlexandre Ganea2024-01-181-1/+1
* [HLSL][SPIR-V] Add Vulkan to target triple (#76749)Natalie Chouinard2024-01-188-83/+132
* [libc++] Renames ABI tag. (#78342)Mark de Wever2024-01-188-13/+9
* [libc++] Un-xfail module tests in picolibc tests (#78580)Dominik Wójt2024-01-184-1/+12
* [clang] Pass `-n` to llvm-cxxfilt in codegen testsVlad Serebrennikov2024-01-181-3/+3
* [SystemZ] i128 cost model (#78528)Jonas Paulsson2024-01-188-62/+337
* [LLVM][ADT] Convert llvm::hash_code to unsigned explicitly in DenseMapInfo (#...Andrei Golubev2024-01-191-1/+3
* [ORC][MachO] Support common load commands in the platform's mach-o header bui...Ben Langmuir2024-01-183-24/+123
* [ORC] Specialize MachOBuilder support for the LC_ID_DYLIB command.Lang Hames2024-01-181-4/+38
* [mlir][flang][openacc] Device type support on acc routine op (#78375)Valentin Clement (バレンタイン クレメン)2024-01-186-68/+498
* [CUDA] Disable registering surfaces and textures with the new driverJoseph Huber2024-01-182-3/+2
* [SPIR-V] improve performance of Module Analysis stage in the part of processi...Vyacheslav Levytskyy2024-01-181-36/+37
* [lldb] Correct function names in ProcessGDBRemote::ParseFlagsFields log messagesDavid Spickett2024-01-181-29/+33
* [LinkerWrapper][Obvious] Fix move on temporary objectJoseph Huber2024-01-181-1/+1
* [mlir][irdl] Add `irdl.base` op (#76400)Fehr Mathieu2024-01-188-17/+350
* [X86][MC] Fix wrong encoding of promoted BMI instructions due to missing NoCD...XinWang102024-01-196-62/+53
* [X86] Fix failures on EXPENSIVE_CHECKS buildsShengchen Kan2024-01-191-1/+4
* [libc][arm] add more math.h entrypoints (#77839)Nick Desaulniers2024-01-183-106/+318
* [libc] reverts for 32b arm (#78307)Nick Desaulniers2024-01-182-7/+0
* [lldb][Format] Fix missing inlined function names in frame formatting. (#78494)Zequan Wu2024-01-185-49/+80