summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-21[ARM,MC] Support FDPIC relocations (#82187)users/MaskRay/spr/main.armmc-support-fdpic-relocationsFangrui Song
2024-02-20[𝘀𝗽𝗿] changes introduced through rebaseKrystian Stasiowski
2024-02-20[Clang][Sema] Diagnose declarative nested-name-specifiers naming alias templa...Krystian Stasiowski
2024-02-20[ORC] Add SectCreateMaterializationUnit, llvm-jitlink -sectcreate option.Lang Hames
2024-02-20[libc] Cleanup of hermetic test flag handling (#82384)Joseph Huber
2024-02-20[bazel] fix build after 4c6043de0b837d23699424d875057d00956d80acJorge Gorbe Moya
2024-02-20Revert "[AArch64] Restore Z-registers before P-registers (#79623)"Caroline Concatto
2024-02-20Revert "[AArch64] Remove unused ReverseCSRRestoreSeq option. (#82326)"Caroline Concatto
2024-02-20[Clang][Sema] Convert warning for extraneous template parameter lists to an e...Krystian Stasiowski
2024-02-20[InstCombine] foldFCmpIntToFPConst - simplify repeated calls to getBitWidth/g...Simon Pilgrim
2024-02-20[Fuzzer] Use user signal to coordinate handler shutdown (#82067)James Robinson
2024-02-20[MergeFunctions] Fix thunks for non-instruction debug info (#82080)Shoaib Meenai
2024-02-20[clang][InstallAPI] Add input file support to library (#81701)Cyndy Ishida
2024-02-20[lldb-dap] Do not write over the existing error if launchCommands fail during...John Harrison
2024-02-20Fix Wcovered-switch-default Werror after #78252Orlando Cazalet-Hyams
2024-02-20[llvm-objcopy] Fix file offsets when PT_INTERP/PT_LOAD offsets are equal (#80...Fangrui Song
2024-02-20[X86] computeKnownBitsForTargetNode - add generic handling of PSHUFBSimon Pilgrim
2024-02-20[OpenMP][AIX]Add assembly file containing microtasking routines and unnamed c...Xing Xue
2024-02-20[C23] No longer assert on huge enumerator values (#81760)Aaron Ballman
2024-02-20[VPlan] Merge main VPlan verifer with HCFG verifier.Florian Hahn
2024-02-20[ValueTracking] Improve tracking for constant range of `{s|u}rem C, x`Noah Goldstein
2024-02-20[ValueTracking] Add tests for constant range of `{s|u}rem C, x`; NFCNoah Goldstein
2024-02-20[libc] use LIBC_HAS_BUILTIN instead __has_builtin (#82377)Schrodinger ZHU Yifan
2024-02-20[libc][c23] add definitions for stdckdint.h (#82059)Schrodinger ZHU Yifan
2024-02-20[DebugInfo][RemoveDIs] Set new-dbg-info flag from Modules correctly (#82373)Jeremy Morse
2024-02-20[RemoveDIs][NFC] Introduce DbgRecord base class [1/3] (#78252)Orlando Cazalet-Hyams
2024-02-20[libc][cpp] add `atomic_signal_fence` (#82138)Schrodinger ZHU Yifan
2024-02-20[X86] Fold add(psadbw(X,0),psadbw(Y,0)) -> psadbw(add(X,Y),0)Simon Pilgrim
2024-02-20[X86] combineEXTRACT_SUBVECTOR - share the same SDLoc argument instead of rec...Simon Pilgrim
2024-02-20[flang][openacc] Use the same iv privatized value in the loop region (#81821)Valentin Clement (バレンタイン クレメン)
2024-02-20[LLVM][ADT] Put both vesions of 'unique' into STLExtras.h (#82312)cmtice
2024-02-20[ConstraintElim] Add pre-commit tests for PR82271. NFC. (#82357)Yingwei Zheng
2024-02-20[InstCombine] Support zext nneg in `foldLogicCastConstant` (#82355)Yingwei Zheng
2024-02-20[AArch64] Remove unused ReverseCSRRestoreSeq option. (#82326)Sander de Smalen
2024-02-20[XCOFF] Support the subtype flag in DWARF section headers (#81667)stephenpeckham
2024-02-20[mlir][VectorOps] Add unrolling for n-D vector.interleave ops (#80967)Benjamin Maxwell
2024-02-20[C23] Add __TYPE_FMTB__ and __TYPE_FMTb__ predefined macros (#82361)Aaron Ballman
2024-02-20[IndVars] Recompute flags if needed in widenIVUse of IV increment. (#82352)Florian Hahn
2024-02-20[LIR] Add test for #82337 (NFC)Nikita Popov
2024-02-20[AMDGPU] Fix operand types for `V_DOT2_F32_BF16` (#82044)Shilei Tian
2024-02-20[clang][Interp] Diagnose uninitialized global variables explicitlyTimm Bäder
2024-02-20[mlir][EmitC] Remove `func.constant` from emitter (#82342)Marius Brehler
2024-02-20[AMDGPU] Stop using SDWA DecoderNamespaces. NFCI. (#82233)Jay Foad
2024-02-20[clang] Implement `__is_layout_compatible` (#81506)Vlad Serebrennikov
2024-02-20[Driver] Remove dead -freroll-loops flag (#82254)Nikita Popov
2024-02-20[gn build] Port 49a8fc0da4d0LLVM GN Syncbot
2024-02-20Revert "[Hexagon] Optimize post-increment load and stores in loops. (#82011)"Krasimir Georgiev
2024-02-20[AMDGPU] Try decoding instructions longest first. NFCI. (#82014)Jay Foad
2024-02-20[InstCombine] Fold gep of exact unsigned division (#82334)Nikita Popov
2024-02-20[AMDGPU][NFC] Extend PredicateControl to support True16 predicates. (#82245)Ivan Kosarev