1. c09ce12 Copy diagnostic pragmas to the preprocessed output, from Richard Osborne! by Douglas Gregor · 13 years ago
  2. b27c7a1 Fix the starting location of the Fix-It note for suspicious precedence by Douglas Gregor · 13 years ago
  3. 1d441ee When instantiating a function template declaration that was expressed by Douglas Gregor · 13 years ago
  4. 7bf952e [arcmt] Make -Warc-unsafe-retained-assign an error when migrating. rdar://8939557 by Argyrios Kyrtzidis · 13 years ago
  5. 5b27b6d Put all ARC-related warnings into the "arc" diagnostic group. by Argyrios Kyrtzidis · 13 years ago
  6. d26fef0 Change "cannot assign retained object.." warning to "assigning retained object.." by Argyrios Kyrtzidis · 13 years ago
  7. 3404fe7 Build and use libcompiler_rt whenever possible. by Eric Christopher · 13 years ago
  8. 34aace8 Try to silence GCC warning by Douglas Gregor · 13 years ago
  9. 8295b7b objc-arc: Allow unbridged cast of retainable object to by Fariborz Jahanian · 13 years ago
  10. d1bd98a Implement the C++0x move optimization for Automatic Reference Counting by Douglas Gregor · 13 years ago
  11. d7b2316 When binding a reference to an Automatic Reference Counting temporary, by Douglas Gregor · 13 years ago
  12. b4b7b50 Give MaterializeTemporaryExpr the exact type of the lvalue it binds by Douglas Gregor · 13 years ago
  13. 45ba8a6 Fix typo in comment by Douglas Gregor · 13 years ago
  14. 9735760 Replace the existing forms of ConstantArray::get() with a single form by Jay Foad · 13 years ago
  15. 25a7676 Introduce DelayedCleanupPool useful for simplifying clean-up of certain resources that, while their by Argyrios Kyrtzidis · 13 years ago
  16. fc0f40a Only do config-time substitution of LLVM_BUILD_MODE in by Andrew Trick · 13 years ago
  17. 431a1cb Actually, you know, fix the problem. by Sean Hunt · 13 years ago
  18. d768e9d Emit @finally blocks completely lazily instead of forcing their by John McCall · 13 years ago
  19. 4dba7b56 Avoid making assumption that this is either a CXXMethodDecl or a by Sean Hunt · 13 years ago
  20. 0a17cae Extend the deleted overload candidate note to cover all cases. It by Sean Hunt · 13 years ago
  21. 1ccbc54 Ensure that we delete implict copy members when explicit move members by Sean Hunt · 13 years ago
  22. d71315c It is possible to request the nonfragile ABI with -fobjc-abi-version=2; by John McCall · 13 years ago
  23. 661c67a Attempt to reapply this patch for caching copy assignment operator by Sean Hunt · 13 years ago
  24. e3499ca Fix PR10168: don't warn for unused non-dependent variables in both the template definition and each instantiation. by Richard Smith · 13 years ago
  25. 0894976 Fix a missing space noticed by matthewbg in code review. by Chandler Carruth · 13 years ago
  26. cd6f366 First part of PR9968: the __range variable in a dependent C++11 for-range statement is implicitly used by that statement. by Richard Smith · 13 years ago
  27. a72a12f Fix some grammar nits in the comments from Nick. by Chandler Carruth · 13 years ago
  28. 9d5353c Revert r133526 which re-orders the suggestions for -Wparentheses on ?: by Chandler Carruth · 13 years ago
  29. e4aba6d Unbreak the CMake build by Sean Hunt · 13 years ago
  30. 26a6ec7 Fix the mangling of dependent-scope decl ref expressions so that they by John McCall · 13 years ago
  31. 57b9d98 Fix a case that I missed in r133550. by Bob Wilson · 13 years ago
  32. 5dd45f1 Make InitHeaderSearch::AddPath and HeaderSearchOptions::AddPath consistent by Bob Wilson · 13 years ago
  33. a68e1c3 Driver/Darwin: Fixup version check for -object_path_lto support. by Daniel Dunbar · 13 years ago
  34. 13c4f21 Fix the default libc++ header search path to be sysrooted. Radar 9639692. by Bob Wilson · 13 years ago
  35. ee273b3 Fix cut-and-paste error: --stdlib is an alias for -stdlib, not -std. by Bob Wilson · 13 years ago
  36. 5bfa656 Driver/Darwin: When invoking the linker, automatically pass -object_path_lto so by Daniel Dunbar · 13 years ago
  37. ed79895 Driver: Factor out IsUsingLTO helper function. by Daniel Dunbar · 13 years ago
  38. fd3455a [arcmt] Merge 'removeEmptyStatements' and 'removeDeallocMethod' passes to cut down on one compilation by Argyrios Kyrtzidis · 13 years ago
  39. 7196d06 [arcmt] Break apart Transforms.cpp. by Argyrios Kyrtzidis · 13 years ago
  40. c8505ad objc-arc: Add support for unbridged cast of by Fariborz Jahanian · 13 years ago
  41. e26bdb9 IRgen: Add a -fuse-register-sized-bitfield-access option, for testing. by Daniel Dunbar · 13 years ago
  42. 08737c4 Basic: Add TargetInfo::getRegisterWidth hook. by Daniel Dunbar · 13 years ago
  43. 08d4792 IRgen: Add CGOptions to CGTypes. by Daniel Dunbar · 13 years ago
  44. 0626942 ^cat^cast^ by Fariborz Jahanian · 13 years ago
  45. 0b58108 A few tweaks to MaterializeTemporaryExpr suggested by John. by Douglas Gregor · 13 years ago
  46. cccd6de Add comment before CheckObjCARCConversion is called on by Fariborz Jahanian · 13 years ago
  47. 1b13290 Switch the order of the notes for the parentheses suggested in the case by Chandler Carruth · 13 years ago
  48. af97517 objc-arc: CodeGen part of unbridged cast of CF types. // rdar://9474349 by Fariborz Jahanian · 13 years ago
  49. 14d251c Fix a crash when a pointer-to-member function is called in the condition by Chandler Carruth · 13 years ago
  50. 03e8003 Introduce a new AST node describing reference binding to temporaries. by Douglas Gregor · 13 years ago
  51. 65aa688 Make more use of llvm::StringRef in various APIs. In particular, don't by Jay Foad · 13 years ago
  52. 468eb7d Fix typo. From Damjan Marion. by Joerg Sonnenberger · 13 years ago
  53. 4857947 De-Unicode-ify in comments. by NAKAMURA Takumi · 13 years ago
  54. 0c25d28 Also fix the warning about using "clang" instead of %clang. by Nick Lewycky · 13 years ago
  55. 1110425 Remove the leading hyphen so that grep doesn't parse it as one long option :) by Nick Lewycky · 13 years ago
  56. 2a45fa7 Driver/Darwin: Honor -Xarch_FOO when the arch matches either the toolchain or by Daniel Dunbar · 13 years ago
  57. c3b9014 Add support for -Wa,--noexecstack when building from a non-assembly file. For by Nick Lewycky · 13 years ago
  58. 43fec87 Canonicalize register names properly. by Eric Christopher · 13 years ago
  59. cfd323d Move additional register names to their own lookup, separate from by Eric Christopher · 13 years ago
  60. 8e2ce7f [arcmt] Always add '__bridge' cast when 'self' is cast to a C pointer. rdar://9644061 by Argyrios Kyrtzidis · 13 years ago
  61. 8912aae [analyzer] Finish size argument checking for strncat (and strncpy). by Jordy Rose · 13 years ago
  62. 1522a7c objc-arc: allow explicit unbridged casts if the source of the cast is a by Fariborz Jahanian · 13 years ago
  63. 9c47973 [arcmt] Find out whether there is an ARC runtime directly from the triple, avoid hacky delegation to the driver for that. by Argyrios Kyrtzidis · 13 years ago
  64. 33f46e2 Warn for un-parenthesized '&' inside '|' (a & b | c), rdar://9553326. by Argyrios Kyrtzidis · 13 years ago
  65. ab27d6e llvm-gcc treats a tentative definition with a previous by Fariborz Jahanian · 13 years ago
  66. 6fe6bac Define va_copy when in C++0x mode; C++0x picked it up from C99. by Douglas Gregor · 13 years ago
  67. 0678899 Define __cplusplus to 201103L when in (non-GNU) C++0x mode. by Douglas Gregor · 13 years ago
  68. d36d036 Change how PHINodes store their operands. by Jay Foad · 13 years ago
  69. bc9bd0e Use an explicitly 64-bit triple flag to ensure we can easily verify the by Chandler Carruth · 13 years ago
  70. ae0bafa Fix a problem with the diagnostics of invalid arithmetic with function by Chandler Carruth · 13 years ago
  71. c049856 Remove this poor "abstraction" from the AST. Sorry! =D by Chandler Carruth · 13 years ago
  72. 1567a8b Move away from the poor "abstraction" I added to Type. John argued by Chandler Carruth · 13 years ago
  73. 6af9662 Remove more unnecessary #include <llvm/ADT/SmallVector.h> by Francois Pichet · 13 years ago
  74. 45ee153 Remove unnecessary include. by Francois Pichet · 13 years ago
  75. c5cbb90 Update to match mainline ConstantStruct::get API change. Also, use by Chris Lattner · 13 years ago
  76. 8cc2491 [analyzer] Replace stream-built error message with constant string. No functionality change. by Jordy Rose · 13 years ago
  77. 5e5f150 [analyzer] Re-enable checking for strncpy, along with a new validation of the size argument. strncat is not yet up-to-date, but I'm leaving it enabled for now (there shouldn't be any false positives, at least...) by Jordy Rose · 13 years ago
  78. 9e49d9f [analyzer] Eliminate "byte string function" from CStringChecker's diagnostics, and make it easier to provide custom messages for overflow checking, in preparation for re-enabling strncpy checking. by Jordy Rose · 13 years ago
  79. bc8d7f9 Restructure the API in Type based on a conversation with Richard Smith. by Chandler Carruth · 13 years ago
  80. 085d09d More clarifications. by John McCall · 13 years ago
  81. 3914a30 Improve the intro to the runtime-functions section. by John McCall · 13 years ago
  82. 98a48cf Describe the ARC runtime support calls. by John McCall · 13 years ago
  83. 732271e Turn -Wnull-arithmetic back on by default -- we now have tests for the by Chandler Carruth · 13 years ago
  84. 2af68e4 Add test cases for false positives on -Wnull-arithmetic from Richard by Chandler Carruth · 13 years ago
  85. e3d49b4 Handle decltype keyword in Parser::isDeclarationSpecifier. by Francois Pichet · 13 years ago
  86. 4e5c886 Add support for MSVC __debugbreak compiler intrinsic. by Francois Pichet · 13 years ago
  87. 7650d95 update for api change. by Chris Lattner · 13 years ago
  88. 19bd77c Remove dead variables. by Benjamin Kramer · 13 years ago
  89. d510fd2 80 cols. by Benjamin Kramer · 13 years ago
  90. 944eadb Remove more unnecessary dependencies now that the Frontend -> ARCMigrate by Chandler Carruth · 13 years ago
  91. 25a2ef3 tools/arcmt-test: Don't attempt to link redundant libclang (clang-c). by NAKAMURA Takumi · 13 years ago
  92. be16b89 Clarify the semantics of init methods, and point out a few places by John McCall · 13 years ago
  93. f3d08a6 A couple of minor changes to the ARC spec, plus a new section by John McCall · 13 years ago
  94. 18e0461 Accept no-return stripping conversions for pointer type arguments after by Chandler Carruth · 13 years ago
  95. e665d69 [arcmt] Fix the ARC migrator. -arcmt-modify requires running before the initialization of SourceManager by Argyrios Kyrtzidis · 13 years ago
  96. 60a5e3f [arcmt] Const'ify. by Argyrios Kyrtzidis · 13 years ago
  97. c2e70b4 [arcmt] Remove '-arcmt-modify-in-memory', it turned out less useful than we hoped it would be. by Argyrios Kyrtzidis · 13 years ago
  98. 829f200 Fix regression with @encode string. rdar://9624314. by Argyrios Kyrtzidis · 13 years ago
  99. 4020cae Objective-C++ ARC: eliminate the utterly unjustified loophole that by Douglas Gregor · 13 years ago
  100. c22d699 Objective-C++ ARC: do not mangle __unsafe_unretained lifetime by Douglas Gregor · 13 years ago