1. d01eae6 Added "-o" option to driver. ASTConsumers will need to be gradually by Ted Kremenek · 17 years ago
  2. c0f6b22 Add support for #pragma mark, which shouldn't warn about bogus tokens. by Chris Lattner · 17 years ago
  3. ab74937 Removed storing inode and device number in TranslationUnit. by Ted Kremenek · 17 years ago
  4. b66237b fix some crazy indentation by Chris Lattner · 17 years ago
  5. bcf0a92 by Steve Naroff · 17 years ago
  6. feb87c3 Minor test twik. by Fariborz Jahanian · 17 years ago
  7. 89296c5 Updated locations of TranslationUnit.[cpp,h] in XCode project. by Ted Kremenek · 17 years ago
  8. bccfc15 reenable this code, fix the testcase. by Chris Lattner · 17 years ago
  9. c2f7307 disable my commit from yesterday, fixing a regression test failure. by Chris Lattner · 17 years ago
  10. 957442d This patch concludes implementation of dynamic objective-c type qualified by by Fariborz Jahanian · 17 years ago
  11. 5f558b5 Fix the embarassing typo for real this time (- vs _), sorry about breaking the tests Steve. by Anders Carlsson · 17 years ago
  12. bde3033 Moved generation of the name of the serialized AST file into by Ted Kremenek · 17 years ago
  13. e4e5e26 by Steve Naroff · 17 years ago
  14. a719f94 by Steve Naroff · 17 years ago
  15. c8b4412 Fix an embarassing typo and add some very limited support for the aligned attribute. by Anders Carlsson · 17 years ago
  16. cce13d1 svn:ignore configure.out at the root level by Christopher Lamb · 17 years ago
  17. 73a77d9 Change svn attributes to ignore build directories. by Christopher Lamb · 17 years ago
  18. 28e34e3 Normalize attribute names if possible so we won't have to do two strcmps for every attribute. by Anders Carlsson · 17 years ago
  19. 5b5e198 fix broken assert. by Chris Lattner · 17 years ago
  20. 6ad7e88 Implement C99 6.7.5.3p1 by Chris Lattner · 17 years ago
  21. c94f909 Refactored inode and device number into FileEntry, and changed the by Ted Kremenek · 17 years ago
  22. 1b6dd6f When serializing SourceManager, we now serialize out absolute paths by Ted Kremenek · 17 years ago
  23. eccf070 Moved ReadBitcodeFile and EmitBitcodeFile out of TranslationUnit and made them by Ted Kremenek · 17 years ago
  24. c863207 by Steve Naroff · 17 years ago
  25. 3a0b28b Fixed broken includes introduced by recent (incomplete) patch to by Ted Kremenek · 17 years ago
  26. 3f08f18 Moved TranslationUnit.h to include path. by Ted Kremenek · 17 years ago
  27. ac88193 Moved TranslationUnit from Driver to AST library. by Ted Kremenek · 17 years ago
  28. dcb2b1e Refactoring work. ObjcQualifiedIdType is now derived from 'Type'. by Fariborz Jahanian · 17 years ago
  29. 3e2dcaa Added to FileEntry a pointer to the <dev_t,ino_t> pair for the file, and by Ted Kremenek · 17 years ago
  30. d2df2b5 local static vars are globals also. This fixes a testcase reported by Seo. by Chris Lattner · 17 years ago
  31. 0448b4f remove the loc argument to Type::isConstantSizeType, which isn't useful. by Chris Lattner · 17 years ago
  32. b3ff082 Fix the location we emit the "not a constant" error for this: by Chris Lattner · 17 years ago
  33. d34599a Fix PR1863: an assertion due to not setting a location on return from by Chris Lattner · 17 years ago
  34. 6df9359 Fix const propagation bug. by Chris Lattner · 17 years ago
  35. 464c7f6 Fix an nice and subtle parser bug reported by Nico Weber. by Chris Lattner · 17 years ago
  36. ccc26a7 by Steve Naroff · 17 years ago
  37. c1a88c1 by Steve Naroff · 17 years ago
  38. 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
  39. fe9eb6a by Steve Naroff · 17 years ago
  40. 4b23f94 introduce a new CodeGenModule::getIntrinsic method, which wraps by Chris Lattner · 17 years ago
  41. f258a0f by Steve Naroff · 17 years ago
  42. 2a0e543 Fixed a comment describing a function by Fariborz Jahanian · 17 years ago
  43. 45fab55 implement HeaderMap::LookupFile. I think headermaps are done now. All that is by Chris Lattner · 17 years ago
  44. 78ee226 implement enough helper functions to successfully dump out the by Chris Lattner · 17 years ago
  45. e76e841 Patch to implemented objective-c's dynamic object pointer qualified with by Fariborz Jahanian · 17 years ago
  46. 836b8bc Targets.cpp is gone. by Chris Lattner · 17 years ago
  47. 40715f0 Make the insertion point with an explicit new instead of the builder. by Chris Lattner · 17 years ago
  48. 56c939e Removed CFG.cpp's dependence on #including iostream. by Ted Kremenek · 17 years ago
  49. 19398b6 Modified format-string checking to not emit a warning when all of the by Ted Kremenek · 17 years ago
  50. 8124f84 simplify some code, using new scoped_ptr support. Fix a bug in the by Chris Lattner · 17 years ago
  51. 22387e1 Finish hooking up the scaffolding for headermaps. They can now do everything by Chris Lattner · 17 years ago
  52. 109118e Format string checker: asprintf does not pass argumnents via va_list. by Ted Kremenek · 17 years ago
  53. 9af36d3 Start reading the headermap header, drop the 'errorstr' argument to by Chris Lattner · 17 years ago
  54. 65a3d85 Also fixed similar regression for class methods, as well as more indentations. by Fariborz Jahanian · 17 years ago
  55. 1df68f9 Sink getName into DirectoryLookup to simplify the client in clang. by Chris Lattner · 17 years ago
  56. be63dd5 Fixed a regression caused by refactoring of some meta-data generation routines using iteratgors. by Fariborz Jahanian · 17 years ago
  57. f0a6ae0 Fixed 80 col violation. by Ted Kremenek · 17 years ago
  58. 4b57bc7 Added driver option -Wno-format-nonliteral to silence format string related by Ted Kremenek · 17 years ago
  59. 0f64f65 Unbreak -v with framework paths. Patch by Shantonu Sen. by Chris Lattner · 17 years ago
  60. a9d0fd9 Fixed another case where sizeof() returns the size in bytes, not bits. by Ted Kremenek · 17 years ago
  61. 6707f27 add headermap.cpp by Chris Lattner · 17 years ago
  62. 6134971 finish stubbing out support for HeaderMap. Now we just need an implementation! by Chris Lattner · 17 years ago
  63. 7d0ad4a refactor an better comment framework lookup code. This moves it from by Chris Lattner · 17 years ago
  64. b742678 as it turns out, frameworks and headermaps are orthogonal. Make this so in by Chris Lattner · 17 years ago
  65. 2a2702a add a portability fixme. by Chris Lattner · 17 years ago
  66. cf33e93 teach RemoveDuplicates about header maps. by Chris Lattner · 17 years ago
  67. c2043bf Step #1 in adding headermap support to clang. by Chris Lattner · 17 years ago
  68. 2a4e2ad rearrange some code and make it more efficient. by Chris Lattner · 17 years ago
  69. f93e6db add a hack so that codegen doesn't abort on missing sema of initializers, now by Chris Lattner · 17 years ago
  70. 4fe5e70 Update to use new PointerType::getUnqual() api. by Christopher Lamb · 17 years ago
  71. 1ad775f Start generating SSE intrinsics. by Anders Carlsson · 17 years ago
  72. 137e11d by Steve Naroff · 17 years ago
  73. ac139d2 swtich to smallptrset, which is more efficient than std::set. by Chris Lattner · 17 years ago
  74. ac55384 make clang -v output more similar to gcc's -v output. by Chris Lattner · 17 years ago
  75. 68b8be9 We now support all MMX intrinsics. SSE intrinsics are next. by Anders Carlsson · 17 years ago
  76. 968982d simplify the interfaces to ProcessInputFile and InitializePreprocessor by Chris Lattner · 17 years ago
  77. 6d7ea52 Removed "isSizeOfExpr" mode from StmtIterator. It turned out not to be by Ted Kremenek · 17 years ago
  78. e726eb4 Added "mode" to StmtIterator to record if the expression being iterated by Ted Kremenek · 17 years ago
  79. 2ce399a by Steve Naroff · 17 years ago
  80. b7cf095 Added support to StmtIterator to traverse the size expression of a VLA type by Ted Kremenek · 17 years ago
  81. 04c4b75 Simplify the vector code. Add more shift intrinsics. by Anders Carlsson · 17 years ago
  82. fe97427 IE Menu Problem... by Kevin · 17 years ago
  83. 32666c5 Array subscription in aggregate expression by Seo Sanghyeon · 17 years ago
  84. b77fa9e Implement dereference operator in aggregate expression by Seo Sanghyeon · 17 years ago
  85. d1a80f7 CFG bug fix: for sizeof(expressions), don't expand the control-flow by Ted Kremenek · 17 years ago
  86. 0c2f214 Patch to make ObjcQualifiedInterfaceType inherit ObjcInterfaceType by Fariborz Jahanian · 17 years ago
  87. 8ba5114 by Steve Naroff · 17 years ago
  88. b92cd87 Add hack to SourceManager to support missing source files during by Ted Kremenek · 17 years ago
  89. 2bd4241 Add check in the driver to see if a serialized AST file has been successfully by Ted Kremenek · 17 years ago
  90. 27cc3c2 Changed set of top-level decls from a list to a vector. by Ted Kremenek · 17 years ago
  91. 8df2a4d Changed -serialize-ast to not create a temporary directory, but instead by Ted Kremenek · 17 years ago
  92. 9efc501 Set target data layout info in module. by Chris Lattner · 17 years ago
  93. d91919f typo by Chris Lattner · 17 years ago
  94. 1f828c4 debug info too. by Chris Lattner · 17 years ago
  95. 851fa9d Minor spelling; punctuation correction. by Ted Kremenek · 17 years ago
  96. aa4054f Grammar fix: correct ' usage. by Bill Wendling · 17 years ago
  97. 0aac8ae minor cleanups by Chris Lattner · 17 years ago
  98. 54e1041 add some builtins. by Chris Lattner · 17 years ago
  99. 9d37e13 simplify some code. by Chris Lattner · 17 years ago
  100. bb19bc4 Don't do integer promotions of LHS for compound shift assignment. The LHS has to be a modifiable lvalue. by Chris Lattner · 17 years ago