1. 9c4e770 Test case for PR7887 - failed with asm("") by Serge Pavlov · 11 years ago
  2. 78148e7 Fixed test options. by Serge Pavlov · 11 years ago
  3. 8ed38d8 Debug Info: set default to gdwarf-2 for Darwin. by Manman Ren · 11 years ago
  4. c16f207 Redirect the output of a test to a temporary file to prevent messing up by Richard Trieu · 11 years ago
  5. 439b701 Fix to PR15826 - clang hits assert in clang::ASTContext::getASTRecordLayout. by Serge Pavlov · 11 years ago
  6. 267fad8 Revert "Revert r184787: "Added arm_neon intrinsic tests."" by Michael Gottesman · 11 years ago
  7. cd06f26 Rewrite record layout for ms_struct structs. by Eli Friedman · 11 years ago
  8. 871a692 Revert r184787: "Added arm_neon intrinsic tests." by Chandler Carruth · 11 years ago
  9. 445df82 Added arm_neon intrinsic tests. by Michael Gottesman · 11 years ago
  10. a32165c DebugInfo: Merge a bad debug info enum test into a good one by David Blaikie · 11 years ago
  11. adebeb8 [NVPTX] Fix inline asm test case to use LLVM IR instead of PTX so it works even when the NVPTX target is not built by Justin Holewinski · 11 years ago
  12. 0ac428e [NVPTX] Add NVPTX register constraints by Justin Holewinski · 11 years ago
  13. 09a5604 DebugInfo: handle the DI asm printing change to reword '[fwd]' as '[decl]' and add '[def]' for non-decl tag types by David Blaikie · 11 years ago
  14. 98d1ec1 [checked-arithmetic builtins] Added builtins to enable users to perform checked-arithmetic in c. by Michael Gottesman · 11 years ago
  15. 6bb1102 Debug Info: Attempt to resolve forward declarations if we are not emitting by Adrian Prantl · 11 years ago
  16. fc0f91c Debug Info: support for gdwarf-2 gdwarf-3 gdwarf-4 by Manman Ren · 11 years ago
  17. 776bfa1 Add some comments to r184252. by Adrian Prantl · 11 years ago
  18. 14c1a13 Emit forward decls for structs with declarations only when we are by Adrian Prantl · 11 years ago
  19. ee76e72 [multiprecision-builtins] Added missing builtin __builtin_{add,sub}cb for {add,sub} with carry for bytes. by Michael Gottesman · 11 years ago
  20. b8b5297 Add support for -fpcc-struct-return. Patch by Arthur O'Dwyer! by John McCall · 11 years ago
  21. 2736f2e Remove an ugly hack that was meant to eliminate the breakpoint ambiguity by Adrian Prantl · 11 years ago
  22. e1e0342 Use atomic instructions on Bitrig armv6. Patch by Patrick Wildt. by Rafael Espindola · 11 years ago
  23. 492d84c0 X86 intrinsics: cmpge|gt|nge|ngt_ss|_sd by Manman Ren · 11 years ago
  24. 0dcea35 Clean up empty struct/union recognition. by Serge Pavlov · 11 years ago
  25. 0449163 Emit native implementations of atomic operations on FreeBSD/armv6. by Ed Schouten · 11 years ago
  26. 00f86f9 Fix buildbot breakage on PPC64. by Eli Friedman · 11 years ago
  27. 0934e18 Add support for complex compound assignments where the LHS is a scalar. by Eli Friedman · 11 years ago
  28. 7a1b586 Make va_arg and argument passing to varargs functions work correctly with by Eli Friedman · 11 years ago
  29. 188ddb1 Correctly handle designated initializers which modify an array initialized by Eli Friedman · 11 years ago
  30. 939d83e Fix a very silly mistake in r183590. by Eli Friedman · 11 years ago
  31. d39083d Fix a FIXME in a testcase about packed structs and calls I left around by Eli Friedman · 11 years ago
  32. cc28eff Added a type checking which handle the case of an ext vector and integral scalar by Jin-Gu Kang · 11 years ago
  33. eeb0062 Fix va_arg on x86-64 for a struct containing a single int128_t. PR16248 by Eli Friedman · 11 years ago
  34. 7523606 blocks: fixes an ast bug when block pointer variable by Fariborz Jahanian · 11 years ago
  35. 1bea653 Diagnose malformed x86 inline asm using 'y' constraint. by Tim Northover · 11 years ago
  36. a4b56d3 Implement SparcV9ABIInfo::EmitVAArg. by Jakob Stoklund Olesen · 11 years ago
  37. 7e9f52f Fix CoerceIntOrPtrToIntOrPtr on big-endian targets. by Jakob Stoklund Olesen · 11 years ago
  38. 90f9ec0 Heed ABIArgInfo::getInReg() for return values. by Jakob Stoklund Olesen · 11 years ago
  39. 4d2ea73 Rephrase asm_mismatched_size_modifier diagnostic. <rdar://problem/14050339> by Bob Wilson · 11 years ago
  40. a7ff62f Adding support for MSVC #pragma detect_mismatch functionality by emitting a FAILIFMISMATCH linker command into the object file. by Aaron Ballman · 11 years ago
  41. 221a890 Do not report -Wasm-operand-widths for ARM output operands. <rdar://14050337> by Bob Wilson · 11 years ago
  42. e469249 Add support for optimized (non-generic) atomic libcalls. by Ed Schouten · 11 years ago
  43. ab79f41 Slightly extend matching for atomic loads. by Ed Schouten · 11 years ago
  44. 538bbe5 Patch to issue error when target of MacOS and iOS by Fariborz Jahanian · 11 years ago
  45. fc782fb Build correct coercion types in SparcV9ABIInfo. by Jakob Stoklund Olesen · 11 years ago
  46. 107196c Add a SparcV9ABIInfo class for handling the standard SPARC v9 ABI. by Jakob Stoklund Olesen · 11 years ago
  47. d27e5cb [PATCH] Generate cold attribute for functions marked __atribute__((cold)) by Diego Novillo · 11 years ago
  48. 942dfe2 [ms-inline asm] Don't diagnose an empty lookup for inline assmebly. This happen by Chad Rosier · 11 years ago
  49. 89735b9 Suffixing #pragma comment(lib) library names with .lib if necessary. This matches MSVC behavior, as well as allows us to properly link libraries such as the ones provided by the MSDN examples. by Aaron Ballman · 11 years ago
  50. 843a136 [NVPTX] Add entire list of supported builtins by Justin Holewinski · 11 years ago
  51. a722534 Implement __declspec(selectany) under -fms-extensions by Reid Kleckner · 11 years ago
  52. cd76539 ARM: Improve codegen for vget_low_* and vget_high_ intrinsics. by Jim Grosbach · 11 years ago
  53. 4537d6e Fix __clear_cache on ARM. by Rafael Espindola · 11 years ago
  54. 69db555 Use atomic instructions on linux thumb v7. by Rafael Espindola · 11 years ago
  55. 620c0af Use atomic instructions on ARM linux. by Rafael Espindola · 11 years ago
  56. 2f78786 Add pragma-comment.c test case for r181426 that I forgot to add by Reid Kleckner · 11 years ago
  57. 524387a CodeGen for CapturedStmts by Ben Langmuir · 11 years ago
  58. 1c8f270 Fix test in two ways: remove incorrect comment (the intrinsic generated now by Eli Bendersky · 11 years ago
  59. b840921 by Ulrich Weigand · 11 years ago
  60. ff920ee AArch64: teach Clang about __clear_cache intrinsic by Tim Northover · 11 years ago
  61. d072e59 Reapply r180982 with repaired logic and an additional testcase. by Adrian Prantl · 11 years ago
  62. aeeacf7 Move parsing of identifiers in MS-style inline assembly into by John McCall · 11 years ago
  63. bcbf872 Fix typo in FileCheck. by Chad Rosier · 11 years ago
  64. 87cdcde [inline asm] Add a test case for r180873. Test case needs to be on the clang by Chad Rosier · 11 years ago
  65. 230ea41 Revert 180817 because 180816 was reverted. by Adrian Prantl · 11 years ago
  66. 826374a Do not generate VLAs as complex variables any more, as they are now by Adrian Prantl · 11 years ago
  67. c7d77b2 Struct-path aware TBAA: enable struct-path aware TBAA for classes. by Manman Ren · 11 years ago
  68. 975d83c Struct-path aware TBAA: fix handling of may_alias attribute. by Manman Ren · 11 years ago
  69. 50be904 Struct-path aware TBAA: change the format of TBAAStructType node. by Manman Ren · 11 years ago
  70. 5d7a96c Add triple to tbaa-struct.cpp to appease bots by Manman Ren · 11 years ago
  71. c7f2bfb TBAA: make sure zero-length bitfield works for tbaa.struct and path-aware tbaa by Manman Ren · 11 years ago
  72. db4f61f Don't emit _ZTW wrappers for TLS variables which don't use the C++ thread_local keyword. by Richard Smith · 11 years ago
  73. 68ea1d2 Fix typo. by Chad Rosier · 11 years ago
  74. 62a8963 some more tests for r179743. by Argyrios Kyrtzidis · 11 years ago
  75. d9e9a0a Add IRGen test case for r179743. by Argyrios Kyrtzidis · 11 years ago
  76. abee27b Test cases for r179719. by Chad Rosier · 11 years ago
  77. ed23bdf Set SRet flags properly in '-cxx-abi microsoft'. by Timur Iskhodzhanov · 11 years ago
  78. 7b4700c Test cases for r179655. by Chad Rosier · 11 years ago
  79. 56e1f1f Add support for sparcv9 targets. by Jakob Stoklund Olesen · 11 years ago
  80. 0c50a03 Add test case for r179403. by Chad Rosier · 12 years ago
  81. 579d8d1 Add test case for r179399. by Chad Rosier · 12 years ago
  82. 333ac6e Add test case for r179383 and r179393. by Chad Rosier · 12 years ago
  83. e9c0970 Remove REQUIRES now that r179237 fixed the real problem. by Rafael Espindola · 12 years ago
  84. 5e768ca Add test case for r179343. by Chad Rosier · 12 years ago
  85. dbcfa8b Test case for r179339. by Chad Rosier · 12 years ago
  86. ca83518 Struct-path aware TBAA: uniformize scalar tag and path tag. by Manman Ren · 12 years ago
  87. 0f9790b Update test case for r179323. by Chad Rosier · 12 years ago
  88. 01e446b get rid of stdio.h include in testcase by Adrian Prantl · 12 years ago
  89. 1fd1403 add mips target requirement to testcase by Adrian Prantl · 12 years ago
  90. 6700b00 Mips specific inline asm memory operand modifier test case by Jack Carter · 12 years ago
  91. 2c5a38e FileCheck-ify some clang grep tests that use double quotes by Reid Kleckner · 12 years ago
  92. b55dd76 [ms-inline asm] Move a few test cases from the 32-bit version to the 64-bit by Chad Rosier · 12 years ago
  93. a5ceca9 [ms-inline asm] Add a few test cases that were regressed by r179115. That by Chad Rosier · 12 years ago
  94. c0783dc The PNaCl target no longer permits __attribute__((regparm)). by Eli Bendersky · 12 years ago
  95. 36ec9c2 Test case for r179030. by Chad Rosier · 12 years ago
  96. c80e031 Try to appease the atom buildbots by Manman Ren · 12 years ago
  97. 3a16331 Add triple to testing case to appease poewrpc64 buildbots by Manman Ren · 12 years ago
  98. b801837 Add test case for r178881. by Chad Rosier · 12 years ago
  99. 50f9de5 Allow EmitConstantInit() to emit constant initializers for objects with trivial constructors and non-trivial destructors. Test that such objects are ignored by init-order checker. by Alexey Samsonov · 12 years ago
  100. b3cced9 Add testing case for r178797 by Manman Ren · 12 years ago