aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
2013-01-22[ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-styleChad Rosier
2013-01-22clang/test/CodeGen: Nuke llvm's opt and llvm-dis, and FileCheck-ize two tests...NAKAMURA Takumi
2013-01-22clang/test/CodeGen/2006-01-13-StackSave.c: Nuke llvm's opt and llvm-dis, and ...NAKAMURA Takumi
2013-01-22clang/test/CodeGen/blocks-seq.c: FileCheck-ize.NAKAMURA Takumi
2013-01-18[mips] Enable inlining of atomic ops on mips32 and mips64.Akira Hatanaka
2013-01-18clang/test/CodeGen: Suppress a couple of tests on win32. It seems -fsanitize-...NAKAMURA Takumi
2013-01-18[ubsan] Add support for -fsanitize-blacklistWill Dietz
2013-01-17[ms-inline asm] Updates and test case for r172743.Chad Rosier
2013-01-16Fix recent test for more diverse environments.Tim Northover
2013-01-16Correct order of operands forwarding NEON vfma to LLVM fmaTim Northover
2013-01-16Collect both normal and static data members of a class in sourceEric Christopher
2013-01-14Multiprecision subtraction builtins.Michael Gottesman
2013-01-14This patch addresses varargs processing for small complex types underBill Schmidt
2013-01-13clang/test/CodeGen/builtins-multiprecision.c: Enhance for each test to run on...NAKAMURA Takumi
2013-01-13Fixed spelling of test name: builtins-multipercision.c => builtins-multipreci...Michael Gottesman
2013-01-13Added a triple to the test builtins-multiprecision.c.Michael Gottesman
2013-01-13Added builtins for multiprecision adds.Michael Gottesman
2013-01-10[ms-inline asm] Add test case for r172121. Chad Rosier
2013-01-10Enable intel_ocl_bicc for x86_64 target only. Remove fix from 171969 that ena...Guy Benyei
2013-01-09[ubsan] Make static check data non-const so it can be used for deduplication.Will Dietz
2013-01-08[ms-inline asm] Add a test case for the offset operator where the operand is aChad Rosier
2013-01-08CodeGen/compound-assign-overflow.c: include stdint.h in freestanding modeDmitri Gribenko
2013-01-08Add a test to make sure that vector output happens for debug info.Eric Christopher
2013-01-07[ubsan] Use correct type for compound assignment ops.Will Dietz
2013-01-07Test case for r171784.Chad Rosier
2013-01-07Scalar shifts in the OpenCL specification (as of v. 1.2) are defined to beDavid Tweed
2013-01-05FileCheck-ize test/CodeGen/inline.c.David Blaikie
2013-01-05[mips] Fix data layout string. Add 64 to the list of native integer widthsAkira Hatanaka
2012-12-30[ubsan] Recover by default, use -fno-sanitize-recover to disable.Will Dietz
2012-12-25Add intel_ocl_bicc calling convention as a function attribute to clang. The c...Guy Benyei
2012-12-21Add a testcase for ARM cortex-r5 subtargetQuentin Colombet
2012-12-21Don't eagerly emit a global static merged with a local extern.Rafael Espindola
2012-12-20Implement AST dumper for Decls.Alexander Kornienko
2012-12-18CodeGen: Expand creal and cimag into complex field loadsMeador Inge
2012-12-18Now that the uninitialized variable has been fixed in llvm, add this test back,Rafael Espindola
2012-12-17This patch fixes PR13624, which notes a 64-bit PowerPC ELF ABIBill Schmidt
2012-12-15[ubsan] Emit branch weight metadata to hint towards common case.Will Dietz
2012-12-13ubsan: Add -fsanitize=bool and -fsanitize=enum, which check for loads ofRichard Smith
2012-12-12Rewrite calls to bitcast unprototyped functions when emitting a definition.John McCall
2012-12-10Remove until I can fix this.Bill Wendling
2012-12-10Use correct flags for this test.Bill Wendling
2012-12-10Fixup test case from r169755. These are driver options, not frontend options. Chad Rosier
2012-12-10Specify if `-mno-red-zone' was used when creating the GCOV instrucmentation p...Bill Wendling
2012-12-10Remove unneeded typedef and volatileMichael Ilseman
2012-12-07Fix the required args count for variadic blocks.John McCall
2012-12-06clang/test/CodeGen/2008-01-07-UnusualIntSize.c: Add triple x86_64. It doesn't...NAKAMURA Takumi
2012-12-06Rework the bitfield access IR generation to address PR13619 andChandler Carruth
2012-12-05[driver, ms-inline asm] MS-Style inline assembly is controlled by theChad Rosier
2012-12-05[ms-inline asm] Add more tests.Chad Rosier
2012-12-04Have clang use LLVM IR's fast-math flags when in FastMath or FiniteMathOnly m...Michael Ilseman