1. c70cc5d Make thunk this/return adjustment ABI-specific. Also, fix the return adjustment when using -cxx-abi microsoft by Timur Iskhodzhanov · 11 years ago
  2. 190d1af PR17731: When determining whether a tag and a non-tag were declared in the same by Richard Smith · 11 years ago
  3. cb79df7 Activating latent test case for r193661. by Warren Hunt · 11 years ago
  4. 0e429f1 Changed tests_typestate to test_typestate for consistency. by Chris Wailes · 11 years ago
  5. 799bcc7 Add support for the separate version of /FI. by Rafael Espindola · 11 years ago
  6. 550ed20 [mips] Align the stack to 16-bytes for -mfp64. by Akira Hatanaka · 11 years ago
  7. 4231704 R600: Add Sea Islands GPUs by Tom Stellard · 11 years ago
  8. d647efb Fix an assertion when handling a custom case of virtual inheritance; also reduce code duplication by Timur Iskhodzhanov · 11 years ago
  9. f3af758 Add a missing lit-test expectation (forgotten to write initially?) by Timur Iskhodzhanov · 11 years ago
  10. a6306fc ARM: fix AST for __builtin_arm_strex call by Tim Northover · 11 years ago
  11. 2a9b758 Teach the driver to not try to use 'lib32' multilib spellings on ARM by Chandler Carruth · 11 years ago
  12. 909f35a ARM: Add -m[no-]crc to dis/enable CRC subtargetfeature from clang by Bernard Ogden · 11 years ago
  13. 8fa2cbf Add missing attributes [[gnu::no_sanitize_address]] and by Nick Lewycky · 11 years ago
  14. 966a0fc Treat [[gnu::__const]] the same as [[gnu::const]]. GCC's tokenizer can't tell by Nick Lewycky · 11 years ago
  15. 85e10d2 Fix "existant" typos by Alp Toker · 11 years ago
  16. bb17ff9 Switch %clang -cc1 tests to %clang_cc1 by Alp Toker · 11 years ago
  17. 9a47824 Revert "Support cross linking to arm on ubuntu." by Rafael Espindola · 11 years ago
  18. 5794b53 Allow a new syntax in a module requires-declaration: by Richard Smith · 11 years ago
  19. 961d057 Fix a parser crash when there are #pragmas in a context which requires a single by Richard Smith · 11 years ago
  20. 0d89557 More windows path handling. by Rafael Espindola · 11 years ago
  21. 9f75464 Relax test to pass with windows paths. by Rafael Espindola · 11 years ago
  22. ba37ef9 Support cross linking to arm on ubuntu. by Rafael Espindola · 11 years ago
  23. 91f64f3 Fix typo in test's REQUIRES line by Alp Toker · 11 years ago
  24. 138ef86 Define [U]LLONG_{MIN,MAX} for C++11, add tests. by JF Bastien · 11 years ago
  25. 1f42ca9 Fix option typo. by Rafael Espindola · 11 years ago
  26. ec538a7 Fix option spelling. by Rafael Espindola · 11 years ago
  27. 5adfa96 Use -target instead of triple and use FileCheck. by Rafael Espindola · 11 years ago
  28. 0e42127 Remove REQUIRES aarch64-registered-target from test by Alp Toker · 11 years ago
  29. b7bc66a Check IR and don't use temporary files. by Rafael Espindola · 11 years ago
  30. 2f0ca41 FileCheckize by Alp Toker · 11 years ago
  31. d553207 Quote wildcard in test's grep argument by Alp Toker · 11 years ago
  32. 0997911 Sema: Emit a nicer diagnostic when IndirectFieldDecls show up inappropriately in non-type template arguments by David Majnemer · 11 years ago
  33. d7b4855 Sema: Correctly build pointer-to-member arguments from a template argument with an IndirectFieldDecl by David Majnemer · 11 years ago
  34. 942e02b clang/test/CodeGenCXX/debug-info-namespace.cpp: Suppress this also on msys, for now since r193116. by NAKAMURA Takumi · 11 years ago
  35. 8686d85 [analyzer] Don't emit an "Assuming x is <OP> y" if it's not a comparison op. by Jordan Rose · 11 years ago
  36. 9d9a943 ObjectiveC arc. Warn when an implicitly 'strong' property by Fariborz Jahanian · 11 years ago
  37. cb9e579 Skip this test when using lit integrated shell by Alp Toker · 11 years ago
  38. 4e7f00c ObjectiveC: under -Wunused-property-ivar warn if property's by Fariborz Jahanian · 11 years ago
  39. 5c47b38 Don't check for -L options that gcc doesn't use. by Rafael Espindola · 11 years ago
  40. 02debf6 Add -Wstring-plus-char, which warns when adding char literals to C strings. by Jordan Rose · 11 years ago
  41. 9d33c40 Sema: Do not allow lambda expressions to appear inside of constant expressions by David Majnemer · 11 years ago
  42. 101e9dc Consider used attributes in hidden decls. by Rafael Espindola · 11 years ago
  43. 858d2ba Simplify and refactor the uninitialized field warning. by Richard Trieu · 11 years ago
  44. 9bd1c13 Refactor: Extract specializing the generic lambda call operator during conversion to fptr deduction into its own function. by Faisal Vali · 11 years ago
  45. f779e65 Add driver support for FP, SIMD and crypto defaults. by Bernard Ogden · 11 years ago
  46. 80e90c2 Set appropriate FPU default for Linux on v8 by Bernard Ogden · 11 years ago
  47. c427249 Teach clang driver about Cortex-A53 and Cortex-A57. by Bernard Ogden · 11 years ago
  48. 3da9a8f ObjectiveC IRGen. Replace _objc_empty_vtable pointer in Objective-C by Fariborz Jahanian · 11 years ago
  49. 66b5dac ARM-Darwin: Use the *-*-darwin-eabi triple for v6m & v7m archs by Tim Northover · 11 years ago
  50. 7edf9a4 Teach Clang to accept and ignore -f[no-]implicit-templates. by Chandler Carruth · 11 years ago
  51. 6e40ca5 Teach Clang to recognize and ignore GCC's -fdiagnostics-show-location by Chandler Carruth · 11 years ago
  52. ee0cd37 Use the same SourceManager for ModuleMaps and compilations. by Manuel Klimek · 11 years ago
  53. df1cce5 Support GNU attributes in alias-declarations now that GCC has implemented them by Richard Smith · 11 years ago
  54. c4fe0a6 Fix a test file option from -emit-llvm -o to -emit-llvm-only. by Faisal Vali · 11 years ago
  55. d92aa2d PR17666: Instead of allowing an initial identifier argument in any attribute by Richard Smith · 11 years ago
  56. 605f91f Fix an instantiation bug with nested generic lambdas and conversion to fptrs. by Faisal Vali · 11 years ago
  57. 7967c95 Implements 64 bit microsoft record layout and adds lit tests to cover by Warren Hunt · 11 years ago
  58. 645526c Parse: Disable delayed template parsing for constexpr functions by David Majnemer · 11 years ago
  59. 885d8bf AST: Mangle fields in anonymous structs/unions by David Majnemer · 11 years ago
  60. 8484375 Intrinsics: fix extract & insert when index is out of bound. by Manman Ren · 11 years ago
  61. 1dc31f5 [analyzer] Generate a LazyCompoundVal when loading from a union-typed region. by Jordan Rose · 11 years ago
  62. bef582b Refactor out the circular reference to LambdaExpr in CXXRecordDecl. by Faisal Vali · 11 years ago
  63. 63c521a [mips][msa] Add intrinsics that map to pseudo-instructions. by Daniel Sanders · 11 years ago
  64. a3d311e And Again: Teach TreeTransform how to transform nested generic lambdas. by Faisal Vali · 11 years ago
  65. 80f2b2e Revert r193223 and r193216. by Rafael Espindola · 11 years ago
  66. a4c91af Remove the circular reference to LambdaExpr in CXXRecordDecl. by Faisal Vali · 11 years ago
  67. f06a2893 Make UsingShadowDecls redeclarable. This fixes some visibility problems with by Richard Smith · 11 years ago
  68. b814a2a Again: Teach TreeTransform and family how to transform generic by Faisal Vali · 11 years ago
  69. 3f5b4de CFG: Properly print delegating initializer CFG elements. by Jordan Rose · 11 years ago
  70. a8a2ebe Retain previous language linkage of friend function declarations by Alp Toker · 11 years ago
  71. 69170e6 Split -fsanitize=bounds to -fsanitize=array-bounds (for the frontend-inserted by Richard Smith · 11 years ago
  72. 255ca71 Sema: Allow IndirectFieldDecl to appear in a non-type template argument by David Majnemer · 11 years ago
  73. 65f958d Consider hidden decls for isUsed checks. by Rafael Espindola · 11 years ago
  74. b1c0e20 Treat aliases as definitions. by Rafael Espindola · 11 years ago
  75. d205498 New fix for pr17535. by Rafael Espindola · 11 years ago
  76. bb6144b _mm_extract_epi16: use "& 7" when index is out of bound. by Manman Ren · 11 years ago
  77. 6d87e65 Use GEPs correctly when adjusting this in MicrosoftCXXABI by Timur Iskhodzhanov · 11 years ago
  78. d661d50 Revert r193073 and the attempt to fix it in r193170. by Chandler Carruth · 11 years ago
  79. 37acb25 Reenable 'break' in 'for' specifier to allow compilation of QT macro 'foreach' by Serge Pavlov · 11 years ago
  80. 87017a7 Revert "This patch causes clang to reject alias attributes that point to undefined names. For example, with this patch we now reject" by Rafael Espindola · 11 years ago
  81. e37bf44 This patch causes clang to reject alias attributes that point to undefined by Rafael Espindola · 11 years ago
  82. c641709 Allow a header to be part of multiple modules. by Daniel Jasper · 11 years ago
  83. 588a51a Sema: Do not allow template declarations inside local classes by David Majnemer · 11 years ago
  84. 2cfbf05 Revert "Re-enable passing MS inline asm test." by Reid Kleckner · 11 years ago
  85. 150f9da Re-enable passing MS inline asm test. by Reid Kleckner · 11 years ago
  86. fae3a1a [AArch64] Add the constraint to NEON scalar mla/mls instructions. by Chad Rosier · 11 years ago
  87. deefa7c Make this test pass -verify. by Rafael Espindola · 11 years ago
  88. 2a20270 Ignore -fstrength-reduce and -fno-strength-reduce. by Rafael Espindola · 11 years ago
  89. 7e66ed3 Extend test to show an alias can be before a definition. by Rafael Espindola · 11 years ago
  90. 22dd997 [mips][msa] Fix definition of SLD instruction. by Matheus Almeida · 11 years ago
  91. c6c9cf4 Set the default hardware division features for ARM cpus. Also set it as default for A32 armv8. by Silviu Baranga · 11 years ago
  92. 1db2e27 Add the __ARM_ARCH_EXT_IDIV__ predefine. It is set to 1 if we have hardware divide in the mode that we are compiling in (depending on the target features), not defined if we don't. Should be compatible with the GCC conterpart. Also adding a -hwdiv option to overide the default behavior. by Silviu Baranga · 11 years ago
  93. fb90266 Fix to PR8880 (clang dies processing a for loop). by Serge Pavlov · 11 years ago
  94. fbfd642 Lex: Don't restrict legal UCNs when preprocessing assembly by Justin Bogner · 11 years ago
  95. b75009c Be more precise when diagnosing 'inline' on global replacement functions by David Majnemer · 11 years ago
  96. b914e87 Implement function type checker for the undefined behavior sanitizer. by Peter Collingbourne · 11 years ago
  97. bf54855 Revert r193022 and r193048. They broke the ubsan test suite. by Peter Collingbourne · 11 years ago
  98. a3bfa54 Switch attribute test line endings from CRLF by Alp Toker · 11 years ago
  99. 8b40772 Fix crash in cleanup attr handling by Alp Toker · 11 years ago
  100. acca8bc Driver: libubsan_cxx depends on libubsan. Preserve the topological ordering, some linkers depend on it. by Benjamin Kramer · 11 years ago