summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [𝘀𝗽𝗿] changes introduced through rebaseupstream/users/vitalybuka/spr/main.asan-install-pthread_atforkVitaly Buka2023-12-13683-6998/+26811
|\
| * [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
| * [CMake] Include opt-viewer in Fuchsia toolchain (#75296)Petr Hosek2023-12-131-0/+1
| * [InstCombine] Fix uninitialized variable usageBenjamin Kramer2023-12-131-6/+3
| * [libc++] Fix incomplete user-defined ctype specialization in test (#74630)Louis Dionne2023-12-131-8/+44
| * [ConstraintElim] Refactor `checkCondition`. NFC. (#75319)Yingwei Zheng2023-12-133-41/+42
| * [RISCV] Eliminate dead li after emitting VSETVLIs (#65934)Yingwei Zheng2023-12-132-24/+11
| * [libc++][NFC] Add a few explicit 'inline' keywords, mostly in <chrono> (#75234)Louis Dionne2023-12-1311-47/+47
| * [BOLT] Fix some dwarf tests affected by 75095 (#75327)Rafael Auler2023-12-136-6/+6
| * [X86][test] Rename some encoding testsShengchen Kan2023-12-1358-0/+0
| * [DebugInfo][RemoveDIs] Switch some insertion routines to use iterators (#75330)Jeremy Morse2023-12-133-20/+28
| * [AMDGPU] GFX12: Add Split Workgroup Barrier (#74836)Mariusz Sikora2023-12-1327-4/+2306
| * [mlir][ArmSME] Add sve streaming compatible attribute (#75222)Tom Eccles2023-12-137-1/+41
| * Revert "[StackColoring] Delete dead stack slots (#72633)"Nikita Popov2023-12-135-46/+30
| * [AMDGPU] Min/max changes for GFX12 (#75214)Piotr Sobczak2023-12-1330-17/+4922
| * [NFC] Remove dead code (#75336)Abhina Sree2023-12-131-1/+0
| * [bazel] Port ab380c287a42c0701cd86ae2932c0cb125b9a294Benjamin Kramer2023-12-131-0/+1
| * [AMDGPU] Update IEEE and DX10_CLAMP for GFX12 (#75030)Piotr Sobczak2023-12-1326-157/+1656
| * [RemoveDIs] Support DPValue dbg.declares in MemoryOpRemark (#74108)Orlando Cazalet-Hyams2023-12-133-3/+9
| * [lldb][PDB] TypeQuery parameter should be ConstStringDavid Spickett2023-12-131-3/+4
| * [SystemZ][z/OS] Complete EBCDIC I/O support (#75212)Abhina Sree2023-12-139-17/+170
| * [RemoveDIs] Update Coroutine passes to handle DPValues (#74480)Orlando Cazalet-Hyams2023-12-1313-61/+197
| * [X86][test] Merge the decoding tests for avx512vp2intersectvl and unify the n...Shengchen Kan2023-12-1310-341/+228
| * [X86][test] Remove duplicated tests for avx512_vp2intersectShengchen Kan2023-12-132-114/+0
| * [StackColoring] Delete dead stack slots (#72633)mohammed-nurulhoque2023-12-135-30/+46