1. 2bac4ea Added preliminary support for while loops within source-level CFGs. by Ted Kremenek · 17 years ago
  2. fa2be43 Added explicit pointer within class CFG to the Entry block. by Ted Kremenek · 17 years ago
  3. 4985ace by Steve Naroff · 17 years ago
  4. e8ee26b Added CFG support for: for loops by Ted Kremenek · 17 years ago
  5. 294494e by Steve Naroff · 17 years ago
  6. 4a2b8a1 Changed data structure recording the CFG blocks that need to be backpatched by Ted Kremenek · 17 years ago
  7. f9bcf01 Parse @encode expressions. by Anders Carlsson · 17 years ago
  8. 697e15f update todo markers by Chris Lattner · 17 years ago
  9. 3848440 optimize scope push/pop to avoid work in the common case. by Chris Lattner · 17 years ago
  10. 0ecea03 Fix the scoping issue Neil pointed out for the rest of by Chris Lattner · 17 years ago
  11. a36ce71 Fix a nasty C99 scope issue that Neil pointed out (for ifs) by Chris Lattner · 17 years ago
  12. 0cebe3e Added CFG support for gotos and labels. by Ted Kremenek · 17 years ago
  13. e73e8e2 add some fixme's, implement complex struct members. by Chris Lattner · 17 years ago
  14. 3070f98 implement codegen for --/++ by Chris Lattner · 17 years ago
  15. c310e93 Converted CFGBuilder to use StmtVisitor instead of doing a switch by Ted Kremenek · 17 years ago
  16. 09ff812 add cfg.h/cfg.cpp to the xcode project at Ted's request. by Chris Lattner · 17 years ago
  17. fddd518 Added CFG infrastructure (CFG.cpp and CFG.h) for clang ASTs. by Ted Kremenek · 17 years ago
  18. ddbff78 Implement parsing for objc instance variables. by Steve Naroff · 17 years ago
  19. e98a11c implement __extension__ and unary~ for complex. by Chris Lattner · 17 years ago
  20. 4ce8547 Added reverse iterators for the body of CompountStmt. These are useful for by Ted Kremenek · 17 years ago
  21. fa2b9c9 implement codegen for complex unary +/- by Chris Lattner · 17 years ago
  22. 5dac7f6 Don't remove the grammar construct, just the TODO. by Anders Carlsson · 17 years ago
  23. 776c649 minor nicities. by Chris Lattner · 17 years ago
  24. ed44238 Tweak error recovery for missing semicolon after decl. For this: by Chris Lattner · 17 years ago
  25. 13d130c add unary operator support to the stmtvisitor by Chris Lattner · 17 years ago
  26. c52056a Remove objc-string-literal since it's been implemented now. by Anders Carlsson · 17 years ago
  27. 8bcd723 implement support for complex subscripts. by Chris Lattner · 17 years ago
  28. 76e8033 allow support for volatile lvalues even though it's still not right. by Chris Lattner · 17 years ago
  29. 5508518 Implement parsing and code generation of Objective-C string literals. by Anders Carlsson · 17 years ago
  30. 5083a53 add a new builder ivar. by Chris Lattner · 17 years ago
  31. 46d7d9f move EmitLoadOfComplex/EmitStoreOfComplex into ComplexExprEmitter. by Chris Lattner · 17 years ago
  32. 756a4d8 implement comma for complex. by Chris Lattner · 17 years ago
  33. 4034edb and/or/xor are invalid for complex, even integer complex apparently. by Chris Lattner · 17 years ago
  34. 32e32e7 simplify code slightly by Chris Lattner · 17 years ago
  35. 3cbc38b add sema support for complex integer types by Chris Lattner · 17 years ago
  36. 58dee10 reimplement support for complex comparisons, add support for integer complex compares. by Chris Lattner · 17 years ago
  37. c6fb90a add getAsComplexType() for consistency by Chris Lattner · 17 years ago
  38. 2d5049f Add the comparisons and logical binops to the visitor. by Chris Lattner · 17 years ago
  39. 2823c19 reimplement complex mul by Chris Lattner · 17 years ago
  40. 2f9d5fe add a testcase I forgot to check in long ago by Chris Lattner · 17 years ago
  41. 05ba49c update some comments. by Chris Lattner · 17 years ago
  42. b6ef18a Split complex arithmetic codegen out from aggregate codegen. by Chris Lattner · 17 years ago
  43. c748f27 simplify this a bit to remove indirection by Chris Lattner · 17 years ago
  44. ee755f9 reimplement addition of complex numbers. by Chris Lattner · 17 years ago
  45. 03d6fb9 Add the ability to visit binary operators without having to by Chris Lattner · 17 years ago
  46. 9c03356 switch aggregate expr codegen to use a visitor to localize most of the nasty by Chris Lattner · 17 years ago
  47. e12b430 Now that the visitor is defined in one place, it is nice and easy to allow clients by Chris Lattner · 17 years ago
  48. c5598cb Switch StmtVisitor from using dynamic to static dispatch. This makes it by Chris Lattner · 17 years ago
  49. 2b8bac5 we now correctly emit: by Chris Lattner · 17 years ago
  50. c9e2091 Implement code generation for constant CFStrings. by Anders Carlsson · 17 years ago
  51. 7016a70 Fix array->pointer decay. This unbreaks test/CodeGen/array.c by Chris Lattner · 17 years ago
  52. 28a7ca8 by Steve Naroff · 17 years ago
  53. dac269b by Steve Naroff · 17 years ago
  54. 022012e Add support for code generation of builtins. by Anders Carlsson · 17 years ago
  55. f8f9517 Added test cases for the return-stack-address checker to test support by Ted Kremenek · 17 years ago
  56. 2324512 Modified ArraySubscriptExpr to have accessors getLHS and getRHS in addition by Ted Kremenek · 17 years ago
  57. 602f754 Fixed bug in VarDecl::hasAutoStorage: function parameters implicitly have by Ted Kremenek · 17 years ago
  58. 4774b4d Added extra test case to check proper handling of archaic array indexing: 4[A] by Ted Kremenek · 17 years ago
  59. 4e53328 Add preliminary support for converting struct types. by Anders Carlsson · 17 years ago
  60. 06de276 Added extra semantic checking to do basic detection of by Ted Kremenek · 17 years ago
  61. 9cdc4d3 Return true in case of error, which is what other functions do. by Anders Carlsson · 17 years ago
  62. 71993dd Add initial support for constant CFStrings. by Anders Carlsson · 17 years ago
  63. e77fd3c by Steve Naroff · 17 years ago
  64. fc4a160 Added a comment to ArraySubscriptExpr to note that the expressions like by Ted Kremenek · 17 years ago
  65. 87ce144 Added the following utility methods to VarDecl that provide by Ted Kremenek · 17 years ago
  66. 6a2394c Removed dead variable "hadError" in ParseReturnStmt. by Ted Kremenek · 17 years ago
  67. 71895b9 Added support for additional format string checking for the printf by Ted Kremenek · 17 years ago
  68. e6a82b2 Added documentation to StringLiteral noting that the strings returned by by Ted Kremenek · 17 years ago
  69. 954698c xfail this for now. by Chris Lattner · 17 years ago
  70. 883f6a7 start splitting out aggregate value computation from EmitExpr into EmitAggExpr. by Chris Lattner · 17 years ago
  71. ee41ce5 make sure to add a newline at the end of the dump by Chris Lattner · 17 years ago
  72. 8207710 Added "id_idx" parameter to CheckPrintfArguments. This will be used by Ted Kremenek · 17 years ago
  73. e0eb80a Moved id_asprintf before id_vsnprintf in the enum used for indexing by Ted Kremenek · 17 years ago
  74. c301815 add support for a top-level __extension__ marker, implementing a todo. by Chris Lattner · 17 years ago
  75. 59907c4 initial support for checking format strings, patch by Ted Kremenek: by Chris Lattner · 17 years ago
  76. af6f528 New file, just a placeholder for now. by Chris Lattner · 17 years ago
  77. 009e9f7 Build ASTs before relexing the file. This avoids having comment finding mutate the by Chris Lattner · 17 years ago
  78. 30bf771 by Steve Naroff · 17 years ago
  79. cff944b fix this test to pass. by Chris Lattner · 17 years ago
  80. cf60cd2 fix a codegen bug handling ocuvector element exprs. by Chris Lattner · 17 years ago
  81. 12b2be2 make this harder by Chris Lattner · 17 years ago
  82. cc666af implement initial codegen for aggregate return functions. This implements by Chris Lattner · 17 years ago
  83. 461766a Fix a bug handling function -> pointer decay and avoid emitting a noop bitcast. by Chris Lattner · 17 years ago
  84. f9e0581 implement dumper support for declstmt's. The dumper is now "done". by Chris Lattner · 17 years ago
  85. 13cb21f implement dumper support for the rest of expressions. by Chris Lattner · 17 years ago
  86. 36460ee move a switch to common code. by Chris Lattner · 17 years ago
  87. 0618408 minor fixes by Chris Lattner · 17 years ago
  88. 5fc6107 dump strings with escapes and other stuff in them nicely. by Chris Lattner · 17 years ago
  89. 1ef0876 minor cleanups by Chris Lattner · 17 years ago
  90. d6c7c18 __attribute__ starts a declspec. by Chris Lattner · 17 years ago
  91. a0df31a add dumping support for some new nodes by Chris Lattner · 17 years ago
  92. fd8f7da Dump out types for expressions, and handle typedefs nicely. by Chris Lattner · 17 years ago
  93. 6000dac add a new AST dumper interface (E->dump()). This dumps out by Chris Lattner · 17 years ago
  94. 13b7c5f Finish implementing __builtin_classify_type()... by Steve Naroff · 17 years ago
  95. 6c21616 now that implicit conversions are explicit, we can eliminate by Chris Lattner · 17 years ago
  96. e877042 Add support for __builtin_classify_type(). This builtin function isn't "public", however by Steve Naroff · 17 years ago
  97. d4f0802 now that implicit conversions are explicit, we can eliminate by Chris Lattner · 17 years ago
  98. 6a9f3e3 by Steve Naroff · 17 years ago
  99. 7effa1a add some helpers by Chris Lattner · 17 years ago
  100. 1bfd5cc by Steve Naroff · 17 years ago