1. a865005 Apart from storing/retrieving the previous redeclaration from PCH, also store/retrieve the most recent by Argyrios Kyrtzidis · 14 years ago
  2. 3d640e6 Emit weak vtables of non-template classes with hidden visibility. by John McCall · 14 years ago
  3. 5ce9462 Support x86 AVX 256-bit instructions built-ins. Right now support all of them, but by Bruno Cardoso Lopes · 14 years ago
  4. 97ba481 Labels (and case statement) don't create independent scope parents for the by John McCall · 14 years ago
  5. 074ae35 Fix idempotent operations false positive caused by ivars not being invalidated in function by Ted Kremenek · 14 years ago
  6. 4204f07 Further adjustments to -Wglobal-constructors; works for references and direct by John McCall · 14 years ago
  7. c0659ec When using a precompiled preamble, save the diagnostics produced when by Douglas Gregor · 14 years ago
  8. 8077638 Add test case for <rdar://problem/8258814>. by Ted Kremenek · 14 years ago
  9. d8c5abb Query only the latest version of an identifier in the PCH chain. Make sure this version holds the entire declaration chain. This is a much saner solution than trying to merge the info from all elements, and makes redeclarations work properly. Expand the declarations test case to cover more compliated cases. by Sebastian Redl · 14 years ago
  10. 76c38d3 Read/write in PCH Sema's StdNamespace and StdBadAlloc and use a LazyDeclPtr for them that will deserialize them when needed. by Argyrios Kyrtzidis · 14 years ago
  11. 7caf9b3 Improve flat store: MemRegion::getAsOffset() computes a region's offset within by Zhongxing Xu · 14 years ago
  12. c19a12d Driver: Start ripping out support for -pipe, which is worthless and complicates by Daniel Dunbar · 14 years ago
  13. b4b9b15 Kill off RequiresGlobalConstructor in favor of isConstantInitializer. by John McCall · 14 years ago
  14. 626e96e Make a first pass at implementing -Wglobal-constructors. I'm worried that this by John McCall · 14 years ago
  15. 1d8d1cc Instantiate attributes from the pattern record when instantiating by John McCall · 14 years ago
  16. e46f62c Don't consider all local variables in C++ to mandate scope-checking, just by John McCall · 14 years ago
  17. b60a77e Only run the jump-checker if there's a branch-protected scope *and* there's by John McCall · 14 years ago
  18. 87bb582 Fix fragile-ABI ObjC exceptions in the presence of optimization with by John McCall · 14 years ago
  19. cbb98ed Parser: Add support for #pragma align, which is just another spelling of #pragma by Daniel Dunbar · 14 years ago
  20. dd0e490 After a lengthy design discussion, add support for "ownership attributes" for malloc/free checking. Patch by Andrew McGregor! by Ted Kremenek · 14 years ago
  21. d85770b Test case for PR7763. by Tom Care · 14 years ago
  22. 1450ef9 Correctly deal with using names for both functions and structs in chained PCH. by Sebastian Redl · 14 years ago
  23. 73f666f Tighten the rules when deciding if an ivar must be by Fariborz Jahanian · 14 years ago
  24. 35f9a19 Fixed typedef inside extern "C". by Abramo Bagnara · 14 years ago
  25. acc9bf3 tests: Use env instead of assuming bash. by Daniel Dunbar · 14 years ago
  26. 207014e Improve error recovery when presented with an ill-formed template-id by John McCall · 14 years ago
  27. 85aca0f Emit global destructors even if the destroyed object has no initializers or has by John McCall · 14 years ago
  28. 117e3f4 fix PR5179 and correctly fix PR5831 to not miscompile. by Chris Lattner · 14 years ago
  29. 98406a9 There is no reason for this test to invoke 'llc'. by Daniel Dunbar · 14 years ago
  30. 7b70cf6 Add test case for crash reported in <rdar://problem/8236270> (which has since been fixed in trunk). by Ted Kremenek · 14 years ago
  31. 2d6c906 Don't print out ivars twice in Decl::print(). Fixes <rdar://problem/8253668>. by Ted Kremenek · 14 years ago
  32. ffaab3e Make macro weirdness in chained PCH work. This required changing the way PCHReader and PCHWriter are initialized to correctly pick up all initializer. On the upside, this means that there is far less repetition in the dependent PCH now. by Sebastian Redl · 14 years ago
  33. 3ce9e7d Add clang_isPODType() for querying if the CXType is POD. Implements <rdar://problem/8250669>. by Ted Kremenek · 14 years ago
  34. 6633e3c Revert "Re-apply fixed version of 108749, correctly conditionalizing the new by Daniel Dunbar · 14 years ago
  35. 2b1acd4 CMake: Clang test targets depend on the {FileCheck,not,count} tools. by Daniel Dunbar · 14 years ago
  36. ab411c8 Weak references and variables that are not definitions are not required for early codegen/deserialization. by Argyrios Kyrtzidis · 14 years ago
  37. afbf312 Implement PCH support for offsetof(base-specifier). by Argyrios Kyrtzidis · 14 years ago
  38. 90e99a8 Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneration into a new function, by Argyrios Kyrtzidis · 14 years ago
  39. f47c944 fix rdar://8251384, another case where we could access beyond the by Chris Lattner · 14 years ago
  40. 9e45a3d handle a case where we could access off the end of a function by Chris Lattner · 14 years ago
  41. c10ab19 in release mode, irbuilder doesn't add names to instructions, by Chris Lattner · 14 years ago
  42. a7206c5 fix PR7742 / rdar://8250764, a miscompilation of struct by Chris Lattner · 14 years ago
  43. b1d58e3 Tigthen the condition for issung ivar shadowing by Fariborz Jahanian · 14 years ago
  44. 8f70ddb When taking the address of a value of Objective-C object type (e.g., by Douglas Gregor · 14 years ago
  45. 447234d Allow a looser form of compatibility checking (which ignores by Douglas Gregor · 14 years ago
  46. 254a942 When deleting a value of class type, make sure that type is complete by Douglas Gregor · 14 years ago
  47. 0333296 Reword the empty struct/union warning in C to note that such structs and unions have size 0 in C, size 1 in C++. Put this warning under -Wc++-compat. by Douglas Gregor · 14 years ago
  48. 021c3a3 This is a little bit far, but optimize cases like: by Chris Lattner · 14 years ago
  49. e2962be implement a todo: pass a eight-byte that consists of a by Chris Lattner · 14 years ago
  50. 23b736e Move new test (that requires RegionStore) into its own file. by Jordy Rose · 14 years ago
  51. 167cc37 Use a LazyCompoundVal to handle initialization with a string literal, rather than copying each character. by Jordy Rose · 14 years ago
  52. 800588f Kill off the 'coerce' ABI passing form. Now 'direct' and 'extend' always by Chris Lattner · 14 years ago
  53. 15842bd ignore structs that wrap vectors in IR, the abstraction shouldn't add penalty. by Chris Lattner · 14 years ago
  54. 0f408f5 move the 'pretty 16-byte vector' inferring code up to be shared by Chris Lattner · 14 years ago
  55. 4711cb0 now that we have CGT around, we can start using preferred types by Chris Lattner · 14 years ago
  56. 741b9be Teach GRExprEngine::VisitLValue() about FloatingLiteral, ImaginaryLiteral, and CharacterLiteral. Fixes an assertion failure reported in PR 7675. by Ted Kremenek · 14 years ago
  57. 281e9dc Augment RegionStore::BindStruct() to bind symbolicated struct values. This fixes a false path issue reported in <rdar://problem/8243408> and also spurs another cause where the idempotent operations checker fires. by Ted Kremenek · 14 years ago
  58. 6cd24e2 Visit the children of CXXOperatorCallExprs in source order within by Douglas Gregor · 14 years ago
  59. 98c2e62 Don't set out-of-line template specialization/definition information by Douglas Gregor · 14 years ago
  60. ab5722e pass argument vectors in a type that corresponds to the user type if by Chris Lattner · 14 years ago
  61. 20432ef Initialize block's imported variable(s) in by Fariborz Jahanian · 14 years ago
  62. e8a126b PR7736: Make sure to mark &Class::Member correctly as being type-dependent by Eli Friedman · 14 years ago
  63. 519f68c use Get8ByteTypeAtOffset for the return value path as well so we by Chris Lattner · 14 years ago
  64. 9d4bb94 Don't die when a member access refers to a non-class member via a by Douglas Gregor · 14 years ago
  65. 1daf808 fix PR7714 by not referencing off the end of a struct when passed by value in by Chris Lattner · 14 years ago
  66. f957843 When performing code completion for a case statement in a switch whose by Douglas Gregor · 14 years ago
  67. a9f2368 Support extended vector types in chained PCH. by Sebastian Redl · 14 years ago
  68. b86238d Add a test case for tentative definitions in chained PCH. Fix a bug that completely messed up source locations and thus caused a crash whenever a diagnostic was emitted in chained PCH files. by Sebastian Redl · 14 years ago
  69. 7edddb8 Fix flags in global block descriptor when by Fariborz Jahanian · 14 years ago
  70. c46111e Make the pointer arguments to the __sync_* builtins pointers to by Douglas Gregor · 14 years ago
  71. 2a3a1bd The grammar for GNU typeof in C requires an expression to be by Douglas Gregor · 14 years ago
  72. 6813d7b Enable expression transformations in the current-instantiation by Douglas Gregor · 14 years ago
  73. ac7cbd8 When a nested-name-specifier refers into a current instantiation that has by Douglas Gregor · 14 years ago
  74. 413e677 When creating a jump destination, its scope should be the scope of the by John McCall · 14 years ago
  75. 7bce3a1 Added some false positive checking to UnreachableCodeChecker by Tom Care · 14 years ago
  76. 52198c2 Add PTH test case for <rdar://problem/8227989>. by Ted Kremenek · 14 years ago
  77. 083abdf Record macros in dependent PCHs. Also add various info tables to dependent PCHs; tests for this to follow. by Sebastian Redl · 14 years ago
  78. a6d6af3 Revert r109546, it broke linux build. by Argyrios Kyrtzidis · 14 years ago
  79. ee94e2d Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneration into a new function, by Argyrios Kyrtzidis · 14 years ago
  80. 0246376 Fix a minor crash bug with constructs like Obj.Class::ENUM_VALUE. by Eli Friedman · 14 years ago
  81. 787b094 PR7724: Don't try to evaluate value-dependent expressions. by Eli Friedman · 14 years ago
  82. 3e5637f Finesse 'idempotent operations' analyzer issues to include the opcode of the binary operator for clearer error reporting. Also remove the 'Idempotent operation' prefix in messages; it's redundant since the bug type is the same. by Ted Kremenek · 14 years ago
  83. d692af7 Update the list of lexical decls in the TU for chained PCHs. This makes -ast-print show the decls from the dependent PCH. by Sebastian Redl · 14 years ago
  84. 90176d1 Always deserialize from PCH file scoped variables with non trivial constructor/destructor. by Argyrios Kyrtzidis · 14 years ago
  85. 5e04bdd Don't warn about unreachable code if the block starts with __builtin_unreachable(). by Jordy Rose · 14 years ago
  86. 19c5dd1 Groundwork for C string length tracking. Currently only handles the length of constant string literals, which is not too helpful, and only calls to strlen() are checked. by Jordy Rose · 14 years ago
  87. fae3b2f Implement -fno-validate-pch at the -cc1 level, which suppresses most by Douglas Gregor · 14 years ago
  88. 3e15e0a When remapping a virtual file, also make an entry for the file with by Douglas Gregor · 14 years ago
  89. e42b8a5 2nd argument of __builtin_expect must be evaluated by Fariborz Jahanian · 14 years ago
  90. 7cd4b06 Test for the presence of EH branch-throughs instead of normal branch-throughs. by John McCall · 14 years ago
  91. dee832c Mark __builtin_eh_return as noreturn. Patch by Dimitry Andric. by Benjamin Kramer · 14 years ago
  92. f4f6c9d Introduce basic support for loading a precompiled preamble while by Douglas Gregor · 14 years ago
  93. 87c3007 Eliminate the "minimal" and printing parser actions, which only ever by Douglas Gregor · 14 years ago
  94. 0f2b97d PR7698: Make sure we correctly handle the initialization of an array with by Eli Friedman · 14 years ago
  95. 3dc7e7b Mangle enum constant expressions. Fixes rdar://problem/8204122 by John McCall · 14 years ago
  96. b7690b4 turn down the logical bitwise confusion warning to not warn by Chris Lattner · 14 years ago
  97. 5a18039 Support catching Objective C pointers in C++ under the non-fragile NeXT runtime. by John McCall · 14 years ago
  98. 3d4aeda Return type of a setter call caused by by Fariborz Jahanian · 14 years ago
  99. f2f0f03 Make declarations in the dependent PCH visible, for C at least. by Sebastian Redl · 14 years ago
  100. c4b5bd8 Added an path-sensitive unreachable code checker to the experimental analyzer checks. by Tom Care · 14 years ago