- f87cced Propagate __attribute__((returns_twice)) from C to IL. by Rafael Espindola · 13 years ago
- a8a16d5 I had meant to locally revert this test. by John McCall · 13 years ago
- 01f151e ANSI C requires that a call to an unprototyped function type succeed by John McCall · 13 years ago
- 0c706c2 Add list initialization for complex numbers in C. Essentially, this allows "_Complex float x = {1.0f, 2.0f};". See changes to docs/LanguageExtensions.html for a longer description. by Eli Friedman · 13 years ago
- 285cfd8 Throw the switch to convert clang to the new exception handling model! by Bill Wendling · 13 years ago
- b5f8f07 test/CodeGen/sse-builtins.c: Make this host-independent to unbreak posix-unlike hosts. by NAKAMURA Takumi · 13 years ago
- 7c06f6b Tweak *mmintrin.h so that they don't make any bad assumptions about alignment (which probably has little effect in practice, but better to get it right). Make the load in _mm_loadh_pi and _mm_loadl_pi a single LLVM IR instruction to make optimizing easier for CodeGen. by Eli Friedman · 13 years ago
- eb43f4a Re-commit r139643. by Eli Friedman · 13 years ago
- a179b53 Revert r139643 while I look into it; it's breaking selfhost. by Eli Friedman · 13 years ago
- 93013b2 Make clang use Acquire loads and Release stores where necessary. by Eli Friedman · 13 years ago
- 6f2ec51 Make this test portable on Win32. by Julien Lerouge · 13 years ago
- b1f251f Missed a %local use; hopefully this clears this test up. by John McCall · 13 years ago
- 42f19be clang part of r139458; un-XFAIL testcase. by Eli Friedman · 13 years ago
- 5c988bd Revision 139454 fixed a broken assert in LLVM, which causes by Richard Trieu · 13 years ago
- bf379a6 Make this test not depend on unnecessary details and IR variable names. by John McCall · 13 years ago
- 77f68bb Bring llvm.annotation* intrinsics support back to where it was in llvm-gcc: can by Julien Lerouge · 13 years ago
- acae011 Carry the debug information from single exit unified return block by Eric Christopher · 13 years ago
- 13db5cf Treat the weak export of block runtime symbols as a deployment-target by John McCall · 13 years ago
- 87198c3 The frexp, modf, and remquo builtins are not 'const'. by Jakob Stoklund Olesen · 13 years ago
- 900693b Make sure the FunctionDecl's created by "#pragma weak" have correct ParmVarDecl's. PR10878. by Eli Friedman · 13 years ago
- c83b975 Switch clang over to using fence/atomicrmw/cmpxchg instead of the intrinsics (which will go away). LLVM CodeGen does almost exactly the same thing with these and the old intrinsics, so I'm reasonably confident this will not break anything. by Eli Friedman · 13 years ago
- 0f2c1ce Revise test and see if it passes with a release-built clang. by Fariborz Jahanian · 13 years ago
- d295b82 blocks: Support capturing complex variable in block. // rdar://10033896 by Fariborz Jahanian · 13 years ago
- 776b790 revert patch in r139020 by Fariborz Jahanian · 13 years ago
- da8e571 blocks: Support capturing complex variable in block. // rdar://10033896 by Fariborz Jahanian · 13 years ago
- 410ffb2 Track whether an AggValueSlot is potentially aliased, and do not by John McCall · 13 years ago
- 3f7eb9a Add testcase for r138411 by Bruno Cardoso Lopes · 13 years ago
- 736a9c2 Make constant aggregate constant initializers private linkage. by Eric Christopher · 13 years ago
- b9dbab1 block IRgen - Fixes a crash when determining if given block variable by Fariborz Jahanian · 13 years ago
- 2873aee Make sure we don't inline functions marked with __attribute__((naked)). <rdar://problem/9973228> by Eli Friedman · 13 years ago
- c0b850c Add new test. Remove one outdated test. by Devang Patel · 14 years ago
- fe88395 Robustify test, there is no need to check metadata number which can change. by Devang Patel · 14 years ago
- 041087c 'pure' and 'const' functions should also be marked nounwind. Migrate by Eric Christopher · 14 years ago
- a40b7f2 Update clang tests for r137527. by Eli Friedman · 14 years ago
- 2e4f44f Add tests for string literal concatenation. by Craig Topper · 14 years ago
- 2fa4e86 Add support for C++0x raw string literals. by Craig Topper · 14 years ago
- b8fca90 Add support for using anonymous bitfields (e.g., int : 0) to enforce alignment. by Chad Rosier · 14 years ago
- 3f1661d Output to /dev/null, not "0" by Matt Beaumont-Gay · 14 years ago
- fc54016 Formatting. by Chad Rosier · 14 years ago
- 61a6221 Add partial support for using anonymous bitfields (e.g., int : 0) to enforce by Chad Rosier · 14 years ago
- a5e19c6 Emit wide string literals with the appropriate alignment. by John McCall · 14 years ago
- 4ab0024 For APCS the alignment of bitfield types is *not* respected when laying out by Chad Rosier · 14 years ago
- 8d28897 Delete one of the old tests that was ported over to Clang. The test is by Chandler Carruth · 14 years ago
- 194f06a Handle "homogeneous aggregates" as required by the ARM AAPCS-VFP ABI. by Bob Wilson · 14 years ago
- 40f9c30 When rewriting a call to a K&R function to lead to a well-prototyped by John McCall · 14 years ago
- e164c18 Implements alignment for long long and double types in va_arg on ARM AAPCS. by Rafael Espindola · 14 years ago
- 895d422 Add support for the 'Q' arm memory constraint. by Eric Christopher · 14 years ago
- 53afad5 This patch makes the string/character literal tests run in C, by Douglas Gregor · 14 years ago
- 93f1322 Fix assertion failure in CodeGen where the input operand to an asm by Peter Collingbourne · 14 years ago
- 27f1e7e test/CodeGen/2004-03-16-AsmRegisterCrash.c: XTARGET should accept the part of triplet. ("x86" is not the part of triplet) by NAKAMURA Takumi · 14 years ago
- a17f0c4 test/CodeGen/struct-matching-constraint.c: Fixup not to emit garbage to source tree. by NAKAMURA Takumi · 14 years ago
- e1adf81 test/CodeGen/struct-init.c, struct-matching-constraint.c: Tweak commandline, or they would not be recognized as armv7 on some hosts. by NAKAMURA Takumi · 14 years ago
- 886fefa Fix thinko in last checkin. by Eric Christopher · 14 years ago
- 95ee667 Remove the need for a header and specify a triple so that the type by Eric Christopher · 14 years ago
- 55528b2 Fix this up for clang codegen versus llvm-gcc. by Eric Christopher · 14 years ago
- 0b2b766 Fix this test to work for arm and on all platforms. by Eric Christopher · 14 years ago
- d3e46dd Add a triple to this test and make sure it passes on arm where it was by Eric Christopher · 14 years ago
- 0bbe4b1 Correct the triple here. by Eric Christopher · 14 years ago
- 023b592 This works on arm. by Eric Christopher · 14 years ago
- 16a91a4 Apparently this does work on arm. by Eric Christopher · 14 years ago
- b655803 This was meant to test arm anyhow, make the registers agree with the by Eric Christopher · 14 years ago
- 2a077fd Remove this test, it's actually testing something that clang doesn't support. by Eric Christopher · 14 years ago
- de86a38 XFAIL this test on ARM. Filed PR10518 to track. by Eric Christopher · 14 years ago
- 5dcca66 Remove the optimization option for this test. by Eric Christopher · 14 years ago
- 2223441 No one cares about ppc, but make this work for arm and x86 and xfail the rest. by Eric Christopher · 14 years ago
- 87dd7d9 Make this darwin only for now while investigating to clear up x86_64 by Eric Christopher · 14 years ago
- 5cee119 Add support for C++0x unicode string and character literals, from Craig Topper! by Douglas Gregor · 14 years ago
- acc060f Handle different sized wchar_t for windows. by Eric Christopher · 14 years ago
- cd6ab8c Use the correct definition for memset. by Eric Christopher · 14 years ago
- 7e0afd9 Make this darwin only to simplify the padding calculations per arch. by Eric Christopher · 14 years ago
- 0cdb55b This appears to be passing on all hosts. by Eric Christopher · 14 years ago
- b056db9 Try a little hack to fix the memset duplication on windows. by Eric Christopher · 14 years ago
- 7560b3d Try harder to fix these for windows. by Eric Christopher · 14 years ago
- d579a88 Generalize for various build bots. by Eric Christopher · 14 years ago
- 0c14190 Rewrite match line to be friendlier to misc buildbots. by Eric Christopher · 14 years ago
- 2924da3 Rewrite matching line to be friendlier to misc buildbots. by Eric Christopher · 14 years ago
- 041e409 Attempt to rewrite the matching for this test to pacify the windows build bots. by Eric Christopher · 14 years ago
- b8f31ac Rework the match here to silence release mode windows buildbots. by Eric Christopher · 14 years ago
- c694411 Attempt to generalize this test for release mode buildbots. by Eric Christopher · 14 years ago
- c0ecde3 Try to generalize the match to quiet the windows build bot. by Eric Christopher · 14 years ago
- 54562ec Use unsigned long long for uint64_t. Fixes part of the windows buildbot. by Eric Christopher · 14 years ago
- 3883e66 Migrate most of the rest of test/FrontendC from llvm and migrate by Eric Christopher · 14 years ago
- d484040 Adjust check for release mode. by Eric Christopher · 14 years ago
- b025734 Migrate: by Eric Christopher · 14 years ago
- bb9d3f1 Migrate CodeGen/2007-03-05-DataLayout.c from test/FrontendC with changes by Eric Christopher · 14 years ago
- f1ce4be Migrate CodeGen/2005-02-20-AggregateSAVEEXPR.c from test/FrontendC with by Eric Christopher · 14 years ago
- e6f7536 Migrate CodeGen/2009-09-24-SqrtErrno.c from test/FrontendC with changes by Eric Christopher · 14 years ago
- 4ebf229 Migrate CodeGen/2002-03-11-LargeCharInString.c from test/FrontendC and by Eric Christopher · 14 years ago
- d9a5459 Add CodeGen/2009-07-15-pad-wchar_t-array.c migrated from test/FrontendC by Eric Christopher · 14 years ago
- fd015a5 Migrate wchar-const.c with fixes and FileCheck from llvm/test/FrontendC. by Eric Christopher · 14 years ago
- bbc4e6b test/CodeGen/2003-08-18-SigSetJmp.c: XFAIL: mingw, too! by NAKAMURA Takumi · 14 years ago
- f4c7af5 win32 doesn't have sigsetjmp, just xfail this test there. by Eric Christopher · 14 years ago
- cd3d88c Rework this slightly to work for optimized compilers and remove the by Eric Christopher · 14 years ago
- aa2e244 These tests use standard headers and so need ms extensions with MSVC headers. by Eric Christopher · 14 years ago
- 4498f12 Remove this test, it's more properly an optimizer test. by Eric Christopher · 14 years ago
- a11d129 Migrate and FileCheck-ize some of: by Eric Christopher · 14 years ago
- 9f5bff0 fix PR10415, tidying up IR representation of module level inline asm by Chris Lattner · 14 years ago
- 478b94b Check column number also. by Devang Patel · 14 years ago
- f57ef05 Don't crash when codegen'ing an empty redecl of a function in C99 mode, when by Nick Lewycky · 14 years ago
- dce67a7 In C99, emit an inline function when encountering an extern redeclaration. by Nick Lewycky · 14 years ago