1. 5edfe01 eliminate __USER_LABEL_PREFIX__ from the Targets.cpp file, start moving by Chris Lattner · 16 years ago
  2. ce296f8 gcc no longer defines __block to nothing when blocks aren't enabled. by Chris Lattner · 16 years ago
  3. a023ec5 rearrange preprocessor macro definitions into language-specific by Chris Lattner · 16 years ago
  4. 3f6d8cf Implement PR2773, support for __USER_LABEL_PREFIX__ by Chris Lattner · 16 years ago
  5. 9add68c Found a subtle bug caused by an implicit enum-to-bool conversion (of the TentativeParsingResult enum). by Argiris Kirtzidis · 16 years ago
  6. 244d99b Add parsing of the sentinel attribute. Still need to create the attribute. by Anders Carlsson · 16 years ago
  7. 2fda0ed Wrap long lines and other minor cleanups, no functionality change. by Chris Lattner · 16 years ago
  8. 197c8cd Remove copyright notice, we decided not to have them. by Anders Carlsson · 16 years ago
  9. 58f362d Disambiguate between a declaration or an expression, in the 'for-init-statement' part of a 'for' statement. by Argiris Kirtzidis · 16 years ago
  10. eb21924 Fix Parser::isCXXConditionDeclaration to properly resolve declarations. by Argiris Kirtzidis · 16 years ago
  11. 88527fb Disambiguate between a declaration or expression for the 'condition' part of a if/switch/while/for statement. by Argiris Kirtzidis · 16 years ago
  12. 085d146 Consider GNU attributes when doing ambiguity resolution. by Argiris Kirtzidis · 16 years ago
  13. ed02bf1 Remove redundant parameter and rename StMgr to StateMgr. by Zhongxing Xu · 16 years ago
  14. ce4a679 Make VectorType printing less broken. by Daniel Dunbar · 16 years ago
  15. 74b477c Resolve ambiguous C++ statements (C++ 6.8p1). by Argiris Kirtzidis · 16 years ago
  16. 86744c5 Bug fix, CPATH="" does not add '.' to search path. by Daniel Dunbar · 16 years ago
  17. 47f99c9 Add Parser support for #pragma pack by Daniel Dunbar · 16 years ago
  18. a65c00a Add Preprocessor::RemovePragmaHandler. - No functionality change. by Daniel Dunbar · 16 years ago
  19. b15eba4 This is a big patch, but the functionality change is small and the rest of the patch consists of deltas due to API changes. by Ted Kremenek · 16 years ago
  20. 7636e91 Reverse the RHSBlock of LogicalOp && and || by Zhongxing Xu · 16 years ago
  21. 2210ffc add a new Rewriter::getRewritenText method that returns the text for a range by Chris Lattner · 16 years ago
  22. 175e639 Merge postfix attributes on record decls. by Daniel Dunbar · 16 years ago
  23. 3b90807 Remove a FIXME. by Daniel Dunbar · 16 years ago
  24. f2c7cd0 Pass postfix attributes to ActOnFields (mismarked a file). by Daniel Dunbar · 16 years ago
  25. f394444 Pass postfix attributes to ActOnFields. by Daniel Dunbar · 16 years ago
  26. 71cd776 Add getTypeSpecStartLoc() to VarDecls and FunctionDecls. by Steve Naroff · 16 years ago
  27. 07253c7 Add Builtins.def attribute for "can be a constant expression". by Daniel Dunbar · 16 years ago
  28. 0ab03e6 Add support for format string checking of object-size checking by Daniel Dunbar · 16 years ago
  29. 66e021e Emit error unsupported for break/continue/goto inside Obj-C exception by Daniel Dunbar · 16 years ago
  30. dff3fb2 Changed Sema::CheckForConstantInitializer to allow global block literals. by Steve Naroff · 16 years ago
  31. be56f01 (LLVM up) Rename IRBuilder::IsNonNull -> IsNotNull. by Daniel Dunbar · 16 years ago
  32. 2a5247f Enhance NSError** checking with analogous checking for CFErrorRef*. by Ted Kremenek · 16 years ago
  33. 4d83f3f Use LVal::IsLValType(T) instead of checking to see if the type is an "lvalue" type directly. by Ted Kremenek · 16 years ago
  34. 4e19f4e NeXT: Update to use CreateRuntimeFunction for the routines it imports. by Daniel Dunbar · 16 years ago
  35. 18c2ec6 Add simple interface for protecting runtime functions from name by Daniel Dunbar · 16 years ago
  36. 8cbffa3 Add a QualType to ConjuredSymbol to represent the type and size of the symbol. by Ted Kremenek · 16 years ago
  37. 46d9134 simplify padding, just fold it into the earlier resize. by Chris Lattner · 16 years ago
  38. 2e6b4bf fix a potential buffer overrun that Eli noticed by Chris Lattner · 16 years ago
  39. d8f1f1f Document assumptions that NumericLiteralParser makes with an assertion. by Chris Lattner · 16 years ago
  40. d376f6d Handle minor version numbers in __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ by Chris Lattner · 16 years ago
  41. 45a9180 Add diagnostic for .{lo,hi,e,o} on odd-sized extended vectors. by Daniel Dunbar · 16 years ago
  42. 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
  43. c32e45c Improved fix for <rdar://problem/6247781> Parser rejecting properly mismatched properties. by Steve Naroff · 16 years ago
  44. 163819f Add missing include for use of atoi. by Nick Lewycky · 16 years ago
  45. dcaccf8 Revert last patch, but add a fixme by Ted Kremenek · 16 years ago
  46. cf807ad Within the transfer function of UnaryOperatorExpr, handle implicit promotions by Ted Kremenek · 16 years ago
  47. 1473f52 Added support for sse intrinsics loadlpd, loadhpd, muldq128, and mulld128 by Mon P Wang · 16 years ago
  48. e9900eb Add infrastructure for proper @finally support. by Daniel Dunbar · 16 years ago
  49. c5dc8eb The definition of __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ follows by Chris Lattner · 16 years ago
  50. 9b96b15 define __PASCAL_STRINGS__ whenever -fpascal-strings is enabled. by Chris Lattner · 16 years ago
  51. bcd60db __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ is a darwin-specific #define by Chris Lattner · 16 years ago
  52. 631e392 Fix <rdar://problem/6247781> Parser rejecting properly mismatched properties. by Steve Naroff · 16 years ago
  53. 9501a48 Fix the root cause of PR2750 instead of the side effect. by Chris Lattner · 16 years ago
  54. 27882f4 Fix va_arg handling to do argument decaying at the correct place. This by Chris Lattner · 16 years ago
  55. 82e2891 Make some methods const, add some helpers to FullSourceLoc, by Chris Lattner · 16 years ago
  56. b2f7241 Add a random C99 comment/reference. by Steve Naroff · 16 years ago
  57. a982c71 Teach Sema::CheckAssignmentConstraints() to allow assignments between id and block pointer types (^{}). by Steve Naroff · 16 years ago
  58. ef5b9fc Fix <rdar://problem/6251012> clang: Blocks are objects too. by Steve Naroff · 16 years ago
  59. e2e61e7 Fix <rdar://problem/6253149> property declaration doesn't declare getter and setter. by Steve Naroff · 16 years ago
  60. 630347d whitespace and comment changes, to fix grammar and 80 col violations by Nico Weber · 16 years ago
  61. 32fe5a9 Change a NOTE to a FIXME based on feedback from clattner. by Steve Naroff · 16 years ago
  62. 4b9846d Fix <rdar://problem/6252129> implementation of method in category doesn't effectively declare it for methods below. by Steve Naroff · 16 years ago
  63. 91de754 Fix <rdar://problem/6252108> assigning to argument passed to block should not require __block. by Steve Naroff · 16 years ago
  64. 70b5670 Fix rdar://6252231 - cannot call vsnprintf with va_list on x86_64, by Chris Lattner · 16 years ago
  65. b23469f Replace a comparison with a static list of builtins that was wrong (it by Chris Lattner · 16 years ago
  66. 631b135 Fix rdar://6251437, references to enum constant decls in a block by Chris Lattner · 16 years ago
  67. f85d66c Fix <rdar://problem/6252216> compare block to NULL. by Steve Naroff · 16 years ago
  68. 8354484 Add support for implicit rethrows in @catch blocks. by Daniel Dunbar · 16 years ago
  69. 8ca61b2 Skip redundant if. by Daniel Dunbar · 16 years ago
  70. b6f2395 Fix <rdar://problem/6252226> parser thinks block argument is undefined identifier in NSServices.m by Steve Naroff · 16 years ago
  71. 0ac66f7 (Update LLVM) Clean up obj-c exception generation to be a bit more by Daniel Dunbar · 16 years ago
  72. d04c935 Bug fix, codegen @catch(id<X> ...) acceptably. by Daniel Dunbar · 16 years ago
  73. b4bde39 Revert 56735. The old bug categories were more informative. by Ted Kremenek · 16 years ago
  74. 7a68b45 Simplify generate code for exceptions: by Daniel Dunbar · 16 years ago
  75. 9575eb3 Prefer llvm::Function::addFnAttr(...) to F->addAttribute(~0, ...). by Daniel Dunbar · 16 years ago
  76. 7a57b8d Simplify code to emit the unified return block and move it to the end by Daniel Dunbar · 16 years ago
  77. 4655e2e Bug fix, make sure to initialize exception object (to rethrow) even by Daniel Dunbar · 16 years ago
  78. 1c5e463 Easy fix for nasty bug, exception data buffer had wrong type == wrong by Daniel Dunbar · 16 years ago
  79. 61b5691 Delete trailing white space. It's over 80 columns. by Zhongxing Xu · 16 years ago
  80. 36cc63e Change "leaks" to have the category "Performance". by Ted Kremenek · 16 years ago
  81. 4a1f5de Internally store the body of a BlockExpr using a Stmt* instead of a CompoundStmt*, and use the getBody() method to do the appropriate checking. This both removes the type-punning warnings in Expr.cpp and also makes BlockExpr have more consistency checks against modifications to its body (via StmtIterator). by Ted Kremenek · 16 years ago
  82. 6b03451 Use a union instead of a bunch of magic casts to implement a variant. This removes the type-punning errors for DeclGroup. by Ted Kremenek · 16 years ago
  83. 0953567 Add CFG support for implicit-control flow for VLA size expressions within an SizeOfAlignOfTypeExpr. by Ted Kremenek · 16 years ago
  84. 2bb6eb8 Now Attributes are divided in three groups by Devang Patel · 16 years ago
  85. 6f04406 clean up a bunch of fixme's I added, by moving by Chris Lattner · 16 years ago
  86. 7257ce2 Fix the rest of rdar://6243860 hopefully. This requires changing FileIDInfo by Chris Lattner · 16 years ago
  87. d68a8d3 Do not create CFGs for functions/methods using blocks (need to add control-flow). by Ted Kremenek · 16 years ago
  88. 4668b57 emulate a bit of GCC path lookup weirdness: if a system by Chris Lattner · 16 years ago
  89. ba849be Enter a new scope for a @try block. by Ted Kremenek · 16 years ago
  90. df8c7d7 Move VLA processing logic from LiveVariables to CFG construction. This way all dataflow analyses "see" the VLA size expressions. by Ted Kremenek · 16 years ago
  91. 076d6cb Tweak Expr::isModifiableLvalue() and Expr::isLvalue() to better deal with BlockDeclRef exprs. by Steve Naroff · 16 years ago
  92. 85abe6e Examine VLA size expressions when computing liveness information. by Ted Kremenek · 16 years ago
  93. 28680d1 Parser support for prefix __attribute__ on @protocol. by Daniel Dunbar · 16 years ago
  94. d1d847c Sema support for format and noreturn attributes on Objective-C methods. by Daniel Dunbar · 16 years ago
  95. bddb14a Add support for CFString in format attribute. by Daniel Dunbar · 16 years ago
  96. 4767734 Add # of block pointer types to -print-stats. by Daniel Dunbar · 16 years ago
  97. 8cc5d5e Update clang to pretend to be gcc-4.2. by Daniel Dunbar · 16 years ago
  98. 3637b89 Have @finally introduce a new scope. by Ted Kremenek · 16 years ago
  99. a85a9ef Large mechanical patch. by Devang Patel · 16 years ago
  100. a59d561 Added prototype implementation of the DeclGroup, DeclGroupRef, and DeclGroupOwningRef classes. by Ted Kremenek · 16 years ago