- 68cfd49 reenable this code, fix the testcase. by Chris Lattner · 17 years ago
- 852e311 disable my commit from yesterday, fixing a regression test failure. by Chris Lattner · 17 years ago
- 411f373 This patch concludes implementation of dynamic objective-c type qualified by by Fariborz Jahanian · 17 years ago
- abf5ad0 Fix the embarassing typo for real this time (- vs _), sorry about breaking the tests Steve. by Anders Carlsson · 17 years ago
- 3910c7c Moved generation of the name of the serialized AST file into by Ted Kremenek · 17 years ago
- 5ca4020 by Steve Naroff · 17 years ago
- 0592cbe by Steve Naroff · 17 years ago
- 78aaae9 Fix an embarassing typo and add some very limited support for the aligned attribute. by Anders Carlsson · 17 years ago
- f8d1080 svn:ignore configure.out at the root level by Christopher Lamb · 17 years ago
- ecbbfd2 Change svn attributes to ignore build directories. by Christopher Lamb · 17 years ago
- 6ede0ff Normalize attribute names if possible so we won't have to do two strcmps for every attribute. by Anders Carlsson · 17 years ago
- 54b263b fix broken assert. by Chris Lattner · 17 years ago
- cd88129 Implement C99 6.7.5.3p1 by Chris Lattner · 17 years ago
- bca6d12 Refactored inode and device number into FileEntry, and changed the by Ted Kremenek · 17 years ago
- 82dfaf7 When serializing SourceManager, we now serialize out absolute paths by Ted Kremenek · 17 years ago
- dca2927 Moved ReadBitcodeFile and EmitBitcodeFile out of TranslationUnit and made them by Ted Kremenek · 17 years ago
- 49747fd by Steve Naroff · 17 years ago
- 525fdbc Fixed broken includes introduced by recent (incomplete) patch to by Ted Kremenek · 17 years ago
- 9765ec2 Moved TranslationUnit.h to include path. by Ted Kremenek · 17 years ago
- 77cda50 Moved TranslationUnit from Driver to AST library. by Ted Kremenek · 17 years ago
- d58fabf Refactoring work. ObjcQualifiedIdType is now derived from 'Type'. by Fariborz Jahanian · 17 years ago
- da99544 Added to FileEntry a pointer to the <dev_t,ino_t> pair for the file, and by Ted Kremenek · 17 years ago
- 2b9d2ca local static vars are globals also. This fixes a testcase reported by Seo. by Chris Lattner · 17 years ago
- 9bfa73c remove the loc argument to Type::isConstantSizeType, which isn't useful. by Chris Lattner · 17 years ago
- 6538347 Fix the location we emit the "not a constant" error for this: by Chris Lattner · 17 years ago
- d52a457 Fix PR1863: an assertion due to not setting a location on return from by Chris Lattner · 17 years ago
- 6e99978 Fix const propagation bug. by Chris Lattner · 17 years ago
- d7d860d Fix an nice and subtle parser bug reported by Nico Weber. by Chris Lattner · 17 years ago
- 1ca9b11 by Steve Naroff · 17 years ago
- b99a4a3 by Steve Naroff · 17 years ago
- 222d2c8 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
- a56f616 by Steve Naroff · 17 years ago
- 7acda7c introduce a new CodeGenModule::getIntrinsic method, which wraps by Chris Lattner · 17 years ago
- 8d54bf2 by Steve Naroff · 17 years ago
- c293725 Fixed a comment describing a function by Fariborz Jahanian · 17 years ago
- 5fb125c implement HeaderMap::LookupFile. I think headermaps are done now. All that is by Chris Lattner · 17 years ago
- 1adbf63 implement enough helper functions to successfully dump out the by Chris Lattner · 17 years ago
- c569249 Patch to implemented objective-c's dynamic object pointer qualified with by Fariborz Jahanian · 17 years ago
- 2f6974a Targets.cpp is gone. by Chris Lattner · 17 years ago
- 55352a2 Make the insertion point with an explicit new instead of the builder. by Chris Lattner · 17 years ago
- 7e3a89d Removed CFG.cpp's dependence on #including iostream. by Ted Kremenek · 17 years ago
- 4a33646 Modified format-string checking to not emit a warning when all of the by Ted Kremenek · 17 years ago
- ba83265 simplify some code, using new scoped_ptr support. Fix a bug in the by Chris Lattner · 17 years ago
- 9875131 Finish hooking up the scaffolding for headermaps. They can now do everything by Chris Lattner · 17 years ago
- 9796915 Format string checker: asprintf does not pass argumnents via va_list. by Ted Kremenek · 17 years ago
- 1bfd4a6 Start reading the headermap header, drop the 'errorstr' argument to by Chris Lattner · 17 years ago
- c6e2c2a Also fixed similar regression for class methods, as well as more indentations. by Fariborz Jahanian · 17 years ago
- 3af66a9 Sink getName into DirectoryLookup to simplify the client in clang. by Chris Lattner · 17 years ago
- fc591ac Fixed a regression caused by refactoring of some meta-data generation routines using iteratgors. by Fariborz Jahanian · 17 years ago
- 7c1d3df Fixed 80 col violation. by Ted Kremenek · 17 years ago
- 73da590 Added driver option -Wno-format-nonliteral to silence format string related by Ted Kremenek · 17 years ago
- 0048b51 Unbreak -v with framework paths. Patch by Shantonu Sen. by Chris Lattner · 17 years ago
- 060e470 Fixed another case where sizeof() returns the size in bytes, not bits. by Ted Kremenek · 17 years ago
- 0f441ab add headermap.cpp by Chris Lattner · 17 years ago
- b09e71f finish stubbing out support for HeaderMap. Now we just need an implementation! by Chris Lattner · 17 years ago
- afded5b refactor an better comment framework lookup code. This moves it from by Chris Lattner · 17 years ago
- df77233 as it turns out, frameworks and headermaps are orthogonal. Make this so in by Chris Lattner · 17 years ago
- 60e4e2b add a portability fixme. by Chris Lattner · 17 years ago
- b94c707 teach RemoveDuplicates about header maps. by Chris Lattner · 17 years ago
- 822da61 Step #1 in adding headermap support to clang. by Chris Lattner · 17 years ago
- d665527 rearrange some code and make it more efficient. by Chris Lattner · 17 years ago
- 0113edd add a hack so that codegen doesn't abort on missing sema of initializers, now by Chris Lattner · 17 years ago
- ddc23f3 Update to use new PointerType::getUnqual() api. by Christopher Lamb · 17 years ago
- cc8b7f9 Start generating SSE intrinsics. by Anders Carlsson · 17 years ago
- 3cc4af8 by Steve Naroff · 17 years ago
- 8f3dab8 swtich to smallptrset, which is more efficient than std::set. by Chris Lattner · 17 years ago
- 80e1715 make clang -v output more similar to gcc's -v output. by Chris Lattner · 17 years ago
- 6086bbd We now support all MMX intrinsics. SSE intrinsics are next. by Anders Carlsson · 17 years ago
- dee7359 simplify the interfaces to ProcessInputFile and InitializePreprocessor by Chris Lattner · 17 years ago
- f816f77 Removed "isSizeOfExpr" mode from StmtIterator. It turned out not to be by Ted Kremenek · 17 years ago
- b51d2b2 Added "mode" to StmtIterator to record if the expression being iterated by Ted Kremenek · 17 years ago
- 58dbdeb by Steve Naroff · 17 years ago
- 699e9fb Added support to StmtIterator to traverse the size expression of a VLA type by Ted Kremenek · 17 years ago
- 2929cfa Simplify the vector code. Add more shift intrinsics. by Anders Carlsson · 17 years ago
- a675133 IE Menu Problem... by Kevin · 17 years ago
- 9b73b39 Array subscription in aggregate expression by Seo Sanghyeon · 17 years ago
- 7777bb2 Implement dereference operator in aggregate expression by Seo Sanghyeon · 17 years ago
- a651e0e CFG bug fix: for sizeof(expressions), don't expand the control-flow by Ted Kremenek · 17 years ago
- 06cef25 Patch to make ObjcQualifiedInterfaceType inherit ObjcInterfaceType by Fariborz Jahanian · 17 years ago
- 4d83220 by Steve Naroff · 17 years ago
- db9c229 Add hack to SourceManager to support missing source files during by Ted Kremenek · 17 years ago
- fe4e015 Add check in the driver to see if a serialized AST file has been successfully by Ted Kremenek · 17 years ago
- cc92709 Changed set of top-level decls from a list to a vector. by Ted Kremenek · 17 years ago
- 3821d40 Changed -serialize-ast to not create a temporary directory, but instead by Ted Kremenek · 17 years ago
- 0404cd8 Set target data layout info in module. by Chris Lattner · 17 years ago
- b62f651 typo by Chris Lattner · 17 years ago
- 2fbb049 debug info too. by Chris Lattner · 17 years ago
- 3cbe428 Minor spelling; punctuation correction. by Ted Kremenek · 17 years ago
- 05faa37 Grammar fix: correct ' usage. by Bill Wendling · 17 years ago
- 0502613 minor cleanups by Chris Lattner · 17 years ago
- 99852af add some builtins. by Chris Lattner · 17 years ago
- 1feedd8 simplify some code. by Chris Lattner · 17 years ago
- 1dcf2c8 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
- e0cbae4 remove some dead styles. by Chris Lattner · 17 years ago
- 6c9f975 nuke hte status page. by Chris Lattner · 17 years ago
- 36952d9 add a bunch of open projects by Chris Lattner · 17 years ago
- 137bd91 Updated serialization of ParmVarDecl to serialize out objcDeclQualifier. by Ted Kremenek · 17 years ago
- 623ec62 split get_involved into two pages: get_started and get_involved. by Chris Lattner · 17 years ago
- de9a4f5 wrap to 80 cols, many fixes to markup. by Chris Lattner · 17 years ago
- 81a56ec For uninitialized values analysis, added special treatment for declarations by Ted Kremenek · 17 years ago