[go: nahoru, domu]

  1. 88d3e52 Change -Wfloating-point-conversion to -Wfloat-conversion. by Richard Trieu · 10 years ago
  2. 1cd8e7d Do not print inferred submodules explicitly in __inferred_module.map by Ben Langmuir · 10 years ago
  3. 437dc60 MS ABI: Use a different guard variable for each weak global by Reid Kleckner · 10 years ago
  4. 5828a1d Objective-C [IRGen]. Fixes a crash in IRGen involving use of by Fariborz Jahanian · 10 years ago
  5. 4b3c06d Add missing test input for r206979. by Logan Chien · 10 years ago
  6. d2f62fa Add aarch64-linux-android triple for Android. by Logan Chien · 10 years ago
  7. 9be87f8 Initial implementation of -modules-earch-all option, for searching for symbols in non-imported modules. by John Thompson · 10 years ago
  8. 0f0e18f Add yet another vtordisp test by Timur Iskhodzhanov · 10 years ago
  9. 5877be8 This reverts commit r206934 and r206935. by Rafael Espindola · 10 years ago
  10. 3413467 [ARM64] Enable more CodeGen tests for ARM64. The crypto and neon intrinsics tests needed changing slightly due to the naming differences between AArch64 and ARM64. by James Molloy · 10 years ago
  11. fa203ed [ARM64] Change inline assembly constraints to be more lax, to match the behaviour of Clang/AArch64 and GCC. by James Molloy · 10 years ago
  12. e593c2b [ARM64] Enable the test aarch64-type-sizes.c for ARM64 BE. by James Molloy · 10 years ago
  13. 5d06787 [ARM64] Add a missed case label for arm64_be, and enable the aarch64-varargs test for arm64_be. by James Molloy · 10 years ago
  14. affcec8 MS ABI: Implement mangling for ref-qualifiers on methods by David Majnemer · 10 years ago
  15. 8e180fe CodeGen: Unify handling guard variables in the Itanium C++ ABI by Justin Bogner · 10 years ago
  16. 8c645f8 Add missing test triples by Reid Kleckner · 10 years ago
  17. 5f701b4 Driver: Honor %INCLUDE% when built with MinGW by Reid Kleckner · 10 years ago
  18. 431393e Add some missing checks for C++1y digit separators that don't in fact separate by Richard Smith · 10 years ago
  19. e75dc3b PR18746: If a constexpr function has a dependent return type and no return by Richard Smith · 10 years ago
  20. 7de8254 Driver: Skip the -fmodules-cache-path argument in driver crash diags by Justin Bogner · 10 years ago
  21. 53326f9 [Driver][ARM64] Add a testcase for r206227. by Quentin Colombet · 10 years ago
  22. 4ab423c Objective-C ARC. Under ARC, addition of 'bridge' attribute by Fariborz Jahanian · 10 years ago
  23. 1b710a8 Fix PR19487, PR19505 and PR19506 -- redundant vtordisp thunks when the final overrider is present in both a vbase and nvbase by Timur Iskhodzhanov · 10 years ago
  24. f1e95d4 [OPENMP] parsing 'linear' clause (for directive 'omp simd') by Alexander Musman · 10 years ago
  25. fae71a4 ARM64: update NEON test to improved backend codegen by Tim Northover · 10 years ago
  26. 07aed96 Comment parsing: close a hole in CDATA escaping in XML output by Dmitri Gribenko · 10 years ago
  27. e36bbd1 Comment parsing: in the generated XML file, mark HTML that is safe to pass by Dmitri Gribenko · 10 years ago
  28. 7910e52 Update clang/test/PCH/single-token-macro.c corresponding to r206791. by NAKAMURA Takumi · 10 years ago
  29. 75bc74f Move the C++11 ExtWarn for converting a string literal to 'char*' out of by Richard Smith · 10 years ago
  30. e836dd3 Move the warning of implicit cast of a floating point to an integer out of by Richard Trieu · 10 years ago
  31. 0da1b70 Allow adding a value to a flag in diagnostics. by Diego Novillo · 10 years ago
  32. 392e01f MinGW: Define __stdcall&co when -fms-extensions is disabled by Reid Kleckner · 10 years ago
  33. cc623a0 Split out the rest of MS ABI multiple inheritance tests by Timur Iskhodzhanov · 10 years ago
  34. 46ddd12 Objective-C. Patch to allow use of dot syntax on class by Fariborz Jahanian · 10 years ago
  35. b36744f Allow submodule inferrences with a missing umbrella when the module is unavailable by Ben Langmuir · 10 years ago
  36. c9b73d1 ARM64: Do not expand variadic HFA/HVA arguments with the Darwin ABI. by Bob Wilson · 10 years ago
  37. 93f93a3 Fix and restore the macro-multiline.c test by Alp Toker · 10 years ago
  38. 3eb0b40 Disallow driver use in more Sema tests by Alp Toker · 10 years ago
  39. b599ccb Move ObjC Cocoa.h header test to Headers by Alp Toker · 10 years ago
  40. 61d298d Re-enable the C++11 modules integration test on OS X by Alp Toker · 10 years ago
  41. 7c6210d clang/test/Index/pch-with-errors.c: Remove XFAIL added in r206294. It has been fixed since r206644. by NAKAMURA Takumi · 10 years ago
  42. f4ff7ca When a module completes the definition of a class template specialization imported from another module, emit an update record, rather than using the broken decl rewriting mechanism. If multiple modules do this, merge the definitions together, much as we would if they were separate declarations. by Richard Smith · 10 years ago
  43. ba02ce0 Fix a hole with nested unavailable submodules from r206664 by Ben Langmuir · 10 years ago
  44. b53460e Don't build modules with (submodules with) missing headers by Ben Langmuir · 10 years ago
  45. b74c927 Split out the no-thunk multiple inheritance tests by Timur Iskhodzhanov · 10 years ago
  46. af2bcba ARM64: make sure the caller is expected to extend in AAPCS. by Tim Northover · 10 years ago
  47. db2467f ARM64: make sure HFAs on the stack get properly aligned. by Tim Northover · 10 years ago
  48. 919d845 BackendUtil: Pass through -mdisable-tail-calls by Duncan P. N. Exon Smith · 10 years ago
  49. dea85f9 test: Use llvm-profdata merge in Profile tests by Justin Bogner · 10 years ago
  50. c911bf1 MS ABI: Don't append to vbtables that we shouldn't extend by Reid Kleckner · 10 years ago
  51. f2b76b6 Follow-up to r206457 -- fix static adjustments for some subtle virtual inheritance cases by Timur Iskhodzhanov · 10 years ago
  52. c897d3b Add missing serialization code for one of the CXXRecordDecl definition flags. by Richard Smith · 10 years ago
  53. de001b3 Bug 18567: Fix constantexpr pointer casts with address spaces. by Matt Arsenault · 10 years ago
  54. 8fa1f06 Fix Profile:cxx-lambda.cpp test for targets that do not generate zeroext by Keith Walker · 10 years ago
  55. e2c4760 [ARM64] Fix __clear_cache - ensure it is predefined. by James Molloy · 10 years ago
  56. fc79f18 [ARM64] Add ARM64 RUN lines to a bunch of tests that had AARCH64 RUN lines. by James Molloy · 10 years ago
  57. b51f127 [ARM64] Teach Targets.cpp about Cortex-A53 and Cortex-A57, and enable more tests. by James Molloy · 10 years ago
  58. 7b6cff5 [ARM64] Plumb in big-endian - add arm64_be to the many switches where it was missing. by James Molloy · 10 years ago
  59. 99c0a32 [ARM64] Default to the 'generic' CPU, unless -arch is present for backwards compatibility. by James Molloy · 10 years ago
  60. 594e55b Fix PR19408 - Missing static this adjustment in a vtordisp thunk by Timur Iskhodzhanov · 10 years ago
  61. f5e1e58 ARM64: remove holes from *all* HFAs on the stack. by Tim Northover · 10 years ago
  62. 900d046 PR19340: If we see a declaration of a member of an unspecialized class template by Richard Smith · 10 years ago
  63. 8b7a1c5 Refactor all the checking for missing 'template<>'s when a declaration has a by Richard Smith · 10 years ago
  64. d997419 Don't emit an ExtWarn on declarations of variable template specializations; by Richard Smith · 10 years ago
  65. 46d5a26 [Parser] Remove "add -fmodules" from the "use of '@import' when modules are disabled, add -fmodules" error. by Argyrios Kyrtzidis · 10 years ago
  66. 6667ef7 Adding type info for f16c floating-point type. This is consistent with the by Yunzhong Gao · 10 years ago
  67. 13e47c4 Implement [over.match.oper]p3 properly, by filtering the non-candidates out by Richard Smith · 10 years ago
  68. 49c8dad PR19452: Implement more of [over.match.oper]p3's restrictions on which non-member overloaded operators can be found when no operand is of class type. We used to fail to implement this rule if there was an operand of dependent type. by Richard Smith · 10 years ago
  69. 279cb3d Debug info: When collecting the parameters of C++ partial template by Adrian Prantl · 10 years ago
  70. 7967360 Handle -m32 for NetBSD/sparc64 correctly. Extend test case to also check by Joerg Sonnenberger · 10 years ago
  71. 964132f Revert "Move -fms-extensions predefined macros into InitPreprocessor" by Reid Kleckner · 10 years ago
  72. 0e68024 Move -fms-extensions predefined macros into InitPreprocessor by Reid Kleckner · 10 years ago
  73. 5e00744 Fix check failure on hexagon targets. by Diego Novillo · 10 years ago
  74. d2c142e [objc] -[NSObject init] is documented to not do anything, don't warn if subclasses do not call [super init] on their initializers. by Argyrios Kyrtzidis · 10 years ago
  75. 2ac1eb2 [objc] Consider new initializers inside @implementation when determining if the class by Argyrios Kyrtzidis · 10 years ago
  76. d31ddfc Add support for optimization reports. by Diego Novillo · 10 years ago
  77. 9846106 InstrProf: Calculate a better function hash by Duncan P. N. Exon Smith · 10 years ago
  78. 6eeb8eb [ARM64] Plumb in the -mfpu= flag. by James Molloy · 10 years ago
  79. 75ed3f3 [ARM64] Allow the disabling of NEON and crypto instructions. Update tests to pass -target-feature +neon. by James Molloy · 10 years ago
  80. 039ed6c [ARM64] Fix up predefines, including adding big endian support to Targets.cpp by James Molloy · 10 years ago
  81. c80d3f6 Re-enable several builtins in non-gnu modes. by Evgeniy Stepanov · 10 years ago
  82. 11ab38b -Wunreachable-code: refine recognition of unreachable "sigil" to cope with implicit casts in C++. by Ted Kremenek · 10 years ago
  83. e6ff2fc Lex: Fix __has_feature(cxx_exceptions) for objective C++ by Justin Bogner · 10 years ago
  84. d62b91c Fixed problem with exclude header. The exclude header argument needs to be relative to the module.map file. by John Thompson · 10 years ago
  85. ab66ae5 Make -Wabsolute-value C++-aware. by Richard Trieu · 10 years ago
  86. 859d2b2 CodeGen: Emit warnings for out of date profile data during PGO by Justin Bogner · 10 years ago
  87. d468617 AST: Respect alignment attributes on typedef'd arrays by Justin Bogner · 10 years ago
  88. e943a62 [ARM64] Update tests to reflect the change of the default CPU in llvm. by Quentin Colombet · 10 years ago
  89. 426bfa0 Honour -ivfsoverlay in ASTUnit to match clang by Ben Langmuir · 10 years ago
  90. c8b5d37 Add test case for r206302 by Eli Bendersky · 10 years ago
  91. 3b35ae6 ARM64: track alignment padding registers on AAPCS targets by Tim Northover · 10 years ago
  92. 0c06a79 Mark clang/test/Index/pch-with-errors.c as XFAIL:mingw for now. Investigating. by NAKAMURA Takumi · 10 years ago
  93. eeab0f4 Allow address space qualifiers on OpenCL array parameters by Fraser Cormack · 10 years ago
  94. 0ada62c PR19178 __is_constructible returns true for abstract types. by Nikola Smiljanic · 10 years ago
  95. 52b4da7 AST: Elaborated type specifier mangling occurs before nested-name by David Majnemer · 10 years ago
  96. d0abc50 Fix a bad interaction between -Wtautological-overlap-compare and delayed by Richard Trieu · 10 years ago
  97. c087dce CodeGen: Handle CapturedStmt in instrumentation based profiling by Justin Bogner · 10 years ago
  98. d75a2b5 Fixing a typo, updating the diagnostic wording and logic based on post-commit review feedback. Amends r206186. by Aaron Ballman · 10 years ago
  99. 9b8c693 Fix warning in ms-x86-vtordisp test case by Reid Kleckner · 10 years ago
  100. ad1bdc0 Ensure we evaluate VLA bounds if a variably-modified type is used as the by Richard Smith · 10 years ago