[go: nahoru, domu]

  1. 2f579d9 Bury leaked sema pointer when reading from AST files. by Nico Weber · 10 years ago
  2. a4b982c Fix another leak in ParseMicrosoftAsmStatement(), found by LSan. by Nico Weber · 10 years ago
  3. d696316 Suppress unused variable warning by Reid Kleckner · 10 years ago
  4. 88d3e52 Change -Wfloating-point-conversion to -Wfloat-conversion. by Richard Trieu · 10 years ago
  5. 2e7d1f2 Fixed comments (thanks to Richard Smith). by Abramo Bagnara · 10 years ago
  6. d60acf3 Make RewriteRope less confusing for me. No intended behavior change. by Nico Weber · 10 years ago
  7. 2726ba6 Fix leak introduced in r194610, found by LSan. by Nico Weber · 10 years ago
  8. db32760 Moved operator delete to public area to appease gcc and conform to C++ standard. by Abramo Bagnara · 10 years ago
  9. 1cd8e7d Do not print inferred submodules explicitly in __inferred_module.map by Ben Langmuir · 10 years ago
  10. f035b1e Fix a memory leak found by LSan. by Nico Weber · 10 years ago
  11. 86bb94f Quick fix for layering that broke shared library build. by John Thompson · 10 years ago
  12. 437dc60 MS ABI: Use a different guard variable for each weak global by Reid Kleckner · 10 years ago
  13. b21ef91 Make TypeDecl much less friendly. by Richard Smith · 10 years ago
  14. 5828a1d Objective-C [IRGen]. Fixes a crash in IRGen involving use of by Fariborz Jahanian · 10 years ago
  15. 022878f [analyzer] Fix a leak found by LSan. by Jordan Rose · 10 years ago
  16. 489a7ba Don't pass llvm::DenseSet<> by value. by Alexander Kornienko · 10 years ago
  17. c2a06c6 Review feedback. by Diego Novillo · 10 years ago
  18. ebb7666 Review feedback. by Diego Novillo · 10 years ago
  19. d6d7a5d Review feedback by Diego Novillo · 10 years ago
  20. b86942f Add documentation for sample profiling support. by Diego Novillo · 10 years ago
  21. 252d11b Prune \param introduced in r206977, possibly committed ahead. [-Wdocumentation] by NAKAMURA Takumi · 10 years ago
  22. 4b3c06d Add missing test input for r206979. by Logan Chien · 10 years ago
  23. 3da854e The rewrite constructor should actually rewrite. by Aaron Ballman · 10 years ago
  24. aafc70a Replacing a naked pointer with a unique_ptr. No functional changes intended. by Aaron Ballman · 10 years ago
  25. 5521b81 Minor formatting and simplification cleanup -- no functional changes intended. by Aaron Ballman · 10 years ago
  26. 9107bb3 Updated to be a bit more const friendly. Also switched the linkage to be static since this function is file-local. No functional changes intended. by Aaron Ballman · 10 years ago
  27. 53d5f45 Fix unused variable. by John Thompson · 10 years ago
  28. d2f62fa Add aarch64-linux-android triple for Android. by Logan Chien · 10 years ago
  29. 9be87f8 Initial implementation of -modules-earch-all option, for searching for symbols in non-imported modules. by John Thompson · 10 years ago
  30. 0f0e18f Add yet another vtordisp test by Timur Iskhodzhanov · 10 years ago
  31. 5877be8 This reverts commit r206934 and r206935. by Rafael Espindola · 10 years ago
  32. 50a0ce4 Update Target::createMCAsmParser calls for the LLVM interface change. by Evgeniy Stepanov · 10 years ago
  33. 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
  34. 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
  35. e593c2b [ARM64] Enable the test aarch64-type-sizes.c for ARM64 BE. by James Molloy · 10 years ago
  36. 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
  37. affcec8 MS ABI: Implement mangling for ref-qualifiers on methods by David Majnemer · 10 years ago
  38. b66406e MS ABI: Use range-based for loops in the mangler by David Majnemer · 10 years ago
  39. dc9bea3 MS ABI: Cleanup some egregious style violations by David Majnemer · 10 years ago
  40. db9b9b7 AST: Cleanup/simplify some LV calculation code by David Majnemer · 10 years ago
  41. 8e180fe CodeGen: Unify handling guard variables in the Itanium C++ ABI by Justin Bogner · 10 years ago
  42. 8c645f8 Add missing test triples by Reid Kleckner · 10 years ago
  43. 5f701b4 Driver: Honor %INCLUDE% when built with MinGW by Reid Kleckner · 10 years ago
  44. b183650 Driver: Avoid a duplicate path separator and clean up code by Reid Kleckner · 10 years ago
  45. 431393e Add some missing checks for C++1y digit separators that don't in fact separate by Richard Smith · 10 years ago
  46. e75dc3b PR18746: If a constexpr function has a dependent return type and no return by Richard Smith · 10 years ago
  47. 7de8254 Driver: Skip the -fmodules-cache-path argument in driver crash diags by Justin Bogner · 10 years ago
  48. 0436233 Use a manipulator to add a value to the current diagnostic flag. by Diego Novillo · 10 years ago
  49. 53326f9 [Driver][ARM64] Add a testcase for r206227. by Quentin Colombet · 10 years ago
  50. 4ab423c Objective-C ARC. Under ARC, addition of 'bridge' attribute by Fariborz Jahanian · 10 years ago
  51. 13e41ba Attempt to fix null ASTContext in ASTUnit error path by Ben Langmuir · 10 years ago
  52. 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
  53. 4d7f4b6 Thread safety analysis: add array operations to SExpr. by DeLesley Hutchins · 10 years ago
  54. 23be9d0 Thread safety analysis: fix warning. by DeLesley Hutchins · 10 years ago
  55. 9eaa23e Try to fix warnings to escape '@' as '\@'. [-Wdocumentation-html] by NAKAMURA Takumi · 10 years ago
  56. f1e95d4 [OPENMP] parsing 'linear' clause (for directive 'omp simd') by Alexander Musman · 10 years ago
  57. fae71a4 ARM64: update NEON test to improved backend codegen by Tim Northover · 10 years ago
  58. 07aed96 Comment parsing: close a hole in CDATA escaping in XML output by Dmitri Gribenko · 10 years ago
  59. e36bbd1 Comment parsing: in the generated XML file, mark HTML that is safe to pass by Dmitri Gribenko · 10 years ago
  60. 059bec7 DiagnosticsEngine::Report(): Fix a warning. [-Wdocumentation] by NAKAMURA Takumi · 10 years ago
  61. 7910e52 Update clang/test/PCH/single-token-macro.c corresponding to r206791. by NAKAMURA Takumi · 10 years ago
  62. 2e5043a [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE by Chandler Carruth · 10 years ago
  63. 75bc74f Move the C++11 ExtWarn for converting a string literal to 'char*' out of by Richard Smith · 10 years ago
  64. e836dd3 Move the warning of implicit cast of a floating point to an integer out of by Richard Trieu · 10 years ago
  65. 2e81e13 Thread safety analysis: misc updates to SExpr handling. Fix to minimal SSA, by DeLesley Hutchins · 10 years ago
  66. 0da1b70 Allow adding a value to a flag in diagnostics. by Diego Novillo · 10 years ago
  67. e2f48e9 [Modules] Update Clang's two files that use DEBUG(...) without defining by Chandler Carruth · 10 years ago
  68. 13b8d7d [Modules] Remove the only use of the DEBUG(...) macro in the compiler by Chandler Carruth · 10 years ago
  69. 431fb79 Try to fix bad Twine usage in r206791 with std::string by Reid Kleckner · 10 years ago
  70. 392e01f MinGW: Define __stdcall&co when -fms-extensions is disabled by Reid Kleckner · 10 years ago
  71. cc623a0 Split out the rest of MS ABI multiple inheritance tests by Timur Iskhodzhanov · 10 years ago
  72. 46ddd12 Objective-C. Patch to allow use of dot syntax on class by Fariborz Jahanian · 10 years ago
  73. b36744f Allow submodule inferrences with a missing umbrella when the module is unavailable by Ben Langmuir · 10 years ago
  74. f9d2832 Handle possible trailing '/' in xcode-select output. Patch by Jeff Olson. by Ted Kremenek · 10 years ago
  75. e910cea Initialize clang::Module::IsMissingRequirement. Fix msan issue and hopefully some builder failures. by Richard Smith · 10 years ago
  76. c9b73d1 ARM64: Do not expand variadic HFA/HVA arguments with the Darwin ABI. by Bob Wilson · 10 years ago
  77. 201871d Fix a comment typo. by Bob Wilson · 10 years ago
  78. 34bf531 cindex.py: Avoid deprecated function by Alp Toker · 10 years ago
  79. 10e524d Remove some empty statements by Alp Toker · 10 years ago
  80. 93f93a3 Fix and restore the macro-multiline.c test by Alp Toker · 10 years ago
  81. 3eb0b40 Disallow driver use in more Sema tests by Alp Toker · 10 years ago
  82. b599ccb Move ObjC Cocoa.h header test to Headers by Alp Toker · 10 years ago
  83. 61d298d Re-enable the C++11 modules integration test on OS X by Alp Toker · 10 years ago
  84. 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
  85. ad46d68 Speculative fix for buildbot failure. Apparently Clang 3.1 got move semantics wrong. by Richard Smith · 10 years ago
  86. bb7d67a8 Thread Safety Analysis: Convert to minimal SSA. by DeLesley Hutchins · 10 years ago
  87. 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
  88. 0d60af3 Thread Safety Analysis: Update SSA pass to handle loops. by DeLesley Hutchins · 10 years ago
  89. ba02ce0 Fix a hole with nested unavailable submodules from r206664 by Ben Langmuir · 10 years ago
  90. 88f6a9e CodeGen: Remove an unused include by Justin Bogner · 10 years ago
  91. b53460e Don't build modules with (submodules with) missing headers by Ben Langmuir · 10 years ago
  92. 1c069a8 Fix sphinx-build warnings in clang docs. by Reid Kleckner · 10 years ago
  93. 02e4ae3 Add support for building Sphinx documentation when being inside LLVM source tree and using CMake by Reid Kleckner · 10 years ago
  94. 2a84024 CodeGen: Use LLVM's InstrProfReader in -fprofile-instr-use= by Justin Bogner · 10 years ago
  95. c214a6c [Cleanup] Remove a trailing whitespace by Justin Bogner · 10 years ago
  96. f05ef17 Don't read CompilerInstance fields that don't exist in ASTUnit by Ben Langmuir · 10 years ago
  97. f4a4206 Teach users of OnDiskHashTable to define hash_value and offset types by Justin Bogner · 10 years ago
  98. 87be603 Remove OnDiskHashTable.h, since it's been moved to llvm by Justin Bogner · 10 years ago
  99. b74c927 Split out the no-thunk multiple inheritance tests by Timur Iskhodzhanov · 10 years ago
  100. 9fbf62e Add more constness to module-related APIs by Dmitri Gribenko · 10 years ago