1. 5267d7c reduce chattyness of makefiles by Gabor Greif · 17 years ago
  2. 65307dc scan testdirs only once, patch by Mike Stump, thanks! by Gabor Greif · 17 years ago
  3. 0f1b67b Added HTML highlighting for ranges. by Ted Kremenek · 17 years ago
  4. 0d755ad Fix typo. by Steve Naroff · 17 years ago
  5. 657aefe Fix http://llvm.org/bugs/show_bug.cgi?id=2161. by Steve Naroff · 17 years ago
  6. eeacc52 Change colors of HTML message bubble. by Ted Kremenek · 17 years ago
  7. db87ca0 More CSS enhancements to HTML code printing. by Ted Kremenek · 17 years ago
  8. e8e019e Misc. cleanups to HTML printing: make code rendered using tables; add by Ted Kremenek · 17 years ago
  9. 1ab09f5 Minor speed tweak per Chris's suggestion: use &S[0] instead of S.c_str(). by Ted Kremenek · 17 years ago
  10. 4cefe48 Integrated some of Chris's comments; check for an empty string in InsertStrXXX() by Ted Kremenek · 17 years ago
  11. 13e479b Initial experimentation with adding boxed "annotations" to HTMLized source. by Ted Kremenek · 17 years ago
  12. 0fdf06e Convert tabs to spaces. by Ted Kremenek · 17 years ago
  13. ad0a203 Moved generation of html header/footer with builtin CSS to the rewriter library. by Ted Kremenek · 17 years ago
  14. 572cf09 simplify code by using the variadic StructType::get method. by Chris Lattner · 17 years ago
  15. 36b6a0a simplify the clang codegen by using the new Builder.CreateStructGEP method. by Chris Lattner · 17 years ago
  16. d6c1360 More cleanups to the HTML rewriter (with line formatting), with better by Ted Kremenek · 17 years ago
  17. 329f0f5 Added InsertStrXXX/InsertCStrXXX methods to the Rewriter to provide a simpler by Ted Kremenek · 17 years ago
  18. f7768bc Change "style" to "class" in HTML output. by Ted Kremenek · 17 years ago
  19. f830997 More cleanups to HTML rewriter API: remove the InsertTag method; was too complicated by Ted Kremenek · 17 years ago
  20. 1b3188c More HTML rewriter cleanups. Preliminary CSS support in code pretty-printing. by Ted Kremenek · 17 years ago
  21. b485cd1 Some cleanups to the HTMLRewrite API. Added support for printing out line by Ted Kremenek · 17 years ago
  22. 5e0020e Added HTML pretty-printer. by Ted Kremenek · 17 years ago
  23. c22efea Modified "InsertTag" (HTML rewriter) to have an optional "OutermostTag" flag to by Ted Kremenek · 17 years ago
  24. 6a34083 Added the beginning of a set of rewriter functions for pretty-printing source by Ted Kremenek · 17 years ago
  25. 886c8db Added variant of "InsertText" in the Rewriter to support inserting text both by Ted Kremenek · 17 years ago
  26. 88ad97f Bug fix in RewriteBuffer::getMappedOffset: potentially multiple deltas by Ted Kremenek · 17 years ago
  27. 9f68fa5 Fix comment. by Ted Kremenek · 17 years ago
  28. ea9e170 Update project files. by Steve Naroff · 17 years ago
  29. 3981bf7 Test. by Steve Naroff · 17 years ago
  30. 4c535ac Added method "getSourceMgr" to class Rewriter. by Ted Kremenek · 17 years ago
  31. 17feadf add 'clean' targets, make sure that 'make test' works after 'make clean' by Gabor Greif · 17 years ago
  32. cf20b48 let the %t magic happen, thanks Chris! by Gabor Greif · 17 years ago
  33. ab72ffe Switch over to the parallelized makefile, but keep old serial by Gabor Greif · 17 years ago
  34. f90a248 move #include to the file that needs it. by Chris Lattner · 17 years ago
  35. 6a1bc1b Fix a typo by Nate Begeman · 17 years ago
  36. 2679e48 Fix <rdar://problem/5716940> rewriter generates invalid C code when no selector found. by Steve Naroff · 17 years ago
  37. 2a22816 Wrap up __NSConstantStringImpl (the replacement for __builtin___CFStringMakeConstantString). by Steve Naroff · 17 years ago
  38. 58cda6f Fix assertion. by Ted Kremenek · 17 years ago
  39. 14a1140 Fix integer overflow bug when processing switch statements. by Ted Kremenek · 17 years ago
  40. 7ffa0aa Properly hook up inline asm transfer function logic to the main GRExprEngine logic. by Ted Kremenek · 17 years ago
  41. f81eac6 Updated VS project files to reference all libraries in the "lib" subdirectory. by Ted Kremenek · 17 years ago
  42. ef44bfb Added initial transfer function support for inline asm. by Ted Kremenek · 17 years ago
  43. ec2f7dc Added "inputs" and "outputs" iterator (expression) for AsmStmt. by Ted Kremenek · 17 years ago
  44. b4992db finishing touches: teminate the dots with a newline by Gabor Greif · 17 years ago
  45. 9c16711 Check in a couple fixes for vector extensions. by Nate Begeman · 17 years ago
  46. a716d7a Bug fix in CFG construction: VisitCompoundStmt should return the last created block. by Ted Kremenek · 17 years ago
  47. 119c65d Implemented verbose mode. by Gabor Greif · 17 years ago
  48. e1d2647 Simplify further by creating *.testresults files by Gabor Greif · 17 years ago
  49. 53c5567 Get rid of the creation of secondary makefile "Makefile.tests". by Gabor Greif · 17 years ago
  50. 947a8b5 More review feedback implemented: by Gabor Greif · 17 years ago
  51. 0f23303 Actually expand the %t1 patterns (in RUN: lines) to a unique by Gabor Greif · 17 years ago
  52. 5ca1b5a Second round of review feedback. by Gabor Greif · 17 years ago
  53. b5feb35 eliminate the last signed element count. by Chris Lattner · 17 years ago
  54. a567425 clean up iteration over propertydecls. by Chris Lattner · 17 years ago
  55. f4af515 clean up property memory allocation to move it into the ast classes by Chris Lattner · 17 years ago
  56. 55d13b4 make property addition work list all other "add" methods. Do by Chris Lattner · 17 years ago
  57. f8d17a5 add the last two Create methods for decls, woo! by Chris Lattner · 17 years ago
  58. f3a7af9 Convert more counts to be zero based instead of -1 based, make them unsigned. by Chris Lattner · 17 years ago
  59. 75c9cae add two more Create methods. by Chris Lattner · 17 years ago
  60. 68c82cf simplify the way ObjCCategoryDecl's get their referenced protocols list by Chris Lattner · 17 years ago
  61. 61f9d41 Add create methods for ObjCCategoryDecl, ObjCForwardProtocolDecl, ObjCClassDecl. by Chris Lattner · 17 years ago
  62. 62db2f4 make some more 'counts' unsigned. by Chris Lattner · 17 years ago
  63. a906135 make NumClassMethods unsigned in categories by Chris Lattner · 17 years ago
  64. c858105 minor cleanups, make getNumInstanceMethods always return unsigned. by Chris Lattner · 17 years ago
  65. 439e71f fix a crasher where an invalid program that multiply defined by Chris Lattner · 17 years ago
  66. cca59d7 Give ObjCProtocolDecl a Create method. by Chris Lattner · 17 years ago
  67. f962808 hoist a bunch of casting. by Chris Lattner · 17 years ago
  68. 0e77ba0 Add create methods for ObjCIvarDecl and ObjCInterfaceDecl by Chris Lattner · 17 years ago
  69. 58cce3b Make the parameter count of ObjCMethodDecl unsigned, you by Chris Lattner · 17 years ago
  70. b06fa3b remove some dead arguments to ObjCMethodDecl. by Chris Lattner · 17 years ago
  71. 6c4ae5d Give ObjCMethodDecl a Create method. by Chris Lattner · 17 years ago
  72. 1e03a56 Split objc decl implementation out into DeclObjC.cpp by Chris Lattner · 17 years ago
  73. 8e25d86 switch the rest of the C decl classes to do their by Chris Lattner · 17 years ago
  74. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 17 years ago
  75. fbdeba1 Make a ctor protected by Chris Lattner · 17 years ago
  76. 4454006 Fixed 80 col. violations. by Ted Kremenek · 17 years ago
  77. 8b65de4 Disable creation of "ContentsOf" symbols. It was fundamentally broken on many by Ted Kremenek · 17 years ago
  78. c63e660 move the ASTContext argument to be first in the argument list of by Chris Lattner · 17 years ago
  79. a98e58d Switch over functiondecl. This makes it obvious that the ASTContext by Chris Lattner · 17 years ago
  80. 9e151e1 switch the VarDecl allocation model to go through ASTContext. by Chris Lattner · 17 years ago
  81. 8fb64e8 implement a bit of feedback: print dots by Gabor Greif · 17 years ago
  82. d9d1cbf Added initialization to ErrorDiag to silence gcc's warning of the variable by Ted Kremenek · 17 years ago
  83. 2677ea8 Small bug fix in CFG construction: the active block for LabelStmts comes by Ted Kremenek · 17 years ago
  84. 021e970 First draft of a parallelized test methodology. Improvements soon. by Gabor Greif · 17 years ago
  85. 6c2b6eb start switching decls over to using an allocator controlled by ASTContext. by Chris Lattner · 17 years ago
  86. d3b9065 various minor cleanups. by Chris Lattner · 17 years ago
  87. 3b4a8ef Handle StmtExprs whose last contained statement is not an expression. by Ted Kremenek · 17 years ago
  88. 897781a Compute alignment in bytes, not bits. by Ted Kremenek · 17 years ago
  89. 87e8034 Implement transfer function logic for alignof operator (types). by Ted Kremenek · 17 years ago
  90. 5139c78 Added transfer function support in GRExprEngine for __extension__. by Ted Kremenek · 17 years ago
  91. 3652c2d Link against the correct ObjC string class (__CFConstantStringClassReference) and fix length computation (removing a FIXME). by Steve Naroff · 17 years ago
  92. d82a9ab Remove ObjC rewriter dependency on GCC's __builtin___CFStringMakeConstantString. by Steve Naroff · 17 years ago
  93. 76fdbde "panic" has 5 letters, not 4. Bug pointed out by Nuno Lopes! by Ted Kremenek · 17 years ago
  94. 636e6ba Hack to hardwire in some panic functions that are not marked noreturn. by Ted Kremenek · 17 years ago
  95. 1b9df4c Emit warnings for undefined control-flow. by Ted Kremenek · 17 years ago
  96. c8e89a8 Correctly error on arrays with automatic storage full of objects with by Nate Begeman · 17 years ago
  97. 63bbe53 Path-sensitive analyses no longer take a FunctionDecl, but any Decl representing by Ted Kremenek · 17 years ago
  98. 6d39760 add initial support for generating an llvm.globalctors list. Patch by David Chisnall by Chris Lattner · 17 years ago
  99. 1121519 Only compute targetinfo once and don't leak it. Patch by Sam Bishop! by Chris Lattner · 17 years ago
  100. eb50ed8 Make the preprocessor own its PPCallbacks, fixing a memory leak. by Chris Lattner · 17 years ago