aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-13[𝘀𝗽𝗿] changes to main this commit is based onusers/vitalybuka/spr/main.msan-use-pthread_atfork-instead-of-interceptorVitaly Buka3-4/+15
2023-12-13[NFC][msan] Clang-format some includesVitaly Buka1-17/+16
2023-12-13[test][hwasan] Implement sanitizer_specific for HWASAN (#75280)Vitaly Buka1-0/+24
2023-12-13[mlir][tensor] Fold consumer linalg transpose with producer tensor pack (#74206)Prathamesh Tagore2-1/+294
2023-12-13[NFC][GlobalISel] Fix case of local variableVitaly Buka1-3/+3
2023-12-13[GlobalISel] Fix misaligned read after #74429Vitaly Buka1-1/+3
2023-12-13[clang-format] Fix a bug in git-clang-format.bat (#75268)Owen Pan1-1/+1
2023-12-13Revert "[MLIR] Fuse locations of merged constants (#74670)"Fangrui Song4-164/+2
2023-12-13[X86][FastISel] Support medium code model in more places (#75375)Arthur Eubanks3-6/+57
2023-12-13[asan] Install `pthread_atfork` (#75290)Vitaly Buka6-1/+32
2023-12-13[RISCV] Extract a utility for computing bounds on VLMAX [nfc]Philip Reames2-11/+28
2023-12-13[mlir,vector] Fix -Wunused-variableFangrui Song1-1/+0
2023-12-13Revert "[clangd] Add test for GH75115 (#75116)"Nico Weber1-12/+0
2023-12-13[libc] add mempcpy to bazel overlay (#75383)Nick Desaulniers2-0/+21
2023-12-13Reland "[Coverage][llvm-cov] Enable MC/DC Support in LLVM Source-based Code C...Alan Phipps34-22/+2253
2023-12-13[lsan] Install `pthread_atfork` (#75281)Vitaly Buka7-1/+29
2023-12-13[X86][test] Use separate check prefix in code-model-elf.llArthur Eubanks1-1/+182
2023-12-13Revert "[VPlan] Mark Select VPInstructions as not having sideeffects."Florian Hahn3-12/+22
2023-12-13[LV] Add test case for #75298.Florian Hahn1-0/+81
2023-12-13[RISCV] Add test coverage for profitable vsetvli a0, zero, <vtype> casesPhilip Reames3-0/+146
2023-12-13workflows/release-binaries: Add schedule to run job once per month (#73812)Tom Stellard2-15/+35
2023-12-13[mlir][vector] Add pattern to drop unit dim from elementwise(a, b)) (#74817)Andrzej Warzyński5-0/+189
2023-12-13[clang-format] Fix parsing of `operator<() {}` (#75144)XDeme2-0/+15
2023-12-13[runtimes] Add missing test dependencies to check-all (#75090)Tom Stellard1-0/+1
2023-12-13[hwasan] Add `__hwasan_get_tag_from_pointer` (#75267)Vitaly Buka5-3/+36
2023-12-13[gn build] Port a5ffabce98a4LLVM GN Syncbot1-0/+1
2023-12-13[test][sanitizer] Disable test on DarwinVitaly Buka1-0/+3
2023-12-13[libc++] Fix `take_view::__sentinel`'s `operator==` (#74655)Jakub Mazurkiewicz6-76/+165
2023-12-13[runtimes] Don't link against compiler-rt explicitly when we use -nostdlib++ ...Louis Dionne5-12/+32
2023-12-13[XCOFF] Display branch-absolute targets in hex. (#72532)stephenpeckham7-10/+178
2023-12-13[AMDGPU] Fix no waitcnt produced between LDS DMA and ds_read on gfx10 (#75245)Stanislav Mekhanoshin3-19/+23
2023-12-13[llvm][Support] Add UNIX socket support (#73603)criis5-2/+262
2023-12-13Remove the builtin_headers_in_system_modules feature (#75262)Ian Anderson2-17/+0
2023-12-13[flang] module namelist IO with renaming (#75264)vdonaldson2-65/+122
2023-12-13[SystemZ][z/OS] Add missing strnlen function for z/OS to fix build failures (...Abhina Sree12-2/+21
2023-12-13[libc] fix unit tests (#75361)Nick Desaulniers18-0/+33
2023-12-13[libc++abi] Fix test on Android (#74753)Maksim Panchenko1-2/+3
2023-12-13[gn build] Port 6892c175c565LLVM GN Syncbot1-0/+1
2023-12-13[RISCV] Remove setJumpIsExpensive(). (#74647)Craig Topper6-412/+316
2023-12-13[gn build] Manually port ed2d497291fArthur Eubanks1-0/+8
2023-12-13[ConstantHoisting] Add a TTI hook to prevent hoisting. (#69004)Paul Walker6-10/+163
2023-12-13[MLIR][Presburger] Fix IntegerRelation::swapVar not swapping identifiers (#74...Bharathi Ramana Joshi2-0/+46
2023-12-13Move status badge as suggested in post-commit revieweric1-4/+4
2023-12-13[libc][NFC] Shorten type names in tests (#75358)Guillaume Chatelet10-58/+52
2023-12-13[clang] Use StringRef::{starts,ends}_with (NFC) (#75149)Kazu Hirata155-541/+547
2023-12-13[libc] fix -Wmacro-redefined (#75261)Nick Desaulniers3-26/+2
2023-12-13[clang][Driver] Support -fms-volatile as equivalent to /volatile:ms (#74790)Eli Friedman4-19/+21
2023-12-13[Transforms] Fix a warningKazu Hirata1-0/+2
2023-12-13[SVE2.1][Clang][LLVM]Int/FP reduce builtin in Clang and LLVM intrinsic (#69926)CarolineConcatto12-18/+1691
2023-12-13AMDGPU/GlobalISel: add AMDGPUGlobalISelDivergenceLowering pass (#75340)Petar Avramovic14-0/+4514