summaryrefslogtreecommitdiff
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* I had meant to locally revert this test.John McCall2011-09-211-1/+1
* ANSI C requires that a call to an unprototyped function type succeedJohn McCall2011-09-216-9/+8
* Add list initialization for complex numbers in C. Essentially, this allows "...Eli Friedman2011-09-191-0/+12
* Throw the switch to convert clang to the new exception handling model!Bill Wendling2011-09-191-2/+4
* test/CodeGen/sse-builtins.c: Make this host-independent to unbreak posix-unli...NAKAMURA Takumi2011-09-161-1/+1
* Tweak *mmintrin.h so that they don't make any bad assumptions about alignment...Eli Friedman2011-09-151-0/+104
* Re-commit r139643.Eli Friedman2011-09-132-13/+10
* Revert r139643 while I look into it; it's breaking selfhost.Eli Friedman2011-09-132-10/+13
* Make clang use Acquire loads and Release stores where necessary.Eli Friedman2011-09-132-13/+10
* Make this test portable on Win32.Julien Lerouge2011-09-101-3/+0
* Missed a %local use; hopefully this clears this test up.John McCall2011-09-101-7/+8
* clang part of r139458; un-XFAIL testcase.Eli Friedman2011-09-101-1/+0
* Revision 139454 fixed a broken assert in LLVM, which causesRichard Trieu2011-09-101-0/+1
* Make this test not depend on unnecessary details and IR variable names.John McCall2011-09-101-11/+15
* Bring llvm.annotation* intrinsics support back to where it was in llvm-gcc: canJulien Lerouge2011-09-097-11/+173
* Carry the debug information from single exit unified return blockEric Christopher2011-09-091-0/+16
* Treat the weak export of block runtime symbols as a deployment-targetJohn McCall2011-09-091-20/+0
* The frexp, modf, and remquo builtins are not 'const'.Jakob Stoklund Olesen2011-09-081-0/+41
* Make sure the FunctionDecl's created by "#pragma weak" have correct ParmVarDe...Eli Friedman2011-09-071-4/+11
* Switch clang over to using fence/atomicrmw/cmpxchg instead of the intrinsics ...Eli Friedman2011-09-075-439/+221
* Revise test and see if it passes with a release-built clang.Fariborz Jahanian2011-09-021-4/+4
* blocks: Support capturing complex variable in block.Fariborz Jahanian2011-09-021-0/+20
* revert patch in r139020Fariborz Jahanian2011-09-021-19/+0
* blocks: Support capturing complex variable in block.Fariborz Jahanian2011-09-021-0/+19
* Track whether an AggValueSlot is potentially aliased, and do notJohn McCall2011-08-255-31/+31
* Add testcase for r138411Bruno Cardoso Lopes2011-08-241-0/+16
* Make constant aggregate constant initializers private linkage.Eric Christopher2011-08-244-10/+9
* block IRgen - Fixes a crash when determining if given block variableFariborz Jahanian2011-08-231-0/+8
* Make sure we don't inline functions marked with __attribute__((naked)). <rda...Eli Friedman2011-08-221-2/+9
* Add new test.Devang Patel2011-08-191-0/+14
* Robustify test, there is no need to check metadata number which can change.Devang Patel2011-08-161-1/+1
* 'pure' and 'const' functions should also be marked nounwind. MigrateEric Christopher2011-08-152-5/+5
* Update clang tests for r137527.Eli Friedman2011-08-125-139/+139
* Add tests for string literal concatenation.Craig Topper2011-08-111-0/+15
* Add support for C++0x raw string literals.Craig Topper2011-08-111-1/+24
* Add support for using anonymous bitfields (e.g., int : 0) to enforce alignment.Chad Rosier2011-08-051-13/+123
* Output to /dev/null, not "0"Matt Beaumont-Gay2011-08-051-1/+1
* Formatting.Chad Rosier2011-08-041-31/+31
* Add partial support for using anonymous bitfields (e.g., int : 0) to enforce Chad Rosier2011-08-041-10/+25
* Emit wide string literals with the appropriate alignment.John McCall2011-08-041-8/+8
* For APCS the alignment of bitfield types is *not* respected when laying outChad Rosier2011-08-041-0/+115
* Delete one of the old tests that was ported over to Clang. The test isChandler Carruth2011-08-031-86/+0
* Handle "homogeneous aggregates" as required by the ARM AAPCS-VFP ABI.Bob Wilson2011-08-031-0/+82
* When rewriting a call to a K&R function to lead to a well-prototypedJohn McCall2011-08-031-0/+13
* Implements alignment for long long and double types in va_arg on ARM AAPCS.Rafael Espindola2011-08-021-0/+33
* Add support for the 'Q' arm memory constraint.Eric Christopher2011-07-291-0/+6
* This patch makes the string/character literal tests run in C,Douglas Gregor2011-07-292-32/+59
* Fix assertion failure in CodeGen where the input operand to an asmPeter Collingbourne2011-07-291-0/+9
* test/CodeGen/2004-03-16-AsmRegisterCrash.c: XTARGET should accept the part of...NAKAMURA Takumi2011-07-281-1/+1
* test/CodeGen/struct-matching-constraint.c: Fixup not to emit garbage to sourc...NAKAMURA Takumi2011-07-281-1/+1