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