summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [𝘀𝗽𝗿] changes introduced through rebaseupstream/users/fmayer/spr/main.nfc-hwasan-also-be-more-consistent-when-getting-pointer-typesFlorian Mayer2024-03-0863-225/+2007
|\
| * [NFC] [hwasan] use for_each and move commentFlorian Mayer2024-03-071-6/+5
| * [mlir] Fix build failure in MeshShardingInterfaceImpl.cpp (NFC)Jie Fu2024-03-081-1/+2
| * [mlir][Transforms] Add listener support to dialect conversion (#83425)Matthias Springer2024-03-084-55/+302
| * [PPC] precommit cases for issue 74915Chen Zheng2024-03-071-0/+54
| * [mlir][Transforms][NFC] Make signature conversion more efficient (#83922)Matthias Springer2024-03-081-12/+15
| * [mlir] Implement Mesh's ShardingInterface for Linalg ops (#82284)Boian Petkantchin2024-03-0719-19/+754
| * [NFC] [hwasan] consistent naming for cl::optFlorian Mayer2024-03-071-10/+10
| * [Instrumentation] Convert tests to opaque pointers (NFC)Fangrui Song2024-03-075-17/+17
| * [Object] Convert tests to opaque pointers (NFC)Fangrui Song2024-03-078-25/+25
| * [DWARF] Dump an updated location for DW_CFA_advance_loc* (#84274)Igor Kudrin2024-03-085-31/+41
| * [llvm-dwarfdump] Fix parsing DW_CFA_AARCH64_negate_ra_state (#84128)Igor Kudrin2024-03-082-0/+21
| * [OpenMP] runtime support for efficient partitioning of collapsed triangular l...vadikp-intel2024-03-075-2/+692
| * [RISCV] Update some tests I missed in 909ab0e0d1903ad2329ca9fdf248d21330f9437...Craig Topper2024-03-072-29/+33
| * [compiler-rt][Fuzzer] fix windows typo (#84407)David CARLIER2024-03-081-1/+1
| * [Clang] Implement constexpr support for `__builtin_popcountg` (#84318)OverMighty2024-03-085-1/+15
|/
* [compiler-rt] adding fchmodat2 syscall introduced in Linux 6.6. (#82275)David CARLIER2024-03-081-0/+9
* [GlobalISel] Fix yet another pointer type invalid combining issue, this time ...Amara Emerson2024-03-072-0/+40
* [compiler-rt][fuzzer] Reland "SetThreadName windows implementation" (#83562)David CARLIER2024-03-071-4/+21
* [Asan] Fix -Wunused-private-field in non-assertion builds (NFC)Jie Fu2024-03-081-0/+1
* [NFC] [hwasan] be consistent about how to get integer types (#84396)Florian Mayer2024-03-071-4/+2
* [AArc64][GlobalISel] Fix legalizer assert for G_INSERT_VECTOR_ELTAmara Emerson2024-03-072-0/+71
* AMDGPU: Use True16Predicate for UseRealTrue16Insts in VOP2 Reals (#84394)Changpeng Fang2024-03-071-3/+3
* [libc] rename cpp::count_ones to cpp::popcount to better mirror std:: (#84388)Nick Desaulniers2024-03-078-14/+12
* [libc] finish documenting c23 additions (#84383)Nick Desaulniers2024-03-071-33/+79
* [InstallAPI] Collect global functions (#83952)Cyndy Ishida2024-03-0710-11/+182
* [BOLT] Properly propagate Cursor errors (#84378)Maksim Panchenko2024-03-072-10/+25
* [MLIR] XeGPU dialect for Intel GPU - core definitions and base classes (#78483)Chao Chen2024-03-0715-1/+250
* Fix build: llvm::Error needs to be moved for implicit conversion to Expected.Mehdi Amini2024-03-071-1/+1
* [X86][GlobalISel] Enable G_SDIV/G_UDIV/G_SREM/G_UREM (#81615)Evgenii Kudriashov2024-03-0826-3388/+1044
* [libc][docs] add page linking to talks (#84393)Nick Desaulniers2024-03-072-0/+30
* [lldb] Add ability to detect darwin host linker version to xfail tests (#83941)Alex Langford2024-03-072-0/+28
* [RISCV] Insert a freeze before converting select to AND/OR. (#84232)Craig Topper2024-03-0721-2356/+2587
* [libc][stdfix] Add exp function for short _Accum and _Accum types. (#84391)lntue2024-03-0715-13/+423
* [CUDA] Include PTX in non-RDC mode using the new driver (#84367)Joseph Huber2024-03-074-22/+36
* [Dexter] Extend XFAIL of Dexter tests to all MacOS architectures. (#83936)dyung2024-03-072-2/+2
* [ORC] Deallocate FinalizedAllocs on error paths in notifyEmitted.Lang Hames2024-03-071-2/+10
* [CVP] Freeze Y when expanding urem x, y with X < 2Y (#84390)Philip Reames2024-03-072-11/+18
* [gn build] Port 2a4a852a67eaLLVM GN Syncbot2024-03-071-0/+1
* Reland [clang-repl] Expose setter for triple in IncrementalCompilerBuilder (#...Stefan Gränitz2024-03-074-6/+59
* [Orc] Add NotifyCreated callback for LLJITBuilder (#84175)Stefan Gränitz2024-03-071-0/+18
* [RISCV] Split div vs rem scheduling information [nfc] (#84385)Philip Reames2024-03-077-8/+57
* [TBAA] Add test showing tbaa.struct being generated with relaxed-alias.Florian Hahn2024-03-071-0/+26
* [mlir][sparse] Move n:m printing into toMLIRString (#84264)Yinying Li2024-03-072-14/+6
* [clang] Upstream visionOS Availability & DarwinSDKInfo APIs (#84279)Cyndy Ishida2024-03-077-2/+97
* [BOLT] Add reading support for Linux kernel .altinstructions section (#84283)Maksim Panchenko2024-03-072-0/+233
* [GlobalISel] Fix crash in tryFoldAndOrOrICmpsUsingRanges() with pointer types.Amara Emerson2024-03-072-0/+66
* [lldb] Disable shell tests affected by ld_new bug (#84246)Dave Lee2024-03-073-2/+18
* Revert "[SLP]Improve minbitwidth analysis."Alexey Bataev2024-03-0715-553/+305
* [lldb] Do some gardening in ProgressReportTest (NFC) (#84278)Jonas Devlieghere2024-03-071-103/+96