1. 27ef16b [ms-inline asm] More test cases to make sure buildMSAsmString() doesn't regress. by Chad Rosier · 12 years ago
  2. ce23bb7 irgen: inline code for several of complex builtin calls. // rdar://8315199 by Fariborz Jahanian · 12 years ago
  3. 21ef711 [ms-inline asm] Add a helpful assert. by Chad Rosier · 12 years ago
  4. 550a9d8 Avoid using i64 types for vld1q_lane/vst1q_lane intrinsics. by Bob Wilson · 12 years ago
  5. 634b3d2 ARM: enable struct byval for AAPCS-VFP. by Manman Ren · 12 years ago
  6. 265f538 [ms-inline asm] Have patchMSAsmStrings() return a vector or AsmStrings. by Chad Rosier · 12 years ago
  7. 16ba7c8 ARM: enable struct byval for AAPCS. by Manman Ren · 12 years ago
  8. 74896e0 [ms-inline asm] Use the new Inline Asm Non-Standard Dialect attribute. by Chad Rosier · 12 years ago
  9. 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
  10. 48a05b9 [ms-inline asm] Add basic codegen support for simple asm stmts. Currently, by Chad Rosier · 12 years ago
  11. b64f310 [ms-inline asm] Add a very simple test case. Basically, we're only testing for by Chad Rosier · 12 years ago
  12. cc83f26 Fix MIPS DSP Rev1 intrinsics memory properties. by Simon Atanasyan · 12 years ago
  13. 427435f Re-enable pcmpistri/pcmpestri builtins in clang now that llvm supports them properly. by Craig Topper · 12 years ago
  14. a841c19 Add __builtin_readcyclecounter() to produce the @llvm.readcyclecounter() intrinsic. by Hal Finkel · 12 years ago
  15. 52a8b00 add a comment to explain this test case by Nuno Lopes · 12 years ago
  16. bf1febd add test for PR13497 by Nuno Lopes · 12 years ago
  17. b48280b Handle functions with struct arguments or return types and the regparm by Rafael Espindola · 12 years ago
  18. 833850b Don't use a temporary file. by Rafael Espindola · 12 years ago
  19. adfa45f Add "long double" to permitted list of ARM complex homogeneous aggregates. by Tim Northover · 12 years ago
  20. 75d4b1e Robustify test in the face of no assertions. by Eric Christopher · 12 years ago
  21. 74976f2 Fix regexp for this test to properly check. by Eric Christopher · 12 years ago
  22. e87f3f6 Revert commit r160308. We decide to move builtins selection to the backend. by Simon Atanasyan · 12 years ago
  23. d7bad05 MIPS: Implement __builtin_mips_shll_qb builtin function overloading. by Simon Atanasyan · 12 years ago
  24. f9e9af7 Add a per target max vector alignment field (e.g., 32-byte alignment for x86 due to by Chad Rosier · 12 years ago
  25. f195f2c add support for conditional expressions in Expr::HasSideEffects() by Nuno Lopes · 12 years ago
  26. 6fcac5d test/CodeGen/rdrand-builtins.c: Define __MM_MALLOC_H before including <*mmintrin.h> . by NAKAMURA Takumi · 12 years ago
  27. a1c387e Don't include mm_malloc.h in test, it pulls in system headers on msvc. by Benjamin Kramer · 12 years ago
  28. 9a50249 Add _rdrand{16,32,64}_step intrinsics to immintrin.h by Benjamin Kramer · 12 years ago
  29. 9903e94 Fix handling of curly braces in NVPTX inline asm by Justin Holewinski · 12 years ago
  30. c852e9f Temporarily revert this to see if it brings the gdb bot back. by Eric Christopher · 12 years ago
  31. 3d40f96 The end of a block doesn't necessarily need a line table entry unless by Eric Christopher · 12 years ago
  32. f794705 Tests: check for target availability for target-specific tests. by Jim Grosbach · 12 years ago
  33. fad0a32 MIPS: Range check __builtin_mips_wrdsp / __builtin_mips_rddsp arguments against the upper/lower values. by Simon Atanasyan · 12 years ago
  34. e471d87 MIPS: Mark arguments of __builtin_mips_wrdsp / __builtin_mips_rddsp as a constant expression. by Simon Atanasyan · 12 years ago
  35. 102bab7 clang/test/CodeGen/fp-contract.c: It requires ppc32! by NAKAMURA Takumi · 12 years ago
  36. c968671 Add -ffp-contract = { fast | on | off } command line option support. by Lang Hames · 12 years ago
  37. c359f20 Make the following changes in the way Mips handles vector arguments and return by Akira Hatanaka · 12 years ago
  38. e0c1168 Significantly simplify CGExprAgg's logic about ignored results: by John McCall · 12 years ago
  39. 435d268 Rename tzcnt intrinsics to match gcc. by Craig Topper · 12 years ago
  40. 075a543 blocks: fixes a crash when encoding block type by Fariborz Jahanian · 12 years ago
  41. 7b7c973 Update based on move of DIBuilder.h to include/llvm. by Bill Wendling · 12 years ago
  42. 56c045e X86: add more GATHER intrinsics in Clang by Manman Ren · 12 years ago
  43. c84804a X86: add more GATHER intrinsics in Clang by Manman Ren · 12 years ago
  44. fbf7005 Support MIPS DSP Rev1 intrinsics. by Simon Atanasyan · 12 years ago
  45. de981f3 Add -ftls-model command-line flag. by Hans Wennborg · 12 years ago
  46. f4bcfa1 Propagate lvalue alignment into bitfields. Per report on cfe-dev. by Eli Friedman · 12 years ago
  47. 83ea530 Check for non-POD vararg argument type after default argument promotion, not by Richard Smith · 12 years ago
  48. 7bbf9d1 unit test tweak by Andrew Trick · 12 years ago
  49. 5283c99 X86: add GATHER intrinsics (AVX2) in Clang by Manman Ren · 12 years ago
  50. 72c1a6a MachineBlockPlacement would prefer that clang lay out blocks in source order. by Andrew Trick · 12 years ago
  51. 4904bf4 block literal irgen: several improvements on naming block by Fariborz Jahanian · 12 years ago
  52. b9d2b3b [asan] add missing asan instrumentation in generated global init functions by Kostya Serebryany · 12 years ago
  53. 5e2d5de Support the tls_model attribute (PR9788) by Hans Wennborg · 12 years ago
  54. 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
  55. 7cd302f Add the testcase from pr13168. by Rafael Espindola · 12 years ago
  56. 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
  57. 3532936 Revert r158700 and dependent patches r158716, r158717, and r158731. by Jakob Stoklund Olesen · 12 years ago
  58. 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
  59. adc6cbf [MSExtensions] Add support for __forceinline. by Michael J. Spencer · 12 years ago
  60. 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
  61. cda8df0 Add XOP frcz instrinsics. by Craig Topper · 12 years ago
  62. 5daa4de Add XOP permute intrinsics. by Craig Topper · 12 years ago
  63. ecbc009 Add XOP shift and compare intrinsics. by Craig Topper · 12 years ago
  64. 3335eb7 Add XOP vprot* instruction intrinsics by Craig Topper · 12 years ago
  65. 18b73ea More XOP intrinsics by Craig Topper · 12 years ago
  66. 239c030 Begin adding XOP intrinsics by Craig Topper · 12 years ago
  67. 1c6e95f Rename a test case to a more generic name. This is a completely useless by Chandler Carruth · 12 years ago
  68. ec22f56 User better API for vla in compund literals. // rdar://11485774 by Fariborz Jahanian · 12 years ago
  69. 2ccc0f9 When emitting compund literal of vla pointer elements, make by Fariborz Jahanian · 12 years ago
  70. e14da79 reverse r158117. by Fariborz Jahanian · 12 years ago
  71. 3077577 When doing arithmatic on vla pointer, make sure by Fariborz Jahanian · 12 years ago
  72. f4bd4d8 Fix a bug with va_arg and vectors on Darwin x86-32. <rdar://problem/11592208>. by Eli Friedman · 12 years ago
  73. 97075fb Add fma3 intrinsic header file. by Craig Topper · 12 years ago
  74. 2a6e784 Upgrade test for the fma4->fma intrinsic change. by Benjamin Kramer · 12 years ago
  75. 3c0bc15 Add builtin for pclmulqdq instruction. by Craig Topper · 12 years ago
  76. 6b97877 Add an ammintrin.h header for SSE4a intrinsics. by Benjamin Kramer · 12 years ago
  77. 2813420 add CodeGen support for the alloc_size attribute by Nuno Lopes · 12 years ago
  78. c2c1e4f Un-XFAIL CodeGen/builtins-nvptx.c now that the proper changes have by Justin Holewinski · 12 years ago
  79. a1bfcbd XFAIL this test, which does not pass on trunk since the grand by John McCall · 12 years ago
  80. 2c585b9 Replace PTX back-end with NVPTX back-end in all places where Clang cares by Justin Holewinski · 12 years ago
  81. c679485 If the first argument of __builtin_object_size can be folded to a constant by Richard Smith · 12 years ago
  82. def1849 wire -fbounds-checking to the new LLVM bounds checking pass by Nuno Lopes · 12 years ago
  83. 3e86a04 revert the usage of the objectsize intrinsic with 3 parameters (to match LLVM r157255) by Nuno Lopes · 12 years ago
  84. ba16ac3 XFAIL this test on MIPS. by Akira Hatanaka · 12 years ago
  85. 6565b8a We were already passing the case in pr9356. Add it to attributes.c to make by Rafael Espindola · 12 years ago
  86. ee409a9 Add support for __attribute__((hot)) and __attribute__((cold)). by Benjamin Kramer · 12 years ago
  87. 91338cf Coerce byval aggregate arguments to integers whose size matches the integer by Akira Hatanaka · 12 years ago
  88. 8aeb147 Fix handling of vector return types. by Akira Hatanaka · 12 years ago
  89. 060ddb0 hopefully fix a bunch of ARM buildbot failures by Nuno Lopes · 12 years ago
  90. 08a9ae9 update calls to objectsize intrinsic to match LLVM r156473 by Nuno Lopes · 12 years ago
  91. a135f2c The address of a vla is actually complex and requires a dereference. by Eric Christopher · 12 years ago
  92. 4ccf004 hopefully unbreak some buildbots by Nuno Lopes · 12 years ago
  93. 9eecef1 make this test a little more useful. I'll add more tests for bound checking once -fbounds-checking patch gets in by Nuno Lopes · 12 years ago
  94. fd00eec This patch adds a new Clang compiler flag "-gline-tables-only". by Alexey Samsonov · 12 years ago
  95. 6c803f7 During block layout, after padding up to the max field alignment, by John McCall · 12 years ago
  96. c5713cf Get rid of storelv4si builtin as it can be expressed directly. This is general by Chad Rosier · 12 years ago
  97. e593921 Currently __builtin_annotation() only annotates an i32. by Julien Lerouge · 12 years ago
  98. 6ea4841 Fix a bug with block layout when the block contains something by John McCall · 12 years ago
  99. 454393e Add atan, atan2, exp, and log to the builtin math library functions. by Chad Rosier · 12 years ago
  100. c9fe605 enable TBAA when -fthread-sanitizer is given, even with -O0 or -relaxed-aliasing by Kostya Serebryany · 12 years ago