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