1. f24964c debian amd64 testing by Andrew Lenharth · 17 years ago
  2. 92d56b7 debian ia32 testing by Andrew Lenharth · 17 years ago
  3. c68ab77 Teach the rewriter how to respect the -o option. by Chris Lattner · 17 years ago
  4. 13e479b Initial experimentation with adding boxed "annotations" to HTMLized source. by Ted Kremenek · 17 years ago
  5. 6a34083 Added the beginning of a set of rewriter functions for pretty-printing source by Ted Kremenek · 17 years ago
  6. 1121519 Only compute targetinfo once and don't leak it. Patch by Sam Bishop! by Chris Lattner · 17 years ago
  7. 4f943c2 Pass LangOptions to RewriteTest(). by Steve Naroff · 17 years ago
  8. f3dabbd Fix a ted-o by Chris Lattner · 17 years ago
  9. 6fd9fa1 simplify triple processing code now that there can be only one arch specified. by Chris Lattner · 17 years ago
  10. ffe0f43 Added --trim-path-graph to the driver to trim paths from the ExplodedGraph by Ted Kremenek · 17 years ago
  11. 2fff37e Added boilerplate to execute the CF reference count checker (which isn't yet implemented). by Ted Kremenek · 17 years ago
  12. 42e6737 Remove the first layer of support for "portability" warnings. This is by Chris Lattner · 17 years ago
  13. 985e182 avoid a warning. by Chris Lattner · 17 years ago
  14. dcaa096 Find clang headers in the clang headers dir, search it before by Chris Lattner · 17 years ago
  15. 5f9eae5 Add support for the CPATH, C_INCLUDE_PATH, CPLUS_INCLUDE_PATH, by Chris Lattner · 17 years ago
  16. 4df85f5 fix an interaction between -isystem . and isysroot. by Chris Lattner · 17 years ago
  17. c81c814 convert tabs to spaces, patch by Mike Stump! by Chris Lattner · 17 years ago
  18. 3426b9b enable digraphs for C94, thanks to Neil for pointing this out. by Chris Lattner · 17 years ago
  19. bfc10c9 Modified clang driver option -dump-live-variables to (optionally) use the by Ted Kremenek · 17 years ago
  20. 5f39c2d clang driver options --dump-cfg and --view-cfg now (optionally) use the by Ted Kremenek · 17 years ago
  21. cb33093 Running -grsimple now emits diagnostics about the time spent analyzing each function. Will by Ted Kremenek · 17 years ago
  22. a674349 Set Ubuntu 7.10 c++ include path. by Lauro Ramos Venancio · 17 years ago
  23. d55fe52 Added --grsimple-view option to clang driver; this is the same as by Ted Kremenek · 17 years ago
  24. e01c987 Renamed GRConstants => GRSimpleVals. by Ted Kremenek · 17 years ago
  25. e7a3730 by Steve Naroff · 17 years ago
  26. 19227e3 Added proof-of-concept NULL pointer diagnostics to GRConstants. by Ted Kremenek · 17 years ago
  27. d62701b by Steve Naroff · 17 years ago
  28. 8ee3c03 move the codegen ASTConsumer out of the driver into libcodegen, by Chris Lattner · 17 years ago
  29. e66b65c pull .ll and .bc writing out of the ASTConsumer destructors into some top by Chris Lattner · 17 years ago
  30. e91c134 rename ASTSTreamer.{h|cpp} -> ParseAST.{h|cpp} by Chris Lattner · 17 years ago
  31. e988bc2 Make -o work with -E, patch contributed by Shantonu Sen! by Chris Lattner · 17 years ago
  32. 116a4b1 add support for -Wundef. by Chris Lattner · 17 years ago
  33. 397cbf2 Add Ubuntu 7.10 include path. by Lauro Ramos Venancio · 17 years ago
  34. b4b2f0c Insert #pragma once when rewriting a header file. by Fariborz Jahanian · 17 years ago
  35. a453255 Shortened driver option for running the GR-constants analysis to --grconstants. by Ted Kremenek · 17 years ago
  36. ee98546 Hooked up the GRConstants analysis to the driver. by Ted Kremenek · 17 years ago
  37. 64299f8 add support for the GCC -include option. by Chris Lattner · 17 years ago
  38. 3a2781c Ted apparently likes crazy whitespace at the end of line. Crush his spirit by by Chris Lattner · 17 years ago
  39. e603df4 Added most of the boilerplate to the driver needed to run the graph-reachability by Ted Kremenek · 17 years ago
  40. 9b2f6c4 Fix PR1897, patch by Wilhansen Li by Chris Lattner · 17 years ago
  41. aabbb12 Rename stats to print-stats to avoid conflicting with llvm's by Nate Begeman · 17 years ago
  42. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  43. fe947ad Implement -emit-llvm-bc option by Seo Sanghyeon · 17 years ago
  44. ee53364 Converted uses of scoped_ptr to OwningPtr. by Ted Kremenek · 17 years ago
  45. 1036b68 Added methods createMainFileID() and createMainFileIDForMemBuffer() to by Ted Kremenek · 17 years ago
  46. 95041a2 Interned MainFileID within SourceManager. Since SourceManager is referenced by by Ted Kremenek · 17 years ago
  47. 7dcc968 Typo fix. by Ted Kremenek · 17 years ago
  48. 76edd0e Added storage of the FileID of the the main source file of a translation unit by Ted Kremenek · 17 years ago
  49. fdfc198 Removed "SourceFile" from TranslationUnit. This same information will (soon) by Ted Kremenek · 17 years ago
  50. 50b5641 Cleaned up "-o" option to print "-o=<path>" instead of "-o=<string>" when by Ted Kremenek · 17 years ago
  51. ccc7647 Added "-o" option to driver. ASTConsumers will need to be gradually by Ted Kremenek · 17 years ago
  52. 63ea863 Removed storing inode and device number in TranslationUnit. by Ted Kremenek · 17 years ago
  53. 3910c7c Moved generation of the name of the serialized AST file into by Ted Kremenek · 17 years ago
  54. dca2927 Moved ReadBitcodeFile and EmitBitcodeFile out of TranslationUnit and made them by Ted Kremenek · 17 years ago
  55. 77cda50 Moved TranslationUnit from Driver to AST library. by Ted Kremenek · 17 years ago
  56. 1bfd4a6 Start reading the headermap header, drop the 'errorstr' argument to by Chris Lattner · 17 years ago
  57. 3af66a9 Sink getName into DirectoryLookup to simplify the client in clang. by Chris Lattner · 17 years ago
  58. 7c1d3df Fixed 80 col violation. by Ted Kremenek · 17 years ago
  59. 73da590 Added driver option -Wno-format-nonliteral to silence format string related by Ted Kremenek · 17 years ago
  60. 0048b51 Unbreak -v with framework paths. Patch by Shantonu Sen. by Chris Lattner · 17 years ago
  61. df77233 as it turns out, frameworks and headermaps are orthogonal. Make this so in by Chris Lattner · 17 years ago
  62. 60e4e2b add a portability fixme. by Chris Lattner · 17 years ago
  63. b94c707 teach RemoveDuplicates about header maps. by Chris Lattner · 17 years ago
  64. 822da61 Step #1 in adding headermap support to clang. by Chris Lattner · 17 years ago
  65. d665527 rearrange some code and make it more efficient. by Chris Lattner · 17 years ago
  66. 8f3dab8 swtich to smallptrset, which is more efficient than std::set. by Chris Lattner · 17 years ago
  67. 80e1715 make clang -v output more similar to gcc's -v output. by Chris Lattner · 17 years ago
  68. dee7359 simplify the interfaces to ProcessInputFile and InitializePreprocessor by Chris Lattner · 17 years ago
  69. fe4e015 Add check in the driver to see if a serialized AST file has been successfully by Ted Kremenek · 17 years ago
  70. 3821d40 Changed -serialize-ast to not create a temporary directory, but instead by Ted Kremenek · 17 years ago
  71. a1fa3a1 Implemented -serialize-ast option for the driver. This is not really tested by Ted Kremenek · 17 years ago
  72. 20e9748 Implemented prototype mode where the driver can operate on serialized ASTs by Ted Kremenek · 17 years ago
  73. 9c728dc TargetInfo no longer includes a reference to SourceManager. by Ted Kremenek · 17 years ago
  74. bbced58 Moved construction of TargetInfo objects out of the Driver by Ted Kremenek · 17 years ago
  75. 6590d21 Simplify some code, don't force the triple to a darwin triple if non-darwin. by Chris Lattner · 17 years ago
  76. 31e703b Moved creation of SourceManager, HeaderSearch, TargetInfo, and LangOptions by Ted Kremenek · 17 years ago
  77. 2eefd86 Modified the internals of Diagnostic and DiagnosticClient to use by Ted Kremenek · 17 years ago
  78. 7a9d49f Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now by Ted Kremenek · 17 years ago
  79. b3de9e7 avoid ///usr/include/foo.h, patch by Sean Middleditch by Chris Lattner · 17 years ago
  80. 8904f15 Subdivided the function InitializeBaseLanguage into InitializeBaseLanguage, by Ted Kremenek · 17 years ago
  81. 4f03783 Avoid passing Diags into InitializeIncludePaths. by Chris Lattner · 17 years ago
  82. acc9f33 Modified: CreateTargetInfo(). Now takes Diagnostic* instead of Diagnostic&. by Ted Kremenek · 17 years ago
  83. db094a2 Moved creation of ASTConsumers that can operate on both freshly-parsed and by Ted Kremenek · 17 years ago
  84. dca2466 Added serialization support of SourceManager to the clang driver. by Ted Kremenek · 17 years ago
  85. 05ca599 Fixed order of operands to strstr call. by Ted Kremenek · 17 years ago
  86. aead472 For target processing, on non-Darwin systems instead of using the host triple, by Ted Kremenek · 17 years ago
  87. c4ca288 Implemented serialization of TargetInfo. by Ted Kremenek · 17 years ago
  88. 9b4ebc2 Few cleanups to patch 44551: by Ted Kremenek · 17 years ago
  89. ae36076 Implemented initial support for "-triple" option to the clang driver. This by Ted Kremenek · 17 years ago
  90. e365c50 pass diagnostics into the rewrite test client. by Chris Lattner · 17 years ago
  91. 695dbb6 Support lax vector conversions. by Anders Carlsson · 17 years ago
  92. 45e8cbd Implement support for -fwritable-strings and make the code generator by Chris Lattner · 17 years ago
  93. 8aebcb7 Break out bool/true/false support into a LangOption by Nate Begeman · 17 years ago
  94. db87bca Added -Wfloat-equal option to the driver. This makes warnings about by Ted Kremenek · 17 years ago
  95. 31e6c7d Fix ownership model of ParseAST to allow the dtor of by Chris Lattner · 17 years ago
  96. b4292f2 by Steve Naroff · 17 years ago
  97. 2b65a9d wean the diagnostics machinery off the preprocessor. by Chris Lattner · 17 years ago
  98. bfa82c4 Started work on clang object serialization. Experimental by Ted Kremenek · 17 years ago
  99. ee98ac5 Add support for Pascal strings. by Anders Carlsson · 17 years ago
  100. 77cd2a0 add scafolding to play around with and bring up the code rewriter. by Chris Lattner · 17 years ago