1. 8b36a9e Add 3DNow! Intrinsics. by Michael J. Spencer · 14 years ago
  2. fc8f0e1 fix a bunch of comment typos found by codespell. Patch by by Chris Lattner · 14 years ago
  3. 414d896 Implement ARM pcs attribute. Basically it's another way of calling convention selection (AAPCS or by Anton Korobeynikov · 14 years ago
  4. 9b064d8 Removing the unaligned load tests from builtins-x86.c since they're generated by a regular 'load' now. by Bill Wendling · 14 years ago
  5. 52d6874 PR9580: Handle vectors correctly in ScalarExprEmitter::EmitRem. by Eli Friedman · 14 years ago
  6. a49218e PR8369: make __attribute((regparm(0))) work correctly. Original patch by by Eli Friedman · 14 years ago
  7. 23aa9c8 add a __sync_swap builtin to fill out the rest of the __sync builtins. by Chris Lattner · 14 years ago
  8. 83eedee I can't figure out any reasonable way to make this test non-host-dependent, by John McCall · 14 years ago
  9. 6931743 Do not use IR marker for LLVM intrinsics by Peter Collingbourne · 14 years ago
  10. 018e02c Make this a -cc1 test with a triple and a target feature. by John McCall · 14 years ago
  11. 0f9d155 Anonymify this test. by John McCall · 14 years ago
  12. d688bc0 Implement the AVX cmp builtins as macros instead of static inlines. by John McCall · 14 years ago
  13. d553408 IRgen: Reapply r128691 with a fix to ensure we don't increase alignment past by Daniel Dunbar · 14 years ago
  14. 457c838 Revert r128691, "IRgen: Improve GCC compatibility when dealing with packed by Daniel Dunbar · 14 years ago
  15. b23a5a0 IRgen: Improve GCC compatibility when dealing with packed arrays by propagating by Daniel Dunbar · 14 years ago
  16. 1b41f60 Robustify test string. by Devang Patel · 14 years ago
  17. bc52032 Add target triple. by Devang Patel · 14 years ago
  18. b603c90 by Devang Patel · 14 years ago
  19. d06fea8 supported: AltiVec vector initialization with a single literal according to PIM section 2.5.1 - after initialization all elements have the value specified by the literal by Anton Yartsev · 14 years ago
  20. 4421d2b On Mac OS X, the presence of an 'availability' attribute for that by Douglas Gregor · 14 years ago
  21. 8d8420e Fixed some of the incompatibilities with gcc. by John Thompson · 14 years ago
  22. c285372 Make sure we aggressively attach nounwind (etc.) to calls to library by Eli Friedman · 14 years ago
  23. dc0f137 Switch from internal to linker_private linkage, it is sufficient to please the new linker. by Rafael Espindola · 14 years ago
  24. 8a37c79 __clear_cache() is varargs and people will occasionally write it without by Eric Christopher · 14 years ago
  25. 584acf2 Fix link of libxul with LTO and the linker in xcode4. It is not clear if this by Rafael Espindola · 14 years ago
  26. 0507be6 When we adjust the inline ASM type, we need to take into account an early by Bill Wendling · 14 years ago
  27. 4707b9a Revert r126422 "Use private linkage to avoid symbol conflicts in by Douglas Gregor · 14 years ago
  28. 8e4245d test/CodeGen/2008-07-17-no-emit-on-error.c: Use LLVM's opt instead of "test(1)" for Mingw MSYS. by NAKAMURA Takumi · 14 years ago
  29. 0483a6f Only emit string initializers in-place if types match. Fixes PR9373. by Benjamin Kramer · 14 years ago
  30. fa0b409 PR9350: increment/decrement of char (and anything else narrower than int) by Eli Friedman · 14 years ago
  31. 438d7f0 Kill off more names to fix this test by Douglas Gregor · 14 years ago
  32. d25f485 Fix the test. by Roman Divacky · 14 years ago
  33. cfe9af2 Implement -mrtd which sets the StdCall calling convention to be the default one. by Roman Divacky · 14 years ago
  34. 2cb4222 -fwrapv should turn off the inbounds markers from geps used for pointer by Chris Lattner · 14 years ago
  35. 3f06e27 Make skipping of vardecls more precise: it's ok to skip a decl if the entire by Chris Lattner · 14 years ago
  36. 9467110 make switch constant folding a bit stronger, handling a missed case. by Chris Lattner · 14 years ago
  37. f079b73 Retry r126357. Use CharUnits for the Size and DataSize calculations when by Ken Dyck · 14 years ago
  38. 035287d remove a bogus assertion, add a comment. by Chris Lattner · 14 years ago
  39. 3858938 make switch condition constant folding much more aggressive, handling by Chris Lattner · 14 years ago
  40. fda0f1f First tiny step to implementing PR9322: build infrastructure for only emitting the by Chris Lattner · 14 years ago
  41. bc7fbf0 Pretty up the emission of field l-values and use volatile and TBAA when by John McCall · 14 years ago
  42. bab380c Use private linkage to avoid symbol conflicts in corner cases like the one by Rafael Espindola · 14 years ago
  43. 95bba6f Move some Objective-C tests to SemaObjC and CodeGenObjC. by Anders Carlsson · 14 years ago
  44. 935f0f0 add one more case of mismatched input/output constraints. by Chris Lattner · 14 years ago
  45. 9becaae Test case for r126127 and r126141. Radar 9012638. by Stuart Hastings · 14 years ago
  46. e0fd832 implement a tiny amount of codegen support for gnu array range by Chris Lattner · 14 years ago
  47. 15e310a Warn about code that uses variables and functions with internal linkage by John McCall · 14 years ago
  48. bb6f548 If preprocessed token introduced empty filename then use main translation unit's filename for debug info entries. by Devang Patel · 14 years ago
  49. 4e274e9 Add a hack to avoid adding '\01' to asm names when possible. It would be by Rafael Espindola · 14 years ago
  50. db27d82 OpenCL: standardise naming of test cases by Peter Collingbourne · 14 years ago
  51. 36e05ec Add a testcase for the mcount profiling. by Roman Divacky · 14 years ago
  52. 17d3fea Driver/Frontend: Wire up -mregparm=. by Daniel Dunbar · 14 years ago
  53. 6b5a61b A few more tweaks to the blocks AST representation: by John McCall · 14 years ago
  54. 683564a pre/post ++/-- for AltiVec vectors. (with builtins-ppc-altivec.c failure fixed) by Anton Yartsev · 14 years ago
  55. 5b5828b Fix test by fully specifying the platform. by Nick Lewycky · 14 years ago
  56. 6f75550 Basic support for -mms-bitfields, from Carl Norum! by Douglas Gregor · 14 years ago
  57. 65e7a9e When initializing struct members, the important thing is that the "initializing" expression is by Argyrios Kyrtzidis · 14 years ago
  58. 5af1f06 Revert r124146 for now. It appears to be failing on a few platforms. by Eric Christopher · 14 years ago
  59. e07ae4e pre/post increase/decrease for AltiVec vectors by Anton Yartsev · 14 years ago
  60. ba4f5d5 Fix the computation of alignment for fields of packed+aligned structs. by John McCall · 14 years ago
  61. 6eb5be8 Comment a wacky test case by Douglas Gregor · 14 years ago
  62. d3d4e1e More unnamed_addr. by Rafael Espindola · 14 years ago
  63. b266a1f Add unnamed_addr to the special strings created by by Rafael Espindola · 14 years ago
  64. 8d3d6c9 Ensure an insertion point at the end of a statement-expression. Fixes PR8967. by John McCall · 14 years ago
  65. cd5b22e Fix a latent bug where, after emitting an expression statement, we would by John McCall · 14 years ago
  66. 1257bc6 Add unnamed_addr when creating artificial string globals. For example, in by Rafael Espindola · 14 years ago
  67. 5d918a4 Use -check-prefix to make it clear the test is SVR4/DARWINPPC specific. by Roman Divacky · 14 years ago
  68. 403bdd7 Drop the _darwin/_svr4 suffixes. by Roman Divacky · 14 years ago
  69. c81f2a2 PowerPC fixes. by Roman Divacky · 14 years ago
  70. 33a5344 Add support for passing variables declared to use a xmm register to asm by Rafael Espindola · 14 years ago
  71. 0ec89f9 Add support for declaring register contraints in variables. They are only used by Rafael Espindola · 14 years ago
  72. 3f59c97 The -fshort-wchar option causes wchar_t to become unsigned, in addition to being by Chris Lattner · 14 years ago
  73. 54eeba7 Generalize this test to work without instruction names. by Dan Gohman · 14 years ago
  74. 2ea7e73 Implement CodeGen support for the may_alias attribute. by Dan Gohman · 14 years ago
  75. 823d8e9 Start using DIBuilder. It provides cleaner interface. by Devang Patel · 14 years ago
  76. f5fe292 Fix PR8720 by printing an error message with a substring that the gcc testsuite searches for. by Rafael Espindola · 14 years ago
  77. fd56900 Silly special case: never load when dereferencing void*. by John McCall · 14 years ago
  78. 85515d6 First pass at implementing the intent of ANSI C DR106. by John McCall · 14 years ago
  79. 3144b72 Fix this test case on no-asserts builds by not trying to match the basic by John McCall · 14 years ago
  80. f6a1648 Although we currently have explicit lvalue-to-rvalue conversions, they're by John McCall · 14 years ago
  81. 0982136 Implement -cl-single-precision-constant by Peter Collingbourne · 14 years ago
  82. 61e0786 Implement -cl-opt-disable by Peter Collingbourne · 14 years ago
  83. 830937b IR Gen. part of API support for __block cxx by Fariborz Jahanian · 14 years ago
  84. 1b72677 Improve codegen for initializer lists to use memset more aggressively by Chris Lattner · 14 years ago
  85. a6cf1e7 Add support for the common and nocommon attributes. by Eric Christopher · 14 years ago
  86. 7b3982b FileCheckize. by Eric Christopher · 14 years ago
  87. 7c92342 FileCheckize. by Eric Christopher · 14 years ago
  88. 70b0294 Enhance the init generation logic to emit a memset followed by a few stores when by Chris Lattner · 14 years ago
  89. faa5bfc Declaring local static in global block by Fariborz Jahanian · 14 years ago
  90. f0438e7 Replace \r\n with \n. No functional change. by Nick Lewycky · 14 years ago
  91. cb690b1 Fix a (probably very old) regression where we weren't using the typedef name for anonymous tag types. by Anders Carlsson · 14 years ago
  92. 6c6feac This test does not need to test the alignment of pointers. Make it pass by John McCall · 14 years ago
  93. 02a8078 long => int to make the test pass on system where sizeof(long) = 64. by Francois Pichet · 14 years ago
  94. 8e161ed Microsoft C anonymous struct implementation. by Francois Pichet · 14 years ago
  95. aa4fe05 comparison of AltiVec vectors now gives bool result (fix for 7533) by Anton Yartsev · 14 years ago
  96. 8e8c7e0 Re-enable test with modifications for Neon vector changes in clang. by Bob Wilson · 14 years ago
  97. f08f2dd Temporarily disable this check for Neon vector type mangling. by Bob Wilson · 14 years ago
  98. ba772ba This really seems like a boring set of fixes to our tests to make them more by Chandler Carruth · 14 years ago
  99. b418d74 Simplify some complex emission and implement correct semantics for by John McCall · 14 years ago
  100. 5c8e13f Restore these tests. I think I fixed the problem. We shall see. by Fariborz Jahanian · 14 years ago