summaryrefslogtreecommitdiff
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* [X86] Prevent assertion when calling a function that returns double with -mno...Craig Topper2019-09-181-0/+20
* [ARM] Update clang for removal of vfp2d16 and vfp2d16spEli Friedman2019-09-171-14/+14
* [NFC] Updated testDavid Bolvansky2019-09-171-7/+7
* Fix reliance on -flax-vector-conversions in AVX intrinsics headers andRichard Smith2019-09-173-14/+14
* Fix reliance on lax vector conversions in tests for x86 intrinsics.Richard Smith2019-09-176-13/+13
* Remove reliance on lax vector conversions from altivec.h in VSX mode.Richard Smith2019-09-174-4/+21
* [Clang][Codegen] Disable arm_acle.c test.Roman Lebedev2019-09-161-0/+2
* [Clang][Codegen] Relax available-externally-suppress.c testRoman Lebedev2019-09-161-2/+0
* Change signature of __builtin_rotateright64 back to unsignedKarl-Johan Karlsson2019-09-161-0/+4
* [WebAssembly] Narrowing and widening SIMD opsThomas Lively2019-09-131-0/+76
* For PR17164: split -fno-lax-vector-conversion into three differentRichard Smith2019-09-1311-18/+18
* Fix interaction between r371813 and r371814.Richard Smith2019-09-131-3/+3
* Remove reliance on lax vector conversions from altivec.h and its test.Richard Smith2019-09-131-13/+13
* Revert "For PR17164: split -fno-lax-vector-conversion into three different"Jonas Devlieghere2019-09-1310-15/+15
* For PR17164: split -fno-lax-vector-conversion into three differentRichard Smith2019-09-1310-15/+15
* Improve code generation for thread_local variables:Richard Smith2019-09-121-11/+0
* [Clang][CodeGen] support alias attribute w/ gnu_inlineNick Desaulniers2019-09-121-0/+5
* [CodeGen] Add alias for cpu_dispatch function with IFunc & Fix resolver linka...Fangrui Song2019-09-114-45/+61
* Reland "Change the X86 datalayout to add three address spacesAmy Huang2019-09-1014-21/+20
* Re-land Remove REQUIRES:shell from tests that pass for me on WindowsReid Kleckner2019-09-101-4/+7
* Revert Remove REQUIRES:shell from tests that pass for me on WindowsJames Henderson2019-09-101-7/+4
* Remove REQUIRES:shell from tests that pass for me on WindowsReid Kleckner2019-09-101-4/+7
* [NFC] Add aacps bitfields access testDiogo N. Sampaio2019-09-091-0/+824
* [X86] Prevent passing vectors of __int128 as <X x i128> in llvm IRCraig Topper2019-09-061-3/+6
* [X86] Pre-commit vector of __int128 test cases for D64672.Craig Topper2019-09-061-0/+49
* [DebugInfo] Emit DW_TAG_enumeration_type for referenced global enumerator.Yuanfang Chen2019-09-041-1/+8
* [X86] Add support for avx512bf16 for __builtin_cpu_supports and compiler-rt's...Craig Topper2019-09-041-0/+1
* [PowerPC][Altivec][Clang] Check compile-time constant for vec_dst*Jinsong Ji2019-09-041-0/+11
* [PowerPC][Altivec] Fix constant argument for vec_dssJinsong Ji2019-09-042-0/+16
* [x86] Fix bugs of some intrinsic functions in CLANG : _mm512_stream_ps, _mm51...Pengfei Wang2019-09-031-0/+17
* [WebAssembly] Add SIMD QFMA/QFMSThomas Lively2019-08-311-0/+28
* [CodeGen]: fix error message for "=r" asm constraintAlexander Potapenko2019-08-301-2/+17
* [CodeGen]: don't treat structures returned in registers as memory inputsAlexander Potapenko2019-08-292-1/+103
* [x86] Adding support for some missing intrinsics: _mm512_cvtsi512_si32Pengfei Wang2019-08-291-0/+6
* Revert "Change the X86 datalayout to add three address spaces for 32 bit sign...Vlad Tsyrklevich2019-08-2814-20/+21
* Change the X86 datalayout to add three address spaces for 32 bit signed,Amy Huang2019-08-2714-21/+20
* [RISCV] Set MaxAtomicInlineWidth and MaxAtomicPromoteWidth for RV32/RV64 targ...Sam Elliott2019-08-271-0/+68
* hwasan, codegen: Keep more lifetime markers used for hwasanVitaly Buka2019-08-261-0/+3
* msan, codegen, instcombine: Keep more lifetime markers used for msanVitaly Buka2019-08-261-0/+3
* NFC: Rename some sanitizer related lifetime checksVitaly Buka2019-08-241-5/+5
* [Bugfix] fix r369705 unit testNick Desaulniers2019-08-221-1/+1
* [Clang][CodeGen] set alias linkage on QualTypeNick Desaulniers2019-08-221-0/+11
* [LTO] Always mark regular LTO units with EnableSplitLTOUnit=1 under the new p...Leonard Chan2019-08-211-1/+2
* Don't keep stale pointers to LoopInfos.Aaron Ballman2019-08-191-0/+16
* [RISCV] Add inline asm constraint A for RISC-VLewis Revill2019-08-161-0/+6
* [WebAssembly] Correctly handle va_arg of zero-sized structuresGuanzhong Chen2019-08-151-18/+58
* [X86] Add test cases for _mm_movepi64_pi64 and _mm_movpi64_epi64.Craig Topper2019-08-151-0/+17
* [NFC] Updated tests after r368875David Bolvansky2019-08-141-7/+7
* [NFC] Fix testcase for ARMsDavid Bolvansky2019-08-141-3/+3
* [NFC] Make test more robustDavid Bolvansky2019-08-141-27/+5