summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen
AgeCommit message (Expand)Author
2025-11-22[X86] Move _mm512_mask_blend_pd/ps tests to avx512f-builtins.c (#169170)Simon Pilgrim
2025-11-22[Clang] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - Allow AVX512 ...NagaChaitanya Vellanki
2025-11-22 [Clang][X86] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - allow V...stomfaig
2025-11-22[clang][X86] Allow VALIGND/Q element-shift intrinsics in constexpr evaluation...Muhammad Abdul
2025-11-22Really fix tysan test failing on unsupported arches (#169096)Sergei Barannikov
2025-11-21fix tysan test failing on unsupported arches (#169066)Matthew Nagy
2025-11-21[TySan][Clang] Add clang flag to use tysan outlined instrumentation a… (#16...Matthew Nagy
2025-11-20[X86][Clang] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - allow AV...sskzakaria
2025-11-19[Arm64EC][clang] Implement varargs support in clang. (#152411)Eli Friedman
2025-11-19[Clang][CodeGen] Use EmitLoadOfLValue instead of EmitLoadOfScalar to get LHS ...Benjamin Stott
2025-11-19[Clang][X86] allow VPERMILPD/S imm intrinsics to be used in constexpr (#168044)stomfaig
2025-11-19[SPARC][NFC] Move clang tests into own subdirectory (#168657)Koakuma
2025-11-19[clang][NVPTX] Add remaining float to fp16 conversions (#167641)Srinivasa Ravi
2025-11-19[SPARC][clang] Add condition code register names for inline asm (#168498)Koakuma
2025-11-19[AMDGPU] Adding instruction specific features (#167809)Shoreshen
2025-11-18Extend MemoryEffects to Support Target-Specific Memory Locations (#148650)CarolineConcatto
2025-11-18[Headers][X86] Allow AVX512 masked arithmetic pd/ps/epi/epu intrinsics to be ...woruyu
2025-11-18[Headers][X86] Allow AVX512 masked arithmetic ss/sd intrinsics to be used in ...woruyu
2025-11-18[clang][NVPTX] Fix SM requirement of f32-tf32 rna satfinite conversion (#167836)Srinivasa Ravi
2025-11-17[X86] Add constexpr support for addsub intrinsics (#167512)Ahmed Nour
2025-11-17[clang] Support constrained fp elementwise builtins (#166905)Jakub Ficek
2025-11-17[X86][Clang] Add AVX512 kunpck intrinsics to be used in constexp (#167683)Ahmed Nour
2025-11-17[clang][NFC] Make CodeGen/builtins.c cover more architectures (#168319)Oliver Hunt
2025-11-16[X86] Add experimental-new-constant-interpreter test coverage to BF16 intrins...Simon Pilgrim
2025-11-16[NFC][clang] Correct bswapg test to work when int128 is not available (#168261)Oliver Hunt
2025-11-15[Clang] Add __builtin_bswapg (#162433)clf
2025-11-15[X86] Remove vector length (256 vs 512) distinction of AVX10 (#167736)Mikołaj Piróg
2025-11-15[X86] Replace default _mm512_sqrt_pd/s/h implementations with generic __built...Simon Pilgrim
2025-11-14[Support] Prevent loss of file type flags when creating temporary (#167939)Tony Tao
2025-11-14[AArch64] Remove FEAT_TME assembly and ACLE support (#167687)Jonathan Thackray
2025-11-14[clang][x86] AVX512FP16 constrained sqrt test coverage (#168046)Simon Pilgrim
2025-11-13[clang][x86] Add SSE2/AVX/AVX512VLFP16 constrained sqrt test coverage (#167692)Simon Pilgrim
2025-11-13[Clang] Add constexpr support for AVX512 permutexvar intrinsics (#167802)NagaChaitanya Vellanki
2025-11-13[Headers][X86] Update FMA3/FMA4 scalar intrinsics to use __builtin_elementwis...Simon Pilgrim
2025-11-12[Clang][CodeGen] Add disable_sanitizer_instrumentation attribute to multivers...Benjamin Stott
2025-11-11[Headers][X86] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - allow ...Ye Tian
2025-11-10Treat specifying a function in the bbsection profile without any directive as...Rahman Lavaee
2025-11-10[WebAssembly] Enable musttail only when tail-call is enabled (#163618)Jasmine Tang
2025-11-10Allow avx512 bw masked intrinsics to be used in constexpr (#162871)GrumpyPigSkin
2025-11-09[SelectionDAG] Fix assertion failure on inline asm register type mismatch (#1...Ahmed Nour
2025-11-08fix: C++ empty record with align lead to va_list out of sync (#72197)hstk30-hw
2025-11-07[AArch64][llvm] Add support for Neon vmmlaq_{f16,f32}_mf8_fpm intrinsics (#16...Jonathan Thackray
2025-11-07[AArch64][llvm] Add support for new vcvt* intrinsics (#163572)Jonathan Thackray
2025-11-07Revert "Ignore trailing NullStmts in StmtExprs for GCC compatibility." (#166036)KaiWeng
2025-11-07[X86][Clang] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - add AVX5...Roberto Turrado Camblor
2025-11-06[Clang][Sema] Allow counted_by on void* as GNU extension (#164737)Kees Cook
2025-11-06[Clang] Add elementwise ldexp builtin function (#166296)Wenju He
2025-11-05[Clang][ARM] Fix tests using thumb instead arm arch on cc1 (#166416)Tomer Shafir
2025-11-05[Clang] Add constexpr support for AVX512 permutex2 intrinsics (#165085)NagaChaitanya Vellanki
2025-11-05[clang] Accept empty enum in MSVC compatible C (#159981)yicuixi