1. d8d7f5f [ms-inline asm] Add test case for r175083. by Chad Rosier · 11 years ago
  2. 74992c4 [ms-inline-asm] Test cases to ensure the AsmRewrite list is sorted (r175021). by Chad Rosier · 11 years ago
  3. 7243b0f [ms-inline-asm] Add test cases for the align/emit directives. by Chad Rosier · 11 years ago
  4. be8e36c [ms-inline asm] Update test case now that we are correctly parsing __emit directives. by Chad Rosier · 11 years ago
  5. 9c504e9 Typo. by Chad Rosier · 11 years ago
  6. 8e70b00 [ms-inline asm] Add a few test cases for the parsing of hexidecimal integers. by Chad Rosier · 11 years ago
  7. 2d000d3 Update test to not fail with attribute groups. by Bill Wendling · 12 years ago
  8. 026ce82 Improve filechecking of volatile test. by Tim Northover · 12 years ago
  9. 51dbecf FileCheckize volatile test by Tim Northover · 12 years ago
  10. e8d3cf0 Only check for volatile memcpys in test. by Tim Northover · 12 years ago
  11. 8fa36ea XFAIL test that's inappropriate for AArch64 ABI by Tim Northover · 12 years ago
  12. 083b90d Generalize DebugInfo tests by avoiding explicit metadata numbers by David Blaikie · 12 years ago
  13. 4ba2508 Add check for @foo by Bill Schmidt · 12 years ago
  14. 81c9b2a Fix a string not seen without asserts by Bill Schmidt · 12 years ago
  15. 57dab71 Fix PR14881 by implementing conversion rules between int and complex int. by Bill Schmidt · 12 years ago
  16. d123dc6 Revise unit testing for -fno-altivec, -mno-altivec. by Bill Schmidt · 12 years ago
  17. 199402b Enable -fno-altivec, -mno-altivec for PowerPC. by Bill Schmidt · 12 years ago
  18. 5e31474 Update the tests. by Bill Wendling · 12 years ago
  19. c264e16 Add support for AArch64 target. by Tim Northover · 12 years ago
  20. e8d4119 Add indents to AST dumping and removed parenthesis from AST nodes. by Richard Trieu · 12 years ago
  21. 7586a6e Semantic analysis and CodeGen support for C11's _Noreturn. This is modeled as by Richard Smith · 12 years ago
  22. 78d85b1 [ubsan] Implement the -fcatch-undefined-behavior flag using a trapping by Chad Rosier · 12 years ago
  23. f0f7fa0 Modify the tests for the (sorted) order that the attributes come out as now. by Bill Wendling · 12 years ago
  24. e953172 Tests: remove disabled llvm-gcc invocations by Dmitri Gribenko · 12 years ago
  25. a650485 PR14566: Debug Info: avoid top level lexical blocks in functions by David Blaikie · 12 years ago
  26. 3ac83d6 patch for PR9027 and // rdar://11861085 by Fariborz Jahanian · 12 years ago
  27. 57e2a16 FileCheck'ize test by Dmitri Gribenko · 12 years ago
  28. 057519d FileCheck'ize test by Dmitri Gribenko · 12 years ago
  29. 45f1fa9 FileCheck'ize test by Dmitri Gribenko · 12 years ago
  30. 75c12bf FileCheck-ify some debug info scope related tests. by David Blaikie · 12 years ago
  31. 4055cfc [mips] Do not emit i32 padding if target ABI is O32. This was causing backend by Akira Hatanaka · 12 years ago
  32. c7629d9 Handle universal character names and Unicode characters outside of literals. by Jordan Rose · 12 years ago
  33. b0fc94c PowerPC: fix __builtin_eh_return_data_regno return by Adhemerval Zanella · 12 years ago
  34. b2e2157 [ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-style by Chad Rosier · 12 years ago
  35. 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
  36. 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
  37. 9627bb6 clang/test/CodeGen/blocks-seq.c: FileCheck-ize. by NAKAMURA Takumi · 12 years ago
  38. dbee949 [mips] Enable inlining of atomic ops on mips32 and mips64. by Akira Hatanaka · 12 years ago
  39. 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
  40. 4f45bc0 [ubsan] Add support for -fsanitize-blacklist by Will Dietz · 12 years ago
  41. 205ecf0 [ms-inline asm] Updates and test case for r172743. Part of rdar://12576868 by Chad Rosier · 12 years ago
  42. 04c226a Fix recent test for more diverse environments. by Tim Northover · 12 years ago
  43. c4a0401 Correct order of operands forwarding NEON vfma to LLVM fma by Tim Northover · 12 years ago
  44. 0395de3 Collect both normal and static data members of a class in source by Eric Christopher · 12 years ago
  45. 7c9dbb7 Multiprecision subtraction builtins. by Michael Gottesman · 12 years ago
  46. 19f8e85 This patch addresses varargs processing for small complex types under by Bill Schmidt · 12 years ago
  47. 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
  48. e7c588a Fixed spelling of test name: builtins-multipercision.c => builtins-multiprecision.c. by Michael Gottesman · 12 years ago
  49. 5a808c0 Added a triple to the test builtins-multiprecision.c. by Michael Gottesman · 12 years ago
  50. 0cf07bc Added builtins for multiprecision adds. by Michael Gottesman · 12 years ago
  51. 3731a41 [ms-inline asm] Add test case for r172121. Part of rdar://12991541 by Chad Rosier · 12 years ago
  52. 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
  53. 4a5984c [ubsan] Make static check data non-const so it can be used for deduplication. by Will Dietz · 12 years ago
  54. 6949ab1 [ms-inline asm] Add a test case for the offset operator where the operand is a by Chad Rosier · 12 years ago
  55. f8a6cb1 CodeGen/compound-assign-overflow.c: include stdint.h in freestanding mode by Dmitri Gribenko · 12 years ago
  56. 2fcadfe Add a test to make sure that vector output happens for debug info. by Eric Christopher · 12 years ago
  57. 822023a [ubsan] Use correct type for compound assignment ops. by Will Dietz · 12 years ago
  58. 7520fca Test case for r171784. by Chad Rosier · 12 years ago
  59. 7a83421 Scalar shifts in the OpenCL specification (as of v. 1.2) are defined to be by David Tweed · 12 years ago
  60. 3de93c8 FileCheck-ize test/CodeGen/inline.c. by David Blaikie · 12 years ago
  61. 390a70f [mips] Fix data layout string. Add 64 to the list of native integer widths by Akira Hatanaka · 12 years ago
  62. 2d382d1 [ubsan] Recover by default, use -fno-sanitize-recover to disable. by Will Dietz · 12 years ago
  63. 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
  64. d29b455 Add a testcase for ARM cortex-r5 subtarget by Quentin Colombet · 12 years ago
  65. 0db661e Don't eagerly emit a global static merged with a local extern. by Rafael Espindola · 12 years ago
  66. d538ed9 Implement AST dumper for Decls. http://llvm-reviews.chandlerc.com/D52 by Alexander Kornienko · 12 years ago
  67. 08cc03f CodeGen: Expand creal and cimag into complex field loads by Meador Inge · 12 years ago
  68. 853c370 Now that the uninitialized variable has been fixed in llvm, add this test back, by Rafael Espindola · 12 years ago
  69. 9e6111a This patch fixes PR13624, which notes a 64-bit PowerPC ELF ABI by Bill Schmidt · 12 years ago
  70. 1bdbe4d [ubsan] Emit branch weight metadata to hint towards common case. by Will Dietz · 12 years ago
  71. 463b48b ubsan: Add -fsanitize=bool and -fsanitize=enum, which check for loads of by Richard Smith · 12 years ago
  72. a923c97 Rewrite calls to bitcast unprototyped functions when emitting a definition. by John McCall · 12 years ago
  73. 39450d0 Remove until I can fix this. by Bill Wendling · 12 years ago
  74. 41bde8c Use correct flags for this test. by Bill Wendling · 12 years ago
  75. 26df84a Fixup test case from r169755. These are driver options, not frontend options. by Chad Rosier · 12 years ago
  76. 44f4a2d Specify if `-mno-red-zone' was used when creating the GCOV instrucmentation pass. by Bill Wendling · 12 years ago
  77. 23add33 Remove unneeded typedef and volatile by Michael Ilseman · 12 years ago
  78. e56bb36 Fix the required args count for variadic blocks. by John McCall · 12 years ago
  79. 8fd7f67 clang/test/CodeGen/2008-01-07-UnusualIntSize.c: Add triple x86_64. It doesn't assume 32-bit target, for now. by NAKAMURA Takumi · 12 years ago
  80. 72d2dab Rework the bitfield access IR generation to address PR13619 and by Chandler Carruth · 12 years ago
  81. 15490fd [driver, ms-inline asm] MS-Style inline assembly is controlled by the by Chad Rosier · 12 years ago
  82. e0c0196 [ms-inline asm] Add more tests. by Chad Rosier · 12 years ago
  83. cdeb7d5 Have clang use LLVM IR's fast-math flags when in FastMath or FiniteMathOnly modes. Test cases included. by Michael Ilseman · 12 years ago
  84. ad95481 [ubsan] Add flag to enable recovery from checks when possible. by Will Dietz · 12 years ago
  85. ac55865 Fix a test that was redefining FileCheck variables while referencing old ones. by Eli Bendersky · 12 years ago
  86. 6e6330c Don't emit a warning with an input/output parameter. We assume the user knows what they're doing here. by Bill Wendling · 12 years ago
  87. e2dbaa9 Don't warn if the input size is less than the register size. Also don't warn if by Bill Wendling · 12 years ago
  88. e5965df Add a test case for the new cortex-a5 switch by Quentin Colombet · 12 years ago
  89. db748a3 Fix a small calling-convention bug for x86-32. PR14453. by Eli Friedman · 12 years ago
  90. 060f34d ABI: comments from Eli on r168820. by Manman Ren · 12 years ago
  91. f51c61c ABI: modify CreateCoercedLoad and CreateCoercedStore to not use load or store of by Manman Ren · 12 years ago
  92. 30cddae Teach Lexer::getSpelling about raw string literals. Specifically, if a raw by Richard Smith · 12 years ago
  93. b854036 Add -fsanitize=integer for reporting suspicious integer behaviors. by Will Dietz · 12 years ago
  94. c9715fc This patch addresses an incompatibility relative to the 64-bit PowerPC ELF ABI. by Bill Schmidt · 12 years ago
  95. 9e4bafc check that always_inline attribute works with -fno-inline by Sebastian Pop · 12 years ago
  96. 8548908 PR14306: Move -fbounds-checking to -fsanitize=bounds. by Joey Gouly · 12 years ago
  97. 7baa711 Enable inlining of 4 byte atomic ops on ppc32, 8 byte atomic ops on ppc64. by Benjamin Kramer · 12 years ago
  98. 84fd6df Make sure CodeGenTypes correctly reconverts function types. Fixes PR14355, a crash in IR generation. by Eli Friedman · 12 years ago
  99. f5bf912 When evaluating variably modified types for function parameters, dig out the by Eli Friedman · 12 years ago
  100. 825d386 Remove the cellspu port. by Eric Christopher · 12 years ago