summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* FileCheckize volatile testTim Northover2013-02-071-3/+37
* Only check for volatile memcpys in test.Tim Northover2013-02-071-1/+1
* XFAIL test that's inappropriate for AArch64 ABITim Northover2013-02-071-0/+8
* Generalize DebugInfo tests by avoiding explicit metadata numbersDavid Blaikie2013-02-022-4/+4
* Add check for @fooBill Schmidt2013-02-011-0/+1
* Fix a string not seen without assertsBill Schmidt2013-02-011-2/+1
* Fix PR14881 by implementing conversion rules between int and complex int.Bill Schmidt2013-02-011-0/+717
* Revise unit testing for -fno-altivec, -mno-altivec.Bill Schmidt2013-02-011-12/+0
* Enable -fno-altivec, -mno-altivec for PowerPC.Bill Schmidt2013-02-011-0/+12
* Update the tests.Bill Wendling2013-01-3124-112/+112
* Add support for AArch64 target.Tim Northover2013-01-314-0/+578
* Add indents to AST dumping and removed parenthesis from AST nodes.Richard Trieu2013-01-311-4/+4
* Semantic analysis and CodeGen support for C11's _Noreturn. This is modeled asRichard Smith2013-01-301-1/+7
* [ubsan] Implement the -fcatch-undefined-behavior flag using a trappingChad Rosier2013-01-291-0/+149
* Modify the tests for the (sorted) order that the attributes come out as now.Bill Wendling2013-01-2911-39/+39
* Tests: remove disabled llvm-gcc invocationsDmitri Gribenko2013-01-281-1/+0
* PR14566: Debug Info: avoid top level lexical blocks in functionsDavid Blaikie2013-01-264-7/+5
* patch for PR9027 and // rdar://11861085Fariborz Jahanian2013-01-251-0/+40
* FileCheck'ize testDmitri Gribenko2013-01-251-7/+26
* FileCheck'ize testDmitri Gribenko2013-01-241-8/+4
* FileCheck'ize testDmitri Gribenko2013-01-241-2/+2
* FileCheck-ify some debug info scope related tests.David Blaikie2013-01-242-2/+10
* [mips] Do not emit i32 padding if target ABI is O32. This was causing backendAkira Hatanaka2013-01-241-10/+22
* Handle universal character names and Unicode characters outside of literals.Jordan Rose2013-01-241-0/+14
* PowerPC: fix __builtin_eh_return_data_regno returnAdhemerval Zanella2013-01-221-0/+9
* [ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-styleChad Rosier2013-01-222-2/+2
* clang/test/CodeGen: Nuke llvm's opt and llvm-dis, and FileCheck-ize two tests...NAKAMURA Takumi2013-01-222-8/+14
* clang/test/CodeGen/2006-01-13-StackSave.c: Nuke llvm's opt and llvm-dis, and ...NAKAMURA Takumi2013-01-221-2/+2
* clang/test/CodeGen/blocks-seq.c: FileCheck-ize.NAKAMURA Takumi2013-01-221-10/+8
* [mips] Enable inlining of atomic ops on mips32 and mips64.Akira Hatanaka2013-01-182-35/+49
* clang/test/CodeGen: Suppress a couple of tests on win32. It seems -fsanitize-...NAKAMURA Takumi2013-01-182-0/+6
* [ubsan] Add support for -fsanitize-blacklistWill Dietz2013-01-182-0/+30
* [ms-inline asm] Updates and test case for r172743.Chad Rosier2013-01-171-1/+29
* Fix recent test for more diverse environments.Tim Northover2013-01-161-2/+5
* Correct order of operands forwarding NEON vfma to LLVM fmaTim Northover2013-01-161-0/+16
* Collect both normal and static data members of a class in sourceEric Christopher2013-01-162-3/+3
* Multiprecision subtraction builtins.Michael Gottesman2013-01-141-0/+73
* This patch addresses varargs processing for small complex types underBill Schmidt2013-01-141-0/+73
* clang/test/CodeGen/builtins-multiprecision.c: Enhance for each test to run on...NAKAMURA Takumi2013-01-131-10/+13
* Fixed spelling of test name: builtins-multipercision.c => builtins-multipreci...Michael Gottesman2013-01-131-0/+0
* Added a triple to the test builtins-multiprecision.c.Michael Gottesman2013-01-131-1/+1
* Added builtins for multiprecision adds.Michael Gottesman2013-01-131-0/+74
* [ms-inline asm] Add test case for r172121. Chad Rosier2013-01-101-0/+7
* Enable intel_ocl_bicc for x86_64 target only. Remove fix from 171969 that ena...Guy Benyei2013-01-101-0/+1
* [ubsan] Make static check data non-const so it can be used for deduplication.Will Dietz2013-01-092-5/+5
* [ms-inline asm] Add a test case for the offset operator where the operand is aChad Rosier2013-01-081-3/+6
* CodeGen/compound-assign-overflow.c: include stdint.h in freestanding modeDmitri Gribenko2013-01-081-1/+1
* Add a test to make sure that vector output happens for debug info.Eric Christopher2013-01-081-0/+7
* [ubsan] Use correct type for compound assignment ops.Will Dietz2013-01-071-0/+36
* Test case for r171784.Chad Rosier2013-01-071-0/+8
OpenPOWER on IntegriCloud