1. 88b5396 More ABI API cleanup. by Daniel Dunbar · 16 years ago
  2. d671c5a Clean up indentation. by Ted Kremenek · 16 years ago
  3. bb36d33 ABI handling API changes. by Daniel Dunbar · 16 years ago
  4. d863517 Add iterators to LookupResult, allowing one to iterate over the by Douglas Gregor · 16 years ago
  5. 0bb2036 Refactored code gen for ivar access in preparation for by Fariborz Jahanian · 16 years ago
  6. 275e10d Shuffle some functions around, no functionality change. by Daniel Dunbar · 16 years ago
  7. 21a98b1 Change the ObjC type encoding for block pointer types to "@?" (for consistency with GCC). by Steve Naroff · 16 years ago
  8. 9a82b52 Add FIXME. by Daniel Dunbar · 16 years ago
  9. 87fd703 Check value-initializations that occur when an initializer list by Douglas Gregor · 16 years ago
  10. 8395081 allow cast from array to int to be considered as constant by Nuno Lopes · 16 years ago
  11. f231998 fix PR3459: improve compatibility with gcc when checking for constant exprs by Nuno Lopes · 16 years ago
  12. 7f5221b Fix for PR3447: use padded sizes for computations on struct/union constants. by Eli Friedman · 16 years ago
  13. 36b5f5e Remove unused overload of GetFunctionType. by Daniel Dunbar · 16 years ago
  14. 6f6b036 Initialize CGFunctionInfo isVariadic bit correctly. by Daniel Dunbar · 16 years ago
  15. 09796d6 Use target alignment API to set objc2's meta-data alignment. by Fariborz Jahanian · 16 years ago
  16. 21a4f62 Err, unbreak my previous "no functionality change commit", will fix properly later. by Daniel Dunbar · 16 years ago
  17. 725ad31 Kill off CGCallInfo, always use CGFunctionInfo for encapsulating by Daniel Dunbar · 16 years ago
  18. f6e35d0 Add sema support for the cleanup attribute. by Anders Carlsson · 16 years ago
  19. dd0db2a class meta-data belong to __objc_data section (in objc2 nonfragile abi). by Fariborz Jahanian · 16 years ago
  20. cf55516 Recognize class's visibility attribute and set its linkage by Fariborz Jahanian · 16 years ago
  21. c450357 x86_64 ABI: Retool classification to compute lo & hi classifications by Daniel Dunbar · 16 years ago
  22. fdbe11d Missed another mis-alignment of an objc2 meta-data. by Fariborz Jahanian · 16 years ago
  23. 734d986 Improve our handling of the second step in a user-defined conversion by Douglas Gregor · 16 years ago
  24. b0f90cc Turn on -flax-vector-conversions by default, issue a warning whenever one is done. Add a -fnolax-vector-conversions option. Fixes PR2862. by Anders Carlsson · 16 years ago
  25. 014858b Setting correct alignent for objc2 meta-data. by Fariborz Jahanian · 16 years ago
  26. cdf920e x86_64 ABI: Fix more thinkos, straddling computation for complex was by Daniel Dunbar · 16 years ago
  27. b574e56 Upgrade the "excess elements in array initializer" warning to an by Douglas Gregor · 16 years ago
  28. 930d8b5 Implement and test aggregate initialization in C++. Major changes: by Douglas Gregor · 16 years ago
  29. 0f6610e add imag_info section and data (for objc2 nonfragile abi). by Fariborz Jahanian · 16 years ago
  30. 71e62a9 x86_64 ABI: Fix thinko in prev commit, 64-bit vectors should have SSE by Daniel Dunbar · 16 years ago
  31. bf98c99 Fix horrible non-termination bug in LiveVariables. The issue was that by Ted Kremenek · 16 years ago
  32. f87a0cc Generate list of implemented classes and categories in their by Fariborz Jahanian · 16 years ago
  33. d4cd1b0 x86_64 ABI: Pass <1 x double> in memory. This is arguably wrong, but by Daniel Dunbar · 16 years ago
  34. 1e2b1fc Move method out-of-line. by Ted Kremenek · 16 years ago
  35. 8cfd397 Code gen. for @protocol expression in the new nonfragile abi. by Fariborz Jahanian · 16 years ago
  36. 11a76ed Remove testing -use-x86_64-abi option; current implementation is by Daniel Dunbar · 16 years ago
  37. e33edf1 x86_64 ABI: Split small vectors which cross an eightbyte boundary. Down to 33/500 return type failures. by Daniel Dunbar · 16 years ago
  38. b8bf65e " Attached is a patch for TextDiagnosticPrinter that adds an optional by Chris Lattner · 16 years ago
  39. d7eb846 Switch Type::isAggregateType to use the C++ definition of "aggregate by Douglas Gregor · 16 years ago
  40. 6cd586d Make sure to cast the VLA size of array to the type of size_t. Fixes PR3442. by Anders Carlsson · 16 years ago
  41. f64ef62 Simplify/cleanup r63219 (based on Chris review). by Steve Naroff · 16 years ago
  42. 8562ae7 x86_64 ABI: Implement classification for arrays. by Daniel Dunbar · 16 years ago
  43. 7d801ea Implement constant generation of ImplicitValueInitExprs. by Anders Carlsson · 16 years ago
  44. 071e04e update for change in API. by Chris Lattner · 16 years ago
  45. 4c921ae Eliminated LookupCriteria, whose creation was causing a bottleneck for by Douglas Gregor · 16 years ago
  46. e620ecd Use uint64_t not unsigned for type sizes/offsets. by Daniel Dunbar · 16 years ago
  47. 3819a0b Bug fixing involving method-list in protocol meta-data (objc2 nonfragile-abi). by Fariborz Jahanian · 16 years ago
  48. 14553ab Fix a couple bugs: by Ted Kremenek · 16 years ago
  49. eb73213 Random bug fix related to protocl metadata in categories in non-fragile abi. by Fariborz Jahanian · 16 years ago
  50. 6818928 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
  51. 8448c2c Set protocol linkage and visibility correctly and by Fariborz Jahanian · 16 years ago
  52. a9c8780 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
  53. da32009 Protocol meta-data for objc2's non-fragile abi. Lot more to do in this area. by Fariborz Jahanian · 16 years ago
  54. 28372fa diags moved, so these casts are no longer needed. by Chris Lattner · 16 years ago
  55. a518903 Hack Sema::LookupDeclInScope() to avoid calling Sema::LookupName() when parsing C/ObjC. by Steve Naroff · 16 years ago
  56. 19e8e2c next round of diagnostics cleanups, moving some by Chris Lattner · 16 years ago
  57. 3498bdb Introduce a new expression node, ImplicitValueInitExpr, that by Douglas Gregor · 16 years ago
  58. 0bb7689 Clean up designated initialization of unions, so that CodeGen doesn't by Douglas Gregor · 16 years ago
  59. 5d2ff63 Suppress a warning by Douglas Gregor · 16 years ago
  60. f04d69b x86_64 ABI: Handle fields / complex components which straddle by Daniel Dunbar · 16 years ago
  61. 7f102f8 x86_64 ABI: Tweak merging algorithm so that we always bail early when by Daniel Dunbar · 16 years ago
  62. cc039fe ABI: When emitting calls which return an ignored argument, make sure by Daniel Dunbar · 16 years ago
  63. 99037e5 x86_64 ABI: Implement classification for records. by Daniel Dunbar · 16 years ago
  64. b0e14f2 x86_64: Support cases which map to returning multiple values in LLVM by Daniel Dunbar · 16 years ago
  65. eac48dc x86_64 ABI: Classify _Complex ints as integer. by Daniel Dunbar · 16 years ago
  66. 88eccaf Fix -Wimplicit-function-declaration, which required some refactoring and by Chris Lattner · 16 years ago
  67. 56f0d16 Fix typo by Daniel Dunbar · 16 years ago
  68. 4087e24 Evaluate ==,!= for complex types. by Daniel Dunbar · 16 years ago
  69. a2cfd34 Evaluate casts to complex. by Daniel Dunbar · 16 years ago
  70. 500d329 move library-specific diagnostic headers into library private dirs. Reduce by Chris Lattner · 16 years ago
  71. 68355a5 fix an absolutely inscrutible gcc 4.0 error: by Chris Lattner · 16 years ago
  72. 3f27987 Add folding for complex mul and fix some major bugs in complex float by Daniel Dunbar · 16 years ago
  73. 9e80f72 Better documentation for our initialization checker by Douglas Gregor · 16 years ago
  74. c34ee5e Move InitListChecker out of Sema.h by Douglas Gregor · 16 years ago
  75. 6fbdc6b 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
  76. 3e8ffd2 Refactor Sema::LookupDecl() into 2 functions: LookupDeclInScope() and LookupDeclInContext(). by Steve Naroff · 16 years ago
  77. 54f0728 Remove Expr::hasSideEffects. It doesn't work anyway by Douglas Gregor · 16 years ago
  78. 34e7946 Improvements to code-generation and semantic analysis of designated by Douglas Gregor · 16 years ago
  79. 939abce Add setter/getter methods to the list of methods by Fariborz Jahanian · 16 years ago
  80. ea4bc88 Remove '#if 0' code. by Ted Kremenek · 16 years ago
  81. b2bf7cd Remove method 'AddNE' from the public interface of ConstraintManager. by Ted Kremenek · 16 years ago
  82. a5fd07b Implement basic _Complex integer constant folding. by Daniel Dunbar · 16 years ago
  83. 5de14dc property metadata for objc2's nonfragile abi by Fariborz Jahanian · 16 years ago
  84. 4c67834 Code generation support for C99 designated initializers. by Douglas Gregor · 16 years ago
  85. abf4397 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
  86. 64cfdb7 Handle complex types in ASTContext::mergeTypes by Daniel Dunbar · 16 years ago
  87. 26555b1 Add more PTH diagnostics for invalid PTH files, etc. by Ted Kremenek · 16 years ago
  88. 8a6aec6 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
  89. 05f3957 Fix TextDiagnosticPrinter::HandleDiagnostic to handle invalid FullSourceLocs that do not have a SourceManager. by Ted Kremenek · 16 years ago
  90. 3632a35 Add method FullSourceLoc::getBufferData(). by Ted Kremenek · 16 years ago
  91. b43a50f Name change (isTypeName->getTypeName). by Steve Naroff · 16 years ago
  92. 2d081c4 Change Parser::ParseFunctionDeclarator() to annotate typename tokens. by Steve Naroff · 16 years ago
  93. 46b86c6 Some refactoring of common code. No change in functionality. by Fariborz Jahanian · 16 years ago
  94. 21593ac Implement pointer to member handling in static_cast. by Sebastian Redl · 16 years ago
  95. 6697312 Complete semantic checking for typedef redeclarations in C++. The by Douglas Gregor · 16 years ago
  96. 133147d Remove 'NamespaceNameOnly' argument to Sema::LookupDecl(). It is unused. by Steve Naroff · 16 years ago
  97. 939837f Remove 'enableLazyBuiltinCreation' argument to Sema::LookupDecl(). It is unused. by Steve Naroff · 16 years ago
  98. 778601f long long and double have 64-bit alignment on x86-64. by Chris Lattner · 16 years ago
  99. 23b8eaa retain/release checker: Improve diagnostics to indicate that CF objects are not automatically garbage collected. by Ted Kremenek · 16 years ago
  100. 961b61d retain/release checker: Indicate whether a tracked object is a Core Foundation or Objective-C object. by Ted Kremenek · 16 years ago