1. 5db552d it helps when I save the file before testing and committing. by Chris Lattner · 16 years ago
  2. e9863ca suck the rest of the FP macros out of the targets into the PP by Chris Lattner · 16 years ago
  3. d3dbbb6 Add some text from the C++ standard and additional ambiguity resolution tests. by Argyrios Kyrtzidis · 16 years ago
  4. 86f77d4 Set svn:ignore on test/Parser/Output by Daniel Dunbar · 16 years ago
  5. 2db78dd start moving fp macros over by Chris Lattner · 16 years ago
  6. 7b6d8c4 Add script for checking builtin macros verse another compiler ($CC or gcc). by Daniel Dunbar · 16 years ago
  7. 0e5d4ef move a bunch more integer sizing out of target-specific code into by Chris Lattner · 16 years ago
  8. 78c8d80 Handle ambiguities between expressions and type-ids that occur inside parentheses, e.g.: by Argyrios Kyrtzidis · 16 years ago
  9. 9b53316 eliminate __USER_LABEL_PREFIX__ from the Targets.cpp file, start moving by Chris Lattner · 16 years ago
  10. 2b43ad9 gcc no longer defines __block to nothing when blocks aren't enabled. by Chris Lattner · 16 years ago
  11. 62213d9 rearrange preprocessor macro definitions into language-specific by Chris Lattner · 16 years ago
  12. 3fdf467 Implement PR2773, support for __USER_LABEL_PREFIX__ by Chris Lattner · 16 years ago
  13. 8223b1d Fix a problem reported in PR2766 that makes clang reject old versions by Chris Lattner · 16 years ago
  14. b9f3419 Found a subtle bug caused by an implicit enum-to-bool conversion (of the TentativeParsingResult enum). by Argyrios Kyrtzidis · 16 years ago
  15. 7709182 Add parsing of the sentinel attribute. Still need to create the attribute. by Anders Carlsson · 16 years ago
  16. 9a9683b Change indentation for a couple of files in the Xcode project. by Anders Carlsson · 16 years ago
  17. 6171085 Wrap long lines and other minor cleanups, no functionality change. by Chris Lattner · 16 years ago
  18. 551b964 Remove copyright notice, we decided not to have them. by Anders Carlsson · 16 years ago
  19. b47e386 Move the TentativeParsingResult enum closer to where it gets used. by Argyrios Kyrtzidis · 16 years ago
  20. bbc70c0 Disambiguate between a declaration or an expression, in the 'for-init-statement' part of a 'for' statement. by Argyrios Kyrtzidis · 16 years ago
  21. ca35baa Fix Parser::isCXXConditionDeclaration to properly resolve declarations. by Argyrios Kyrtzidis · 16 years ago
  22. a8a4598 Disambiguate between a declaration or expression for the 'condition' part of a if/switch/while/for statement. by Argyrios Kyrtzidis · 16 years ago
  23. 1ee2c43 Consider GNU attributes when doing ambiguity resolution. by Argyrios Kyrtzidis · 16 years ago
  24. c1d1bbf Remove redundant parameter and rename StMgr to StateMgr. by Zhongxing Xu · 16 years ago
  25. eb15425 Add X86 builtin code generation test case. by Daniel Dunbar · 16 years ago
  26. ea7a31f Improve C language testing coverage. by Daniel Dunbar · 16 years ago
  27. affc3a9 Fix X86 palignr[128] builtins to match LLVM. by Daniel Dunbar · 16 years ago
  28. 1768a62 Add some builtins to codegen test case. by Daniel Dunbar · 16 years ago
  29. 5620b50 Make VectorType printing less broken. by Daniel Dunbar · 16 years ago
  30. ec04b26 Fix another X86 builtin definitions. - vec_set_v4hi had "v4s" in place of "V4s" by Daniel Dunbar · 16 years ago
  31. 1827db7 Fix some X86 builtin definitions. by Daniel Dunbar · 16 years ago
  32. 5186906 Add -rewrite-macros test case. by Daniel Dunbar · 16 years ago
  33. 68c5918 Allow -verify to be used with -rewrite-macros. by Daniel Dunbar · 16 years ago
  34. a6f6c71 Coverage test for targets. by Daniel Dunbar · 16 years ago
  35. 8e8b0fb Update VC++ project file by Steve Naroff · 16 years ago
  36. 075e3c1 Improve codegen coverage tests. by Daniel Dunbar · 16 years ago
  37. 539ced1 Add dummy -ast-dump support for ObjC category implementations. by Daniel Dunbar · 16 years ago
  38. 22aed65 Remove old diag that alerted the user to a limitation we no longer have:-) by Steve Naroff · 16 years ago
  39. 9173e91 Append the test runs with '&&'. by Argyrios Kyrtzidis · 16 years ago
  40. 5404a15 Resolve ambiguous C++ statements (C++ 6.8p1). by Argyrios Kyrtzidis · 16 years ago
  41. d3f7790 Create a function, eliminating some redundancy between SynthesizeBlockInitExpr() and SynthesizeBlockLiterals(). by Steve Naroff · 16 years ago
  42. acba0f2 Finish implementing copy/dispose helpers for imported block decls. by Steve Naroff · 16 years ago
  43. 417dd17 Add coverage tests of C and Obj-C language features. by Daniel Dunbar · 16 years ago
  44. b0adbba Set exit code properly on "Unexpected program action". by Daniel Dunbar · 16 years ago
  45. b7219f8 Desensitize env-include-paths.c to the directory it is running in. by Daniel Dunbar · 16 years ago
  46. e535fba Set svn:ignore on test/{Driver,Coverage} by Daniel Dunbar · 16 years ago
  47. bb95255 Bug fix, CPATH="" does not add '.' to search path. by Daniel Dunbar · 16 years ago
  48. ae3c16c Add test/Driver. - env-include-paths.c is XFAIL as it exposed a bug. by Daniel Dunbar · 16 years ago
  49. f7a726b De-XFAIL test/Parser/pragma-pack.c by Daniel Dunbar · 16 years ago
  50. 7499cb5 switch to using -verify by Chris Lattner · 16 years ago
  51. 4f2670d Move the expected-warning lines to a place that clang -verify will pick them by Chris Lattner · 16 years ago
  52. fcdd8fe Add Parser support for #pragma pack by Daniel Dunbar · 16 years ago
  53. 4095080 Add Preprocessor::RemovePragmaHandler. - No functionality change. by Daniel Dunbar · 16 years ago
  54. 5e52b17 Add indirection required for byref BlockDeclRefExpr's. by Steve Naroff · 16 years ago
  55. 3b0fd64 Handle bookkeeping for imported blocks (in SynthesizeBlockImpl). by Steve Naroff · 16 years ago
  56. 1e3e43a Add MemRegion.cpp to VS project. by Ted Kremenek · 16 years ago
  57. b65a4f1 Cut/paste error...need to use the expression "name" for member references (or other complex expressions that can embed a block pointer type) by Steve Naroff · 16 years ago
  58. 8e9216d Clear the map that associated the rewritten block with it's corresponding BlockExpr. by Steve Naroff · 16 years ago
  59. 70f9550 Moved main control flow functions to bottom of file. by Steve Naroff · 16 years ago
  60. 14b8c38 Updated checker build. by Ted Kremenek · 16 years ago
  61. 9e24049 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
  62. 924d9a8 Reverse the RHSBlock of LogicalOp && and || by Zhongxing Xu · 16 years ago
  63. 7a02344 add a disclaimer by Chris Lattner · 16 years ago
  64. b5cd09a add a new Rewriter::getRewritenText method that returns the text for a range by Chris Lattner · 16 years ago
  65. 94ede6e Remove an old/vacuous if clause. by Steve Naroff · 16 years ago
  66. 4e13b76 More fun & games with the block rewriter. by Steve Naroff · 16 years ago
  67. 7d07664 Merge postfix attributes on record decls. by Daniel Dunbar · 16 years ago
  68. 5e592d8 Remove a FIXME. by Daniel Dunbar · 16 years ago
  69. 39622b9 Rewrite global block expressions. by Steve Naroff · 16 years ago
  70. 83ba14e - Add a convenience constructor to Type. - Many rewriter modifications. by Steve Naroff · 16 years ago
  71. 48a8c61 Rework SynthesizeBlockImpl() to include a constructor. by Steve Naroff · 16 years ago
  72. f7bb8b9 Pass postfix attributes to ActOnFields (mismarked a file). by Daniel Dunbar · 16 years ago
  73. 1bfe1c2 Pass postfix attributes to ActOnFields. by Daniel Dunbar · 16 years ago
  74. 29471a1 Bug fix, ccc was passing -std twice. by Daniel Dunbar · 16 years ago
  75. 3ad29e2 Get the right location to insert the synthesized block literals/functions. by Steve Naroff · 16 years ago
  76. 0eb07bf Add getTypeSpecStartLoc() to VarDecls and FunctionDecls. by Steve Naroff · 16 years ago
  77. a0b75cf Name changes and some cleanup of preamble. by Steve Naroff · 16 years ago
  78. ae3f491 Add Builtins.def attribute for "can be a constant expression". by Daniel Dunbar · 16 years ago
  79. de45428 Add support for format string checking of object-size checking by Daniel Dunbar · 16 years ago
  80. a4275d1 Emit error unsupported for break/continue/goto inside Obj-C exception by Daniel Dunbar · 16 years ago
  81. 8e45f73 Fix ccc handling of -mmacosx-version-min. by Daniel Dunbar · 16 years ago
  82. 8af6a45 Changed Sema::CheckForConstantInitializer to allow global block literals. by Steve Naroff · 16 years ago
  83. 91cd320 (LLVM up) Rename IRBuilder::IsNonNull -> IsNotNull. by Daniel Dunbar · 16 years ago
  84. 147d26f Unbreak build: claim an extra bit for BuiltinID. by Daniel Dunbar · 16 years ago
  85. e553a72 (llvm up) If the target triple is unspecified, automatically set the by Daniel Dunbar · 16 years ago
  86. 14bfdfe Drop code to validate OS part of target triple on darwin, too fragile. by Daniel Dunbar · 16 years ago
  87. cc9ac41 Enhance NSError** checking with analogous checking for CFErrorRef*. by Ted Kremenek · 16 years ago
  88. 9466856 Added SSE4.1 blend intrinsics by Mon P Wang · 16 years ago
  89. c1c88b5 Updated checker build. by Ted Kremenek · 16 years ago
  90. 9f67ede Added test case. by Ted Kremenek · 16 years ago
  91. 8da6ca9 Use LVal::IsLValType(T) instead of checking to see if the type is an "lvalue" type directly. by Ted Kremenek · 16 years ago
  92. 33bc63b Update checker build. by Ted Kremenek · 16 years ago
  93. 1bf3f73 ccc: Use CCC_NATIVE=1 by default. by Daniel Dunbar · 16 years ago
  94. ad2dc71 NeXT: Update to use CreateRuntimeFunction for the routines it imports. by Daniel Dunbar · 16 years ago
  95. f1968f2 Add simple interface for protecting runtime functions from name by Daniel Dunbar · 16 years ago
  96. 60a6e0c Add a QualType to ConjuredSymbol to represent the type and size of the symbol. by Ted Kremenek · 16 years ago
  97. b10362a Support -mmacosx-version-min by Ted Kremenek · 16 years ago
  98. c94e31e Set reproducibility back to "Always" by Ted Kremenek · 16 years ago
  99. 319e792 ccc: Add support for another batch of OS X linker options, including by Daniel Dunbar · 16 years ago
  100. 869f8b6 ccc: Infer action type upfront. by Daniel Dunbar · 16 years ago