1. d2ab6d3 Mips specific inline assembler constraint 'R' by Jack Carter · 11 years ago
  2. b00150a Remove unused check from test. by David Chisnall · 11 years ago
  3. 72c1dba Improve C11 atomics support: by David Chisnall · 11 years ago
  4. be9e8bf Add more of the command line options as attribute flags. by Bill Wendling · 12 years ago
  5. 8992457 Reapply r176133 with testcase fixes. by Bill Wendling · 12 years ago
  6. c3af679 Fix testcases to not rely upon target-* attributes. by Bill Wendling · 12 years ago
  7. 85aee96 Unify clang/llvm attributes for asan/tsan/msan (Clang part) by Kostya Serebryany · 12 years ago
  8. bb60fc6 [ubsan] Emit single check for left shift. by Will Dietz · 12 years ago
  9. c283311 Revert "Add more attributes from the command line to functions." by Anna Zaks · 12 years ago
  10. 59c9003 Add a front-end test case for r176036. by Chad Rosier · 12 years ago
  11. df779d3 Add forgotten testcase. by Eric Christopher · 12 years ago
  12. d620e09 Add more attributes from the command line to functions. by Bill Wendling · 12 years ago
  13. a8f7a97 Implement __builtin_eh_return_data_regno() for ARM and MIPS. by Logan Chien · 12 years ago
  14. 1c8278b Test that attribute(availability) doesn't override private_extern. by John McCall · 12 years ago
  15. 7728cdd Revert r175912, "Add support for coldcc to clang" at John's request. by Peter Collingbourne · 12 years ago
  16. 5bb033b Update tests so that we don't test for function-only attributes on call sites. by Bill Wendling · 12 years ago
  17. 4c67aa9 Add support for coldcc to clang by Peter Collingbourne · 12 years ago
  18. 4e1125f Update to use references to attribute groups instead of listing the attributes on the call/invoke instructions. by Bill Wendling · 12 years ago
  19. 0c67fc9 Make for x86 to stop it failing on ARM buildbots. by Bill Wendling · 12 years ago
  20. 478bbf3 Try to get buildbots to pass these tests. by Bill Wendling · 12 years ago
  21. 3bba3ef Attempt to clean up tests for non-X86 platforms. by Bill Wendling · 12 years ago
  22. 2ec6cfc [ms-inline asm] Remove this test while I investigate why eax isn't being clobbered. by Chad Rosier · 12 years ago
  23. f7a9da0 Modify the tests to use attribute group references instead of listing the by Bill Wendling · 12 years ago
  24. 97e948e Fix for ARM: functions don't have extra attributes there, so {{.*}} is "" by Dmitri Gribenko · 12 years ago
  25. a6e0a0d Add test case for r175312. by Chad Rosier · 12 years ago
  26. c0dcc2d Add the 'target-cpu' and 'target-features' attributes to functions. by Bill Wendling · 12 years ago
  27. c1ea4b9 Update testcases due to Attribute sorting improvements. by Bill Wendling · 12 years ago
  28. d8d7f5f [ms-inline asm] Add test case for r175083. by Chad Rosier · 12 years ago
  29. 74992c4 [ms-inline-asm] Test cases to ensure the AsmRewrite list is sorted (r175021). by Chad Rosier · 12 years ago
  30. 7243b0f [ms-inline-asm] Add test cases for the align/emit directives. by Chad Rosier · 12 years ago
  31. be8e36c [ms-inline asm] Update test case now that we are correctly parsing __emit directives. by Chad Rosier · 12 years ago
  32. 9c504e9 Typo. by Chad Rosier · 12 years ago
  33. 8e70b00 [ms-inline asm] Add a few test cases for the parsing of hexidecimal integers. by Chad Rosier · 12 years ago
  34. 2d000d3 Update test to not fail with attribute groups. by Bill Wendling · 12 years ago
  35. 026ce82 Improve filechecking of volatile test. by Tim Northover · 12 years ago
  36. 51dbecf FileCheckize volatile test by Tim Northover · 12 years ago
  37. e8d3cf0 Only check for volatile memcpys in test. by Tim Northover · 12 years ago
  38. 8fa36ea XFAIL test that's inappropriate for AArch64 ABI by Tim Northover · 12 years ago
  39. 083b90d Generalize DebugInfo tests by avoiding explicit metadata numbers by David Blaikie · 12 years ago
  40. 4ba2508 Add check for @foo by Bill Schmidt · 12 years ago
  41. 81c9b2a Fix a string not seen without asserts by Bill Schmidt · 12 years ago
  42. 57dab71 Fix PR14881 by implementing conversion rules between int and complex int. by Bill Schmidt · 12 years ago
  43. d123dc6 Revise unit testing for -fno-altivec, -mno-altivec. by Bill Schmidt · 12 years ago
  44. 199402b Enable -fno-altivec, -mno-altivec for PowerPC. by Bill Schmidt · 12 years ago
  45. 5e31474 Update the tests. by Bill Wendling · 12 years ago
  46. c264e16 Add support for AArch64 target. by Tim Northover · 12 years ago
  47. e8d4119 Add indents to AST dumping and removed parenthesis from AST nodes. by Richard Trieu · 12 years ago
  48. 7586a6e Semantic analysis and CodeGen support for C11's _Noreturn. This is modeled as by Richard Smith · 12 years ago
  49. 78d85b1 [ubsan] Implement the -fcatch-undefined-behavior flag using a trapping by Chad Rosier · 12 years ago
  50. f0f7fa0 Modify the tests for the (sorted) order that the attributes come out as now. by Bill Wendling · 12 years ago
  51. e953172 Tests: remove disabled llvm-gcc invocations by Dmitri Gribenko · 12 years ago
  52. a650485 PR14566: Debug Info: avoid top level lexical blocks in functions by David Blaikie · 12 years ago
  53. 3ac83d6 patch for PR9027 and // rdar://11861085 by Fariborz Jahanian · 12 years ago
  54. 57e2a16 FileCheck'ize test by Dmitri Gribenko · 12 years ago
  55. 057519d FileCheck'ize test by Dmitri Gribenko · 12 years ago
  56. 45f1fa9 FileCheck'ize test by Dmitri Gribenko · 12 years ago
  57. 75c12bf FileCheck-ify some debug info scope related tests. by David Blaikie · 12 years ago
  58. 4055cfc [mips] Do not emit i32 padding if target ABI is O32. This was causing backend by Akira Hatanaka · 12 years ago
  59. c7629d9 Handle universal character names and Unicode characters outside of literals. by Jordan Rose · 12 years ago
  60. b0fc94c PowerPC: fix __builtin_eh_return_data_regno return by Adhemerval Zanella · 12 years ago
  61. b2e2157 [ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-style by Chad Rosier · 12 years ago
  62. a7246da clang/test/CodeGen: Nuke llvm's opt and llvm-dis, and FileCheck-ize two tests. -O1 is sufficient here. by NAKAMURA Takumi · 12 years ago
  63. 146254f clang/test/CodeGen/2006-01-13-StackSave.c: Nuke llvm's opt and llvm-dis, and FileCheck-ize. by NAKAMURA Takumi · 12 years ago
  64. 9627bb6 clang/test/CodeGen/blocks-seq.c: FileCheck-ize. by NAKAMURA Takumi · 12 years ago
  65. dbee949 [mips] Enable inlining of atomic ops on mips32 and mips64. by Akira Hatanaka · 12 years ago
  66. ea8bca7 clang/test/CodeGen: Suppress a couple of tests on win32. It seems -fsanitize-blacklist doesn't accept DOSish pathnames. by NAKAMURA Takumi · 12 years ago
  67. 4f45bc0 [ubsan] Add support for -fsanitize-blacklist by Will Dietz · 12 years ago
  68. 205ecf0 [ms-inline asm] Updates and test case for r172743. Part of rdar://12576868 by Chad Rosier · 12 years ago
  69. 04c226a Fix recent test for more diverse environments. by Tim Northover · 12 years ago
  70. c4a0401 Correct order of operands forwarding NEON vfma to LLVM fma by Tim Northover · 12 years ago
  71. 0395de3 Collect both normal and static data members of a class in source by Eric Christopher · 12 years ago
  72. 7c9dbb7 Multiprecision subtraction builtins. by Michael Gottesman · 12 years ago
  73. 19f8e85 This patch addresses varargs processing for small complex types under by Bill Schmidt · 12 years ago
  74. ced7fdf clang/test/CodeGen/builtins-multiprecision.c: Enhance for each test to run on theree targets, i686, amd64, win64. by NAKAMURA Takumi · 12 years ago
  75. e7c588a Fixed spelling of test name: builtins-multipercision.c => builtins-multiprecision.c. by Michael Gottesman · 12 years ago
  76. 5a808c0 Added a triple to the test builtins-multiprecision.c. by Michael Gottesman · 12 years ago
  77. 0cf07bc Added builtins for multiprecision adds. by Michael Gottesman · 12 years ago
  78. 3731a41 [ms-inline asm] Add test case for r172121. Part of rdar://12991541 by Chad Rosier · 12 years ago
  79. 7266cf6 Enable intel_ocl_bicc for x86_64 target only. Remove fix from 171969 that enabled this extension for multiple targets. by Guy Benyei · 12 years ago
  80. 4a5984c [ubsan] Make static check data non-const so it can be used for deduplication. by Will Dietz · 12 years ago
  81. 6949ab1 [ms-inline asm] Add a test case for the offset operator where the operand is a by Chad Rosier · 12 years ago
  82. f8a6cb1 CodeGen/compound-assign-overflow.c: include stdint.h in freestanding mode by Dmitri Gribenko · 12 years ago
  83. 2fcadfe Add a test to make sure that vector output happens for debug info. by Eric Christopher · 12 years ago
  84. 822023a [ubsan] Use correct type for compound assignment ops. by Will Dietz · 12 years ago
  85. 7520fca Test case for r171784. by Chad Rosier · 12 years ago
  86. 7a83421 Scalar shifts in the OpenCL specification (as of v. 1.2) are defined to be by David Tweed · 12 years ago
  87. 3de93c8 FileCheck-ize test/CodeGen/inline.c. by David Blaikie · 12 years ago
  88. 390a70f [mips] Fix data layout string. Add 64 to the list of native integer widths by Akira Hatanaka · 12 years ago
  89. 2d382d1 [ubsan] Recover by default, use -fno-sanitize-recover to disable. by Will Dietz · 12 years ago
  90. 3898008 Add intel_ocl_bicc calling convention as a function attribute to clang. The calling convention is already implemented in LLVM. by Guy Benyei · 12 years ago
  91. d29b455 Add a testcase for ARM cortex-r5 subtarget by Quentin Colombet · 12 years ago
  92. 0db661e Don't eagerly emit a global static merged with a local extern. by Rafael Espindola · 12 years ago
  93. d538ed9 Implement AST dumper for Decls. http://llvm-reviews.chandlerc.com/D52 by Alexander Kornienko · 12 years ago
  94. 08cc03f CodeGen: Expand creal and cimag into complex field loads by Meador Inge · 12 years ago
  95. 853c370 Now that the uninitialized variable has been fixed in llvm, add this test back, by Rafael Espindola · 12 years ago
  96. 9e6111a This patch fixes PR13624, which notes a 64-bit PowerPC ELF ABI by Bill Schmidt · 12 years ago
  97. 1bdbe4d [ubsan] Emit branch weight metadata to hint towards common case. by Will Dietz · 12 years ago
  98. 463b48b ubsan: Add -fsanitize=bool and -fsanitize=enum, which check for loads of by Richard Smith · 12 years ago
  99. a923c97 Rewrite calls to bitcast unprototyped functions when emitting a definition. by John McCall · 12 years ago
  100. 39450d0 Remove until I can fix this. by Bill Wendling · 12 years ago