1. 646b261 Forgot some X86 registers by Anders Carlsson · 17 years ago
  2. 3346ae6 Add tables for GCC register names and aliases. This will be used for inline asm by Anders Carlsson · 17 years ago
  3. 91578f3 by Steve Naroff · 17 years ago
  4. f624870 by Steve Naroff · 17 years ago
  5. 335eafa by Steve Naroff · 17 years ago
  6. c2a689b by Steve Naroff · 17 years ago
  7. c3a438c by Steve Naroff · 17 years ago
  8. 874e232 by Steve Naroff · 17 years ago
  9. 8aebcb7 Break out bool/true/false support into a LangOption by Nate Begeman · 17 years ago
  10. 7e3411b by Steve Naroff · 17 years ago
  11. 322f4d3 by Steve Naroff · 17 years ago
  12. 6568d4d by Steve Naroff · 17 years ago
  13. 5086a8d by Steve Naroff · 17 years ago
  14. df6a51b Fix a rewriter bug that steve noticed. Don't skip arbitrary things by Chris Lattner · 17 years ago
  15. 9567392 Patch to comment out use of protocol qualifiers when rewriting ivars. by Fariborz Jahanian · 17 years ago
  16. fea763e8 by Steve Naroff · 17 years ago
  17. b899ad2 SourceManager, IdentifierTable, Selectors are now serialized in their own by Ted Kremenek · 17 years ago
  18. fde1857 Removed unused variabel. by Fariborz Jahanian · 17 years ago
  19. 8cc764c by Steve Naroff · 17 years ago
  20. 1d098f6 by Steve Naroff · 17 years ago
  21. b7fa992 by Steve Naroff · 17 years ago
  22. b82b3ea Rewrite @optional/@required directives used inside protocol definitions. by Fariborz Jahanian · 17 years ago
  23. d175ddf Rewrite of forward protocol declaration. by Fariborz Jahanian · 17 years ago
  24. aaa3cf8 Fix regression with ObjC method definitions and -ast-print by Steve Naroff · 17 years ago
  25. 71c0a95 by Steve Naroff · 17 years ago
  26. e720198 Added pretty-printing of statements during serialization. by Ted Kremenek · 17 years ago
  27. bac97d4 Fixed a rewrite of metadata bug when category implementation has no matching interface. by Fariborz Jahanian · 17 years ago
  28. b7908b5 Populate metadata with adrress of method code. by Fariborz Jahanian · 17 years ago
  29. 66d6b29 Rewrite of method definitions in categories. by Fariborz Jahanian · 17 years ago
  30. 7a3279d Order of methods are OK and generated .c file can be compiled. by Fariborz Jahanian · 17 years ago
  31. 48a0b6a First patch in rewrie of method definitions. This is work in progress. by Fariborz Jahanian · 17 years ago
  32. db87bca Added -Wfloat-equal option to the driver. This makes warnings about by Ted Kremenek · 17 years ago
  33. a36c486 Clean up types, removing some casts. Patch contributed by Cedric Venet. by Chris Lattner · 17 years ago
  34. 0330071 by Steve Naroff · 17 years ago
  35. 0416fb9 by Steve Naroff · 17 years ago
  36. db8f3d3 pretty priting for method definitions. by Fariborz Jahanian · 17 years ago
  37. 7a1f4db Modifed the test serialization driver to... by Ted Kremenek · 17 years ago
  38. f3473a7 by Steve Naroff · 17 years ago
  39. 3217482 by Steve Naroff · 17 years ago
  40. 9698464 by Steve Naroff · 17 years ago
  41. 28d1fe8 use insert instead of replacing 0 bytes with text :) by Chris Lattner · 17 years ago
  42. 74a0c77 use std::copy instead of memcpy for abstraction. by Chris Lattner · 17 years ago
  43. 21867b1 by Steve Naroff · 17 years ago
  44. 4402d81 Emit objective-c's meta-data at the end of rewriting to stdout. by Fariborz Jahanian · 17 years ago
  45. 2bd0392 by Steve Naroff · 17 years ago
  46. 7573098 by Steve Naroff · 17 years ago
  47. 957cf65 Rewrite for properties. by Fariborz Jahanian · 17 years ago
  48. 07c0fd9 Fixed typo in the name of "ReadPreamble". by Ted Kremenek · 17 years ago
  49. e00e28f Bug fix: inverted test condition to see if a serialized AST-bitcode by Ted Kremenek · 17 years ago
  50. 82a5fe3 Patch for objc2's property ASTs, as well as pretty-priting the ASTs. by Fariborz Jahanian · 17 years ago
  51. 018b395 Revampled Serialization Tester to serialize and deserialize out an entire ASTContext and top-level decls. by Ted Kremenek · 17 years ago
  52. 4ac8121 In driver code implemented serialization of ASTContext. Working on serialization of simple ASTs. by Ted Kremenek · 17 years ago
  53. 909f02a Misc. fixes. 1) Resurrect meta-data generation turned off by a previous patch. by Fariborz Jahanian · 17 years ago
  54. e3abbf5 by Steve Naroff · 17 years ago
  55. b42f841 by Steve Naroff · 17 years ago
  56. 352336b by Steve Naroff · 17 years ago
  57. f11b7d0 by Steve Naroff · 17 years ago
  58. ab972d3 by Steve Naroff · 17 years ago
  59. beaf299 by Steve Naroff · 17 years ago
  60. 31e6c7d Fix ownership model of ParseAST to allow the dtor of by Chris Lattner · 17 years ago
  61. 0496005 by Steve Naroff · 17 years ago
  62. d5255f5 by Steve Naroff · 17 years ago
  63. 6c6a2db by Steve Naroff · 17 years ago
  64. f1de0ca 1) More additions for objective-c's qualifier type. by Fariborz Jahanian · 17 years ago
  65. 212b768 Fixed a bug exposed by fixing the assert in previous patch (one of the tests asserted). by Fariborz Jahanian · 17 years ago
  66. aff56d0 Changed direction of assert. Added more comments. by Fariborz Jahanian · 17 years ago
  67. 8749be5 by Steve Naroff · 17 years ago
  68. b4292f2 by Steve Naroff · 17 years ago
  69. 7a4718e Take 2. by Devang Patel · 17 years ago
  70. fdc08a0 Rewriteing of ivars changed to just copy directly from the source. by Fariborz Jahanian · 17 years ago
  71. 498856c by Steve Naroff · 17 years ago
  72. e03cd7b temporarily revert devang's patch to link in the llvm codegen etc. by Chris Lattner · 17 years ago
  73. 9165ad3 by Steve Naroff · 17 years ago
  74. f767e21 Make target info available to clang code generator. by Devang Patel · 17 years ago
  75. 09b266e by Steve Naroff · 17 years ago
  76. 752d6ef by Steve Naroff · 17 years ago
  77. 423cb56 by Steve Naroff · 17 years ago
  78. 2feac5e by Steve Naroff · 17 years ago
  79. f908a87 by Steve Naroff · 17 years ago
  80. 33e1d64 Encoding for objectiive-c methods. by Fariborz Jahanian · 17 years ago
  81. 160eb65 Do the encoding of ivar types in the ivar metadata. by Fariborz Jahanian · 17 years ago
  82. 85f9bce Add (partial) support for @encode. by Anders Carlsson · 17 years ago
  83. 4d733d3 Path to synthesize 'instance' size field of _objc_class metadata. by Fariborz Jahanian · 17 years ago
  84. bef1185 by Steve Naroff · 17 years ago
  85. 26e4cd3 Patch to synthesize computation of Ivar offset in rewritten c file. by Fariborz Jahanian · 17 years ago
  86. edcfb42 Pretty printing for ivar list of an interface block. by Fariborz Jahanian · 17 years ago
  87. ccd87b0 Refactored several meta data for reusability. by Fariborz Jahanian · 17 years ago
  88. 158ecb9 Convert one type of metadata to use std::string instead of printf as an example. by Chris Lattner · 17 years ago
  89. 8e991ba Refactored RewriteObjcMethodsMetaData to better rewrite by Fariborz Jahanian · 17 years ago
  90. 934f276 More work on translating message expressions. by Steve Naroff · 17 years ago
  91. 1a0965e Remove explicit use of size of known structs in metadata generation. by Fariborz Jahanian · 17 years ago
  92. 454cb01 Couple of minor changes. 1) Metaclass metadata also has a reference to by Fariborz Jahanian · 17 years ago
  93. 2e6d935 Refactord instance and class metadata emission. Refactored protocols metadata emission. by Fariborz Jahanian · 17 years ago
  94. a2bfb91 Modified current clients of Bitcode-Object serialization to use the by Ted Kremenek · 17 years ago
  95. f04da13 Fix some long lines, move code around into logical groups. by Chris Lattner · 17 years ago
  96. e64b777 Use Ted's new mutable child iterators to update the tree as we rewrite it. by Chris Lattner · 17 years ago
  97. c000609 by Steve Naroff · 17 years ago
  98. ebf2b56 by Steve Naroff · 17 years ago
  99. c637e6b Implemented serialization for IdentifierInfo and IdentifierTable. by Ted Kremenek · 17 years ago
  100. 7e15891 by Steve Naroff · 17 years ago