1. 3ce9e7d Add clang_isPODType() for querying if the CXType is POD. Implements <rdar://problem/8250669>. by Ted Kremenek · 14 years ago
  2. 6633e3c Revert "Re-apply fixed version of 108749, correctly conditionalizing the new by Daniel Dunbar · 14 years ago
  3. 2b1acd4 CMake: Clang test targets depend on the {FileCheck,not,count} tools. by Daniel Dunbar · 14 years ago
  4. bb37f50 Wire up sema checking for __builtin_arm_usat and __builtin_arm_ssat immediates. by Nate Begeman · 14 years ago
  5. d022152 Teach isIncompleteType() to look through sugar when it is dealing with by Douglas Gregor · 14 years ago
  6. eb518b4 move the last hunk of getCoerceResult into the place by Chris Lattner · 14 years ago
  7. 1cce195 now that direct and coerce are merged, getCoerceResult gets simpler. by Chris Lattner · 14 years ago
  8. 1b32ae9 now that GetSSETypeAtOffset handles passing SSE class values as by Chris Lattner · 14 years ago
  9. 4ac7c0b Change the name to something less terrible; suggestion by Doug. No functionality change. by Argyrios Kyrtzidis · 14 years ago
  10. ab411c8 Weak references and variables that are not definitions are not required for early codegen/deserialization. by Argyrios Kyrtzidis · 14 years ago
  11. 0b36200 Implement the clang-side of detection for when to pass as by Chris Lattner · 14 years ago
  12. cba8d31 Look at me, I can count! by Chris Lattner · 14 years ago
  13. afbf312 Implement PCH support for offsetof(base-specifier). by Argyrios Kyrtzidis · 14 years ago
  14. 90e99a8 Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneration into a new function, by Argyrios Kyrtzidis · 14 years ago
  15. f47c944 fix rdar://8251384, another case where we could access beyond the by Chris Lattner · 14 years ago
  16. f640477 Add codegen support for ARM qadd & qsub intrinsics by Nate Begeman · 14 years ago
  17. 603519d start setting up infrastructure for passing multi-floats by Chris Lattner · 14 years ago
  18. 7ac3d5a Prepare for upcoming ownership change. by Benjamin Kramer · 14 years ago
  19. 0d2656d rename Get8ByteTypeAtOffset -> GetINTEGERTypeAtOffset to by Chris Lattner · 14 years ago
  20. 9e45a3d handle a case where we could access off the end of a function by Chris Lattner · 14 years ago
  21. c10ab19 in release mode, irbuilder doesn't add names to instructions, by Chris Lattner · 14 years ago
  22. a7206c5 fix PR7742 / rdar://8250764, a miscompilation of struct by Chris Lattner · 14 years ago
  23. b1d58e3 Tigthen the condition for issung ivar shadowing by Fariborz Jahanian · 14 years ago
  24. 5492b02 When dynamic_cast'ing from a type to itself, fill in the cast kind by Douglas Gregor · 14 years ago
  25. f88718e Implement RedeclarableTemplateDecl::getNextRedeclaration by Peter Collingbourne · 14 years ago
  26. 8a798a7 Store latest redeclaration for each redeclarable template declaration by Peter Collingbourne · 14 years ago
  27. 9eabeba Refactor redeclarable template declarations by Peter Collingbourne · 14 years ago
  28. 8f70ddb When taking the address of a value of Objective-C object type (e.g., by Douglas Gregor · 14 years ago
  29. 447234d Allow a looser form of compatibility checking (which ignores by Douglas Gregor · 14 years ago
  30. 254a942 When deleting a value of class type, make sure that type is complete by Douglas Gregor · 14 years ago
  31. 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
  32. 021c3a3 This is a little bit far, but optimize cases like: by Chris Lattner · 14 years ago
  33. e2962be implement a todo: pass a eight-byte that consists of a by Chris Lattner · 14 years ago
  34. 23b736e Move new test (that requires RegionStore) into its own file. by Jordy Rose · 14 years ago
  35. 1ed7267 fix a builder, why didn't clang++ catch this? by Chris Lattner · 14 years ago
  36. 167cc37 Use a LazyCompoundVal to handle initialization with a string literal, rather than copying each character. by Jordy Rose · 14 years ago
  37. 800588f Kill off the 'coerce' ABI passing form. Now 'direct' and 'extend' always by Chris Lattner · 14 years ago
  38. 15842bd ignore structs that wrap vectors in IR, the abstraction shouldn't add penalty. by Chris Lattner · 14 years ago
  39. 0f408f5 move the 'pretty 16-byte vector' inferring code up to be shared by Chris Lattner · 14 years ago
  40. fe12d1e simplify code by eliminating a premature optimization. by Chris Lattner · 14 years ago
  41. 4711cb0 now that we have CGT around, we can start using preferred types by Chris Lattner · 14 years ago
  42. 5868ca2 sink preferred type stuff lower. It's possible that this might by Chris Lattner · 14 years ago
  43. 5595b2e Transcribe clattner email to SVN. by Daniel Dunbar · 14 years ago
  44. ee5dcd0 dissolve some more complexity: make the x86-64 abi lowering code by Chris Lattner · 14 years ago
  45. d7ac856 Change #pragma crash to segv, instead of abort. by Daniel Dunbar · 14 years ago
  46. 44f0fd2 simplify Get8ByteTypeAtOffset by making it a member of X86_64ABIInfo by Chris Lattner · 14 years ago
  47. a3c109b now that ABIInfo depends on CGT, it has trivial access to such by Chris Lattner · 14 years ago
  48. ea04432 cave in to reality and make ABIInfo depend on CodeGenTypes. by Chris Lattner · 14 years ago
  49. 741b9be Teach GRExprEngine::VisitLValue() about FloatingLiteral, ImaginaryLiteral, and CharacterLiteral. Fixes an assertion failure reported in PR 7675. by Ted Kremenek · 14 years ago
  50. a629ea4 Check for an invalid SourceLocation in clang_getCursor(). This avoids a possible assertion failure in SourceManager in the call to Lexer::GetBeginningOfToken(). Fixes <rdar://problem/8244873>. by Ted Kremenek · 14 years ago
  51. 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
  52. 17c571c Change SymbolManager::canSymbolicate() to return true for RecordTypes. by Ted Kremenek · 14 years ago
  53. c070843 Explicitly guard in BasicStore from storing to non-scalars. by Ted Kremenek · 14 years ago
  54. 0e82a93 Remove extraneous guards around the call to getConjuredSymbolVal(). These checks are already done within getConjuredSymbolVal() itself. by Ted Kremenek · 14 years ago
  55. 6cd24e2 Visit the children of CXXOperatorCallExprs in source order within by Douglas Gregor · 14 years ago
  56. 98c2e62 Don't set out-of-line template specialization/definition information by Douglas Gregor · 14 years ago
  57. ab5722e pass argument vectors in a type that corresponds to the user type if by Chris Lattner · 14 years ago
  58. 2eb9cdd tidy up by Chris Lattner · 14 years ago
  59. 20432ef Initialize block's imported variable(s) in by Fariborz Jahanian · 14 years ago
  60. e8a126b PR7736: Make sure to mark &Class::Member correctly as being type-dependent by Eli Friedman · 14 years ago
  61. 05127ca Override selected builtin names (e.g. "long int" instead of "long") to match names used by gcc in debug info. This makes gdb testsuite happy. by Devang Patel · 14 years ago
  62. 0b30c67 fix some break statements to be formatted more consistently, by Chris Lattner · 14 years ago
  63. 519f68c use Get8ByteTypeAtOffset for the return value path as well so we by Chris Lattner · 14 years ago
  64. 49382de refactor the autosizing code, eliminating duplication by Chris Lattner · 14 years ago
  65. 9d4bb94 Don't die when a member access refers to a non-class member via a by Douglas Gregor · 14 years ago
  66. 1daf808 fix PR7714 by not referencing off the end of a struct when passed by value in by Chris Lattner · 14 years ago
  67. fd0b870 Turn off precompiled preamble support for C++ by Douglas Gregor · 14 years ago
  68. f957843 When performing code completion for a case statement in a switch whose by Douglas Gregor · 14 years ago
  69. a9f2368 Support extended vector types in chained PCH. by Sebastian Redl · 14 years ago
  70. 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
  71. 7edddb8 Fix flags in global block descriptor when by Fariborz Jahanian · 14 years ago
  72. c46111e Make the pointer arguments to the __sync_* builtins pointers to by Douglas Gregor · 14 years ago
  73. deabde2 some cleanups and get alignments correct for various coerce cases. by Chris Lattner · 14 years ago
  74. 2a3a1bd The grammar for GNU typeof in C requires an expression to be by Douglas Gregor · 14 years ago
  75. 7e86b28 Test commit by Tanya Lattner · 14 years ago
  76. 72554c5 Test commit. by Tanya Lattner · 14 years ago
  77. 2adebbe Update checker build. by Ted Kremenek · 14 years ago
  78. c3acb91 accept and ignore a few more gcc warnings. by Chris Lattner · 14 years ago
  79. be9aa96 Add proper callbacks for DeclStmt -- we weren't recursing on by Craig Silverstein · 14 years ago
  80. 5ec85c6 Rename -Wlogical-bitwise-confusion to -Wconstant-logical-operand, which strikes by Daniel Dunbar · 14 years ago
  81. abf7b72 Preprocessor: Add support for '#pragma clang __debug crash' and '#pragma clang by Daniel Dunbar · 14 years ago
  82. 6813d7b Enable expression transformations in the current-instantiation by Douglas Gregor · 14 years ago
  83. ac7cbd8 When a nested-name-specifier refers into a current instantiation that has by Douglas Gregor · 14 years ago
  84. 8670cd3 we are not supposed to create an improper callsite using a CallInstr; leave a fixme mentioning the simplification when CallSite can clone itself by Gabor Greif · 14 years ago
  85. c8972c6 construct debug info for "id" by hand. by Devang Patel · 14 years ago
  86. 413e677 When creating a jump destination, its scope should be the scope of the by John McCall · 14 years ago
  87. 7bce3a1 Added some false positive checking to UnreachableCodeChecker by Tom Care · 14 years ago
  88. a9fbf5b Extracted out some useful common functions in IdempotentOperationChecker to their own CheckerHelpers file. by Tom Care · 14 years ago
  89. 52198c2 Add PTH test case for <rdar://problem/8227989>. by Ted Kremenek · 14 years ago
  90. 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
  91. a6d6af3 Revert r109546, it broke linux build. by Argyrios Kyrtzidis · 14 years ago
  92. ee94e2d Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneration into a new function, by Argyrios Kyrtzidis · 14 years ago
  93. 0246376 Fix a minor crash bug with constructs like Obj.Class::ENUM_VALUE. by Eli Friedman · 14 years ago
  94. 5811500 Always use current working directory for DW_AT_comp_dir. by Devang Patel · 14 years ago
  95. 787b094 PR7724: Don't try to evaluate value-dependent expressions. by Eli Friedman · 14 years ago
  96. 60a5257 APIs that take different sized arguments than the instruction by Eric Christopher · 14 years ago
  97. 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
  98. a84c02d Add non-static version of BinaryOperator::getOpcodeStr(). by Ted Kremenek · 14 years ago
  99. 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
  100. b698688 Put 'Idempotent operations' static analyzer issues in the 'Dead code' category. by Ted Kremenek · 14 years ago