summaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Merging r345826:Tom Stellard2018-12-081-0/+9
* Merging r347556:Tom Stellard2018-11-303-76/+76
* Merging r344824:Tom Stellard2018-10-222-2/+17
* Merging r340048:Hans Wennborg2018-08-211-1/+31
* Merging r339317:Hans Wennborg2018-08-091-0/+18
* Merging r338602:Hans Wennborg2018-08-021-17/+0
* [constexpr] Support for constant evaluation of __builtin_memcpy andRichard Smith2018-07-311-0/+17
* [COFF, ARM64] Enable SEH for ARM64 WindowsMandeep Singh Grang2018-07-312-0/+15
* [clang][ubsan] Implicit Conversion Sanitizer - integer truncation - clang partRoman Lebedev2018-07-301-0/+395
* [ARM, AArch64]: Use unadjusted alignment when passing composites as argumentsMomchil Velikov2018-07-303-7/+254
* [mips64][clang] Adjust tests to account for changes in r338239Stefan Maksimovic2018-07-303-7/+11
* [COFF, ARM64] Decide when to mark struct returns as SRetMandeep Singh Grang2018-07-261-0/+25
* CodeGen: use non-zero memset when possible for automatic variablesJF Bastien2018-07-251-0/+66
* Revert "[DebugInfo] Generate debug information for labels. (Fix PR37395)"Shiva Chen2018-07-242-44/+0
* [DebugInfo] Generate debug information for labels. (Fix PR37395)Shiva Chen2018-07-242-0/+44
* [NEON] Fix support for vrndi_f32(), vrndiq_f32() and vrndns_f32() intrinsicsIvan A. Kosarev2018-07-233-181/+72
* Implement cpu_dispatch/cpu_specific MultiversioningErich Keane2018-07-201-0/+101
* Fix typo causing assert in self-host.Richard Smith2018-07-191-0/+11
* When we choose to use zeroinitializer for a trailing portion of an arrayRichard Smith2018-07-191-0/+4
* [PowerPC] Handle __builtin_xxpermdi the same way as GCC doesNemanja Ivanovic2018-07-191-11/+11
* [clang]: Add support for "-fno-delete-null-pointer-checks"Manoj Gupta2018-07-193-12/+44
* Support implicit _Atomic struct load / storeJF Bastien2018-07-181-0/+12
* Re-land r337333, "Teach Clang to emit address-significance tables.",Peter Collingbourne2018-07-181-0/+20
* Revert r337333, "Teach Clang to emit address-significance tables."Peter Collingbourne2018-07-171-18/+0
* Teach Clang to emit address-significance tables.Peter Collingbourne2018-07-171-0/+18
* [COFF] Add more missing MSVC ARM64 intrinsicsMandeep Singh Grang2018-07-171-3/+7
* Always use __mcount on NetBSD. Some platforms don't provide _mcount.Joerg Sonnenberger2018-07-171-10/+12
* Harden/relax clang/test/CodeGen/opt-record-MIR.c testRoman Lebedev2018-07-171-2/+3
* [Hexagon] Fix hvx-length feature name in testcasesKrzysztof Parzyszek2018-07-132-2/+2
* CodeGen: specify alignment + inbounds for automatic variable initializationJF Bastien2018-07-131-25/+25
* [X86] Change the rounding mode used when testing the sqrt_round intrinsics.Craig Topper2018-07-131-42/+12
* [Hexagon] Fix testcases failing after r336933Krzysztof Parzyszek2018-07-123-1589/+1605
* os_log: When there are multiple privacy annotations in the formatAkira Hatanaka2018-07-111-2/+2
* [FileCheck] Add -allow-deprecated-dag-overlap to failing clang testsJoel E. Denny2018-07-112-12/+12
* Fix setting of empty implicit-section-name attributePetr Pavlu2018-07-111-0/+76
* [X86] Also fix the test for _mm512_mullo_epi64 to test the intrinsic instead ...Craig Topper2018-07-101-1/+1
* [X86] Fix the test for _mm512_mullox_epi64 to test the intrinsic instead of a...Craig Topper2018-07-101-1/+1
* Patch to fix pragma metadata for do-while loopsBjorn Pettersson2018-07-101-0/+36
* AMDGPU: Try to fix test againMatt Arsenault2018-07-101-1/+1
* Update test for backend error message changeMatt Arsenault2018-07-101-1/+1
* [X86] Lowering integer truncation intrinsics to native IRMikhail Dvoretckii2018-07-102-9/+18
* [X86] Use masked the masked scalar fma builtins to implement the default roun...Craig Topper2018-07-101-448/+220
* Fix parsing of privacy annotations in os_log format strings.Akira Hatanaka2018-07-101-1/+23
* [X86] Add __builtin_ia32_selectss_128 and __builtin_ia32_selectsd_128 that is...Craig Topper2018-07-103-80/+123
* [Power9] [CLANG] Add __float128 support for trunc to double round to oddStefan Pintilie2018-07-091-0/+5
* [Builtins][Attributes][X86] Tag all X86 builtins with their required vector w...Craig Topper2018-07-092-0/+39
* [Power9] Add __float128 builtins for Round To OddStefan Pintilie2018-07-091-0/+45
* [X86] Add new scalar fma intrinsics with rounding mode that use f32/f64 types.Craig Topper2018-07-081-32/+268
* [X86] Fix a few intrinsics that were ignoring their rounding mode argument an...Craig Topper2018-07-071-44/+44
* [X86] Fix various type mismatches in intrinsic headers and intrinsic tests th...Craig Topper2018-07-074-32/+32