aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-24[𝘀𝗽𝗿] changes to main this commit is based onusers/minglotus-6/sprmain.thinltomingmingl45-248/+1920
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
2024-01-23[libc] Fix forward arm32 buildbot (#79151)Guillaume Chatelet1-2/+2
2024-01-23[DebugInfo][RemoveDIs] Handle non-instr debug-info in GlobalISel (#75228)Jeremy Morse8-106/+170
2024-01-23[MLIR][AMDGPU] Switch to code object version 5 (#79144)Saiyedul Islam1-1/+1
2024-01-23[gn build] Port 40bdfd39e394LLVM GN Syncbot1-0/+1
2024-01-23[CMake][PGO] Add libunwind to list of stage1 runtimes (#78869)Tom Stellard1-1/+1
2024-01-23[ARM] Introduce the v9.5-A architecture version to Arm targets (#78994)Lucas Duarte Prates11-1/+62
2024-01-23[llvm-reduce][DebugInfo] Support reducing non-instruction debug-info (#78995)Jeremy Morse6-2/+140
2024-01-23[RemoveDIs][DebugInfo] Handle DPVAssigns in Assignment Tracking excluding low...Stephen Tozer38-127/+338
2024-01-23[AMDGPU] Remove getWorkGroupIDSGPR, unused since aa6fb4c45e01Jay Foad1-16/+0
2024-01-23[MachineOutliner] Refactor iterating over Candidate's instructions (#78972)Anatoly Trosinenko6-80/+69
2024-01-23fix test (#79018)OldWorldOrdr1-1/+1
2024-01-23[clang][Interp][NFC] Move ToVoid casts to the bottomTimm Bäder1-3/+3
2024-01-23[Headers][X86] Add macro descriptions to bmiintrin.h (#79048)Paul T Robinson1-44/+229
2024-01-23Revert 10f3296dd7d74c975f208a8569221dc8f96d1db1 - [openmp] Fix warnings when ...Alexandre Ganea8-60/+34
2024-01-23[test] Update stack_guard_remat.ll (#79139)Danial Klimkin1-1/+1
2024-01-23[openmp] Fix warnings when building on Windows with latest MSVC or Clang ToT ...Alexandre Ganea8-34/+60