summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* [mips][msa] Added fexdo, fexup[lr] builtinsDaniel Sanders2013-08-201-0/+9
* XCore target: Add target specific EmitVAArgRobert Lytton2013-08-191-8/+72
* XCore target: correct test layoutRobert Lytton2013-08-191-5/+19
* Fix the name and the type of the argument for intriniscJuergen Ributzka2013-08-171-2/+2
* [Mips][msa] Added most builtins from add.a to xoriJack Carter2013-08-151-0/+642
* Clang and AArch64 backend patches to support shll/shl and vmovl instructions ...Hao Liu2013-08-151-0/+228
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-15101-639/+639
* Fix xcore tests to use regex.Arnold Schwaighofer2013-08-131-8/+8
* Add XCore targetRobert Lytton2013-08-131-0/+35
* Fix FileCheck --check-prefix lines.Tim Northover2013-08-1211-30/+30
* Add lrint to the list of math builtins. It never sets errno so we can mark it...Benjamin Kramer2013-08-091-9/+18
* Fix alignof computation of large arrays on x86_64.Rafael Espindola2013-08-081-0/+11
* clang-cl: Support the run-time selection options (/MD, /MT et al.)Hans Wennborg2013-08-081-0/+15
* Correctly allign arrays on 32 bit systems.Rafael Espindola2013-08-071-2/+3
* Add support for passing -1 to __builtin_shufflevector to signify an undefined...Craig Topper2013-08-031-1/+8
* DebugInfo: Don't prefer declarations over definitions in -flimit-debug-info in CDavid Blaikie2013-08-011-0/+11
* AST: Treat inline function declarations in -fms-compatibility as if it were i...David Majnemer2013-08-011-0/+9
* AArch64: initial NEON supportTim Northover2013-08-011-0/+3023
* Remove the mblaze backend from clang.Rafael Espindola2013-07-251-1/+0
* Partial revert of r185568.Eli Bendersky2013-07-241-3/+9
* [PowerPC64] Fix passing of single-vector-member structs to match ABI.Bill Schmidt2013-07-231-0/+13
* Make the nomathbuiltin.c test less demanding.Eli Bendersky2013-07-231-7/+1
* Integers which are too large should be an error.Eli Friedman2013-07-232-9/+3
* Add a -fno-math-builtin option to the Clang -cc1Eli Bendersky2013-07-231-0/+18
* Fix volatile _Complex alignment test on platforms where 64-bit floating point...JF Bastien2013-07-181-6/+14
* clang/test/CodeGen/volatile-complex.c: Loosen CHECKs for -Asserts.NAKAMURA Takumi2013-07-171-8/+4
* Propagate alignment for _ComplexJF Bastien2013-07-173-28/+91
* Fix crash on complex constant zero.Eli Friedman2013-07-161-0/+3
* Fix test on release builds.Tim Northover2013-07-161-2/+1
* ARM: implement low-level intrinsics for the atomic exclusive operations.Tim Northover2013-07-161-0/+113
* Make these tests more robust against IRgen choosing to emit more named metadata.Richard Smith2013-07-145-72/+71
* Changes so that a few tests do not fail when running under guarded malloc.Argyrios Kyrtzidis2013-07-122-4/+4
* clang/test/CodeGen/c11atomics.c: Fix testcase for -Asserts since r186054.NAKAMURA Takumi2013-07-111-1/+1
* Simplify atomic load/store IRGen.Eli Friedman2013-07-112-11/+24
* Reapply an improved version of r180816/180817.Adrian Prantl2013-07-091-2/+1
* clang/test/CodeGen/2008-01-25-ByValReadNone.c: Add explicit -triple x86_64-un...NAKAMURA Takumi2013-07-081-1/+2
* Update test for change in r185735.Nick Lewycky2013-07-061-1/+1
* Add 'not' to commands that are expected to fail.Rafael Espindola2013-07-043-3/+3
* Looks like {{.*}} doesn't match the empty string. Fix test.Rafael Espindola2013-07-041-1/+1
* Relax pattern to accept a signext on ppc64.Rafael Espindola2013-07-041-1/+1
* Replace 'grep foo | count 0' with 'not grep foo'.Rafael Espindola2013-07-043-6/+6
* Remove test for the old debug format which was XFAILed since 2009.Rafael Espindola2013-07-041-18/+0
* Add missing expected-warning.Rafael Espindola2013-07-041-1/+1
* Remove unused -verify.Rafael Espindola2013-07-041-1/+1
* clang -cc1 has no -fno-unit-at-a-time or -funit-at-a-time. Fix test.Rafael Espindola2013-07-041-2/+1
* Use a clang -cc1 option instead of -m32 and remove tcl quotes.Rafael Espindola2013-07-041-1/+1
* Remove tcl quotes.Rafael Espindola2013-07-041-1/+1
* Convert test to FileCheck.Rafael Espindola2013-07-041-3/+5
* Remove old test.Rafael Espindola2013-07-041-55/+0
* Remove old test.Rafael Espindola2013-07-041-10/+0
OpenPOWER on IntegriCloud