1. 564f1de Move target specific builtin IDs to TargetBuiltins.h so that they can be used by CGBuiltin.cpp by Anders Carlsson · 17 years ago
  2. 5f18032 The flags on tokens indicate whether they are the start of a *physical* line, by Chris Lattner · 17 years ago
  3. 5c0887c Fix a pretty big but subtle bug counting the number of newlines to emit. by Chris Lattner · 17 years ago
  4. b3de9e7 avoid ///usr/include/foo.h, patch by Sean Middleditch by Chris Lattner · 17 years ago
  5. 44fe49c Add getTargetPrefix to TargetInfo, to be used with target specific intrinsics. by Anders Carlsson · 17 years ago
  6. 75ae776 by Steve Naroff · 17 years ago
  7. 7dd8283 Implemented when static typing is combined with protocols and use as receiver by Fariborz Jahanian · 17 years ago
  8. 36ee2cb Patch for rewriting of @protocol. by Fariborz Jahanian · 17 years ago
  9. 9bcb5fc by Steve Naroff · 17 years ago
  10. d0ee6f9 On Steve's suggestion, moved handling of use of undeclared method in a message by Fariborz Jahanian · 17 years ago
  11. 8904f15 Subdivided the function InitializeBaseLanguage into InitializeBaseLanguage, by Ted Kremenek · 17 years ago
  12. 4f03783 Avoid passing Diags into InitializeIncludePaths. by Chris Lattner · 17 years ago
  13. 3553766 Converted SerializationTest (--test-pickling) to use the new TranslationUnit by Ted Kremenek · 17 years ago
  14. b26d713 by Steve Naroff · 17 years ago
  15. 2f74359 Added "TranslationUnit" class that will be used to provide an interface by Ted Kremenek · 17 years ago
  16. acc9f33 Modified: CreateTargetInfo(). Now takes Diagnostic* instead of Diagnostic&. by Ted Kremenek · 17 years ago
  17. 82817ba I'm apparently the only sad lonely ppc user left :) by Chris Lattner · 17 years ago
  18. db094a2 Moved creation of ASTConsumers that can operate on both freshly-parsed and by Ted Kremenek · 17 years ago
  19. 7127431 Changed type-cast of "struct objc_super"'s 2nd initializer to match definition of by Fariborz Jahanian · 17 years ago
  20. dca2466 Added serialization support of SourceManager to the clang driver. by Ted Kremenek · 17 years ago
  21. 3cadd03 by Steve Naroff · 17 years ago
  22. ceee3e8 Type-cast initializers for "struct objc_super" parameter to avoid warning. by Fariborz Jahanian · 17 years ago
  23. a70711b Don't assert if objc.h not declared when rewriting. by Fariborz Jahanian · 17 years ago
  24. 04b3824 Removed a "TODO" comment as objc1 runtime does not need to do the "TODO". by Fariborz Jahanian · 17 years ago
  25. 8448d38 Removed searching for "darwin" keyword in target triple. We don't really support by Ted Kremenek · 17 years ago
  26. 05ca599 Fixed order of operands to strstr call. by Ted Kremenek · 17 years ago
  27. aead472 For target processing, on non-Darwin systems instead of using the host triple, by Ted Kremenek · 17 years ago
  28. 2c1e9c7 Change <Objc/objc.h> to <objc/objc.h> by Fariborz Jahanian · 17 years ago
  29. c4ca288 Implemented serialization of TargetInfo. by Ted Kremenek · 17 years ago
  30. 87ce5d1 Fixed a bug exposed by referencing an ivar field using component reference syntax. by Fariborz Jahanian · 17 years ago
  31. 9b4ebc2 Few cleanups to patch 44551: by Ted Kremenek · 17 years ago
  32. ae36076 Implemented initial support for "-triple" option to the clang driver. This by Ted Kremenek · 17 years ago
  33. 0d6ca11 Fix an ast-print/ast-dump bug. by Chris Lattner · 17 years ago
  34. acb4977 Support for rewriteing of messaging of methods which return float. by Fariborz Jahanian · 17 years ago
  35. 80a6a5a Added support for messagings which return a structure-value. by Fariborz Jahanian · 17 years ago
  36. fb97b03 Warn about unsupported codegen with the diags machinery, giving us: by Chris Lattner · 17 years ago
  37. 26de465 fix a crash when the rewriter would scan off the beginning of the file. by Chris Lattner · 17 years ago
  38. 182745a add support for custom client-specific diagnostics. As a testcase, make the by Chris Lattner · 17 years ago
  39. 0750618 start partitioning the diagnostics into two classes: those by Chris Lattner · 17 years ago
  40. bdbb285 Implemented serialization of SelectorTable and Selectors. by Ted Kremenek · 17 years ago
  41. e365c50 pass diagnostics into the rewrite test client. by Chris Lattner · 17 years ago
  42. 695dbb6 Support lax vector conversions. by Anders Carlsson · 17 years ago
  43. 6127b12 Only serialize top-level decls that appear at the head of a decl chain. by Ted Kremenek · 17 years ago
  44. 5656b78 Enhanced serialization testing by also pretty-printing CFGs constructed from ASTs by Ted Kremenek · 17 years ago
  45. 1f64432 by Steve Naroff · 17 years ago
  46. ea75c55 Converted AST Pretty-Printer to use iostreams instead of FILE*. This fixes by Ted Kremenek · 17 years ago
  47. 79a2a26 Modified --test-pickling to perform an actual cross-check of serialized ASTs: by Ted Kremenek · 17 years ago
  48. 5df6070 Add correct types for the last remaining intrinsics. by Anders Carlsson · 17 years ago
  49. 45e8cbd Implement support for -fwritable-strings and make the code generator by Chris Lattner · 17 years ago
  50. dd1b516 Add more intrinsics. We can now correctly parse both Carbon.h and Cocoa.h without having to do -arch ppc. by Anders Carlsson · 17 years ago
  51. 1b5a4bd Migrated static functions that print decls into a DeclPrinter class, by Ted Kremenek · 17 years ago
  52. 142f36d Add builtin type signature support for vector types. Add correct type signatures for a bunch of MMX builtins. We now parse all the intrinsics in mmintrin.h by Anders Carlsson · 17 years ago
  53. d04c6e2 Add more semantic analysis for inline asm statements. by Anders Carlsson · 17 years ago
  54. ebe668f Fixed a rewrite bug in class synthesis (which I first thought was a rewrite API bug). by Fariborz Jahanian · 17 years ago
  55. 2c7038b Patch to fix a regression caused by recent rewrite changes. by Fariborz Jahanian · 17 years ago
  56. f5f20bd The checking for the delimiters of expected error/warning messages was by Bill Wendling · 17 years ago
  57. 646b261 Forgot some X86 registers by Anders Carlsson · 17 years ago
  58. 3346ae6 Add tables for GCC register names and aliases. This will be used for inline asm by Anders Carlsson · 17 years ago
  59. 91578f3 by Steve Naroff · 17 years ago
  60. f624870 by Steve Naroff · 17 years ago
  61. 335eafa by Steve Naroff · 17 years ago
  62. c2a689b by Steve Naroff · 17 years ago
  63. c3a438c by Steve Naroff · 17 years ago
  64. 874e232 by Steve Naroff · 17 years ago
  65. 8aebcb7 Break out bool/true/false support into a LangOption by Nate Begeman · 17 years ago
  66. 7e3411b by Steve Naroff · 17 years ago
  67. 322f4d3 by Steve Naroff · 17 years ago
  68. 6568d4d by Steve Naroff · 17 years ago
  69. 5086a8d by Steve Naroff · 17 years ago
  70. df6a51b Fix a rewriter bug that steve noticed. Don't skip arbitrary things by Chris Lattner · 17 years ago
  71. 9567392 Patch to comment out use of protocol qualifiers when rewriting ivars. by Fariborz Jahanian · 17 years ago
  72. fea763e8 by Steve Naroff · 17 years ago
  73. b899ad2 SourceManager, IdentifierTable, Selectors are now serialized in their own by Ted Kremenek · 17 years ago
  74. fde1857 Removed unused variabel. by Fariborz Jahanian · 17 years ago
  75. 8cc764c by Steve Naroff · 17 years ago
  76. 1d098f6 by Steve Naroff · 17 years ago
  77. b7fa992 by Steve Naroff · 17 years ago
  78. b82b3ea Rewrite @optional/@required directives used inside protocol definitions. by Fariborz Jahanian · 17 years ago
  79. d175ddf Rewrite of forward protocol declaration. by Fariborz Jahanian · 17 years ago
  80. aaa3cf8 Fix regression with ObjC method definitions and -ast-print by Steve Naroff · 17 years ago
  81. 71c0a95 by Steve Naroff · 17 years ago
  82. e720198 Added pretty-printing of statements during serialization. by Ted Kremenek · 17 years ago
  83. bac97d4 Fixed a rewrite of metadata bug when category implementation has no matching interface. by Fariborz Jahanian · 17 years ago
  84. b7908b5 Populate metadata with adrress of method code. by Fariborz Jahanian · 17 years ago
  85. 66d6b29 Rewrite of method definitions in categories. by Fariborz Jahanian · 17 years ago
  86. 7a3279d Order of methods are OK and generated .c file can be compiled. by Fariborz Jahanian · 17 years ago
  87. 48a0b6a First patch in rewrie of method definitions. This is work in progress. by Fariborz Jahanian · 17 years ago
  88. db87bca Added -Wfloat-equal option to the driver. This makes warnings about by Ted Kremenek · 17 years ago
  89. a36c486 Clean up types, removing some casts. Patch contributed by Cedric Venet. by Chris Lattner · 17 years ago
  90. 0330071 by Steve Naroff · 17 years ago
  91. 0416fb9 by Steve Naroff · 17 years ago
  92. db8f3d3 pretty priting for method definitions. by Fariborz Jahanian · 17 years ago
  93. 7a1f4db Modifed the test serialization driver to... by Ted Kremenek · 17 years ago
  94. f3473a7 by Steve Naroff · 17 years ago
  95. 3217482 by Steve Naroff · 17 years ago
  96. 9698464 by Steve Naroff · 17 years ago
  97. 28d1fe8 use insert instead of replacing 0 bytes with text :) by Chris Lattner · 17 years ago
  98. 74a0c77 use std::copy instead of memcpy for abstraction. by Chris Lattner · 17 years ago
  99. 21867b1 by Steve Naroff · 17 years ago
  100. 4402d81 Emit objective-c's meta-data at the end of rewriting to stdout. by Fariborz Jahanian · 17 years ago