1. c992b4a update for changes in diagnostic strings. by Chris Lattner · 17 years ago
  2. 2119c48 regroup assignment-related diagnostics, fix a mistake in one. by Chris Lattner · 17 years ago
  3. bfe639e give better diagnostics for converting between function pointer and void*. by Chris Lattner · 17 years ago
  4. 58ca5f5 renamed class "GRCP" (Graph Reachabilty Constant Propagation) to by Ted Kremenek · 17 years ago
  5. 05abf8c Implemented End-Of-Path processing. by Ted Kremenek · 17 years ago
  6. 7978452 Initial checking of GRConstantPropagation.cpp, which implements a constant by Ted Kremenek · 17 years ago
  7. 1dcf0a4 Fixed misuse of pointer within SimulVertex::addPredecessor() by Ted Kremenek · 17 years ago
  8. f3b9212 SimulGraph::getVertex() now also returns a bool indicating if the returned by Ted Kremenek · 17 years ago
  9. 5156ad8 Constified methods front() and back() in CFGBlock. by Ted Kremenek · 17 years ago
  10. 02ad1a2 De-constified the pointers returned by the Dst() and Src() methods of by Ted Kremenek · 17 years ago
  11. e5dc608 Couple more uninitialized before use warning elimination. by Fariborz Jahanian · 17 years ago
  12. bca14a2 Remove cause of misc. "variable might be used uninitialized in this function" warnings. by Fariborz Jahanian · 17 years ago
  13. 9d3185e Fixed a bug reported by Chris, involving assiging 0 to a qualified object type. by Fariborz Jahanian · 17 years ago
  14. 3a57077 simplify the lexer a bit, pulling stuff out of the default case. by Chris Lattner · 17 years ago
  15. 3ba5a0f Patch to parse/build AST ObjC2's foreach statement. by Fariborz Jahanian · 17 years ago
  16. c89bf69 fix long lines. by Chris Lattner · 17 years ago
  17. 8f92528 Fix a crash reported by Seo Sanghyeon. by Chris Lattner · 17 years ago
  18. 0196cab New declarations/defs for Objc2's foreach-statement. This is work in progress. by Fariborz Jahanian · 17 years ago
  19. 529bd02 When promoting array to pointer for argument, don't lose type qualifiers. by Chris Lattner · 17 years ago
  20. f56dac9 SimulVertex: Inverted argument order when calling the Profile method of StateTy. by Ted Kremenek · 17 years ago
  21. efdd157 Fix PR1895: a crash on an ugly gcc extension. by Chris Lattner · 17 years ago
  22. 0fc53df Compute the proper sourcerange for an CompoundLiteralExpr. by Chris Lattner · 17 years ago
  23. 41bc5cd Converted state reference within SimulVertex from StateTy* to StateTy. by Ted Kremenek · 17 years ago
  24. ef5a85d Refactor the decl printer, patch by Mike Stump! by Chris Lattner · 17 years ago
  25. 0de2ae2 Issue diagnostic when objective-c's @interface is preceeded by a type specifier. by Fariborz Jahanian · 17 years ago
  26. e8599e5 Added/fixed some comments. by Ted Kremenek · 17 years ago
  27. 0ba0aa1 Prevent crash on incorrect objc messaging expression. by Fariborz Jahanian · 17 years ago
  28. 5d5c462 Sprinkled 'typename' and fixed a few typos and type declaration errors to by Ted Kremenek · 17 years ago
  29. a5c999d Added fixme. by Ted Kremenek · 17 years ago
  30. b679fed Allocate vertices using a BumpPtrAllocator. by Ted Kremenek · 17 years ago
  31. 4119d1a Allow implicit casts during arithmetic for OCUVector operations by Nate Begeman · 17 years ago
  32. 4288c43 Allow splat casts for OCU vector assignments & add some comments. by Nate Begeman · 17 years ago
  33. aabbb12 Rename stats to print-stats to avoid conflicting with llvm's by Nate Begeman · 17 years ago
  34. b3ab8dc Allow codegen of vector fdiv by Nate Begeman · 17 years ago
  35. 17930d9 implement codegen support for most unary operators when by Chris Lattner · 17 years ago
  36. 0538bc5 remove attributions from .def files. by Chris Lattner · 17 years ago
  37. 6298b8c remove attribution from makefiles. by Chris Lattner · 17 years ago
  38. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  39. 5c09a02 Fix OCUVector case in struct layout code. by Christopher Lamb · 17 years ago
  40. 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
  41. d3ba3f4 Make MemberExpr code safe w.r.t. address spaces. by Christopher Lamb · 17 years ago
  42. 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
  43. 998568f various cleanups. Use IgnoreParenCasts instead of inlined versions. by Chris Lattner · 17 years ago
  44. fae3f1f unindent cases in a switch stmt, no functionality change. by Chris Lattner · 17 years ago
  45. 925e60d Change Sema::ActOnCallExpr to construct the CallExpr early and put it into by Chris Lattner · 17 years ago
  46. c063e43 move file to proper place in project. by Chris Lattner · 17 years ago
  47. d18b329 Add accessors + iterator interface. by Chris Lattner · 17 years ago
  48. bfc7930 From Lucas Newman: by Chris Lattner · 17 years ago
  49. 1e57144 add a file I forgot to svn add. by Chris Lattner · 17 years ago
  50. 1dc4304 alphabetize in project. by Chris Lattner · 17 years ago
  51. cda459e use -emit-llvm-bc by Chris Lattner · 17 years ago
  52. 6d0747d no need to verify this, no errors/warnings are expected. by Chris Lattner · 17 years ago
  53. 516bd46 Fix a crash on a top-level objc string, patch by Nico Weber by Chris Lattner · 17 years ago
  54. cb53b36 - Use Tok.isObjCAtKeyword instead of Tok.getIdentifierInfo()->getObjCKeywordID(). by Chris Lattner · 17 years ago
  55. b5ce097 No need to do work that the folding builder does for us. by Anders Carlsson · 17 years ago
  56. 9bb947a Remove broken assert from CodeGen. Better check is done in Sema. by Seo Sanghyeon · 17 years ago
  57. 4c92b43 Make output files binary mode for -emit-llvm-bc by Christopher Lamb · 17 years ago
  58. 396f9fe Almost the best possible handling of stdin/stdout for llvm-emit-bc! by Christopher Lamb · 17 years ago
  59. 8bd848f Better handing of stdin/stdout for -emit-llvm-bc by Christopher Lamb · 17 years ago
  60. 2d6c065 Allow bitcode output to be redirected to stdout. by Christopher Lamb · 17 years ago
  61. fe947ad Implement -emit-llvm-bc option by Seo Sanghyeon · 17 years ago
  62. ad6ebd6 String literal in aggregate expression by Seo Sanghyeon · 17 years ago
  63. eb44eee remove use of alloca. by Chris Lattner · 17 years ago
  64. d0fa109 Unbreak mingw build by Anton Korobeynikov · 17 years ago
  65. 1cbb58f Added (incomplete) implementation of SimulEngine, a worklist-based dataflow by Ted Kremenek · 17 years ago
  66. dc5c01b Another test case, testing a variety of objective-c type comparisons. by Fariborz Jahanian · 17 years ago
  67. 7b5e1b8 Another test for objective-c's type comparison. by Fariborz Jahanian · 17 years ago
  68. 30f790a Converted Loc back to being of type ProgramEdge. Ultimately I believe we want by Ted Kremenek · 17 years ago
  69. 0b506a1 Added preliminary implementation of SimulGraph, which represents the by Ted Kremenek · 17 years ago
  70. 9db9bd9 Changed "Location" from "ProgramEdge" to "ProgramEdge&" (slightly more svelt by Ted Kremenek · 17 years ago
  71. 5facce9 SimulVertex now subclasses FoldingSetNode. by Ted Kremenek · 17 years ago
  72. a3b8591 Added Profile method to SimulVertex. by Ted Kremenek · 17 years ago
  73. 4c71f1a This patch implements some of the more obscure type-checking involving by Fariborz Jahanian · 17 years ago
  74. 6af1753 Updated Xcode project to be in sync with recent changes in file locations by Ted Kremenek · 17 years ago
  75. cf6e41b Directory restructing of Analysis files. by Ted Kremenek · 17 years ago
  76. 7bb371d Renamed file AnalysisVertex.h to SimulVertex.h by Ted Kremenek · 17 years ago
  77. b314496 Renamed class AnalysisVertex to SimulVertex by Ted Kremenek · 17 years ago
  78. afe5433 Fixed successor order for CFG basic blocks when handling: x && y. The bug by Ted Kremenek · 17 years ago
  79. 3c40085 Convert opaque type when struct definition is seen. by Devang Patel · 17 years ago
  80. dd6ecdb Keep track of llvm struct size while adding fields. by Devang Patel · 17 years ago
  81. b145e7d Patch to compare to objective-c static types where one or the other by Fariborz Jahanian · 17 years ago
  82. 88d7521 Test case for my last patch. by Fariborz Jahanian · 17 years ago
  83. d0c89c4 More objective-c type analysis. This time involving objective types by Fariborz Jahanian · 17 years ago
  84. eaac0b0 Added class "StateVariant", a template class which serves to wrap states that by Ted Kremenek · 17 years ago
  85. 2a11a5f Added initial implementation of "AnalysisVertex", a class to represent a by Ted Kremenek · 17 years ago
  86. cfc8738 Another test for objective-c type comparison. by Fariborz Jahanian · 17 years ago
  87. 0f01deb More objective-c type checking. This time comparing objective-c known objects. by Fariborz Jahanian · 17 years ago
  88. ee53364 Converted uses of scoped_ptr to OwningPtr. by Ted Kremenek · 17 years ago
  89. c395bda Patch to do type-checking for objctive-c's object types. More is yet to come. by Fariborz Jahanian · 17 years ago
  90. 18b2515 add accessor. by Chris Lattner · 17 years ago
  91. 7360f9f Add newline by Seo Sanghyeon · 17 years ago
  92. 7697b5c Fix trivial self-infinite-recursion by Chris Lattner · 17 years ago
  93. 7359f04 More objective-c typechecking stuff. This is work in progress and more patches by Fariborz Jahanian · 17 years ago
  94. fe23e21 Implement codegen for ordered comparison builtins. by Chris Lattner · 17 years ago
  95. 5411772 Created initial implementation of "BuildSerializer", and ASTConsumer by Ted Kremenek · 17 years ago
  96. 7f17527 Renamed "FileEntry::getDev()" to "FileEntry::getDevice()" by Ted Kremenek · 17 years ago
  97. 1b9a079 implement semantic analysis for __builtin_islessequal and friends. by Chris Lattner · 17 years ago
  98. 97394f2 Added method getFileEntryForID() to SourceManager. by Ted Kremenek · 17 years ago
  99. c27c665 simplify some code. by Chris Lattner · 17 years ago
  100. 30ce344 refactor some code that handles sema of direct function calls. by Chris Lattner · 17 years ago