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