1. 7fcde17 [ms-inline asm] Remove this test case and the associated special case code. by Chad Rosier · 12 years ago
  2. 6e86867 When this test case was first created it was by Jack Carter · 12 years ago
  3. f0a2649 Fix InitListExpr::isStringLiteralInit so it handles various edge cases correctly. PR13643. by Eli Friedman · 12 years ago
  4. 700ce64 [ms-inline asm] Add a helper function, isMSAsmKeyword(). by Chad Rosier · 12 years ago
  5. 183e8ae Fixup test case for Release builds. by Chad Rosier · 12 years ago
  6. f64c118 [ms-inline asm] Start tracking which tokens are registers and which are by Chad Rosier · 12 years ago
  7. 0e9eaa8 Remove names from the CHECK lines. by Tanya Lattner · 12 years ago
  8. c58dcdc Convert loads and stores of vec3 to vec4 to achieve better code generation. Add test case. by Tanya Lattner · 12 years ago
  9. b5f9eb8 [ms-inline asm] Use a set container to remove redundant clobbers. by Chad Rosier · 12 years ago
  10. f37e421 [ms-inline asm] MSVC parses multiple __asm statements on a single line as one by Chad Rosier · 12 years ago
  11. 9e4abb4 Fix for PR#13606: http://llvm.org/bugs/show_bug.cgi?id=13606 by John Criswell · 12 years ago
  12. 5aad79f [ms-inline asm] Add support for clobbers in CodeGen. by Chad Rosier · 12 years ago
  13. dece8b3 Revert this to try to bring the i386 bots back. by Eric Christopher · 12 years ago
  14. 2f834a5 [ms-inline asm] Add support for clobbers in CodeGen. by Chad Rosier · 12 years ago
  15. 27ef16b [ms-inline asm] More test cases to make sure buildMSAsmString() doesn't regress. by Chad Rosier · 12 years ago
  16. ce23bb7 irgen: inline code for several of complex builtin calls. // rdar://8315199 by Fariborz Jahanian · 12 years ago
  17. 21ef711 [ms-inline asm] Add a helpful assert. by Chad Rosier · 12 years ago
  18. 550a9d8 Avoid using i64 types for vld1q_lane/vst1q_lane intrinsics. by Bob Wilson · 12 years ago
  19. 634b3d2 ARM: enable struct byval for AAPCS-VFP. by Manman Ren · 12 years ago
  20. 265f538 [ms-inline asm] Have patchMSAsmStrings() return a vector or AsmStrings. by Chad Rosier · 12 years ago
  21. 16ba7c8 ARM: enable struct byval for AAPCS. by Manman Ren · 12 years ago
  22. 74896e0 [ms-inline asm] Use the new Inline Asm Non-Standard Dialect attribute. by Chad Rosier · 12 years ago
  23. 79f3098 Fix AAPCS ABI. I can't actually test this, but it restores the behavior from before r159168. PR13562. by Eli Friedman · 12 years ago
  24. 48a05b9 [ms-inline asm] Add basic codegen support for simple asm stmts. Currently, by Chad Rosier · 12 years ago
  25. b64f310 [ms-inline asm] Add a very simple test case. Basically, we're only testing for by Chad Rosier · 12 years ago
  26. cc83f26 Fix MIPS DSP Rev1 intrinsics memory properties. by Simon Atanasyan · 12 years ago
  27. 427435f Re-enable pcmpistri/pcmpestri builtins in clang now that llvm supports them properly. by Craig Topper · 12 years ago
  28. a841c19 Add __builtin_readcyclecounter() to produce the @llvm.readcyclecounter() intrinsic. by Hal Finkel · 12 years ago
  29. 52a8b00 add a comment to explain this test case by Nuno Lopes · 12 years ago
  30. bf1febd add test for PR13497 by Nuno Lopes · 12 years ago
  31. b48280b Handle functions with struct arguments or return types and the regparm by Rafael Espindola · 12 years ago
  32. 833850b Don't use a temporary file. by Rafael Espindola · 12 years ago
  33. adfa45f Add "long double" to permitted list of ARM complex homogeneous aggregates. by Tim Northover · 12 years ago
  34. 75d4b1e Robustify test in the face of no assertions. by Eric Christopher · 12 years ago
  35. 74976f2 Fix regexp for this test to properly check. by Eric Christopher · 12 years ago
  36. e87f3f6 Revert commit r160308. We decide to move builtins selection to the backend. by Simon Atanasyan · 12 years ago
  37. d7bad05 MIPS: Implement __builtin_mips_shll_qb builtin function overloading. by Simon Atanasyan · 12 years ago
  38. f9e9af7 Add a per target max vector alignment field (e.g., 32-byte alignment for x86 due to by Chad Rosier · 12 years ago
  39. f195f2c add support for conditional expressions in Expr::HasSideEffects() by Nuno Lopes · 12 years ago
  40. 6fcac5d test/CodeGen/rdrand-builtins.c: Define __MM_MALLOC_H before including <*mmintrin.h> . by NAKAMURA Takumi · 12 years ago
  41. a1c387e Don't include mm_malloc.h in test, it pulls in system headers on msvc. by Benjamin Kramer · 12 years ago
  42. 9a50249 Add _rdrand{16,32,64}_step intrinsics to immintrin.h by Benjamin Kramer · 12 years ago
  43. 9903e94 Fix handling of curly braces in NVPTX inline asm by Justin Holewinski · 12 years ago
  44. c852e9f Temporarily revert this to see if it brings the gdb bot back. by Eric Christopher · 12 years ago
  45. 3d40f96 The end of a block doesn't necessarily need a line table entry unless by Eric Christopher · 12 years ago
  46. f794705 Tests: check for target availability for target-specific tests. by Jim Grosbach · 12 years ago
  47. fad0a32 MIPS: Range check __builtin_mips_wrdsp / __builtin_mips_rddsp arguments against the upper/lower values. by Simon Atanasyan · 12 years ago
  48. e471d87 MIPS: Mark arguments of __builtin_mips_wrdsp / __builtin_mips_rddsp as a constant expression. by Simon Atanasyan · 12 years ago
  49. 102bab7 clang/test/CodeGen/fp-contract.c: It requires ppc32! by NAKAMURA Takumi · 12 years ago
  50. c968671 Add -ffp-contract = { fast | on | off } command line option support. by Lang Hames · 12 years ago
  51. c359f20 Make the following changes in the way Mips handles vector arguments and return by Akira Hatanaka · 12 years ago
  52. e0c1168 Significantly simplify CGExprAgg's logic about ignored results: by John McCall · 12 years ago
  53. 435d268 Rename tzcnt intrinsics to match gcc. by Craig Topper · 12 years ago
  54. 075a543 blocks: fixes a crash when encoding block type by Fariborz Jahanian · 12 years ago
  55. 7b7c973 Update based on move of DIBuilder.h to include/llvm. by Bill Wendling · 12 years ago
  56. 56c045e X86: add more GATHER intrinsics in Clang by Manman Ren · 12 years ago
  57. c84804a X86: add more GATHER intrinsics in Clang by Manman Ren · 12 years ago
  58. fbf7005 Support MIPS DSP Rev1 intrinsics. by Simon Atanasyan · 12 years ago
  59. de981f3 Add -ftls-model command-line flag. by Hans Wennborg · 12 years ago
  60. f4bcfa1 Propagate lvalue alignment into bitfields. Per report on cfe-dev. by Eli Friedman · 12 years ago
  61. 83ea530 Check for non-POD vararg argument type after default argument promotion, not by Richard Smith · 12 years ago
  62. 7bbf9d1 unit test tweak by Andrew Trick · 12 years ago
  63. 5283c99 X86: add GATHER intrinsics (AVX2) in Clang by Manman Ren · 12 years ago
  64. 72c1a6a MachineBlockPlacement would prefer that clang lay out blocks in source order. by Andrew Trick · 12 years ago
  65. 4904bf4 block literal irgen: several improvements on naming block by Fariborz Jahanian · 12 years ago
  66. b9d2b3b [asan] add missing asan instrumentation in generated global init functions by Kostya Serebryany · 12 years ago
  67. 5e2d5de Support the tls_model attribute (PR9788) by Hans Wennborg · 12 years ago
  68. 7e0dc76 revert CodeGen support for the alloc_size attribute until we finish the design of a more generic metadata node by Nuno Lopes · 12 years ago
  69. 7cd302f Add the testcase from pr13168. by Rafael Espindola · 12 years ago
  70. fc685ac Reapplying the changes from r158717 as they were rolled back to avoid merge conflicts from a separate problematic patch. by Aaron Ballman · 12 years ago
  71. 3532936 Revert r158700 and dependent patches r158716, r158717, and r158731. by Jakob Stoklund Olesen · 12 years ago
  72. ed35fd1 Improves parsing and semantic analysis for MS __declspec attributes. This includes support for the align (which fixes PR12631). by Aaron Ballman · 12 years ago
  73. adc6cbf [MSExtensions] Add support for __forceinline. by Michael J. Spencer · 12 years ago
  74. 860a319 Fix Sema and IRGen for atomic compound assignment so it has the right semantics when promotions are involved. by Eli Friedman · 12 years ago
  75. cda8df0 Add XOP frcz instrinsics. by Craig Topper · 12 years ago
  76. 5daa4de Add XOP permute intrinsics. by Craig Topper · 12 years ago
  77. ecbc009 Add XOP shift and compare intrinsics. by Craig Topper · 12 years ago
  78. 3335eb7 Add XOP vprot* instruction intrinsics by Craig Topper · 12 years ago
  79. 18b73ea More XOP intrinsics by Craig Topper · 12 years ago
  80. 239c030 Begin adding XOP intrinsics by Craig Topper · 12 years ago
  81. 1c6e95f Rename a test case to a more generic name. This is a completely useless by Chandler Carruth · 12 years ago
  82. ec22f56 User better API for vla in compund literals. // rdar://11485774 by Fariborz Jahanian · 12 years ago
  83. 2ccc0f9 When emitting compund literal of vla pointer elements, make by Fariborz Jahanian · 12 years ago
  84. e14da79 reverse r158117. by Fariborz Jahanian · 12 years ago
  85. 3077577 When doing arithmatic on vla pointer, make sure by Fariborz Jahanian · 12 years ago
  86. f4bd4d8 Fix a bug with va_arg and vectors on Darwin x86-32. <rdar://problem/11592208>. by Eli Friedman · 12 years ago
  87. 97075fb Add fma3 intrinsic header file. by Craig Topper · 12 years ago
  88. 2a6e784 Upgrade test for the fma4->fma intrinsic change. by Benjamin Kramer · 12 years ago
  89. 3c0bc15 Add builtin for pclmulqdq instruction. by Craig Topper · 12 years ago
  90. 6b97877 Add an ammintrin.h header for SSE4a intrinsics. by Benjamin Kramer · 12 years ago
  91. 2813420 add CodeGen support for the alloc_size attribute by Nuno Lopes · 12 years ago
  92. c2c1e4f Un-XFAIL CodeGen/builtins-nvptx.c now that the proper changes have by Justin Holewinski · 12 years ago
  93. a1bfcbd XFAIL this test, which does not pass on trunk since the grand by John McCall · 12 years ago
  94. 2c585b9 Replace PTX back-end with NVPTX back-end in all places where Clang cares by Justin Holewinski · 12 years ago
  95. c679485 If the first argument of __builtin_object_size can be folded to a constant by Richard Smith · 12 years ago
  96. def1849 wire -fbounds-checking to the new LLVM bounds checking pass by Nuno Lopes · 12 years ago
  97. 3e86a04 revert the usage of the objectsize intrinsic with 3 parameters (to match LLVM r157255) by Nuno Lopes · 12 years ago
  98. ba16ac3 XFAIL this test on MIPS. by Akira Hatanaka · 12 years ago
  99. 6565b8a We were already passing the case in pr9356. Add it to attributes.c to make by Rafael Espindola · 12 years ago
  100. ee409a9 Add support for __attribute__((hot)) and __attribute__((cold)). by Benjamin Kramer · 12 years ago