aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-02[𝘀𝗽𝗿] changes introduced through rebaseusers/vitalybuka/spr/main.clangubsan-switch-ubsan-optimization-to-llvmexperimentalhotFlorian Hahn6200-106111/+273587
2024-04-02[LV] Add test depending on target to RISCV subdirectory.Florian Hahn1-0/+0
2024-04-02[OpenMP] Fix nested parallel with tasking (#87309)Jonathan Peyton2-6/+52
2024-04-02[HLSL] Fix broken spir-v testChris Bieneman1-1/+1
2024-04-02[mlir][tensor] Fix tensor::PackOp fold() handling of padding value (#87296)Han-Chung Wang2-5/+44
2024-04-02[VPlan] Make sure OR VPInstructions are treated as disjoint ops.Florian Hahn3-4/+155
2024-04-02[RISCV][NFC] Delete some unused pseudo multiclasses (#87401)Michael Maitland1-26/+0
2024-04-02[workflows] Use issue-write workflow for warning about private emails (#87399)Tom Stellard2-16/+20
2024-04-02[C11] Claim conformance to WG14 N1482Aaron Ballman2-1/+60
2024-04-02MachineScheduler: Simplify usage of TargetInstrInfoMatt Arsenault1-12/+4
2024-04-02[libc] Disable '_exit' on the GPU buildJoseph Huber2-4/+0
2024-04-02AMDGPU: Update the description of cache policy for buffer intrinsics, NFC (#8...Changpeng Fang1-285/+233
2024-04-02[CallSiteInfo][NFC] CallSiteInfo -> CallSiteInfo.ArgRegPairs (#86842)Prabhuk10-22/+24
2024-04-02[mlir][inliner] Assert that no external nodes passed to the profitability hoo...Slava Zakharin1-4/+1
2024-04-02[clang-format] Add BreakFunctionDefinitionParameters option (#84988)Ameer J6-0/+81
2024-04-02[RISCV] Lower (vector_interleave X, undef) to (vzext_vl X). (#87283)Craig Topper2-14/+16
2024-04-02[RISCV] Add test for miscompile of vector.interleave when odd vector is liter...Craig Topper1-0/+25
2024-04-02[SLP]Fix PR87384: check for fixed vector type before using.Alexey Bataev2-1/+38
2024-04-02[HLSL] Enable -fconvergent-functions by default (#86571)aniplcc2-2/+12
2024-04-02[WebAssembly] Allocate MCSymbolWasm data on MCContext (#85866)Tim Neumann9-74/+86
2024-04-02[FPEnv][CostModel] Correct strictfp test.Kevin P. Neal2-2/+2
2024-04-02[Driver,test] Remove --gcc-toolchain=""Fangrui Song20-277/+46
2024-04-02[X86] canonicalizeShuffleWithOp - don't fold VPERMI(BINOP(X,Y)) -> BINOP(VPER...Simon Pilgrim4-4860/+4473
2024-04-02[libc][posix] implement _exit (#87185)aniplcc11-0/+89
2024-04-02[libc++] Remove pair dependency (#85621)Nikolas Klauser9-19/+15
2024-04-02[C99] Claim conformance to WG14 N782Aaron Ballman2-2/+25
2024-04-02[clang] Prefer logical && over & for boolean operations (#87276)aniplcc1-1/+1
2024-04-02Add a link to WG14 N835 to the status pageAaron Ballman1-1/+1
2024-04-02[C99] Claim conformance to "remove deprecation of aliased array parameters"Aaron Ballman1-1/+1
2024-04-02[C99] Remove entry for LIA compatibilityAaron Ballman1-5/+0
2024-04-02[ClangFE] Improve handling of casting of atomic memory operations. (#86691)Jonas Paulsson2-51/+70
2024-04-02[C99] Update paper number tracked for arrays & lvalues; NFCAaron Ballman2-6/+3
2024-04-02[SLP]Fix PR80027: handle case when ext is not reduced but its operand is.Alexey Bataev2-0/+55
2024-04-02[M68k] Change gcc register name from a7 to sp. (#87095)Jim Lin3-3/+143
2024-04-02[RISCV][GISEL] Legalize G_BITCAST for scalable vectors (#85970)Michael Maitland2-0/+362
2024-04-02[InstallAPI] Condense std::pair unwrapping in CategoryRecord NFCCyndy Ishida1-4/+4
2024-04-02[C99] Claim conformance to "additional floating-point characteristics in <flo...Aaron Ballman2-1/+51
2024-04-02[ADT] Add signed and unsigned mulh to APInt (#84719)Atousa Duprat7-32/+86
2024-04-02[clang] Fix crash when inheriting from a cv-qualified type (#70594)Rajveer Singh Bharadwaj3-1/+32
2024-04-02[Clang][NFC] Clean up unused binary files for offloading tests (#87351)Joseph Huber8-7/+4
2024-04-02[clang][ExtractAPI] improve template argument name deduction (#77716)Erick Velez2-56/+14
2024-04-02[OpenMP] get logical core count on modern apple platform (#87231)nihui1-15/+2
2024-04-02[OpenMP] arm64_32 port for Apple WatchOS (#87246)nihui14-21/+47
2024-04-02[ExtractAPI] Add @daniel-grumberg into CODEOWNERSDaniel Grumberg1-0/+3
2024-04-02Move format internal code from llvm::detail to llvm::support::detail. (#87288)Chenguang Wang9-58/+73
2024-04-02[SLP]Fix PR87329: crash on alternate cast vectorization.Alexey Bataev2-0/+55
2024-04-02[RISCV] Fix and refactor Zvk sched classes (#86519)Michael Maitland2-41/+22
2024-04-02[Clang][AST][NFC] Move template argument dependence computations for MemberEx...Krystian Stasiowski3-39/+37
2024-04-02[mlir][scf] Align `scf.while` `before` block args in canonicalizer (#76195)Ivan Butygin2-1/+119
2024-04-02[clang] Add test for CWG1606 (#87274)Yuri Istomin2-1/+12