1. b601147 Unbreak mingw build by Anton Korobeynikov · 17 years ago
  2. d57e9bf Added (incomplete) implementation of SimulEngine, a worklist-based dataflow by Ted Kremenek · 17 years ago
  3. 104503b Another test case, testing a variety of objective-c type comparisons. by Fariborz Jahanian · 17 years ago
  4. 641e78b Another test for objective-c's type comparison. by Fariborz Jahanian · 17 years ago
  5. 050377b Converted Loc back to being of type ProgramEdge. Ultimately I believe we want by Ted Kremenek · 17 years ago
  6. e33b9c1 Added preliminary implementation of SimulGraph, which represents the by Ted Kremenek · 17 years ago
  7. 63376be Changed "Location" from "ProgramEdge" to "ProgramEdge&" (slightly more svelt by Ted Kremenek · 17 years ago
  8. e74bc48 SimulVertex now subclasses FoldingSetNode. by Ted Kremenek · 17 years ago
  9. 3752e70 Added Profile method to SimulVertex. by Ted Kremenek · 17 years ago
  10. f4e6804 This patch implements some of the more obscure type-checking involving by Fariborz Jahanian · 17 years ago
  11. db4334f Updated Xcode project to be in sync with recent changes in file locations by Ted Kremenek · 17 years ago
  12. cdf8e84 Directory restructing of Analysis files. by Ted Kremenek · 17 years ago
  13. 5cc9764 Renamed file AnalysisVertex.h to SimulVertex.h by Ted Kremenek · 17 years ago
  14. 682d7d6 Renamed class AnalysisVertex to SimulVertex by Ted Kremenek · 17 years ago
  15. b234852 Fixed successor order for CFG basic blocks when handling: x && y. The bug by Ted Kremenek · 17 years ago
  16. d390278 Convert opaque type when struct definition is seen. by Devang Patel · 17 years ago
  17. d9d2f72 Keep track of llvm struct size while adding fields. by Devang Patel · 17 years ago
  18. 274dbf0 Patch to compare to objective-c static types where one or the other by Fariborz Jahanian · 17 years ago
  19. b996ff5 Test case for my last patch. by Fariborz Jahanian · 17 years ago
  20. cd71bf4 More objective-c type analysis. This time involving objective types by Fariborz Jahanian · 17 years ago
  21. 04f2dcf Added class "StateVariant", a template class which serves to wrap states that by Ted Kremenek · 17 years ago
  22. 5caa757 Added initial implementation of "AnalysisVertex", a class to represent a by Ted Kremenek · 17 years ago
  23. 4d43526 Another test for objective-c type comparison. by Fariborz Jahanian · 17 years ago
  24. ce2de81 More objective-c type checking. This time comparing objective-c known objects. by Fariborz Jahanian · 17 years ago
  25. 0c7cd7a Converted uses of scoped_ptr to OwningPtr. by Ted Kremenek · 17 years ago
  26. 8782907 Patch to do type-checking for objctive-c's object types. More is yet to come. by Fariborz Jahanian · 17 years ago
  27. 3900a1d add accessor. by Chris Lattner · 17 years ago
  28. 0fcdfd4 Add newline by Seo Sanghyeon · 17 years ago
  29. 73bb782 Fix trivial self-infinite-recursion by Chris Lattner · 17 years ago
  30. 5319d9c More objective-c typechecking stuff. This is work in progress and more patches by Fariborz Jahanian · 17 years ago
  31. d1f26b3 Implement codegen for ordered comparison builtins. by Chris Lattner · 17 years ago
  32. fc17b8a Created initial implementation of "BuildSerializer", and ASTConsumer by Ted Kremenek · 17 years ago
  33. c338e4c Renamed "FileEntry::getDev()" to "FileEntry::getDevice()" by Ted Kremenek · 17 years ago
  34. 7c8d1af implement semantic analysis for __builtin_islessequal and friends. by Chris Lattner · 17 years ago
  35. d41db19 Added method getFileEntryForID() to SourceManager. by Ted Kremenek · 17 years ago
  36. 3b93369 simplify some code. by Chris Lattner · 17 years ago
  37. f22a850 refactor some code that handles sema of direct function calls. by Chris Lattner · 17 years ago
  38. 5333a6b Add iterator interface to function/method parameters. by Chris Lattner · 17 years ago
  39. 2118901 Split serialization ASTConsumers into two consumers: SingleFileSerializer and by Ted Kremenek · 17 years ago
  40. 6d1d3ac Added methods createMainFileID() and createMainFileIDForMemBuffer() to by Ted Kremenek · 17 years ago
  41. 17861c5 Interned MainFileID within SourceManager. Since SourceManager is referenced by by Ted Kremenek · 17 years ago
  42. 0fd6e49 Typo fix. by Ted Kremenek · 17 years ago
  43. 2578dd0 Added storage of the FileID of the the main source file of a translation unit by Ted Kremenek · 17 years ago
  44. 74273de by Steve Naroff · 17 years ago
  45. d890f6a Removed "SourceFile" from TranslationUnit. This same information will (soon) by Ted Kremenek · 17 years ago
  46. 38bc723 Describe Nico's script for gcc interception. Patch by Nico Weber. by Chris Lattner · 17 years ago
  47. 09b3f0d Cleaned up "-o" option to print "-o=<path>" instead of "-o=<string>" when by Ted Kremenek · 17 years ago
  48. d01eae6 Added "-o" option to driver. ASTConsumers will need to be gradually by Ted Kremenek · 17 years ago
  49. c0f6b22 Add support for #pragma mark, which shouldn't warn about bogus tokens. by Chris Lattner · 17 years ago
  50. ab74937 Removed storing inode and device number in TranslationUnit. by Ted Kremenek · 17 years ago
  51. b66237b fix some crazy indentation by Chris Lattner · 17 years ago
  52. bcf0a92 by Steve Naroff · 17 years ago
  53. feb87c3 Minor test twik. by Fariborz Jahanian · 17 years ago
  54. 89296c5 Updated locations of TranslationUnit.[cpp,h] in XCode project. by Ted Kremenek · 17 years ago
  55. bccfc15 reenable this code, fix the testcase. by Chris Lattner · 17 years ago
  56. c2f7307 disable my commit from yesterday, fixing a regression test failure. by Chris Lattner · 17 years ago
  57. 957442d This patch concludes implementation of dynamic objective-c type qualified by by Fariborz Jahanian · 17 years ago
  58. 5f558b5 Fix the embarassing typo for real this time (- vs _), sorry about breaking the tests Steve. by Anders Carlsson · 17 years ago
  59. bde3033 Moved generation of the name of the serialized AST file into by Ted Kremenek · 17 years ago
  60. e4e5e26 by Steve Naroff · 17 years ago
  61. a719f94 by Steve Naroff · 17 years ago
  62. c8b4412 Fix an embarassing typo and add some very limited support for the aligned attribute. by Anders Carlsson · 17 years ago
  63. cce13d1 svn:ignore configure.out at the root level by Christopher Lamb · 17 years ago
  64. 73a77d9 Change svn attributes to ignore build directories. by Christopher Lamb · 17 years ago
  65. 28e34e3 Normalize attribute names if possible so we won't have to do two strcmps for every attribute. by Anders Carlsson · 17 years ago
  66. 5b5e198 fix broken assert. by Chris Lattner · 17 years ago
  67. 6ad7e88 Implement C99 6.7.5.3p1 by Chris Lattner · 17 years ago
  68. c94f909 Refactored inode and device number into FileEntry, and changed the by Ted Kremenek · 17 years ago
  69. 1b6dd6f When serializing SourceManager, we now serialize out absolute paths by Ted Kremenek · 17 years ago
  70. eccf070 Moved ReadBitcodeFile and EmitBitcodeFile out of TranslationUnit and made them by Ted Kremenek · 17 years ago
  71. c863207 by Steve Naroff · 17 years ago
  72. 3a0b28b Fixed broken includes introduced by recent (incomplete) patch to by Ted Kremenek · 17 years ago
  73. 3f08f18 Moved TranslationUnit.h to include path. by Ted Kremenek · 17 years ago
  74. ac88193 Moved TranslationUnit from Driver to AST library. by Ted Kremenek · 17 years ago
  75. dcb2b1e Refactoring work. ObjcQualifiedIdType is now derived from 'Type'. by Fariborz Jahanian · 17 years ago
  76. 3e2dcaa Added to FileEntry a pointer to the <dev_t,ino_t> pair for the file, and by Ted Kremenek · 17 years ago
  77. d2df2b5 local static vars are globals also. This fixes a testcase reported by Seo. by Chris Lattner · 17 years ago
  78. 0448b4f remove the loc argument to Type::isConstantSizeType, which isn't useful. by Chris Lattner · 17 years ago
  79. b3ff082 Fix the location we emit the "not a constant" error for this: by Chris Lattner · 17 years ago
  80. d34599a Fix PR1863: an assertion due to not setting a location on return from by Chris Lattner · 17 years ago
  81. 6df9359 Fix const propagation bug. by Chris Lattner · 17 years ago
  82. 464c7f6 Fix an nice and subtle parser bug reported by Nico Weber. by Chris Lattner · 17 years ago
  83. ccc26a7 by Steve Naroff · 17 years ago
  84. c1a88c1 by Steve Naroff · 17 years ago
  85. 323d568 Turns out the LLVMFoldingBuilder can fold InsertElement. Knowing this, we can get rid of our special casing of constants when creating vectors. by Anders Carlsson · 17 years ago
  86. fe9eb6a by Steve Naroff · 17 years ago
  87. 4b23f94 introduce a new CodeGenModule::getIntrinsic method, which wraps by Chris Lattner · 17 years ago
  88. f258a0f by Steve Naroff · 17 years ago
  89. 2a0e543 Fixed a comment describing a function by Fariborz Jahanian · 17 years ago
  90. 45fab55 implement HeaderMap::LookupFile. I think headermaps are done now. All that is by Chris Lattner · 17 years ago
  91. 78ee226 implement enough helper functions to successfully dump out the by Chris Lattner · 17 years ago
  92. e76e841 Patch to implemented objective-c's dynamic object pointer qualified with by Fariborz Jahanian · 17 years ago
  93. 836b8bc Targets.cpp is gone. by Chris Lattner · 17 years ago
  94. 40715f0 Make the insertion point with an explicit new instead of the builder. by Chris Lattner · 17 years ago
  95. 56c939e Removed CFG.cpp's dependence on #including iostream. by Ted Kremenek · 17 years ago
  96. 19398b6 Modified format-string checking to not emit a warning when all of the by Ted Kremenek · 17 years ago
  97. 8124f84 simplify some code, using new scoped_ptr support. Fix a bug in the by Chris Lattner · 17 years ago
  98. 22387e1 Finish hooking up the scaffolding for headermaps. They can now do everything by Chris Lattner · 17 years ago
  99. 109118e Format string checker: asprintf does not pass argumnents via va_list. by Ted Kremenek · 17 years ago
  100. 9af36d3 Start reading the headermap header, drop the 'errorstr' argument to by Chris Lattner · 17 years ago