aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-23[CMake][Release] Add option for enabling PGO to release cache file. (#78823)Tom Stellard2-18/+59
2024-01-23[ELF] Improve thin-archivecollision.llFangrui Song1-15/+17
2024-01-23[NFC] Size and element numbers are often swapped when calling calloc (#79081)AtariDreams5-11/+11
2024-01-23[RISCV] Regenerate autogen test to remove spurious diffPhilip Reames1-3/+0
2024-01-23[RISCV] Recurse on first operand of two operand shuffles (#79180)Philip Reames6-407/+347
2024-01-23[LLD] [COFF] Fix crashes for cfguard with undefined weak symbols (#79063)Martin Storsjö2-0/+29
2024-01-23[RISCV] Exploit register boundaries when lowering shuffle with exact vlen (#7...Philip Reames2-66/+118
2024-01-23[libc] fix sysconf (#79159)Schrodinger ZHU Yifan2-5/+7
2024-01-23[ASan][libc++] Turn on ASan annotations for short strings (#79049)Tacet5-34/+429
2024-01-23[ASan][JSON] Unpoison memory before its reuse (#79065)Tacet1-1/+14
2024-01-23[mlir][AMDGPU] Actually update the default ABI version, add comments (#79185)Krzysztof Drewniak2-4/+6
2024-01-23[test] Avoid libc dep in Update warn-unsafe-buffer-usage-warning-data… (#79...Danial Klimkin1-1/+2
2024-01-23[ASan][ADT] Don't scribble with ASan (#79066)Tacet1-2/+5
2024-01-23Revert "Reapply [hwasan] Update dbg.assign intrinsics in HWAsan pass … (#79...gulfemsavrun7-214/+8
2024-01-23AMDGPU: Do not generate non-temporal hint when Load_Tr intrinsic did not spec...Changpeng Fang3-32/+25
2024-01-23[RISCV] Re-format RISCVFeatures.td so it doesn't look like AssemblerPredicate...Craig Topper1-208/+215
2024-01-23[Orc] Let LLJIT default to JITLink for ELF-based ARM targets (#77313)Stefan Gränitz1-0/+6
2024-01-23Re-land [openmp] Fix warnings when building on Windows with latest MSVC or Cl...Alexandre Ganea8-38/+67
2024-01-23Revert "[clang-repl] Enable native CPU detection by default (#77491)" (#79178)Stefan Gränitz1-1/+0
2024-01-23[ConstantHoisting] Cache OptForSize. (#79170)Alina Sbirlea2-3/+5
2024-01-23[gn] port 5176df55d3aNico Weber1-1/+1
2024-01-23[libc][Docs] Update the GPU RPC documentation (#79069)Joseph Huber3-7/+296
2024-01-23[RISCV] Add regalloc hints for Zcb instructions. (#78949)Craig Topper2-6/+120
2024-01-23[RISCV] Continue with early return for shuffle lowering [nfc]Philip Reames1-14/+13
2024-01-23[clang][modules] Fix CodeGen options that can affect the AST. (#78816)Juergen Ributzka3-6/+22
2024-01-23[MachineCopyPropagation] Make a SmallVector larger (NFC) (#79106)Kazu Hirata1-1/+1
2024-01-23[OpenACC] Implement 'device_type' clause parsingerichkeane4-0/+173
2024-01-23[clang] Add missing streaming attributes to SVE builtins (#79134)Sam Tebbs2-77/+83
2024-01-23[RISCV] Use early return for select shuffle lowering [nfc]Philip Reames1-26/+38
2024-01-23[LangRef] adjust IR atomics specification following C++20 model tweaks. (#77263)James Y Knight3-59/+63
2024-01-23[DebugInfo][RemoveDIs] Disable a run-line while investigating a problemJeremy Morse1-1/+2
2024-01-23[JITLink][AArch32] Implement Armv5 ldr-pc stubs and use them for all pre-v7 t...Stefan Gränitz12-227/+439
2024-01-23[CompilerRT] Attempt to fix a lit-config issueJeremy Morse1-1/+1
2024-01-23[Clang][AArch64] Add diagnostics for builtins that use ZT0. (#79140)Sander de Smalen15-76/+122
2024-01-23[RemoveDIs][DebugInfo] Enable creation of DPVAssigns, update outstanding AT t...Stephen Tozer21-54/+104
2024-01-23[AMDGPU] Enable architected SGPRs for GFX12 (#79160)Jay Foad4-85/+176
2024-01-23[libc][NFC] Remove `FPBits` cast operator (#79142)Guillaume Chatelet102-369/+366
2024-01-23[DAG] visitSCALAR_TO_VECTOR - don't fold scalar_to_vector(bin(extract(x),extr...Simon Pilgrim2-51/+34
2024-01-23[DebugInfo][RemoveDIs] Use splice in Outliner rather than moveBefore (#79124)Jeremy Morse2-2/+2
2024-01-23[AMDGPU] Properly check op_sel in GCNDPPCombine (#79122)Mirko Brkušanin2-12/+100
2024-01-23[RemoveDIs][DebugInfo] Handle DPVAssign in most transforms (#78986)Stephen Tozer42-89/+227
2024-01-23[VecLib] Fix: Restore DebugFlag state in ReplaceWithVecLibTest (#78989)Paschalis Mpeis1-0/+2
2024-01-23[LAA] Add test for #79137 (NFC)Nikita Popov1-0/+94
2024-01-23[AArch64][FMV] Support feature MOPS in Function Multi Versioning. (#78788)Alexandros Lamprineas7-17/+25
2024-01-23[X86] Add test case for Issue #78897Simon Pilgrim1-0/+313
2024-01-23[libc][NFC] use builder pattern for ErrnoSetterMatcher (#79153)Schrodinger ZHU Yifan1-3/+15
2024-01-23[libc] Remove specific nan payload in math functions (#79133)Guillaume Chatelet24-35/+31
2024-01-23[lld-macho][arm64] implement -objc_stubs_small (#78665)Kyungwoo Lee11-51/+237
2024-01-23[PGO] Remove calls to `__llvm_orderfile_dump()` in `instrprof-api.c` test (#7...Qiongsi Wu1-7/+0
2024-01-23Remove config.aarch64_sme from compiler-rt/unittests/lit.common.unit.configur...Dinar Temirbulatov1-1/+0