summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* [CodeGen] Merge equivalent block copy/helper functions.Akira Hatanaka2018-08-103-32/+41
* clang-cl: Support /guard:cf,nochecksHans Wennborg2018-08-101-0/+6
* Correctly initialise global blocks on Windows.David Chisnall2018-08-091-0/+18
* [CMake] Use normalized Windows target triplesPetr Hosek2018-08-091-1/+1
* [ADT] Normalize empty triple componentsPetr Hosek2018-08-081-1/+1
* [Builtins] Implement __builtin_clrsb to be compatible with gccCraig Topper2018-08-081-0/+22
* Revert "[DebugInfo] Generate debug information for labels. (Fix PR37395)"Hsiangkai Wang2018-08-062-44/+0
* [DebugInfo] Generate debug information for labels. (Fix PR37395)Hsiangkai Wang2018-08-062-0/+44
* Fix tests for changed opt remarks formatDavid Bolvansky2018-08-051-3/+4
* [constexpr] Support for constant evaluation of __builtin_memcpy andRichard Smith2018-08-041-0/+28
* Fix asm label testcase flawGraham Yiu2018-08-031-1/+1
* [WebAssembly] Support for atomic.wait / atomic.wake builtinsHeejin Ahn2018-08-021-0/+18
* Revert r338455 "[constexpr] Support for constant evaluation of __builtin_memc...Hans Wennborg2018-08-011-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
OpenPOWER on IntegriCloud