1. 4967a71 Update aosp/master Clang for rebase to r275480 by Pirama Arumuga Nainar · 8 years ago
  2. 87d948e Update aosp/master clang for rebase to r256229 by Pirama Arumuga Nainar · 8 years ago
  3. b6d6993 Update aosp/master clang for rebase to r239765 by Pirama Arumuga Nainar · 9 years ago
  4. 58878f8 Update aosp/master clang for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  5. 3ea9e33 Update aosp/master clang for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  6. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 9 years ago
  7. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  8. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  9. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  10. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  11. 13ba719 Merging r195367: by Bill Wendling · 11 years ago
  12. 562d45c ubsan: Only emit constants for filenames and type descriptors once. by Will Dietz · 11 years ago
  13. bafa74f [-fms-extensions] Add support for __FUNCDNAME__ by David Majnemer · 11 years ago
  14. 3cebc73 C++1y sized deallocation: if we have a use, but not a definition, of a sized by Richard Smith · 11 years ago
  15. 69170e6 Split -fsanitize=bounds to -fsanitize=array-bounds (for the frontend-inserted by Richard Smith · 11 years ago
  16. b914e87 Implement function type checker for the undefined behavior sanitizer. by Peter Collingbourne · 11 years ago
  17. feba9f2 TBAA: use the same format for scalar TBAA and struct-path aware TBAA. by Manman Ren · 11 years ago
  18. 8dd4baa Fix objectsize tests after r192117 by Matt Arsenault · 11 years ago
  19. 4ee7dc2 Thread a SourceLocation into the EmitCheck for "load_invalid_value". This occurs by Nick Lewycky · 11 years ago
  20. 5d4a755 No functionality change. Reflow lines that could fit on one line. Break lines by Nick Lewycky · 11 years ago
  21. 2bb6dad Fix 2 cases of uninitialized reads of an invalid PresumedLoc. by Evgeniy Stepanov · 11 years ago
  22. 3b8e0b7 Revert r189649 because it was breaking sanitizer bots. by Yunzhong Gao · 11 years ago
  23. 51a31e1 Fixing a bug where debug info for a local variable gets emitted at file scope. by Yunzhong Gao · 11 years ago
  24. c7971a9 Revert "PR14569: Omit debug info for thunks" by David Blaikie · 11 years ago
  25. 15b2674 Handle predefined expression for a captured statement by Wei Pan · 11 years ago
  26. 28bdbf0 Sema: Use the right type for PredefinedExpr when it's in a lambda. by Benjamin Kramer · 11 years ago
  27. 8effeda CodeGen: __uuidof should work even with an incomplete _GUID type by David Majnemer · 11 years ago
  28. 8593e78 UBSan: Fix alignment checks emitted in downcasts. by Filipe Cabecinhas · 11 years ago
  29. b0e603c Debug Info / EmitCallArgs: arguments may modify the debug location. by Adrian Prantl · 11 years ago
  30. 1cc87df Remove trailing whitespace. by Craig Topper · 11 years ago
  31. a5e6601 Make IgnoreParens() look through ChooseExprs. by Eli Friedman · 11 years ago
  32. 336d9df Simplify atomic load/store IRGen. by Eli Friedman · 11 years ago
  33. 6b9240e Use SmallVectorImpl& for function arguments instead of SmallVector. by Craig Topper · 11 years ago
  34. 1d7bb6c Delete dead code. by Eli Friedman · 11 years ago
  35. 3282b84 Emit initializers for static-storage-duration temporaries as constants where by Richard Smith · 11 years ago
  36. d4ec562 Simplify: we don't need any special-case lifetime extension when initializing by Richard Smith · 11 years ago
  37. 7c3e615 PR12086, PR15117 by Richard Smith · 11 years ago
  38. 8a07cd3 Reapply r183721, reverted in r183776, with a fix for a bug in the former (we by Richard Smith · 11 years ago
  39. a57be56 Revert r183721. It caused cleanups to be delayed too long in some cases. by Richard Smith · 11 years ago
  40. b6f521a Silence GCC warning. by Benjamin Kramer · 11 years ago
  41. 85af7ce Rework IR emission for lifetime-extended temporaries. Instead of trying to walk by Richard Smith · 11 years ago
  42. 34f94f9 Remove some unreachable (and wrong) code and replace it with an assertion. by Richard Smith · 11 years ago
  43. 4e43dec Fix handling of pointers-to-members and comma expressions when by Richard Smith · 11 years ago
  44. 524387a CodeGen for CapturedStmts by Ben Langmuir · 11 years ago
  45. f5ebf9b Correctly emit certain implicit references to 'self' even within a lambda. by John McCall · 11 years ago
  46. 975d83c Struct-path aware TBAA: fix handling of may_alias attribute. by Manman Ren · 11 years ago
  47. c3bf52c C++1y: Allow aggregates to have default initializers. by Richard Smith · 11 years ago
  48. b80a16e Implement CodeGen for C++11 thread_local, following the Itanium ABI specification as discussed on cxx-abi-dev. by Richard Smith · 11 years ago
  49. 04e5176 CodeGen support for function-local static thread_local variables with by Richard Smith · 11 years ago
  50. 38afbc7 Annotate flavor of TLS variable (statically or dynamically initialized) onto the AST. by Richard Smith · 11 years ago
  51. ca83518 Struct-path aware TBAA: uniformize scalar tag and path tag. by Manman Ren · 11 years ago
  52. 1fd1e28 Force a load when creating a reference to a temporary copied from a bitfield. by Jordan Rose · 11 years ago
  53. 29a11f4 <rdar://problem/13325066> Destroy std::initializer_list temporaries whose lifetime has been extended by reference binding. by Douglas Gregor · 11 years ago
  54. b37a73d Initial support for struct-path aware TBAA. by Manman Ren · 11 years ago
  55. 7cc0a11 revert r178784 since it does not have a commit message by Manman Ren · 11 years ago
  56. ab4ffe2 Index: include/clang/Driver/CC1Options.td by Manman Ren · 11 years ago
  57. bf8487a ubsan: Pass floating-point arguments to the runtime by value if they fit the by Richard Smith · 11 years ago
  58. 6b6a9b3 Force column info only for direct inlined functions. This should strike by Adrian Prantl · 11 years ago
  59. 5b07e80 Tighten up the rules for precise lifetime and document by John McCall · 11 years ago
  60. 00df5ea Force column info to be generated for call expressions so we can by Adrian Prantl · 11 years ago
  61. 2c39b06 Make helper function static. by Benjamin Kramer · 11 years ago
  62. 9eda3ab Promote atomic type sizes up to a power of two, capped by by John McCall · 11 years ago
  63. fafaaef Move the atomics code into its own file. by John McCall · 11 years ago
  64. 9d232c8 Change hasAggregateLLVMType, which conflates complex and by John McCall · 11 years ago
  65. bd7370a Use the actual ABI-determined C calling convention for runtime by John McCall · 11 years ago
  66. 5956bcc PR15338: Don't assert if -fsanitize=bounds sees array indexing on an incomplete by Richard Smith · 11 years ago
  67. a0a628f ubsan: Emit bounds checks for array indexing, vector indexing, and (in really simple cases) pointer arithmetic. This augments the existing bounds checking with language-level array bounds information. by Richard Smith · 11 years ago
  68. c764830 ubsan: Add checking for invalid downcasts. Per [expr.static.cast]p2 and p11, by Richard Smith · 11 years ago
  69. 802e226 Don't forget to run destructors when we create an array temporary of class type. by Richard Smith · 11 years ago
  70. c4c62fd Make sure that the Attribute object represents one attribute only. by Bill Wendling · 11 years ago
  71. cb5620c Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support by Dmitri Gribenko · 11 years ago
  72. 78d85b1 [ubsan] Implement the -fcatch-undefined-behavior flag using a trapping by Chad Rosier · 11 years ago
  73. e6b9d80 Implement OpenCL event_t as Clang builtin type, including event_t related OpenCL restrictions (OpenCL 1.2 spec 6.9) by Guy Benyei · 11 years ago
  74. 4f45bc0 [ubsan] Add support for -fsanitize-blacklist by Will Dietz · 11 years ago
  75. cc41a94 Avoid unsigned Compare to int by David Greene · 11 years ago
  76. cfa88f8 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 11 years ago
  77. f91cbd5 Don't assert in codegen on static data members which have NoLinkage. Fixes by Nick Lewycky · 11 years ago
  78. 4a5984c [ubsan] Make static check data non-const so it can be used for deduplication. by Will Dietz · 11 years ago
  79. 3b844ba Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to by Chandler Carruth · 12 years ago
  80. 0db661e Don't eagerly emit a global static merged with a local extern. by Rafael Espindola · 12 years ago
  81. 72390b3 Rename llvm::Attributes to llvm::Attribute. by Bill Wendling · 12 years ago
  82. ad017fa Revert r170500. It over-zealously converted *ALL* things named Attributes, which is wrong here. by Bill Wendling · 12 years ago
  83. 094dbf9 Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. by Bill Wendling · 12 years ago
  84. e538d48 Make sure CodeGen uses a value of the correct type as the result of by Eli Friedman · 12 years ago
  85. e77372a Similar to 170440 - fix build warning with gcc by Eli Bendersky · 12 years ago
  86. c92384f Fix typo (thanks to Jordan for spotting it!). by Richard Smith · 12 years ago
  87. 073fec9 Rein ubsan's vptr sanitizer back a bit. Per core issue 453, binding a reference by Richard Smith · 12 years ago
  88. 1bdbe4d [ubsan] Emit branch weight metadata to hint towards common case. by Will Dietz · 12 years ago
  89. 463b48b ubsan: Add -fsanitize=bool and -fsanitize=enum, which check for loads of by Richard Smith · 12 years ago
  90. cdc2e82 Simplify. No functionality change. by Richard Smith · 12 years ago
  91. e56bb36 Fix the required args count for variadic blocks. by John McCall · 12 years ago
  92. 72d2dab Rework the bitfield access IR generation to address PR13619 and by Chandler Carruth · 12 years ago
  93. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  94. 73593eb Fix test failure when building Clang with g++4.7 -- don't use a Twine temporary by Richard Smith · 12 years ago
  95. ad95481 [ubsan] Add flag to enable recovery from checks when possible. by Will Dietz · 12 years ago
  96. bbe89d5 Fixing a precedence issue with my previous commit. by Aaron Ballman · 12 years ago
  97. 99ecd9f Fixing an MSVC warning about an unsafe mixture of Boolean and unsigned types in a logical operator. by Aaron Ballman · 12 years ago
  98. 82c458e objective-C arc: load of a __weak object happens via call to by Fariborz Jahanian · 12 years ago
  99. 7baa711 Enable inlining of 4 byte atomic ops on ppc32, 8 byte atomic ops on ppc64. by Benjamin Kramer · 12 years ago
  100. 8187c7e Fix IR generation for bool on PPC (and any other target where bool is not 8 bits in memory). by Eli Friedman · 12 years ago