1. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  2. 5c09a02 Fix OCUVector case in struct layout code. by Christopher Lamb · 17 years ago
  3. 22c940e Enable CodeGen for member expressions based on call expressions returning aggregate types. This enables expressions like 'foo().member.submember'. by Christopher Lamb · 17 years ago
  4. d3ba3f4 Make MemberExpr code safe w.r.t. address spaces. by Christopher Lamb · 17 years ago
  5. 33fd5c1 Fix an error in the base/idx accessors for ArraySubscriptExpr's that crops up with vector element access. by Christopher Lamb · 17 years ago
  6. 998568f various cleanups. Use IgnoreParenCasts instead of inlined versions. by Chris Lattner · 17 years ago
  7. fae3f1f unindent cases in a switch stmt, no functionality change. by Chris Lattner · 17 years ago
  8. 925e60d Change Sema::ActOnCallExpr to construct the CallExpr early and put it into by Chris Lattner · 17 years ago
  9. c063e43 move file to proper place in project. by Chris Lattner · 17 years ago
  10. d18b329 Add accessors + iterator interface. by Chris Lattner · 17 years ago
  11. bfc7930 From Lucas Newman: by Chris Lattner · 17 years ago
  12. 1e57144 add a file I forgot to svn add. by Chris Lattner · 17 years ago
  13. 1dc4304 alphabetize in project. by Chris Lattner · 17 years ago
  14. cda459e use -emit-llvm-bc by Chris Lattner · 17 years ago
  15. 6d0747d no need to verify this, no errors/warnings are expected. by Chris Lattner · 17 years ago
  16. 516bd46 Fix a crash on a top-level objc string, patch by Nico Weber by Chris Lattner · 17 years ago
  17. cb53b36 - Use Tok.isObjCAtKeyword instead of Tok.getIdentifierInfo()->getObjCKeywordID(). by Chris Lattner · 17 years ago
  18. b5ce097 No need to do work that the folding builder does for us. by Anders Carlsson · 17 years ago
  19. 9bb947a Remove broken assert from CodeGen. Better check is done in Sema. by Seo Sanghyeon · 17 years ago
  20. 4c92b43 Make output files binary mode for -emit-llvm-bc by Christopher Lamb · 17 years ago
  21. 396f9fe Almost the best possible handling of stdin/stdout for llvm-emit-bc! by Christopher Lamb · 17 years ago
  22. 8bd848f Better handing of stdin/stdout for -emit-llvm-bc by Christopher Lamb · 17 years ago
  23. 2d6c065 Allow bitcode output to be redirected to stdout. by Christopher Lamb · 17 years ago
  24. fe947ad Implement -emit-llvm-bc option by Seo Sanghyeon · 17 years ago
  25. ad6ebd6 String literal in aggregate expression by Seo Sanghyeon · 17 years ago
  26. eb44eee remove use of alloca. by Chris Lattner · 17 years ago
  27. d0fa109 Unbreak mingw build by Anton Korobeynikov · 17 years ago
  28. 1cbb58f Added (incomplete) implementation of SimulEngine, a worklist-based dataflow by Ted Kremenek · 17 years ago
  29. dc5c01b Another test case, testing a variety of objective-c type comparisons. by Fariborz Jahanian · 17 years ago
  30. 7b5e1b8 Another test for objective-c's type comparison. by Fariborz Jahanian · 17 years ago
  31. 30f790a Converted Loc back to being of type ProgramEdge. Ultimately I believe we want by Ted Kremenek · 17 years ago
  32. 0b506a1 Added preliminary implementation of SimulGraph, which represents the by Ted Kremenek · 17 years ago
  33. 9db9bd9 Changed "Location" from "ProgramEdge" to "ProgramEdge&" (slightly more svelt by Ted Kremenek · 17 years ago
  34. 5facce9 SimulVertex now subclasses FoldingSetNode. by Ted Kremenek · 17 years ago
  35. a3b8591 Added Profile method to SimulVertex. by Ted Kremenek · 17 years ago
  36. 4c71f1a This patch implements some of the more obscure type-checking involving by Fariborz Jahanian · 17 years ago
  37. 6af1753 Updated Xcode project to be in sync with recent changes in file locations by Ted Kremenek · 17 years ago
  38. cf6e41b Directory restructing of Analysis files. by Ted Kremenek · 17 years ago
  39. 7bb371d Renamed file AnalysisVertex.h to SimulVertex.h by Ted Kremenek · 17 years ago
  40. b314496 Renamed class AnalysisVertex to SimulVertex by Ted Kremenek · 17 years ago
  41. afe5433 Fixed successor order for CFG basic blocks when handling: x && y. The bug by Ted Kremenek · 17 years ago
  42. 3c40085 Convert opaque type when struct definition is seen. by Devang Patel · 17 years ago
  43. dd6ecdb Keep track of llvm struct size while adding fields. by Devang Patel · 17 years ago
  44. b145e7d Patch to compare to objective-c static types where one or the other by Fariborz Jahanian · 17 years ago
  45. 88d7521 Test case for my last patch. by Fariborz Jahanian · 17 years ago
  46. d0c89c4 More objective-c type analysis. This time involving objective types by Fariborz Jahanian · 17 years ago
  47. eaac0b0 Added class "StateVariant", a template class which serves to wrap states that by Ted Kremenek · 17 years ago
  48. 2a11a5f Added initial implementation of "AnalysisVertex", a class to represent a by Ted Kremenek · 17 years ago
  49. cfc8738 Another test for objective-c type comparison. by Fariborz Jahanian · 17 years ago
  50. 0f01deb More objective-c type checking. This time comparing objective-c known objects. by Fariborz Jahanian · 17 years ago
  51. ee53364 Converted uses of scoped_ptr to OwningPtr. by Ted Kremenek · 17 years ago
  52. c395bda Patch to do type-checking for objctive-c's object types. More is yet to come. by Fariborz Jahanian · 17 years ago
  53. 18b2515 add accessor. by Chris Lattner · 17 years ago
  54. 7360f9f Add newline by Seo Sanghyeon · 17 years ago
  55. 7697b5c Fix trivial self-infinite-recursion by Chris Lattner · 17 years ago
  56. 7359f04 More objective-c typechecking stuff. This is work in progress and more patches by Fariborz Jahanian · 17 years ago
  57. fe23e21 Implement codegen for ordered comparison builtins. by Chris Lattner · 17 years ago
  58. 5411772 Created initial implementation of "BuildSerializer", and ASTConsumer by Ted Kremenek · 17 years ago
  59. 7f17527 Renamed "FileEntry::getDev()" to "FileEntry::getDevice()" by Ted Kremenek · 17 years ago
  60. 1b9a079 implement semantic analysis for __builtin_islessequal and friends. by Chris Lattner · 17 years ago
  61. 97394f2 Added method getFileEntryForID() to SourceManager. by Ted Kremenek · 17 years ago
  62. c27c665 simplify some code. by Chris Lattner · 17 years ago
  63. 30ce344 refactor some code that handles sema of direct function calls. by Chris Lattner · 17 years ago
  64. d57f635 Add iterator interface to function/method parameters. by Chris Lattner · 17 years ago
  65. f06c928 Split serialization ASTConsumers into two consumers: SingleFileSerializer and by Ted Kremenek · 17 years ago
  66. 1036b68 Added methods createMainFileID() and createMainFileIDForMemBuffer() to by Ted Kremenek · 17 years ago
  67. 95041a2 Interned MainFileID within SourceManager. Since SourceManager is referenced by by Ted Kremenek · 17 years ago
  68. 7dcc968 Typo fix. by Ted Kremenek · 17 years ago
  69. 76edd0e Added storage of the FileID of the the main source file of a translation unit by Ted Kremenek · 17 years ago
  70. 94a5c33 by Steve Naroff · 17 years ago
  71. fdfc198 Removed "SourceFile" from TranslationUnit. This same information will (soon) by Ted Kremenek · 17 years ago
  72. 80a7591 Describe Nico's script for gcc interception. Patch by Nico Weber. by Chris Lattner · 17 years ago
  73. 50b5641 Cleaned up "-o" option to print "-o=<path>" instead of "-o=<string>" when by Ted Kremenek · 17 years ago
  74. ccc7647 Added "-o" option to driver. ASTConsumers will need to be gradually by Ted Kremenek · 17 years ago
  75. 2243449 Add support for #pragma mark, which shouldn't warn about bogus tokens. by Chris Lattner · 17 years ago
  76. 63ea863 Removed storing inode and device number in TranslationUnit. by Ted Kremenek · 17 years ago
  77. 6f62c2a fix some crazy indentation by Chris Lattner · 17 years ago
  78. 23ae091 by Steve Naroff · 17 years ago
  79. cf5f931 Minor test twik. by Fariborz Jahanian · 17 years ago
  80. 9dadf5a Updated locations of TranslationUnit.[cpp,h] in XCode project. by Ted Kremenek · 17 years ago
  81. 68cfd49 reenable this code, fix the testcase. by Chris Lattner · 17 years ago
  82. 852e311 disable my commit from yesterday, fixing a regression test failure. by Chris Lattner · 17 years ago
  83. 411f373 This patch concludes implementation of dynamic objective-c type qualified by by Fariborz Jahanian · 17 years ago
  84. abf5ad0 Fix the embarassing typo for real this time (- vs _), sorry about breaking the tests Steve. by Anders Carlsson · 17 years ago
  85. 3910c7c Moved generation of the name of the serialized AST file into by Ted Kremenek · 17 years ago
  86. 5ca4020 by Steve Naroff · 17 years ago
  87. 0592cbe by Steve Naroff · 17 years ago
  88. 78aaae9 Fix an embarassing typo and add some very limited support for the aligned attribute. by Anders Carlsson · 17 years ago
  89. f8d1080 svn:ignore configure.out at the root level by Christopher Lamb · 17 years ago
  90. ecbbfd2 Change svn attributes to ignore build directories. by Christopher Lamb · 17 years ago
  91. 6ede0ff Normalize attribute names if possible so we won't have to do two strcmps for every attribute. by Anders Carlsson · 17 years ago
  92. 54b263b fix broken assert. by Chris Lattner · 17 years ago
  93. cd88129 Implement C99 6.7.5.3p1 by Chris Lattner · 17 years ago
  94. bca6d12 Refactored inode and device number into FileEntry, and changed the by Ted Kremenek · 17 years ago
  95. 82dfaf7 When serializing SourceManager, we now serialize out absolute paths by Ted Kremenek · 17 years ago
  96. dca2927 Moved ReadBitcodeFile and EmitBitcodeFile out of TranslationUnit and made them by Ted Kremenek · 17 years ago
  97. 49747fd by Steve Naroff · 17 years ago
  98. 525fdbc Fixed broken includes introduced by recent (incomplete) patch to by Ted Kremenek · 17 years ago
  99. 9765ec2 Moved TranslationUnit.h to include path. by Ted Kremenek · 17 years ago
  100. 77cda50 Moved TranslationUnit from Driver to AST library. by Ted Kremenek · 17 years ago