1. 4182ed6 [PCH] Remove the stat cache from the PCH file. by Argyrios Kyrtzidis · 12 years ago
  2. 967f3f0 [driver] Remove an extra space with the -internal-externc-isystem option, so by Chad Rosier · 12 years ago
  3. 710c517 ARM AAPCS-VFP: fix tracking of allocated VFP registers. by Manman Ren · 12 years ago
  4. cfed828 getArchTypeForDarwinArchName is only used in the clang driver, copy it there. by Rafael Espindola · 12 years ago
  5. 3028038 Fix for -ast-dump-filter by Alexander Kornienko · 12 years ago
  6. c91b41a [driver] Completely rework how superfluous options are stripped out of the crash by Chad Rosier · 12 years ago
  7. 60c158a Add "static" to some functions in altivec.c where it was missing. by Ulrich Weigand · 12 years ago
  8. 81939a7 If skipping bodies is enabled outside code-completion, just skip the body directly by Argyrios Kyrtzidis · 12 years ago
  9. 25893e0 Decouple code-completion for the SkipFunctionBodies frontend option and by Argyrios Kyrtzidis · 12 years ago
  10. c45bb4d [analyzer] Let ConstraintManager subclasses provide a more efficient checkNull. by Jordan Rose · 12 years ago
  11. bfd452e Fix if-else braces layout accordingly to the style guide. by Simon Atanasyan · 12 years ago
  12. e015754 Extend -Bprefix functionality and make it closer to gcc. If the "prefix" by Simon Atanasyan · 12 years ago
  13. 32133cf [analyzer] SimpleStreamChecker - remove evalAssume and other refinements by Anna Zaks · 12 years ago
  14. 8c610b0 Remove the -ccc-no-clang option. by Rafael Espindola · 12 years ago
  15. 3719ed2 [analyzer]Don't invalidate const arguments when there is no IdentifierInfo. by Anna Zaks · 12 years ago
  16. e63aedd Address Jordan's review: comments, spaces. by Anna Zaks · 12 years ago
  17. 31ba273 isLegalUTF8() was giving the wrong answer by Seth Cantrell · 12 years ago
  18. e6c3458 Remove ccc-no-clang-cpp, which is also dead now. by Rafael Espindola · 12 years ago
  19. 82c6dc7 Handle string encoding diagnostics when there are too many invalid ranges. by David Blaikie · 12 years ago
  20. b3fa55f ARM AAPCS-VFP: fix handling of homogeneous aggreate. by Manman Ren · 12 years ago
  21. 89aa2ce [driver] Older versions of ld expect '-L<dir>' not '-L <dir>'. In Xcode4 and by Chad Rosier · 12 years ago
  22. c6abe9e objective-C arc/mrr: Another patch for the new captured block variable by Fariborz Jahanian · 12 years ago
  23. 356d9cc Change ForceSizeOpt attribute into MinSize attribute by Quentin Colombet · 12 years ago
  24. d1ce3c1 Implement descendant matchers for NestedNamespecifiers by Daniel Jasper · 12 years ago
  25. 0d1e645 remove duplicate data array by Seth Cantrell · 12 years ago
  26. c6a2f6e fix calculation of end pointer by Seth Cantrell · 12 years ago
  27. 19948ac Trim #includes. by Ted Kremenek · 12 years ago
  28. bdbb17b [analyzer]SimpleStreamChecker: add a TODO for better leak report. by Anna Zaks · 12 years ago
  29. 360b29c [analyzer] Fix a bug in REGISTER_MAP_WITH_PROGRAMSTATE by Anna Zaks · 12 years ago
  30. ac150f2 [analyzer] Rename REGISTER_MAP_WITH_GDM ->REGISTER_MAP_WITH_PROGRAMSTATE by Anna Zaks · 12 years ago
  31. eafaad2 [analyzer] Warn about reallocf with an allocation size of 0, like realloc. by Jordan Rose · 12 years ago
  32. 3cf9a72 [analyzer] New checker for missing super calls in UIViewController subclasses. by Jordan Rose · 12 years ago
  33. ee1ea80 Don't crash on bad atomic operations. PR14176. by Eli Friedman · 12 years ago
  34. 848bc3a getOriginalSourceFileName and getOriginalSourceFile can return a StringRef. by Rafael Espindola · 12 years ago
  35. 33e1576 [PCH] The diagnostic state points can refer to previously created by Argyrios Kyrtzidis · 12 years ago
  36. d2d4d68 In the past "production" clang builds would not be used for c++, and by Rafael Espindola · 12 years ago
  37. 2902829 Remove a bit of dead code. by Rafael Espindola · 12 years ago
  38. badb3f6 Move getOriginalSourceFileName inline. Patch by Laszlo Nagy. by Rafael Espindola · 12 years ago
  39. 5445870 [analyzer] Malloc checker cleanup/refactor by Anna Zaks · 12 years ago
  40. d65e55d [analyzer] Add SimpleStreamChecker. by Anna Zaks · 12 years ago
  41. 5ac1df3 [analyzer] Add checker helpers to CheckerContext. by Anna Zaks · 12 years ago
  42. 8e68ef0 Revert commit r166946 by Quentin Colombet · 12 years ago
  43. 9568f0c Partially roll back r166898; it exposed a bug in the standard. by Richard Smith · 12 years ago
  44. ba927d9 Make forcesizeopt attribute available to the end user by Quentin Colombet · 12 years ago
  45. c0e4445 -Warc-repeated-use-of-weak: allow single reads in loops from local variables. by Jordan Rose · 12 years ago
  46. 6a329ee [analyzer] New option to not suppress null return paths if an argument is null. by Jordan Rose · 12 years ago
  47. 09f7bf1 [analyzer] Use the CallEnter node to get a value for tracked null arguments. by Jordan Rose · 12 years ago
  48. dbaf4bc This patch adds alignment information for long double to the 64-bit PowerPC by Bill Schmidt · 12 years ago
  49. e6b3dba Handle '*' and '#' asm constraint modifiers. by Ulrich Weigand · 12 years ago
  50. a267cf6 Implement has(), hasDescendant(), forEach() and forEachDescendant() for by Daniel Jasper · 12 years ago
  51. b201e93 Remove spurious mode marker from .cpp file. by Nick Lewycky · 12 years ago
  52. 5bffbe5 improve highlighting of invalid string encodings by Seth Cantrell · 12 years ago
  53. c36e359 Revert functional part of r166896 and just suppress -Wunneeded-internal-declaration for reference types for now. This needs more work; the cases we currently miss are a bit random. by Richard Smith · 12 years ago
  54. 1432a43 When determining whether to try evaluating the initializer of a variable, check by Richard Smith · 12 years ago
  55. 623ef4b In -Wunneeded-internal-declaration, suppress the warning for variables which by Richard Smith · 12 years ago
  56. 644e90a Fix invalid jump scopes again. This time without trying to find out if an by Rafael Espindola · 12 years ago
  57. e1bb329 Fix crash on missing namespace name in namespace alias definition -- PR14085. by Nico Weber · 12 years ago
  58. c46b435 objective-C arc/mrr: Patch for the new block variable layout meta-data. by Fariborz Jahanian · 12 years ago
  59. 2b970e9 Currently the initial value of Tok is dependent an the stack contents by Chris Lattner · 12 years ago
  60. a92afb6 Revert 166876 while I debug a bootstrap problem. by Rafael Espindola · 12 years ago
  61. ff8f967 Reapply 166855 with an early exit on null QualTypes. by Rafael Espindola · 12 years ago
  62. 286d623 Reverted back the changes made in 166868 and in 166869 by Mahesha S · 12 years ago
  63. 68de140 Feature: OpenMP support. by Mahesha S · 12 years ago
  64. f3b5231 ------------------------------------------------- by Mahesha S · 12 years ago
  65. 6a65662 Removed an extra blank line. by Mahesha S · 12 years ago
  66. 029d284 Revert r166855. I can reproduce the bootstrap failure and have a testcase by Rafael Espindola · 12 years ago
  67. 76b5d24 Fix cases where we were not producing an error when a computed goto could by Rafael Espindola · 12 years ago
  68. 0a7dd83 Move two helper functions to AST so that sema can use them. by Rafael Espindola · 12 years ago
  69. 034653c Refactor some code into a new findMaterializedTemporary function. by Rafael Espindola · 12 years ago
  70. 582e185 Refactor some code into a new skipRValueSubobjectAdjustments function. by Rafael Espindola · 12 years ago
  71. ecccc1e Delay codegen to after collecting all SubobjectAdjustment so that the collection by Rafael Espindola · 12 years ago
  72. 3d7c780 Add missing safety check to an optimization for do-while loops. PR14191. by Eli Friedman · 12 years ago
  73. 8c7a185 Fix indentation. by Eli Friedman · 12 years ago
  74. 1e58469 In Parser::ParseDecltypeSpecifier, make sure the end location it returns by Argyrios Kyrtzidis · 12 years ago
  75. aa01466 Don't crash synthesizing an ObjC property with an empty struct type. <rdar://problem/12547611>. by Eli Friedman · 12 years ago
  76. f596760 When an externally-supplied record layout has a size that clearly by Douglas Gregor · 12 years ago
  77. 107dae4 Add comment for my patch in r166809. by Fariborz Jahanian · 12 years ago
  78. 7b5209c Remove BLOCK_BYREF_LAYOUT_BYREF flags from list of by Fariborz Jahanian · 12 years ago
  79. c1868e5 objective-C IRGen: for @implementation nested in by Fariborz Jahanian · 12 years ago
  80. ccb428b [driver] Before applying the working directory check if the input path by Argyrios Kyrtzidis · 12 years ago
  81. 485717e This patch addresses a 64-bit PowerPC ELF ABI compatibility issue with by Bill Schmidt · 12 years ago
  82. a049bbb [options] Fix mishandling of aliased options that was introduced in r166444. by Argyrios Kyrtzidis · 12 years ago
  83. 11ce5fe Match up anonymous structs/unions in the ASTImporter. Previously, we'd by Douglas Gregor · 12 years ago
  84. 3800165 Add comments for RemoveRedundantMsgs, rename it to removeRedundantMsgs() per Jordan's feedback. by Ted Kremenek · 12 years ago
  85. 47395d9 Eliminate some longstanding FIXMEs regarding variadic templates in the by Douglas Gregor · 12 years ago
  86. 347f64f In the ASTImporter, don't try to emit a diagnostic if we're not by Douglas Gregor · 12 years ago
  87. 3dac20a Declare type of flags to be used in a __block (byref) by Fariborz Jahanian · 12 years ago
  88. 9046768 Oz optimization level sets ForceSizeOpt attribute for each function by Quentin Colombet · 12 years ago
  89. f0e97db X86 SSE Intrinsics: update header for sqrt_ss, rsqrt_ss and rcp_ss. by Manman Ren · 12 years ago
  90. 50d46ca Recommit Eric's code to validate ASM string's constraints and modifiers. by Bill Wendling · 12 years ago
  91. 40effbb Changing name of enum for block literal flags to represent what it is meant for. by Fariborz Jahanian · 12 years ago
  92. b85cce0 TrackConstraintBRVisitor and ConditionBRVisitor can emit similar by Ted Kremenek · 12 years ago
  93. 802f937 [ms-inline asm] Add support for field lookup in the SemaCallback. Patch by Eli. by Chad Rosier · 12 years ago
  94. e11dba8 Add some new types in preparation of encoding of captured block variable by Fariborz Jahanian · 12 years ago
  95. 3304c43 CommentDumper: reorder members and add a comment. by Dmitri Gribenko · 12 years ago
  96. af879c0 Provide comment describing what buildBlockDescriptor does. by Fariborz Jahanian · 12 years ago
  97. 956a5a1 Cleanup some clang code to use new type functions instead of using cast<>. by Micah Villmow · 12 years ago
  98. b16abb1 Modify the targets to set appropriate calling convention defaults and C variables when using a gnueabihf or aapcs-vfp target. by David Tweed · 12 years ago
  99. 34b41f8 Initialize debug info for special cases of functions that lack declarations and are generated by Clang (global initializers/destructors, thunks) . Fixes PR13942. by Alexey Samsonov · 12 years ago
  100. 8e1cee6 -fcatch-undefined-behavior checking for appropriate vptr value: Clang CodeGen side. by Richard Smith · 12 years ago