summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [𝘀𝗽𝗿] changes to main this commit is based onupstream/users/vitalybuka/spr/main.msan-use-pthread_atfork-instead-of-interceptorVitaly Buka2023-12-133-4/+15
* [NFC][msan] Clang-format some includesVitaly Buka2023-12-131-17/+16
* [test][hwasan] Implement sanitizer_specific for HWASAN (#75280)Vitaly Buka2023-12-131-0/+24
* [mlir][tensor] Fold consumer linalg transpose with producer tensor pack (#74206)Prathamesh Tagore2023-12-132-1/+294
* [NFC][GlobalISel] Fix case of local variableVitaly Buka2023-12-131-3/+3
* [GlobalISel] Fix misaligned read after #74429Vitaly Buka2023-12-131-1/+3
* [clang-format] Fix a bug in git-clang-format.bat (#75268)Owen Pan2023-12-131-1/+1
* Revert "[MLIR] Fuse locations of merged constants (#74670)"Fangrui Song2023-12-134-164/+2
* [X86][FastISel] Support medium code model in more places (#75375)Arthur Eubanks2023-12-133-6/+57
* [asan] Install `pthread_atfork` (#75290)Vitaly Buka2023-12-136-1/+32
* [RISCV] Extract a utility for computing bounds on VLMAX [nfc]Philip Reames2023-12-132-11/+28
* [mlir,vector] Fix -Wunused-variableFangrui Song2023-12-131-1/+0
* Revert "[clangd] Add test for GH75115 (#75116)"Nico Weber2023-12-131-12/+0
* [libc] add mempcpy to bazel overlay (#75383)Nick Desaulniers2023-12-132-0/+21
* Reland "[Coverage][llvm-cov] Enable MC/DC Support in LLVM Source-based Code C...Alan Phipps2023-12-1334-22/+2253
* [lsan] Install `pthread_atfork` (#75281)Vitaly Buka2023-12-137-1/+29
* [X86][test] Use separate check prefix in code-model-elf.llArthur Eubanks2023-12-131-1/+182
* Revert "[VPlan] Mark Select VPInstructions as not having sideeffects."Florian Hahn2023-12-133-12/+22
* [LV] Add test case for #75298.Florian Hahn2023-12-131-0/+81
* [RISCV] Add test coverage for profitable vsetvli a0, zero, <vtype> casesPhilip Reames2023-12-133-0/+146
* workflows/release-binaries: Add schedule to run job once per month (#73812)Tom Stellard2023-12-132-15/+35
* [mlir][vector] Add pattern to drop unit dim from elementwise(a, b)) (#74817)Andrzej Warzyński2023-12-135-0/+189
* [clang-format] Fix parsing of `operator<() {}` (#75144)XDeme2023-12-132-0/+15
* [runtimes] Add missing test dependencies to check-all (#75090)Tom Stellard2023-12-131-0/+1
* [hwasan] Add `__hwasan_get_tag_from_pointer` (#75267)Vitaly Buka2023-12-135-3/+36
* [gn build] Port a5ffabce98a4LLVM GN Syncbot2023-12-131-0/+1
* [test][sanitizer] Disable test on DarwinVitaly Buka2023-12-131-0/+3
* [libc++] Fix `take_view::__sentinel`'s `operator==` (#74655)Jakub Mazurkiewicz2023-12-136-76/+165
* [runtimes] Don't link against compiler-rt explicitly when we use -nostdlib++ ...Louis Dionne2023-12-135-12/+32
* [XCOFF] Display branch-absolute targets in hex. (#72532)stephenpeckham2023-12-137-10/+178
* [AMDGPU] Fix no waitcnt produced between LDS DMA and ds_read on gfx10 (#75245)Stanislav Mekhanoshin2023-12-133-19/+23
* [llvm][Support] Add UNIX socket support (#73603)criis2023-12-135-2/+262
* Remove the builtin_headers_in_system_modules feature (#75262)Ian Anderson2023-12-132-17/+0
* [flang] module namelist IO with renaming (#75264)vdonaldson2023-12-132-65/+122
* [SystemZ][z/OS] Add missing strnlen function for z/OS to fix build failures (...Abhina Sree2023-12-1312-2/+21
* [libc] fix unit tests (#75361)Nick Desaulniers2023-12-1318-0/+33
* [libc++abi] Fix test on Android (#74753)Maksim Panchenko2023-12-131-2/+3
* [gn build] Port 6892c175c565LLVM GN Syncbot2023-12-131-0/+1
* [RISCV] Remove setJumpIsExpensive(). (#74647)Craig Topper2023-12-136-412/+316
* [gn build] Manually port ed2d497291fArthur Eubanks2023-12-131-0/+8
* [ConstantHoisting] Add a TTI hook to prevent hoisting. (#69004)Paul Walker2023-12-136-10/+163
* [MLIR][Presburger] Fix IntegerRelation::swapVar not swapping identifiers (#74...Bharathi Ramana Joshi2023-12-132-0/+46
* Move status badge as suggested in post-commit revieweric2023-12-131-4/+4
* [libc][NFC] Shorten type names in tests (#75358)Guillaume Chatelet2023-12-1310-58/+52
* [clang] Use StringRef::{starts,ends}_with (NFC) (#75149)Kazu Hirata2023-12-13155-541/+547
* [libc] fix -Wmacro-redefined (#75261)Nick Desaulniers2023-12-133-26/+2
* [clang][Driver] Support -fms-volatile as equivalent to /volatile:ms (#74790)Eli Friedman2023-12-134-19/+21
* [Transforms] Fix a warningKazu Hirata2023-12-131-0/+2
* [SVE2.1][Clang][LLVM]Int/FP reduce builtin in Clang and LLVM intrinsic (#69926)CarolineConcatto2023-12-1312-18/+1691
* AMDGPU/GlobalISel: add AMDGPUGlobalISelDivergenceLowering pass (#75340)Petar Avramovic2023-12-1314-0/+4514