1. 175e639 Merge postfix attributes on record decls. by Daniel Dunbar · 16 years ago
  2. 3b90807 Remove a FIXME. by Daniel Dunbar · 16 years ago
  3. e506ae2 Rewrite global block expressions. by Steve Naroff · 16 years ago
  4. aeaf7ef - Add a convenience constructor to Type. - Many rewriter modifications. by Steve Naroff · 16 years ago
  5. 20c94e5 Rework SynthesizeBlockImpl() to include a constructor. by Steve Naroff · 16 years ago
  6. f2c7cd0 Pass postfix attributes to ActOnFields (mismarked a file). by Daniel Dunbar · 16 years ago
  7. f394444 Pass postfix attributes to ActOnFields. by Daniel Dunbar · 16 years ago
  8. 9db63cb Bug fix, ccc was passing -std twice. by Daniel Dunbar · 16 years ago
  9. deb1aa2 Get the right location to insert the synthesized block literals/functions. by Steve Naroff · 16 years ago
  10. 71cd776 Add getTypeSpecStartLoc() to VarDecls and FunctionDecls. by Steve Naroff · 16 years ago
  11. 0b06092 Name changes and some cleanup of preamble. by Steve Naroff · 16 years ago
  12. 07253c7 Add Builtins.def attribute for "can be a constant expression". by Daniel Dunbar · 16 years ago
  13. 0ab03e6 Add support for format string checking of object-size checking by Daniel Dunbar · 16 years ago
  14. 66e021e Emit error unsupported for break/continue/goto inside Obj-C exception by Daniel Dunbar · 16 years ago
  15. 4bf7505 Fix ccc handling of -mmacosx-version-min. by Daniel Dunbar · 16 years ago
  16. dff3fb2 Changed Sema::CheckForConstantInitializer to allow global block literals. by Steve Naroff · 16 years ago
  17. be56f01 (LLVM up) Rename IRBuilder::IsNonNull -> IsNotNull. by Daniel Dunbar · 16 years ago
  18. 36a0d8a Unbreak build: claim an extra bit for BuiltinID. by Daniel Dunbar · 16 years ago
  19. abe2e54 (llvm up) If the target triple is unspecified, automatically set the by Daniel Dunbar · 16 years ago
  20. e485eb1 Drop code to validate OS part of target triple on darwin, too fragile. by Daniel Dunbar · 16 years ago
  21. 2a5247f Enhance NSError** checking with analogous checking for CFErrorRef*. by Ted Kremenek · 16 years ago
  22. 4070a6f Added SSE4.1 blend intrinsics by Mon P Wang · 16 years ago
  23. 6714ef0 Updated checker build. by Ted Kremenek · 16 years ago
  24. b305260 Added test case. by Ted Kremenek · 16 years ago
  25. 4d83f3f Use LVal::IsLValType(T) instead of checking to see if the type is an "lvalue" type directly. by Ted Kremenek · 16 years ago
  26. 627a5b0 Update checker build. by Ted Kremenek · 16 years ago
  27. 210cbc0 ccc: Use CCC_NATIVE=1 by default. by Daniel Dunbar · 16 years ago
  28. 4e19f4e NeXT: Update to use CreateRuntimeFunction for the routines it imports. by Daniel Dunbar · 16 years ago
  29. 18c2ec6 Add simple interface for protecting runtime functions from name by Daniel Dunbar · 16 years ago
  30. 8cbffa3 Add a QualType to ConjuredSymbol to represent the type and size of the symbol. by Ted Kremenek · 16 years ago
  31. 4bbae5d Support -mmacosx-version-min by Ted Kremenek · 16 years ago
  32. 145db07 Set reproducibility back to "Always" by Ted Kremenek · 16 years ago
  33. e09dd3a ccc: Add support for another batch of OS X linker options, including by Daniel Dunbar · 16 years ago
  34. ae87cae ccc: Infer action type upfront. by Daniel Dunbar · 16 years ago
  35. 46d9134 simplify padding, just fold it into the earlier resize. by Chris Lattner · 16 years ago
  36. 2e6b4bf fix a potential buffer overrun that Eli noticed by Chris Lattner · 16 years ago
  37. 35e5094 Fix help for --suppress-system-warnings by Daniel Dunbar · 16 years ago
  38. d8f1f1f Document assumptions that NumericLiteralParser makes with an assertion. by Chris Lattner · 16 years ago
  39. d376f6d Handle minor version numbers in __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ by Chris Lattner · 16 years ago
  40. 01de9c8 Finish handling of -mmacosx-version-min. If you now do something like: by Chris Lattner · 16 years ago
  41. c2721f2 scan-view: Remove some debugging prints. by Daniel Dunbar · 16 years ago
  42. 342a37c Updated checker build. by Ted Kremenek · 16 years ago
  43. bf67281 Default reproducibility to "Not applicable" by Ted Kremenek · 16 years ago
  44. 45a9180 Add diagnostic for .{lo,hi,e,o} on odd-sized extended vectors. by Daniel Dunbar · 16 years ago
  45. 2cc2d19 Make "Performance" the default Radar classification for leaks. "Other" for all others (for now). by Ted Kremenek · 16 years ago
  46. f816909 Make a separate parameter class for "Radar classifications". by Ted Kremenek · 16 years ago
  47. ddabf80 Add "SelectionParameter" class to represent drop-down boxes. by Ted Kremenek · 16 years ago
  48. 3756a63 Change ccc to not pass -x unknown down. by Daniel Dunbar · 16 years ago
  49. 4e085f6 Conditionally load/save default parameter value from config file. by Ted Kremenek · 16 years ago
  50. a4a1f72 Use objects to represent form parameters. This allows us to abstract away some by Ted Kremenek · 16 years ago
  51. 68354f3 Fix <rdar://problem/6191148> [sema] Objective-C method lookup (at global scope) fails to handle overloaded selectors properly. by Steve Naroff · 16 years ago
  52. 0534a01 fix test for latest changes in llvm asm representation by Nuno Lopes · 16 years ago
  53. c32e45c Improved fix for <rdar://problem/6247781> Parser rejecting properly mismatched properties. by Steve Naroff · 16 years ago
  54. 163819f Add missing include for use of atoi. by Nick Lewycky · 16 years ago
  55. 5cfaf09 Tabs -> Spaces. by Ted Kremenek · 16 years ago
  56. dcaccf8 Revert last patch, but add a fixme by Ted Kremenek · 16 years ago
  57. cf807ad Within the transfer function of UnaryOperatorExpr, handle implicit promotions by Ted Kremenek · 16 years ago
  58. 1473f52 Added support for sse intrinsics loadlpd, loadhpd, muldq128, and mulld128 by Mon P Wang · 16 years ago
  59. 2b168e0 start handling 'mmacosx-version-min', this is not complete yet. by Chris Lattner · 16 years ago
  60. e9900eb Add infrastructure for proper @finally support. by Daniel Dunbar · 16 years ago
  61. c5dc8eb The definition of __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ follows by Chris Lattner · 16 years ago
  62. 9b96b15 define __PASCAL_STRINGS__ whenever -fpascal-strings is enabled. by Chris Lattner · 16 years ago
  63. bcd60db __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ is a darwin-specific #define by Chris Lattner · 16 years ago
  64. 631e392 Fix <rdar://problem/6247781> Parser rejecting properly mismatched properties. by Steve Naroff · 16 years ago
  65. 49d42f5 Updated checker build. by Ted Kremenek · 16 years ago
  66. 9501a48 Fix the root cause of PR2750 instead of the side effect. by Chris Lattner · 16 years ago
  67. 25808d8 Really don't add -isysroot twice. by Ted Kremenek · 16 years ago
  68. 12ab7cd Don't filter out -fpascal-strings. by Ted Kremenek · 16 years ago
  69. 27882f4 Fix va_arg handling to do argument decaying at the correct place. This by Chris Lattner · 16 years ago
  70. 82e2891 Make some methods const, add some helpers to FullSourceLoc, by Chris Lattner · 16 years ago
  71. 4eb0ce9 move ExtVectorElementExpr down into the 'clang extensions' section. by Chris Lattner · 16 years ago
  72. 3fe2a51 Update checker build. by Ted Kremenek · 16 years ago
  73. b2f7241 Add a random C99 comment/reference. by Steve Naroff · 16 years ago
  74. b91c725 Extend 'IsLValType' to handle BlockPointerTypes. by Ted Kremenek · 16 years ago
  75. a982c71 Teach Sema::CheckAssignmentConstraints() to allow assignments between id and block pointer types (^{}). by Steve Naroff · 16 years ago
  76. ef5b9fc Fix <rdar://problem/6251012> clang: Blocks are objects too. by Steve Naroff · 16 years ago
  77. 6bedfef Discard extra -isysroot options. This fixes: by Ted Kremenek · 16 years ago
  78. 67a3e89 Fix braindead bug, ID number was hardcoded. by Daniel Dunbar · 16 years ago
  79. e2e61e7 Fix <rdar://problem/6253149> property declaration doesn't declare getter and setter. by Steve Naroff · 16 years ago
  80. 630347d whitespace and comment changes, to fix grammar and 80 col violations by Nico Weber · 16 years ago
  81. 32fe5a9 Change a NOTE to a FIXME based on feedback from clattner. by Steve Naroff · 16 years ago
  82. 88857dc Updated checker build. by Ted Kremenek · 16 years ago
  83. 4b9846d Fix <rdar://problem/6252129> implementation of method in category doesn't effectively declare it for methods below. by Steve Naroff · 16 years ago
  84. 91de754 Fix <rdar://problem/6252108> assigning to argument passed to block should not require __block. by Steve Naroff · 16 years ago
  85. 70b5670 Fix rdar://6252231 - cannot call vsnprintf with va_list on x86_64, by Chris Lattner · 16 years ago
  86. b23469f Replace a comparison with a static list of builtins that was wrong (it by Chris Lattner · 16 years ago
  87. 631b135 Fix rdar://6251437, references to enum constant decls in a block by Chris Lattner · 16 years ago
  88. 510ea53 Add "Path Length" back to the table of bug reports. by Ted Kremenek · 16 years ago
  89. f85d66c Fix <rdar://problem/6252216> compare block to NULL. by Steve Naroff · 16 years ago
  90. 8354484 Add support for implicit rethrows in @catch blocks. by Daniel Dunbar · 16 years ago
  91. 8ca61b2 Skip redundant if. by Daniel Dunbar · 16 years ago
  92. b6f2395 Fix <rdar://problem/6252226> parser thinks block argument is undefined identifier in NSServices.m by Steve Naroff · 16 years ago
  93. 0ac66f7 (Update LLVM) Clean up obj-c exception generation to be a bit more by Daniel Dunbar · 16 years ago
  94. d04c935 Bug fix, codegen @catch(id<X> ...) acceptably. by Daniel Dunbar · 16 years ago
  95. b4bde39 Revert 56735. The old bug categories were more informative. by Ted Kremenek · 16 years ago
  96. 7a68b45 Simplify generate code for exceptions: by Daniel Dunbar · 16 years ago
  97. 9575eb3 Prefer llvm::Function::addFnAttr(...) to F->addAttribute(~0, ...). by Daniel Dunbar · 16 years ago
  98. 7a57b8d Simplify code to emit the unified return block and move it to the end by Daniel Dunbar · 16 years ago
  99. 4655e2e Bug fix, make sure to initialize exception object (to rethrow) even by Daniel Dunbar · 16 years ago
  100. 1c5e463 Easy fix for nasty bug, exception data buffer had wrong type == wrong by Daniel Dunbar · 16 years ago