summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ARM,MC] Support FDPIC relocations (#82187)upstream/users/MaskRay/spr/main.armmc-support-fdpic-relocationsFangrui Song2024-02-2119-11/+153
* [𝘀𝗽𝗿] changes introduced through rebaseKrystian Stasiowski2024-02-20582-6464/+18042
|\
| * [Clang][Sema] Diagnose declarative nested-name-specifiers naming alias templa...Krystian Stasiowski2024-02-205-11/+61
| * [ORC] Add SectCreateMaterializationUnit, llvm-jitlink -sectcreate option.Lang Hames2024-02-207-0/+194
| * [libc] Cleanup of hermetic test flag handling (#82384)Joseph Huber2024-02-203-46/+25
| * [bazel] fix build after 4c6043de0b837d23699424d875057d00956d80acJorge Gorbe Moya2024-02-201-0/+1
| * Revert "[AArch64] Restore Z-registers before P-registers (#79623)"Caroline Concatto2024-02-2012-177/+176
| * Revert "[AArch64] Remove unused ReverseCSRRestoreSeq option. (#82326)"Caroline Concatto2024-02-202-21/+146
| * [Clang][Sema] Convert warning for extraneous template parameter lists to an e...Krystian Stasiowski2024-02-207-14/+106
| * [InstCombine] foldFCmpIntToFPConst - simplify repeated calls to getBitWidth/g...Simon Pilgrim2024-02-201-10/+7
| * [Fuzzer] Use user signal to coordinate handler shutdown (#82067)James Robinson2024-02-201-2/+3
| * [MergeFunctions] Fix thunks for non-instruction debug info (#82080)Shoaib Meenai2024-02-202-0/+56
| * [clang][InstallAPI] Add input file support to library (#81701)Cyndy Ishida2024-02-2011-4/+591
| * [lldb-dap] Do not write over the existing error if launchCommands fail during...John Harrison2024-02-203-3/+47
| * Fix Wcovered-switch-default Werror after #78252Orlando Cazalet-Hyams2024-02-201-17/+9
| * [llvm-objcopy] Fix file offsets when PT_INTERP/PT_LOAD offsets are equal (#80...Fangrui Song2024-02-202-0/+124
| * [X86] computeKnownBitsForTargetNode - add generic handling of PSHUFBSimon Pilgrim2024-02-202-205/+191
| * [OpenMP][AIX]Add assembly file containing microtasking routines and unnamed c...Xing Xue2024-02-201-0/+410
| * [C23] No longer assert on huge enumerator values (#81760)Aaron Ballman2024-02-203-2/+40
| * [VPlan] Merge main VPlan verifer with HCFG verifier.Florian Hahn2024-02-2010-170/+274
| * [ValueTracking] Improve tracking for constant range of `{s|u}rem C, x`Noah Goldstein2024-02-202-15/+17
| * [ValueTracking] Add tests for constant range of `{s|u}rem C, x`; NFCNoah Goldstein2024-02-201-0/+110
| * [libc] use LIBC_HAS_BUILTIN instead __has_builtin (#82377)Schrodinger ZHU Yifan2024-02-201-1/+1
| * [libc][c23] add definitions for stdckdint.h (#82059)Schrodinger ZHU Yifan2024-02-2013-1/+120
| * [DebugInfo][RemoveDIs] Set new-dbg-info flag from Modules correctly (#82373)Jeremy Morse2024-02-202-5/+10
| * [RemoveDIs][NFC] Introduce DbgRecord base class [1/3] (#78252)Orlando Cazalet-Hyams2024-02-2039-289/+461
| * [libc][cpp] add `atomic_signal_fence` (#82138)Schrodinger ZHU Yifan2024-02-201-3/+16
| * [X86] Fold add(psadbw(X,0),psadbw(Y,0)) -> psadbw(add(X,Y),0)Simon Pilgrim2024-02-202-38/+44
| * [X86] combineEXTRACT_SUBVECTOR - share the same SDLoc argument instead of rec...Simon Pilgrim2024-02-201-22/+16
| * [flang][openacc] Use the same iv privatized value in the loop region (#81821)Valentin Clement (バレンタイン クレメン)2024-02-202-1/+28
| * [LLVM][ADT] Put both vesions of 'unique' into STLExtras.h (#82312)cmtice2024-02-203-4/+20
| * [ConstraintElim] Add pre-commit tests for PR82271. NFC. (#82357)Yingwei Zheng2024-02-202-0/+338
| * [InstCombine] Support zext nneg in `foldLogicCastConstant` (#82355)Yingwei Zheng2024-02-202-3/+3
| * [AArch64] Remove unused ReverseCSRRestoreSeq option. (#82326)Sander de Smalen2024-02-202-146/+21
| * [XCOFF] Support the subtype flag in DWARF section headers (#81667)stephenpeckham2024-02-2010-67/+246
| * [mlir][VectorOps] Add unrolling for n-D vector.interleave ops (#80967)Benjamin Maxwell2024-02-2010-0/+255
| * [C23] Add __TYPE_FMTB__ and __TYPE_FMTb__ predefined macros (#82361)Aaron Ballman2024-02-203-47/+128
| * [IndVars] Recompute flags if needed in widenIVUse of IV increment. (#82352)Florian Hahn2024-02-204-13/+38
| * [LIR] Add test for #82337 (NFC)Nikita Popov2024-02-201-0/+59
| * [AMDGPU] Fix operand types for `V_DOT2_F32_BF16` (#82044)Shilei Tian2024-02-207-13/+139
| * [clang][Interp] Diagnose uninitialized global variables explicitlyTimm Bäder2024-02-204-23/+28
| * [mlir][EmitC] Remove `func.constant` from emitter (#82342)Marius Brehler2024-02-202-10/+1
| * [AMDGPU] Stop using SDWA DecoderNamespaces. NFCI. (#82233)Jay Foad2024-02-204-61/+36
| * [clang] Implement `__is_layout_compatible` (#81506)Vlad Serebrennikov2024-02-2010-0/+280
| * [Driver] Remove dead -freroll-loops flag (#82254)Nikita Popov2024-02-204-16/+2
| * [gn build] Port 49a8fc0da4d0LLVM GN Syncbot2024-02-201-1/+0
| * Revert "[Hexagon] Optimize post-increment load and stores in loops. (#82011)"Krasimir Georgiev2024-02-2011-1462/+1
| * [AMDGPU] Try decoding instructions longest first. NFCI. (#82014)Jay Foad2024-02-202-42/+45
| * [InstCombine] Fold gep of exact unsigned division (#82334)Nikita Popov2024-02-202-7/+5
| * [AMDGPU][NFC] Extend PredicateControl to support True16 predicates. (#82245)Ivan Kosarev2024-02-205-27/+43