1. c0ef9f5 Set call attribute for direct calls (i.e. noreturn). by Daniel Dunbar · 16 years ago
  2. 6795605 move the interace list of @class to use ObjCList. by Chris Lattner · 16 years ago
  3. 63359c8 Fix <rdar://problem/6586239> bitfield constraints not enforced (for ObjC) by Steve Naroff · 16 years ago
  4. 4a323d9 remove a dead list. by Chris Lattner · 16 years ago
  5. 54fefbe add support for amd64-*, patch by Brooks Davis! by Chris Lattner · 16 years ago
  6. 2073216 switch ObjCMethodDecl's parameter list from being explicitly managed to an ObjCList. by Chris Lattner · 16 years ago
  7. e881483 switch the interface ivar list from being explicitly managed to using ObjCList. by Chris Lattner · 16 years ago
  8. 0b7ebb3 move more objc destruction out of dtors into Destroy. by Chris Lattner · 16 years ago
  9. 411280e move some objc decl destruction out of dtors into Destroy method. by Chris Lattner · 16 years ago
  10. 779747c Add an example in comments. by Zhongxing Xu · 16 years ago
  11. 1f4a6db A few small tweaks to isConstantInitializer. (No test because this by Eli Friedman · 16 years ago
  12. e8761c8 Add support for * (unary dereference) operator to ExprConstant. by Eli Friedman · 16 years ago
  13. 67762a3 optimize the 'StoredDeclsMap' for the common case where there is by Chris Lattner · 16 years ago
  14. da15323 Suppress constant initializer checking when the declaration isn't valid. by Eli Friedman · 16 years ago
  15. 6e656f4 Initialize the Init variable to something reasonable when we emit an by Eli Friedman · 16 years ago
  16. be26570 ExprConstant handling for a couple more cases of pointer-to-int casts by Eli Friedman · 16 years ago
  17. 4f54526 More objc gc's ir-gen fixes. by Fariborz Jahanian · 16 years ago
  18. bdc3d00 make the redeclaration case faster for the common instance of a redeclaration by Chris Lattner · 16 years ago
  19. 7f0be13 80 cols by Chris Lattner · 16 years ago
  20. 9194250 slight code simplifications. by Chris Lattner · 16 years ago
  21. da5c86f Deox and Capitolize. by Mike Stump · 16 years ago
  22. 676f024 map source ranges through macro expansions. Before: by Chris Lattner · 16 years ago
  23. 4451bd9 Fix spacing. by Mike Stump · 16 years ago
  24. ebbbb1b refactor, pass ranges down instead of the whole DiagnosticInfo. by Chris Lattner · 16 years ago
  25. c3cf7b2 Fix crash from <rdar://problem/6562655>: 'init' method only return a receiver alias if the return type is a location. by Ted Kremenek · 16 years ago
  26. 92dd386 replace a dirty hack with a clean solution. Too bad we can't by Chris Lattner · 16 years ago
  27. 33b6f63 retain/release checker: Generate an intermediate simulation node for "leak" by Ted Kremenek · 16 years ago
  28. d0344a4 Fix a long standard problem with clang retaining "too much" sugar by Chris Lattner · 16 years ago
  29. 58e899b Added a new method to GRStmtNodeBuilder to build nodes using an arbitrary by Ted Kremenek · 16 years ago
  30. 08eddd9 pretty printing vector types should print the element type, not just the attribute. by Chris Lattner · 16 years ago
  31. a223cca More objc's gc ir-gen stuff. by Fariborz Jahanian · 16 years ago
  32. 83aa61f GetTypeForDeclarator can return null on error now, handle this. by Chris Lattner · 16 years ago
  33. dd21164 Extend Evaluate() to fold (int) <pointer type>. by Daniel Dunbar · 16 years ago
  34. b92dac8 Simplify, no functionality change. by Daniel Dunbar · 16 years ago
  35. 640f552 Fix another PTH warning that should not be a note. by Ted Kremenek · 16 years ago
  36. 395c59c Make PTH warnings actual warnings instead of 'notes'. by Ted Kremenek · 16 years ago
  37. b83d287 Add enough checking to ensure that non-constant block literals don't by Mike Stump · 16 years ago
  38. e20de51 Remove IRgen constant emission assumption that LValue APValue results by Daniel Dunbar · 16 years ago
  39. 30c37f4 Change IntExprEvaluator to operate on an APValue not an APSInt. by Daniel Dunbar · 16 years ago
  40. 403bc2b Arguments to unordered comparison builtins may need implicit casts. by Daniel Dunbar · 16 years ago
  41. 81ebbde Add irgen support for the noinline attribute. by Anders Carlsson · 16 years ago
  42. 5bab788 Add sema support for the noinline attribute. by Anders Carlsson · 16 years ago
  43. 3f7d995 Add another IntExprEvaluator::Success overload to suck up remained of by Daniel Dunbar · 16 years ago
  44. b66158c fix PR3609, emit: by Chris Lattner · 16 years ago
  45. 167fdc1 Generate the conservative objc gc's API for now. by Fariborz Jahanian · 16 years ago
  46. b1dbf15 retain/release checker: Fix crasher when the leak site is the same expression that allocates an object. by Ted Kremenek · 16 years ago
  47. 0be2ef2 Fix PR3619 by properly considering size modifiers and type quals when by Chris Lattner · 16 years ago
  48. d8895f6 only track integer and pointer values for now. by Zhongxing Xu · 16 years ago
  49. 131eb43 Add IntExprEvaluator::Success method. by Daniel Dunbar · 16 years ago
  50. 5ea2ffc Convert the offset to signed before making an ElementRegion with it. It seems by Zhongxing Xu · 16 years ago
  51. d5d3180 Don't emit K&R unprototyped function definitions as varargs. by Daniel Dunbar · 16 years ago
  52. afa7444 Add Type::getAsFunctionNoProto by Daniel Dunbar · 16 years ago
  53. f823288 only do one DenseMap lookup instead of two (one to find out if there is by Chris Lattner · 16 years ago
  54. ba1bd5c minor simplification. by Chris Lattner · 16 years ago
  55. bd6c800 use early exit to reduce indentation. by Chris Lattner · 16 years ago
  56. 6858dd3 fix a bug introduced in my previous patch: moving clang headers to the by Chris Lattner · 16 years ago
  57. 8a778d6 fix warning in no-assert mode. by Chris Lattner · 16 years ago
  58. 1c17689 Emit the correct diagnostics when we constant fold an array size to a negative value. by Anders Carlsson · 16 years ago
  59. 005b235 don't new[] an empty array when an AttributeList has by Chris Lattner · 16 years ago
  60. 232350d Emission of global variable initialializer was broken in rare by Daniel Dunbar · 16 years ago
  61. 4d4c50d Handle the GNU void* and function pointer arithmetic extensions for constant expressions as well. by Anders Carlsson · 16 years ago
  62. 50b587d PR3614: "ignoring nonexistent directory" should print the -isysroot by Chris Lattner · 16 years ago
  63. b4650c1 fix another typo gabor noticed by Chris Lattner · 16 years ago
  64. 21fe837 Implemented simple check in <rdar://problem/6600344>: When the receiver of a by Ted Kremenek · 16 years ago
  65. eed9cac Fit 80col and fix indentation. by Mike Stump · 16 years ago
  66. 488e25b Fix spacing. by Mike Stump · 16 years ago
  67. bd65cac More codegen for blocks. The type of block literals should be better. by Mike Stump · 16 years ago
  68. 611a8c4 Provide a proper source location when building an implicit dereference. Fixes PR3600 by Douglas Gregor · 16 years ago
  69. c1debf3 Some code simplification. ir gen for gc'able array of objects in objc. by Fariborz Jahanian · 16 years ago
  70. ccb8f08 testing (reverted) by Howard Hinnant · 16 years ago
  71. 412705b testing by Howard Hinnant · 16 years ago
  72. f6123ca Couple of helpers for objc's gc attributes. No change in functionality. by Fariborz Jahanian · 16 years ago
  73. 6ec3668 Address Chris's comments regarding C++ name mangling. by Douglas Gregor · 16 years ago
  74. d559792 retain/release checker: Place the leak diagnostic after the last statement that by Ted Kremenek · 16 years ago
  75. 67a6b6b fariborz already fixed this. by Chris Lattner · 16 years ago
  76. 81f14a0 Remove unused variable. by Ted Kremenek · 16 years ago
  77. 572b278 Remove logic for computing 'display hint'. by Ted Kremenek · 16 years ago
  78. 3b6b83b minor name changes, no functionality change. by Chris Lattner · 16 years ago
  79. bb8c5aa More fun with retain checker diagnostics: by Ted Kremenek · 16 years ago
  80. b7d2553 fix some subtle bugs handling the mix of cvr qualifiers, addr spaces, by Chris Lattner · 16 years ago
  81. b5da3e9 Add anti-FIXME. by Daniel Dunbar · 16 years ago
  82. 570f0cf i386 ABI: Offset computation in va_arg was incorrect for sizeof(Ty)>4. by Daniel Dunbar · 16 years ago
  83. 0c36c92 Remove pointless backslash by Douglas Gregor · 16 years ago
  84. 7c53ca6 Downgrade the "excess elements in initializer" errors to warnings *in by Douglas Gregor · 16 years ago
  85. 90dafa1 x86_64 ABI: Fix thinko in computation of bound for "passed in SSE regs" test. by Daniel Dunbar · 16 years ago
  86. 1f62ef3 Fix diagnostics bugs when computing ranges for the retain/release checker. by Ted Kremenek · 16 years ago
  87. 1e4db7c rip out __builtin_overload by Chris Lattner · 16 years ago
  88. 3f0b656 HTMLDiagnostics: Always display diagnostics *below* the line in question. by Ted Kremenek · 16 years ago
  89. f231346 x86_64 ABI: "is passed in regs" computation for va_arg was broken for by Daniel Dunbar · 16 years ago
  90. c2b6a82 Return true on errors, return true on errors, return true on errors by Douglas Gregor · 16 years ago
  91. 2701900 retain/release checker: We now emit fancy diagnostics telling users about the by Ted Kremenek · 16 years ago
  92. 48f3bb9 Downgrade complaints about calling unavailable functions to a warning by Douglas Gregor · 16 years ago
  93. 4fd83ea Some refactoring and simplificaiotn of objc's gc ir gen. by Fariborz Jahanian · 16 years ago
  94. ca2f3fd Codegen for int (^bp)(int) = 0; by Mike Stump · 16 years ago
  95. 7549c55 __attribute__((aligned)) was being ignored! by Daniel Dunbar · 16 years ago
  96. e00d5c0 Add Type::isSpecificBuiltinType as a shortcut. by Daniel Dunbar · 16 years ago
  97. 6aee306 Simplify. by Daniel Dunbar · 16 years ago
  98. 443e53c final string diagnostic issue (that I know about): by Chris Lattner · 16 years ago
  99. 719e615 Next step toward making string diagnostics correct: handle by Chris Lattner · 16 years ago
  100. 6dcf63e update comment. by Chris Lattner · 16 years ago