1. b8981df Reapply r134946 with fixes. Tested on Benjamin testcase and other test-suite failures. by Bruno Cardoso Lopes · 13 years ago
  2. d15608e Emit debug info for extended vectors. by Devang Patel · 13 years ago
  3. 6af13f3 PR10337 reminds me that calls return values, lets handle them just by Chris Lattner · 13 years ago
  4. 548e478 Revert r134946 by Bruno Cardoso Lopes · 13 years ago
  5. cd87d1e fix an unintended behavior change in the type system rewrite, which caused us to compile by Chris Lattner · 13 years ago
  6. 21ca1fd fix PR10335 by watching out for IR type compatibility in call argument lists. by Chris Lattner · 13 years ago
  7. 48c86b2 make test name less specific by Chris Lattner · 13 years ago
  8. 089d892 Do the same as r134946 for arrays. Add more testcases for avx x86_64 arg by Bruno Cardoso Lopes · 13 years ago
  9. ccafadb Fix one x86_64 abi issue and the test to actually look for the right thing, by Bruno Cardoso Lopes · 13 years ago
  10. 4943c15 Reapply r134754, which turns out to be working correctly and also by Bruno Cardoso Lopes · 13 years ago
  11. f0a8679 Fix the clang bootstrap and Jay's testcase from llvm-dev by being completely by Chris Lattner · 13 years ago
  12. f742eb0 Rename CGT::VerifyFuncTypeComplete to isFuncTypeConvertible since by Chris Lattner · 13 years ago
  13. 9cbe4f0 clang side to match the LLVM IR type system rewrite patch. by Chris Lattner · 13 years ago
  14. f073324 cc1 must initialize MC subtarget infos for inline asm parsing. Re-enable asm-errors.c by Evan Cheng · 13 years ago
  15. 287d491 disable this test to get the botz green again. by Chris Lattner · 13 years ago
  16. 6bb31e4 Silly typo in test for r134770. by Eli Friedman · 13 years ago
  17. c3e0fb4 Change -mno-mmx to be more compatible with gcc. Specifically, -mno-mmx should not imply -mno-sse. by Eli Friedman · 13 years ago
  18. 528a8c7 Revert x86_64 ABI changes until I have time to check the items raised by Eli. by Bruno Cardoso Lopes · 13 years ago
  19. 558229f Introduce __builtin_expect() intrinsic support. by Jakub Staszak · 13 years ago
  20. 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
  21. 094240a Add codegen support for the fma/fmal/fmaf builtins. by Cameron Zwarich · 13 years ago
  22. 78b9291 Add a testcase for the previous commit and update an existing test for an by Eric Christopher · 13 years ago
  23. dbd3c85 r134634 causes a failure on MultiSource/Benchmarks/Olden/bh with TEST=nightly, by Cameron Zwarich · 13 years ago
  24. 2357aee A redeclaration of an inline method in C99 mode should trigger emission of that by Nick Lewycky · 13 years ago
  25. 9d5ac7c revert patch for // rdar://9227352 by Fariborz Jahanian · 13 years ago
  26. 070c215 Testcase for r134441. by Devang Patel · 13 years ago
  27. 14508ff Don't use x86_mmx where it isn't necessary. by Eli Friedman · 13 years ago
  28. 12c738d Add a testcase for r134292. by Eric Christopher · 13 years ago
  29. 5d9b6bf Use existing -fcatch-undefined-behavior option, by Fariborz Jahanian · 13 years ago
  30. 1077e42 Under a compiler flag, -freset-local-blocks, by Fariborz Jahanian · 13 years ago
  31. a0b7d2e Merge this test into another. by John McCall · 13 years ago
  32. 9d11e6f Revert parts of r133860 to fix a crash. Add a test. by Nico Weber · 13 years ago
  33. 913dab2 Mark the multiply which occurs as part of performing pointer by John McCall · 13 years ago
  34. 1d323e0 Fix struct member's scope. Patch by Xi Wang. by Devang Patel · 13 years ago
  35. bc8d40d Change the IR-generation of VLAs so that we capture bounds, by John McCall · 13 years ago
  36. d543130 Issue warning if weak_import attribute is added to an already by Fariborz Jahanian · 13 years ago
  37. 43fec87 Canonicalize register names properly. by Eric Christopher · 13 years ago
  38. cfd323d Move additional register names to their own lookup, separate from by Eric Christopher · 13 years ago
  39. ab27d6e llvm-gcc treats a tentative definition with a previous by Fariborz Jahanian · 13 years ago
  40. c5cbb90 Update to match mainline ConstantStruct::get API change. Also, use by Chris Lattner · 13 years ago
  41. ebfbf9f Loosen up the IR matching slightly by Douglas Gregor · 13 years ago
  42. 8837d74 Remove another variable. by Eric Christopher · 13 years ago
  43. 673e98b When emitting a compound literal of POD type, continue to emit a by Douglas Gregor · 13 years ago
  44. 3724020 Clean up test to avoid using standard headers and remove an unneeded #define. by Eric Christopher · 13 years ago
  45. b165ed7 Make this test suitable for optimized builds by avoiding the name. by Eric Christopher · 13 years ago
  46. e3e07a5 Check the specific target to figure out if a constraint is a valid by Eric Christopher · 13 years ago
  47. 119f19b Set the visibility to 'hidden' when previous by Fariborz Jahanian · 13 years ago
  48. 43e890b Test for r133070. by Eli Friedman · 13 years ago
  49. 70cbd2a Fix a regression from r132957 involving complex integers. (Fixes failures on gcc-testsuite bot.) by Eli Friedman · 13 years ago
  50. ea5e4da The LLVM IR representation of byval arguments has a rather strange property: if the alignment of an argument to a call is less than the specified byval alignment for that argument, there is no way to specify the alignment of the implied copy. Therefore, we must ensure that the alignment of the argument is at least the byval alignment. To do this, we have to mess with the alignment of relevant alloca's in some cases, and insert a copy that conceptually shouldn't be necessary in some cases. by Eli Friedman · 13 years ago
  51. 002333f Clang support for ARM Uv/Uy/Uq inline-asm constraints. rdar://problem/9037836 by Stuart Hastings · 13 years ago
  52. 0ccb31c These tests require particular registered targets. Declared as such. by Galina Kistanova · 13 years ago
  53. ee22697 Added registered targets for in-test dependency declarations. by Galina Kistanova · 13 years ago
  54. 64d3e89 Test case for some AVX builtins. Patch by Syoyo Fujita! by John McCall · 13 years ago
  55. 003255b Reverted r132330, r132321, r132320, r132319 as per discussion. Will try in-test requirement declarations instead. by Galina Kistanova · 13 years ago
  56. fb3f4aa Implement -fgnu89-inline. Fixes PR10041. by Rafael Espindola · 13 years ago
  57. ef4b198 Just one for now to see how it will fly. by Galina Kistanova · 13 years ago
  58. 460980d Add unnamed_addr to internal globals which are only used as an operand to memcpy. (Spotted by looking at IR.) by Eli Friedman · 13 years ago
  59. b0dd670 Match llvm-gcc's string literals alignment by forcing alignment on string literals to 1. This can significantly impact the size of the string data, and as far as I know, the alignment doesn't help performance. rdar://9078969 . by Eli Friedman · 13 years ago
  60. 55d4848 Skip extra copy from aggregate where it isn't necessary; rdar://problem/8139919 . This shouldn't make much of a difference at -O3, but should substantially reduce the number of generated memcpy's at -O0. by Eli Friedman · 13 years ago
  61. de92d73 make the x86-32 backend specify a byval alignment, even when the by Chris Lattner · 13 years ago
  62. 855d227 Fix x86-64 byval passing to specify the alignment even when the code by Chris Lattner · 13 years ago
  63. 267ccbc Fix fallout from r131838. by Nick Lewycky · 13 years ago
  64. 0eb47fc Make __builtin_shufflevector and -ftrapv work correctly together. PR9945. by Eli Friedman · 13 years ago
  65. 4fe497d Bug 8765: Honor assembler labels for builtins. Ensure that the label is by Joerg Sonnenberger · 14 years ago
  66. 600d57f Remove the 'unaligned load' builtins now that they're no longer used in the *mmintrin.h files. by Bill Wendling · 14 years ago
  67. 0c96430 LLVM doesn't always optimize away the four loads from this: by Bill Wendling · 14 years ago
  68. 225c5dd Clean up consequences of cut and paste. by Fariborz Jahanian · 14 years ago
  69. 6ec50ad Implenment #pack pragma and ms_struct attribute layout. by Fariborz Jahanian · 14 years ago
  70. ed63e03 Support pack pragma and ms_struct attributes. // rdar://8823265 by Fariborz Jahanian · 14 years ago
  71. 30364d0 'long long' requires special treatment in ms_struct by Fariborz Jahanian · 14 years ago
  72. 6f08777 Revert r130717, which caused a regression (<rdar://problem/9402621>). by Douglas Gregor · 14 years ago
  73. 31e7f22 In ms_struct structs, Establish a new alignment for a by Fariborz Jahanian · 14 years ago
  74. 52bbe7a Establish a new alignment for an ms_struct bitfield following by Fariborz Jahanian · 14 years ago
  75. d4b9ee3 Don't emit nsw flags for vector operations; there's basically no benefit, and a lot of downside (like PR9850, which is about clang's xmmintrin.h making an unexpected transformation on an expression involving _mm_add_epi32). by Eli Friedman · 14 years ago
  76. 78a7d7d __alignof attribute on the field must consider by Fariborz Jahanian · 14 years ago
  77. b9bd56e tests: Force a triple in this test (so uint128 is present). by Daniel Dunbar · 14 years ago
  78. 31c79b4 Do not drop uint128 on the floor. by Devang Patel · 14 years ago
  79. f5ccd59 And a test case for my last patch. by Fariborz Jahanian · 14 years ago
  80. 9b3acaa More ms_struct bitfield stuff: by Fariborz Jahanian · 14 years ago
  81. cc0f9f1 Only the first zero-length bitfield decides alignment of by Fariborz Jahanian · 14 years ago
  82. 855a8e7 Finish off rules for z-length bitfields in ms_struct structs. // rdar://8823265 by Fariborz Jahanian · 14 years ago
  83. 02a444d Fixed test case asserts due to checkin of r130710. by Chad Rosier · 14 years ago
  84. b5a03b6 Skip extra copy from aggregate where it isn't necessary; rdar://problem/8139919 . This shouldn't make much of a difference at -O3, but should substantially reduce the number of generated memcpy's at -O0. by Eli Friedman · 14 years ago
  85. 340fa24 More rule enforcement of zero bitfields for ms_struct. by Fariborz Jahanian · 14 years ago
  86. 2c7168c block variables on lhs need be ir-gen'ed after the by Fariborz Jahanian · 14 years ago
  87. 07a8a21 ms_struct patch for initialization and field access irgen. by Fariborz Jahanian · 14 years ago
  88. 62055b0 With ms_struct attribut, Zero-length bitfields following by Fariborz Jahanian · 14 years ago
  89. ec99195 Ir-gen the side-effect(s) when __builtin_expect is by Fariborz Jahanian · 14 years ago
  90. 48f41ea Workaround buildbot failure by hacking up this test to emit llvm IR. by Bob Wilson · 14 years ago
  91. 0259c3a PTX: Add default PTX calling conventions by Justin Holewinski · 14 years ago
  92. 97fb6f3 Add a testcase for svn r129964 (Neon load/store intrinsic alignments). by Bob Wilson · 14 years ago
  93. 67a5773 The 0.98 revision of the x86-64 ABI clarified a lot of things, some by John McCall · 14 years ago
  94. 42f681b fix a crash on code that uses the result value of __builtin___memcpy_chk. by Chris Lattner · 14 years ago
  95. 285dc65 PTX: Add PTX intrinsics as builtins and add ptx32 and ptx64 as valid architectures for triples, e.g. ptx32-unknown-unknown by Justin Holewinski · 14 years ago
  96. 4210486 Fix a miscompilation I introduced in r129652, thanks for Eli for tracking by Chris Lattner · 14 years ago
  97. bbc1c2e when assertions are disabled, labels go away. Hopefully fixes the windows build. by Chris Lattner · 14 years ago
  98. b11f919 implement rdar://9289524 - case followed immediately by break results in empty IR block, by Chris Lattner · 14 years ago
  99. a5e5e0f fold memcpy/set/move_chk to llvm.memcpy/set/move when the sizes by Chris Lattner · 14 years ago
  100. c6bea67 fix rdar://9289603 - clang should fold trivial ?: for enums as well as integer constants into select at -O0 by Chris Lattner · 14 years ago