1. 52ae30c Eliminated LookupCriteria, whose creation was causing a bottleneck for by Douglas Gregor · 16 years ago
  2. 1aa2be9 Use uint64_t not unsigned for type sizes/offsets. by Daniel Dunbar · 16 years ago
  3. 151747b Bug fixing involving method-list in protocol meta-data (objc2 nonfragile-abi). by Fariborz Jahanian · 16 years ago
  4. a25cb05 Fix a couple bugs: by Ted Kremenek · 16 years ago
  5. 7531da6 Random bug fix related to protocl metadata in categories in non-fragile abi. by Fariborz Jahanian · 16 years ago
  6. 7b29368 retain/release checker: When generating summaries for CF/CG functions, allow arguments to "escape" if they are passed to a function containing the terms "InsertValue", "SetValue", or "AddValue". This fixes <rdar://problem/6539791>. by Ted Kremenek · 16 years ago
  7. fd02a66 Set protocol linkage and visibility correctly and by Fariborz Jahanian · 16 years ago
  8. 9fddded Make CodeGen produce an error if we come across a non-constant initializer list that involves the GNU array-range designator extension by Douglas Gregor · 16 years ago
  9. 5fedf4f Protocol meta-data for objc2's non-fragile abi. Lot more to do in this area. by Fariborz Jahanian · 16 years ago
  10. 0eab08e diags moved, so these casts are no longer needed. by Chris Lattner · 16 years ago
  11. a4e0498 Hack Sema::LookupDeclInScope() to avoid calling Sema::LookupName() when parsing C/ObjC. by Steve Naroff · 16 years ago
  12. 8d9b1d8 next round of diagnostics cleanups, moving some by Chris Lattner · 16 years ago
  13. c9e012a Introduce a new expression node, ImplicitValueInitExpr, that by Douglas Gregor · 16 years ago
  14. 8246276 Clean up designated initialization of unions, so that CodeGen doesn't by Douglas Gregor · 16 years ago
  15. 896f37b Suppress a warning by Douglas Gregor · 16 years ago
  16. 6a7f8b3 x86_64 ABI: Handle fields / complex components which straddle by Daniel Dunbar · 16 years ago
  17. 9fa8de5 x86_64 ABI: Tweak merging algorithm so that we always bail early when by Daniel Dunbar · 16 years ago
  18. 5c9c7f0 ABI: When emitting calls which return an ignored argument, make sure by Daniel Dunbar · 16 years ago
  19. 51a2d19 x86_64 ABI: Implement classification for records. by Daniel Dunbar · 16 years ago
  20. 7e8a702 x86_64: Support cases which map to returning multiple values in LLVM by Daniel Dunbar · 16 years ago
  21. 28770fc x86_64 ABI: Classify _Complex ints as integer. by Daniel Dunbar · 16 years ago
  22. 86a2484 Fix -Wimplicit-function-declaration, which required some refactoring and by Chris Lattner · 16 years ago
  23. 293c22d Fix typo by Daniel Dunbar · 16 years ago
  24. f6060d6 Evaluate ==,!= for complex types. by Daniel Dunbar · 16 years ago
  25. affa0e3 Evaluate casts to complex. by Daniel Dunbar · 16 years ago
  26. 545f39e move library-specific diagnostic headers into library private dirs. Reduce by Chris Lattner · 16 years ago
  27. 1aa25a7 fix an absolutely inscrutible gcc 4.0 error: by Chris Lattner · 16 years ago
  28. 00a9aad Add folding for complex mul and fix some major bugs in complex float by Daniel Dunbar · 16 years ago
  29. aaa2096 Better documentation for our initialization checker by Douglas Gregor · 16 years ago
  30. 849afc3 Move InitListChecker out of Sema.h by Douglas Gregor · 16 years ago
  31. 36859eb Eliminate infinite looping in a wacky case with designated initializers. Simplifies (somewhat) the actually checking of the initializer expression following the designators by Douglas Gregor · 16 years ago
  32. c349ee2 Refactor Sema::LookupDecl() into 2 functions: LookupDeclInScope() and LookupDeclInContext(). by Steve Naroff · 16 years ago
  33. 756283b Remove Expr::hasSideEffects. It doesn't work anyway by Douglas Gregor · 16 years ago
  34. 36dd0c5 Improvements to code-generation and semantic analysis of designated by Douglas Gregor · 16 years ago
  35. 78355ec Add setter/getter methods to the list of methods by Fariborz Jahanian · 16 years ago
  36. c646518 Remove '#if 0' code. by Ted Kremenek · 16 years ago
  37. e62fd05 Remove method 'AddNE' from the public interface of ConstraintManager. by Ted Kremenek · 16 years ago
  38. af781bb Implement basic _Complex integer constant folding. by Daniel Dunbar · 16 years ago
  39. 7b709bb property metadata for objc2's nonfragile abi by Fariborz Jahanian · 16 years ago
  40. f603b47 Code generation support for C99 designated initializers. by Douglas Gregor · 16 years ago
  41. 9b112d2 retain/release checker: Always generate an "autorelease" summary for an "autorelease" message, and have the summary processing logic treat it as a no-op in GC mode. This change is motivated to encode more of the semantics in the summaries themselves for eventual better diagnostics. by Ted Kremenek · 16 years ago
  42. 457f33d Handle complex types in ASTContext::mergeTypes by Daniel Dunbar · 16 years ago
  43. e6fa38d Add more PTH diagnostics for invalid PTH files, etc. by Ted Kremenek · 16 years ago
  44. 3d14555 Enhance PTHManager::Create() to take an optional Diagnostic* argument that can be used to report issues such as a missing PTH file. by Ted Kremenek · 16 years ago
  45. dd62ea6 Fix TextDiagnosticPrinter::HandleDiagnostic to handle invalid FullSourceLocs that do not have a SourceManager. by Ted Kremenek · 16 years ago
  46. 9f69c91 Add method FullSourceLoc::getBufferData(). by Ted Kremenek · 16 years ago
  47. 7b36a1b Name change (isTypeName->getTypeName). by Steve Naroff · 16 years ago
  48. 3f3f3b4 Change Parser::ParseFunctionDeclarator() to annotate typename tokens. by Steve Naroff · 16 years ago
  49. f2a94cd Some refactoring of common code. No change in functionality. by Fariborz Jahanian · 16 years ago
  50. f41a58c Implement pointer to member handling in static_cast. by Sebastian Redl · 16 years ago
  51. b31f294 Complete semantic checking for typedef redeclarations in C++. The by Douglas Gregor · 16 years ago
  52. 9844633 Remove 'NamespaceNameOnly' argument to Sema::LookupDecl(). It is unused. by Steve Naroff · 16 years ago
  53. c8b0d08 Remove 'enableLazyBuiltinCreation' argument to Sema::LookupDecl(). It is unused. by Steve Naroff · 16 years ago
  54. 4dfc45a long long and double have 64-bit alignment on x86-64. by Chris Lattner · 16 years ago
  55. abe3092 retain/release checker: Improve diagnostics to indicate that CF objects are not automatically garbage collected. by Ted Kremenek · 16 years ago
  56. 18878b1 retain/release checker: Indicate whether a tracked object is a Core Foundation or Objective-C object. by Ted Kremenek · 16 years ago
  57. b4bf8cf retain/release checker: More diagnostic refactoring. by Ted Kremenek · 16 years ago
  58. 68621b9 retain/release checker: Embed an "object type" into the RetEffect/RetVal objects to help distinguish between Objective-C and Core Foundation objects (for better diagnostics). by Ted Kremenek · 16 years ago
  59. 71745d9 retain/release checker: More cleanups (no real functionality change). by Ted Kremenek · 16 years ago
  60. 5f2e7e4 Fix diagnostic truncated by my last patch. by Ted Kremenek · 16 years ago
  61. 2e2b133 retain/release checker: More diagnostic refactoring. by Ted Kremenek · 16 years ago
  62. 335a302 retain/release checker: Output the name of the function that allocates an object. by Ted Kremenek · 16 years ago
  63. bc54372 Refactor some diagnostic code to use raw_string_ostream. No functionality change. by Ted Kremenek · 16 years ago
  64. 5984c52 Remove '#if 0' code. by Ted Kremenek · 16 years ago
  65. 88eebed Patch by Alexei Svitkine: Refactor Sema::ParseAST API to allow clients to pass as an argument a TranslationUnit object whose contents live beyond the call to ParseAST. by Ted Kremenek · 16 years ago
  66. 150f773 Set visibility of ivar offset symbols according to by Fariborz Jahanian · 16 years ago
  67. 3175ddd Generation of ivar-offset symbols in objc2's non-fragile abi. by Fariborz Jahanian · 16 years ago
  68. 91d4f7a On Windows use a BumpPtrAllocator for the UniqueFileContainer's StringMap. by Ted Kremenek · 16 years ago
  69. abe189e FileManager: Use a BumpPtrAllocator for the StringMaps DirEntries and FileEntries. by Ted Kremenek · 16 years ago
  70. 15bc9c3 fix PR3427: fix debuginfo for incomplete array types by Nuno Lopes · 16 years ago
  71. abd7e40 Add a some comments to designate Windows-specific/Unix-specific code. No functionality change. by Ted Kremenek · 16 years ago
  72. 207b9ec Finish making AST BumpPtrAllocation runtime configurable (based on -disable-free). by Steve Naroff · 16 years ago
  73. 04b3f35 Add handling of member pointers to reinterpret_cast. by Sebastian Redl · 16 years ago
  74. 71bcf67 After talking to our runtime guru, I added a comment. by Fariborz Jahanian · 16 years ago
  75. 93fd211 Convert types over to placement new() that takes an ASTContext. by Steve Naroff · 16 years ago
  76. 5abb028 Remove many references to ASTContext::getAllocator(), replacing them with calls to the recently added placement new (which uses ASTContext's allocator for memory). Also added ASTContext::Deallocate(). by Steve Naroff · 16 years ago
  77. dd3a4fe If an input constraint refers to an output constraint, it should have the same constraint info as the output constraint. Fixes PR3417 by Anders Carlsson · 16 years ago
  78. 3f1cc56 ivar meta-data generation for nonfragile-abi. by Fariborz Jahanian · 16 years ago
  79. baeeb75 Fixed a typo in getPreferredTypeAlign method. by Fariborz Jahanian · 16 years ago
  80. 52a425b Split the single monolithic DiagnosticKinds.def file into one by Chris Lattner · 16 years ago
  81. 622f8df Fix bug in BasicStore::getLValueElement where if the base of an array subscript expression was an ElementRegion we stacked another ElementRegion on top of that. by Ted Kremenek · 16 years ago
  82. 83165b5 add a new "getPreferredTypeAlign" method to return the preferred alignment by Chris Lattner · 16 years ago
  83. d031ba5 Support CodeGen for __extension__ operator on aggregates. by Eli Friedman · 16 years ago
  84. c477207 Fix for PR3418: make sure to handle the RHS of expressions starting with by Eli Friedman · 16 years ago
  85. 836774b Introduce a new PresumedLoc class to represent the concept of a location by Chris Lattner · 16 years ago
  86. cbb2bd4 rename getFullFilePos -> getFileOffset. by Chris Lattner · 16 years ago
  87. c54ceb3 Fix a bug that I noticed by inspection. by Chris Lattner · 16 years ago
  88. 66284fd make -print-stats print stats about the amount of the SLoc by Chris Lattner · 16 years ago
  89. 431dc38 improvements for GNU objc runtime support, patch by David Chisnall! by Chris Lattner · 16 years ago
  90. cf1f3be x86_64: Classify __m64 and __m128 "correctly". by Daniel Dunbar · 16 years ago
  91. ff7c53d add SparcV8 asm register info support. Patch by Ben Lickly! by Chris Lattner · 16 years ago
  92. 2c3258f PathDiagnostics: by Ted Kremenek · 16 years ago
  93. 708d8a8 Implement support for coercion to wider types during ABI handling. by Daniel Dunbar · 16 years ago
  94. 562db7f PTH: Use Token::setLiteralData() to directly store a pointer to cached spelling data in the PTH file. This removes a ton of code for looking up spellings using sourcelocations in the PTH file. This simplifies both PTH-generation and reading. by Ted Kremenek · 16 years ago
  95. c6f0c21 Added a FIXME. by Fariborz Jahanian · 16 years ago
  96. 924f4ea Pull EmitReturnBlock out of FinishFunction and catch unified return by Daniel Dunbar · 16 years ago
  97. c98c87b Build method-description-list for category meta-data by Fariborz Jahanian · 16 years ago
  98. 10a18fc Some micro-optimizations for DISABLE_SMART_POINTERS: by Douglas Gregor · 16 years ago
  99. c374f8b rename getSpelledCharacterAt to getSpellingOfSingleCharacterNumericConstant, by Chris Lattner · 16 years ago
  100. 41ca159 Fix a bug I introduced in my changes, which caused MeasureTokenLength by Chris Lattner · 16 years ago