1. c0b850c Add new test. Remove one outdated test. by Devang Patel · 13 years ago
  2. fe88395 Robustify test, there is no need to check metadata number which can change. by Devang Patel · 13 years ago
  3. 041087c 'pure' and 'const' functions should also be marked nounwind. Migrate by Eric Christopher · 13 years ago
  4. a40b7f2 Update clang tests for r137527. by Eli Friedman · 13 years ago
  5. 2e4f44f Add tests for string literal concatenation. by Craig Topper · 13 years ago
  6. 2fa4e86 Add support for C++0x raw string literals. by Craig Topper · 13 years ago
  7. b8fca90 Add support for using anonymous bitfields (e.g., int : 0) to enforce alignment. by Chad Rosier · 13 years ago
  8. 3f1661d Output to /dev/null, not "0" by Matt Beaumont-Gay · 13 years ago
  9. fc54016 Formatting. by Chad Rosier · 13 years ago
  10. 61a6221 Add partial support for using anonymous bitfields (e.g., int : 0) to enforce by Chad Rosier · 13 years ago
  11. a5e19c6 Emit wide string literals with the appropriate alignment. by John McCall · 13 years ago
  12. 4ab0024 For APCS the alignment of bitfield types is *not* respected when laying out by Chad Rosier · 13 years ago
  13. 8d28897 Delete one of the old tests that was ported over to Clang. The test is by Chandler Carruth · 13 years ago
  14. 194f06a Handle "homogeneous aggregates" as required by the ARM AAPCS-VFP ABI. by Bob Wilson · 13 years ago
  15. 40f9c30 When rewriting a call to a K&R function to lead to a well-prototyped by John McCall · 13 years ago
  16. e164c18 Implements alignment for long long and double types in va_arg on ARM AAPCS. by Rafael Espindola · 13 years ago
  17. 895d422 Add support for the 'Q' arm memory constraint. by Eric Christopher · 13 years ago
  18. 53afad5 This patch makes the string/character literal tests run in C, by Douglas Gregor · 13 years ago
  19. 93f1322 Fix assertion failure in CodeGen where the input operand to an asm by Peter Collingbourne · 13 years ago
  20. 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 · 13 years ago
  21. a17f0c4 test/CodeGen/struct-matching-constraint.c: Fixup not to emit garbage to source tree. by NAKAMURA Takumi · 13 years ago
  22. 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 · 13 years ago
  23. 886fefa Fix thinko in last checkin. by Eric Christopher · 13 years ago
  24. 95ee667 Remove the need for a header and specify a triple so that the type by Eric Christopher · 13 years ago
  25. 55528b2 Fix this up for clang codegen versus llvm-gcc. by Eric Christopher · 13 years ago
  26. 0b2b766 Fix this test to work for arm and on all platforms. by Eric Christopher · 13 years ago
  27. d3e46dd Add a triple to this test and make sure it passes on arm where it was by Eric Christopher · 13 years ago
  28. 0bbe4b1 Correct the triple here. by Eric Christopher · 13 years ago
  29. 023b592 This works on arm. by Eric Christopher · 13 years ago
  30. 16a91a4 Apparently this does work on arm. by Eric Christopher · 13 years ago
  31. b655803 This was meant to test arm anyhow, make the registers agree with the by Eric Christopher · 13 years ago
  32. 2a077fd Remove this test, it's actually testing something that clang doesn't support. by Eric Christopher · 13 years ago
  33. de86a38 XFAIL this test on ARM. Filed PR10518 to track. by Eric Christopher · 13 years ago
  34. 5dcca66 Remove the optimization option for this test. by Eric Christopher · 13 years ago
  35. 2223441 No one cares about ppc, but make this work for arm and x86 and xfail the rest. by Eric Christopher · 13 years ago
  36. 87dd7d9 Make this darwin only for now while investigating to clear up x86_64 by Eric Christopher · 13 years ago
  37. 5cee119 Add support for C++0x unicode string and character literals, from Craig Topper! by Douglas Gregor · 13 years ago
  38. acc060f Handle different sized wchar_t for windows. by Eric Christopher · 13 years ago
  39. cd6ab8c Use the correct definition for memset. by Eric Christopher · 13 years ago
  40. 7e0afd9 Make this darwin only to simplify the padding calculations per arch. by Eric Christopher · 13 years ago
  41. 0cdb55b This appears to be passing on all hosts. by Eric Christopher · 13 years ago
  42. b056db9 Try a little hack to fix the memset duplication on windows. by Eric Christopher · 13 years ago
  43. 7560b3d Try harder to fix these for windows. by Eric Christopher · 13 years ago
  44. d579a88 Generalize for various build bots. by Eric Christopher · 13 years ago
  45. 0c14190 Rewrite match line to be friendlier to misc buildbots. by Eric Christopher · 13 years ago
  46. 2924da3 Rewrite matching line to be friendlier to misc buildbots. by Eric Christopher · 13 years ago
  47. 041e409 Attempt to rewrite the matching for this test to pacify the windows build bots. by Eric Christopher · 13 years ago
  48. b8f31ac Rework the match here to silence release mode windows buildbots. by Eric Christopher · 13 years ago
  49. c694411 Attempt to generalize this test for release mode buildbots. by Eric Christopher · 13 years ago
  50. c0ecde3 Try to generalize the match to quiet the windows build bot. by Eric Christopher · 13 years ago
  51. 54562ec Use unsigned long long for uint64_t. Fixes part of the windows buildbot. by Eric Christopher · 13 years ago
  52. 3883e66 Migrate most of the rest of test/FrontendC from llvm and migrate by Eric Christopher · 13 years ago
  53. d484040 Adjust check for release mode. by Eric Christopher · 13 years ago
  54. b025734 Migrate: by Eric Christopher · 13 years ago
  55. bb9d3f1 Migrate CodeGen/2007-03-05-DataLayout.c from test/FrontendC with changes by Eric Christopher · 13 years ago
  56. f1ce4be Migrate CodeGen/2005-02-20-AggregateSAVEEXPR.c from test/FrontendC with by Eric Christopher · 13 years ago
  57. e6f7536 Migrate CodeGen/2009-09-24-SqrtErrno.c from test/FrontendC with changes by Eric Christopher · 13 years ago
  58. 4ebf229 Migrate CodeGen/2002-03-11-LargeCharInString.c from test/FrontendC and by Eric Christopher · 13 years ago
  59. d9a5459 Add CodeGen/2009-07-15-pad-wchar_t-array.c migrated from test/FrontendC by Eric Christopher · 13 years ago
  60. fd015a5 Migrate wchar-const.c with fixes and FileCheck from llvm/test/FrontendC. by Eric Christopher · 13 years ago
  61. bbc4e6b test/CodeGen/2003-08-18-SigSetJmp.c: XFAIL: mingw, too! by NAKAMURA Takumi · 13 years ago
  62. f4c7af5 win32 doesn't have sigsetjmp, just xfail this test there. by Eric Christopher · 13 years ago
  63. cd3d88c Rework this slightly to work for optimized compilers and remove the by Eric Christopher · 13 years ago
  64. aa2e244 These tests use standard headers and so need ms extensions with MSVC headers. by Eric Christopher · 13 years ago
  65. 4498f12 Remove this test, it's more properly an optimizer test. by Eric Christopher · 13 years ago
  66. a11d129 Migrate and FileCheck-ize some of: by Eric Christopher · 13 years ago
  67. 9f5bff0 fix PR10415, tidying up IR representation of module level inline asm by Chris Lattner · 13 years ago
  68. 478b94b Check column number also. by Devang Patel · 13 years ago
  69. f57ef05 Don't crash when codegen'ing an empty redecl of a function in C99 mode, when by Nick Lewycky · 13 years ago
  70. dce67a7 In C99, emit an inline function when encountering an extern redeclaration. by Nick Lewycky · 13 years ago
  71. 71305cc Enhance the IR type lowering code to be much smarter about recursively lowering by Chris Lattner · 13 years ago
  72. b8981df Reapply r134946 with fixes. Tested on Benjamin testcase and other test-suite failures. by Bruno Cardoso Lopes · 13 years ago
  73. d15608e Emit debug info for extended vectors. by Devang Patel · 13 years ago
  74. 6af13f3 PR10337 reminds me that calls return values, lets handle them just by Chris Lattner · 13 years ago
  75. 548e478 Revert r134946 by Bruno Cardoso Lopes · 13 years ago
  76. cd87d1e fix an unintended behavior change in the type system rewrite, which caused us to compile by Chris Lattner · 13 years ago
  77. 21ca1fd fix PR10335 by watching out for IR type compatibility in call argument lists. by Chris Lattner · 13 years ago
  78. 48c86b2 make test name less specific by Chris Lattner · 13 years ago
  79. 089d892 Do the same as r134946 for arrays. Add more testcases for avx x86_64 arg by Bruno Cardoso Lopes · 13 years ago
  80. ccafadb Fix one x86_64 abi issue and the test to actually look for the right thing, by Bruno Cardoso Lopes · 13 years ago
  81. 4943c15 Reapply r134754, which turns out to be working correctly and also by Bruno Cardoso Lopes · 13 years ago
  82. f0a8679 Fix the clang bootstrap and Jay's testcase from llvm-dev by being completely by Chris Lattner · 13 years ago
  83. f742eb0 Rename CGT::VerifyFuncTypeComplete to isFuncTypeConvertible since by Chris Lattner · 13 years ago
  84. 9cbe4f0 clang side to match the LLVM IR type system rewrite patch. by Chris Lattner · 13 years ago
  85. f073324 cc1 must initialize MC subtarget infos for inline asm parsing. Re-enable asm-errors.c by Evan Cheng · 13 years ago
  86. 287d491 disable this test to get the botz green again. by Chris Lattner · 13 years ago
  87. 6bb31e4 Silly typo in test for r134770. by Eli Friedman · 13 years ago
  88. c3e0fb4 Change -mno-mmx to be more compatible with gcc. Specifically, -mno-mmx should not imply -mno-sse. by Eli Friedman · 13 years ago
  89. 528a8c7 Revert x86_64 ABI changes until I have time to check the items raised by Eli. by Bruno Cardoso Lopes · 13 years ago
  90. 558229f Introduce __builtin_expect() intrinsic support. by Jakub Staszak · 13 years ago
  91. df41b4c Add support for AVX 256-bit in the x86_64 ABI (as in the 0.99.5 draft) by Bruno Cardoso Lopes · 13 years ago
  92. 094240a Add codegen support for the fma/fmal/fmaf builtins. by Cameron Zwarich · 13 years ago
  93. 78b9291 Add a testcase for the previous commit and update an existing test for an by Eric Christopher · 13 years ago
  94. dbd3c85 r134634 causes a failure on MultiSource/Benchmarks/Olden/bh with TEST=nightly, by Cameron Zwarich · 13 years ago
  95. 2357aee A redeclaration of an inline method in C99 mode should trigger emission of that by Nick Lewycky · 13 years ago
  96. 9d5ac7c revert patch for // rdar://9227352 by Fariborz Jahanian · 13 years ago
  97. 070c215 Testcase for r134441. by Devang Patel · 13 years ago
  98. 14508ff Don't use x86_mmx where it isn't necessary. by Eli Friedman · 13 years ago
  99. 12c738d Add a testcase for r134292. by Eric Christopher · 13 years ago
  100. 5d9b6bf Use existing -fcatch-undefined-behavior option, by Fariborz Jahanian · 13 years ago